From c7f0a6c2a0edb0d8ef4b4a2be6af58f4faee3984 Mon Sep 17 00:00:00 2001 From: Jonathan Tran Date: Tue, 24 Jun 2025 14:38:43 -0400 Subject: [PATCH] Upgrade to ts-rs 11.0 for TS type fixes (#7581) * Bump ts-rs from 10.1.0 to 11.0.1 * Fix breaking changes * Fix tsc errors * Update output * Upgrade to kittycad-modeling-cmds 0.2.124 for ts-rs update * Update parser snaps * Update output of gridfinity_bins_stacking_lip sample * Fix missing field in TS unit tests * Fix tsc type error with fixed_size_grid project setting --- docs/kcl-lang/settings/user.md | 2 +- rust/Cargo.lock | 13 +- rust/Cargo.toml | 2 +- rust/kcl-lib/Cargo.toml | 2 +- rust/kcl-lib/src/execution/typed_path.rs | 3 +- rust/kcl-lib/src/parsing/ast/types/mod.rs | 2 - ...rsing__parser__snapshot_math_tests__a.snap | 3 + ...rsing__parser__snapshot_math_tests__b.snap | 3 + ...rsing__parser__snapshot_math_tests__c.snap | 3 + ...rsing__parser__snapshot_math_tests__d.snap | 5 + ...rsing__parser__snapshot_math_tests__e.snap | 5 + ...rsing__parser__snapshot_math_tests__f.snap | 7 + ...rsing__parser__snapshot_math_tests__g.snap | 7 + ...rsing__parser__snapshot_math_tests__h.snap | 9 + ...rsing__parser__snapshot_math_tests__i.snap | 5 + ...rsing__parser__snapshot_math_tests__j.snap | 16 + ...rsing__parser__snapshot_math_tests__k.snap | 3 + ...b__parsing__parser__snapshot_tests__a.snap | 46 + ...__parsing__parser__snapshot_tests__aa.snap | 7 + ...__parsing__parser__snapshot_tests__ab.snap | 10 + ...__parsing__parser__snapshot_tests__ad.snap | 13 + ...__parsing__parser__snapshot_tests__ae.snap | 15 + ...__parsing__parser__snapshot_tests__af.snap | 47 + ...__parsing__parser__snapshot_tests__ag.snap | 29 + ...__parsing__parser__snapshot_tests__ah.snap | 17 + ...__parsing__parser__snapshot_tests__ai.snap | 15 + ...__parsing__parser__snapshot_tests__aj.snap | 25 + ...__parsing__parser__snapshot_tests__ak.snap | 9 + ...__parsing__parser__snapshot_tests__ap.snap | 18 + ...__parsing__parser__snapshot_tests__aq.snap | 12 + ...__parsing__parser__snapshot_tests__ar.snap | 5 + ..._parser__snapshot_tests__array_ranges.snap | 13 + ...__parsing__parser__snapshot_tests__at.snap | 10 + ...__parsing__parser__snapshot_tests__au.snap | 25 + ...__parsing__parser__snapshot_tests__av.snap | 16 + ...__parsing__parser__snapshot_tests__aw.snap | 9 + ...__parsing__parser__snapshot_tests__ax.snap | 9 + ...__parsing__parser__snapshot_tests__ay.snap | 12 + ...__parsing__parser__snapshot_tests__az.snap | 12 + ...b__parsing__parser__snapshot_tests__b.snap | 17 + ...__parsing__parser__snapshot_tests__bb.snap | 13 + ...__parsing__parser__snapshot_tests__bc.snap | 12 + ...__parsing__parser__snapshot_tests__bd.snap | 22 + ...__parsing__parser__snapshot_tests__be.snap | 7 + ...__parsing__parser__snapshot_tests__bf.snap | 7 + ...__parsing__parser__snapshot_tests__bg.snap | 5 + ...__parsing__parser__snapshot_tests__bh.snap | 13 + ...__parsing__parser__snapshot_tests__bi.snap | 16 + ...__parsing__parser__snapshot_tests__bj.snap | 3 + ...__parsing__parser__snapshot_tests__bk.snap | 4 + ...__parsing__parser__snapshot_tests__bl.snap | 6 + ...__parsing__parser__snapshot_tests__bm.snap | 7 + ...__parsing__parser__snapshot_tests__bn.snap | 7 + ...b__parsing__parser__snapshot_tests__c.snap | 18 + ...b__parsing__parser__snapshot_tests__d.snap | 13 + ...__parsing__parser__snapshot_tests__d2.snap | 10 + ...b__parsing__parser__snapshot_tests__e.snap | 9 + ...b__parsing__parser__snapshot_tests__f.snap | 6 + ...b__parsing__parser__snapshot_tests__g.snap | 12 + ...b__parsing__parser__snapshot_tests__h.snap | 20 + ...b__parsing__parser__snapshot_tests__i.snap | 20 + ...b__parsing__parser__snapshot_tests__j.snap | 20 + ...b__parsing__parser__snapshot_tests__k.snap | 22 + ...snapshot_tests__kw_function_all_named.snap | 13 + ...pshot_tests__kw_function_call_in_pipe.snap | 12 + ...hot_tests__kw_function_call_multiline.snap | 16 + ...function_call_multiline_with_comments.snap | 14 + ...t_tests__kw_function_decl_all_labeled.snap | 10 + ...sts__kw_function_decl_first_unlabeled.snap | 10 + ...w_function_decl_with_default_and_type.snap | 10 + ...kw_function_decl_with_default_no_type.snap | 10 + ...pshot_tests__kw_function_in_binary_op.snap | 11 + ...shot_tests__kw_function_unnamed_first.snap | 12 + ...b__parsing__parser__snapshot_tests__l.snap | 22 + ...b__parsing__parser__snapshot_tests__m.snap | 22 + ...b__parsing__parser__snapshot_tests__n.snap | 10 + ...b__parsing__parser__snapshot_tests__o.snap | 9 + ...b__parsing__parser__snapshot_tests__p.snap | 9 + ...b__parsing__parser__snapshot_tests__q.snap | 10 + ...b__parsing__parser__snapshot_tests__r.snap | 18 + ...b__parsing__parser__snapshot_tests__s.snap | 10 + ...b__parsing__parser__snapshot_tests__t.snap | 8 + ...b__parsing__parser__snapshot_tests__u.snap | 14 + ...b__parsing__parser__snapshot_tests__v.snap | 8 + ...b__parsing__parser__snapshot_tests__w.snap | 8 + ...b__parsing__parser__snapshot_tests__x.snap | 8 + ...b__parsing__parser__snapshot_tests__y.snap | 17 + ...b__parsing__parser__snapshot_tests__z.snap | 26 + rust/kcl-lib/src/settings/types/mod.rs | 7 +- rust/kcl-lib/tests/add_lots/ast.snap | 362 + rust/kcl-lib/tests/angled_line/ast.snap | 73 + .../tests/angled_line/program_memory.snap | 2 + rust/kcl-lib/tests/any_type/ast.snap | 114 + rust/kcl-lib/tests/argument_error/ast.snap | 20 + rust/kcl-lib/tests/array_elem_pop/ast.snap | 71 + .../tests/array_elem_pop_empty_fail/ast.snap | 14 + .../tests/array_elem_pop_fail/ast.snap | 24 + rust/kcl-lib/tests/array_elem_push/ast.snap | 136 + .../tests/array_elem_push_fail/ast.snap | 25 + rust/kcl-lib/tests/array_index_oob/ast.snap | 12 + .../tests/array_push_item_wrong_type/ast.snap | 31 + rust/kcl-lib/tests/array_range_expr/ast.snap | 137 + .../tests/array_range_mismatch_units/ast.snap | 14 + .../tests/array_range_negative_expr/ast.snap | 21 + .../tests/array_range_with_units/ast.snap | 37 + .../artifact_graph_example_code1/ast.snap | 151 + .../program_memory.snap | 14 + .../ast.snap | 122 + .../program_memory.snap | 3 + .../ast.snap | 57 + .../ast.snap | 256 + .../program_memory.snap | 22 + .../tests/ascription_unknown_type/ast.snap | 8 + .../tests/assembly_mixed_units_cubes/ast.snap | 19 + .../tests/assembly_non_default_units/ast.snap | 17 + .../tests/bad_units_in_annotation/ast.snap | 141 + .../basic_fillet_cube_close_opposite/ast.snap | 69 + .../program_memory.snap | 6 + .../tests/basic_fillet_cube_end/ast.snap | 69 + .../basic_fillet_cube_end/program_memory.snap | 4 + .../basic_fillet_cube_next_adjacent/ast.snap | 69 + .../program_memory.snap | 8 + .../ast.snap | 69 + .../program_memory.snap | 8 + .../tests/basic_fillet_cube_start/ast.snap | 65 + .../program_memory.snap | 4 + .../tests/basic_revolve_circle/ast.snap | 28 + .../tests/boolean_logical_and/ast.snap | 116 + .../tests/boolean_logical_multiple/ast.snap | 67 + .../kcl-lib/tests/boolean_logical_or/ast.snap | 116 + .../kcl-lib/tests/circle_three_point/ast.snap | 31 + .../circular_pattern3d_a_pattern/ast.snap | 96 + rust/kcl-lib/tests/clone_w_fillets/ast.snap | 156 + rust/kcl-lib/tests/clone_w_shell/ast.snap | 83 + .../tests/coerce_from_trig_to_point/ast.snap | 28 +- rust/kcl-lib/tests/comparisons/ast.snap | 93 + .../tests/comparisons_multiple/ast.snap | 12 + rust/kcl-lib/tests/computed_var/ast.snap | 101 + .../tests/crazy_multi_profile/ast.snap | 562 ++ .../crazy_multi_profile/program_memory.snap | 42 + rust/kcl-lib/tests/cube/ast.snap | 151 + rust/kcl-lib/tests/cube_with_error/ast.snap | 154 + rust/kcl-lib/tests/double_map_fn/ast.snap | 37 + .../ast.snap | 35 + .../error_revolve_on_edge_get_edge/ast.snap | 105 + .../execute_engine_error_return/ast.snap | 56 + .../export_var_only_at_top_level/ast.snap | 20 +- rust/kcl-lib/tests/fillet-and-shell/ast.snap | 472 + .../fillet-and-shell/program_memory.snap | 8 + .../tests/fillet_duplicate_tags/ast.snap | 73 + .../kcl-lib/tests/flush_batch_on_end/ast.snap | 97 + .../flush_batch_on_end/program_memory.snap | 5 + rust/kcl-lib/tests/function_sketch/ast.snap | 79 + .../function_sketch_with_position/ast.snap | 83 + rust/kcl-lib/tests/helix_ccw/ast.snap | 36 + rust/kcl-lib/tests/helix_simple/ast.snap | 47 + .../tests/helix_simple/program_memory.snap | 1 + rust/kcl-lib/tests/i_shape/ast.snap | 450 + rust/kcl-lib/tests/if_else/ast.snap | 83 + rust/kcl-lib/tests/import_async/ast.snap | 452 + rust/kcl-lib/tests/import_constant/ast.snap | 4 + rust/kcl-lib/tests/import_cycle1/ast.snap | 24 + rust/kcl-lib/tests/import_export/ast.snap | 4 + .../import_file_not_exist_error/ast.snap | 4 + .../tests/import_file_parse_error/ast.snap | 4 + rust/kcl-lib/tests/import_foreign/ast.snap | 9 + .../tests/import_function_not_sketch/ast.snap | 24 + rust/kcl-lib/tests/import_glob/ast.snap | 3 + rust/kcl-lib/tests/import_mesh_clone/ast.snap | 106 + .../tests/import_only_at_top_level/ast.snap | 15 + .../kcl-lib/tests/import_side_effect/ast.snap | 4 + rust/kcl-lib/tests/import_transform/ast.snap | 43 + .../tests/import_whole_simple/ast.snap | 24 +- .../import_whole_transitive_import/ast.snap | 21 + rust/kcl-lib/tests/index_of_array/ast.snap | 76 + rust/kcl-lib/tests/intersect_cubes/ast.snap | 148 + .../tests/invalid_index_fractional/ast.snap | 15 + .../tests/invalid_index_negative/ast.snap | 20 + rust/kcl-lib/tests/invalid_index_str/ast.snap | 15 + .../tests/invalid_member_object/ast.snap | 12 + .../tests/invalid_member_object_prop/ast.snap | 12 + .../ast.snap | 24 + .../tests/involute_circular_units/ast.snap | 242 +- .../program_memory.snap | 4 + .../tests/kcl_samples/axial-fan/ast.snap | 26 + .../tests/kcl_samples/ball-bearing/ast.snap | 438 + .../kcl_samples/ball-joint-rod-end/ast.snap | 796 ++ .../ball-joint-rod-end/program_memory.snap | 37 + rust/kcl-lib/tests/kcl_samples/bench/ast.snap | 164 + .../tests/kcl_samples/bone-plate/ast.snap | 283 + .../bone-plate/program_memory.snap | 12 + .../kcl-lib/tests/kcl_samples/bottle/ast.snap | 162 + .../tests/kcl_samples/bracket/ast.snap | 456 + .../kcl_samples/bracket/program_memory.snap | 84 + .../tests/kcl_samples/brake-rotor/ast.snap | 858 ++ .../brake-rotor/program_memory.snap | 324 + .../kcl_samples/car-wheel-assembly/ast.snap | 82 + rust/kcl-lib/tests/kcl_samples/clock/ast.snap | 2856 ++++++ .../kcl_samples/clock/program_memory.snap | 30 + .../tests/kcl_samples/cold-plate/ast.snap | 497 + .../cold-plate/program_memory.snap | 9 + .../tests/kcl_samples/color-cube/ast.snap | 267 + .../counterdrilled-weldment/ast.snap | 648 ++ .../program_memory.snap | 12 + .../kcl_samples/countersunk-plate/ast.snap | 307 + .../tests/kcl_samples/cpu-cooler/ast.snap | 145 + .../curtain-wall-anchor-plate/ast.snap | 786 ++ .../program_memory.snap | 24 + .../tests/kcl_samples/cycloidal-gear/ast.snap | 240 + .../tests/kcl_samples/dodecahedron/ast.snap | 356 + .../tests/kcl_samples/enclosure/ast.snap | 923 ++ .../kcl_samples/enclosure/program_memory.snap | 52 + .../tests/kcl_samples/engine-valve/ast.snap | 504 ++ .../engine-valve/program_memory.snap | 6 + .../kcl_samples/exhaust-manifold/ast.snap | 656 ++ .../exhaust-manifold/program_memory.snap | 14 + .../kcl-lib/tests/kcl_samples/flange/ast.snap | 247 + .../ast.snap | 923 ++ .../program_memory.snap | 56 + .../kcl_samples/food-service-spatula/ast.snap | 822 ++ .../food-service-spatula/program_memory.snap | 17 + .../tests/kcl_samples/french-press/ast.snap | 1085 +++ .../french-press/program_memory.snap | 64 + .../tests/kcl_samples/gear-rack/ast.snap | 322 + .../gridfinity-baseplate-magnets/ast.snap | 968 ++ .../program_memory.snap | 40 + .../kcl_samples/gridfinity-baseplate/ast.snap | 306 + .../gridfinity-bins-stacking-lip/ast.snap | 1305 +++ .../program_memory.snap | 168 + .../kcl_samples/gridfinity-bins/ast.snap | 757 ++ .../gridfinity-bins/program_memory.snap | 96 + .../kcl-lib/tests/kcl_samples/hammer/ast.snap | 750 ++ .../kcl_samples/hammer/program_memory.snap | 27 + .../tests/kcl_samples/helical-gear/ast.snap | 421 + .../helical-planetary-gearset/ast.snap | 810 ++ .../tests/kcl_samples/helium-tank/ast.snap | 846 ++ .../helium-tank/program_memory.snap | 26 + .../kcl_samples/herringbone-gear/ast.snap | 325 + .../herringbone-planetary-gearset/ast.snap | 711 ++ .../tests/kcl_samples/hex-nut/ast.snap | 149 + .../kcl-lib/tests/kcl_samples/i-beam/ast.snap | 113 + .../tests/kcl_samples/keyboard/ast.snap | 1501 ++++ .../kcl_samples/keyboard/program_memory.snap | 48 + rust/kcl-lib/tests/kcl_samples/kitt/ast.snap | 2092 +++++ .../kcl_samples/kitt/program_memory.snap | 132 + rust/kcl-lib/tests/kcl_samples/lego/ast.snap | 439 + .../tests/kcl_samples/makeup-mirror/ast.snap | 517 ++ .../tests/kcl_samples/mounting-plate/ast.snap | 316 + .../mounting-plate/program_memory.snap | 12 + rust/kcl-lib/tests/kcl_samples/mug/ast.snap | 532 ++ .../tests/kcl_samples/mug/program_memory.snap | 1 + .../kcl_samples/multi-axis-robot/ast.snap | 32 + .../tests/kcl_samples/pdu-faceplate/ast.snap | 1100 +++ .../pdu-faceplate/program_memory.snap | 33 + .../kcl_samples/pillow-block-bearing/ast.snap | 20 + .../kcl_samples/pipe-flange-assembly/ast.snap | 340 + .../tests/kcl_samples/pipe-with-bend/ast.snap | 99 + rust/kcl-lib/tests/kcl_samples/pipe/ast.snap | 91 + .../tests/kcl_samples/poopy-shoe/ast.snap | 912 ++ .../poopy-shoe/program_memory.snap | 17 + .../tests/kcl_samples/prosthetic-hip/ast.snap | 1037 +++ .../prosthetic-hip/program_memory.snap | 11 + .../router-template-cross-bar/ast.snap | 636 ++ .../program_memory.snap | 189 + .../router-template-slate/ast.snap | 449 + .../router-template-slate/program_memory.snap | 62 + .../tests/kcl_samples/sash-window/ast.snap | 888 ++ .../kcl_samples/sheet-metal-bracket/ast.snap | 590 ++ .../sheet-metal-bracket/program_memory.snap | 140 + .../kcl_samples/shepherds-hook-bolt/ast.snap | 449 + .../shepherds-hook-bolt/program_memory.snap | 6 + .../socket-head-cap-screw/ast.snap | 226 + .../socket-head-cap-screw/program_memory.snap | 8 + .../spinning-highrise-tower/ast.snap | 571 ++ rust/kcl-lib/tests/kcl_samples/spool/ast.snap | 391 + .../kcl_samples/spool/program_memory.snap | 50 + .../tests/kcl_samples/spur-gear/ast.snap | 346 + .../spur-reduction-gearset/ast.snap | 264 + .../kcl_samples/surgical-drill-guide/ast.snap | 762 ++ .../surgical-drill-guide/program_memory.snap | 52 + .../tests/kcl_samples/t-slot-rail/ast.snap | 269 + .../kcl-lib/tests/kcl_samples/teapot/ast.snap | 582 ++ .../kcl_samples/teapot/program_memory.snap | 2 + .../kcl_samples/telemetry-antenna/ast.snap | 347 + .../telemetry-antenna/program_memory.snap | 9 + .../kcl_samples/thermal-block-insert/ast.snap | 281 + .../kcl_samples/tooling-nest-block/ast.snap | 501 ++ .../tooling-nest-block/program_memory.snap | 12 + .../kcl_samples/truss-structure/ast.snap | 913 ++ .../truss-structure/program_memory.snap | 36 + .../tests/kcl_samples/utility-sink/ast.snap | 1630 ++++ .../tests/kcl_samples/walkie-talkie/ast.snap | 254 + .../kcl-lib/tests/kcl_samples/washer/ast.snap | 81 + .../tests/kcl_samples/wing-spar/ast.snap | 923 ++ .../kcl_samples/wing-spar/program_memory.snap | 124 + rust/kcl-lib/tests/kittycad_svg/ast.snap | 2558 ++++++ rust/kcl-lib/tests/kw_fn/ast.snap | 44 + .../kcl-lib/tests/kw_fn_too_few_args/ast.snap | 23 + .../kw_fn_unlabeled_but_has_label/ast.snap | 21 + .../tests/kw_fn_with_defaults/ast.snap | 33 + .../tests/linear_pattern3d_a_pattern/ast.snap | 86 + rust/kcl-lib/tests/loop_tag/ast.snap | 151 + .../tests/loop_tag/program_memory.snap | 196 + rust/kcl-lib/tests/mike_stress_test/ast.snap | 7988 +++++++++++++++++ .../tests/module_return_using_var/ast.snap | 11 + rust/kcl-lib/tests/multi_target_csg/ast.snap | 403 + rust/kcl-lib/tests/multi_transform/ast.snap | 70 + .../ast.snap | 53 + rust/kcl-lib/tests/neg_xz_plane/ast.snap | 45 + rust/kcl-lib/tests/nested_assembly/ast.snap | 9 +- rust/kcl-lib/tests/nested_main_kcl/ast.snap | 7 + .../tests/nested_windows_main_kcl/ast.snap | 6 + .../tests/non_english_identifiers/ast.snap | 33 + .../tests/non_string_key_of_object/ast.snap | 15 + .../tests/object_prop_not_found/ast.snap | 12 + .../tests/out_of_band_sketches/ast.snap | 139 + rust/kcl-lib/tests/panic_repro_cube/ast.snap | 201 + rust/kcl-lib/tests/parametric/ast.snap | 137 + .../tests/parametric_with_tan_arc/ast.snap | 155 + .../tests/pattern_circular_in_module/ast.snap | 10 + .../kcl-lib/tests/pattern_into_union/ast.snap | 366 + .../tests/pattern_linear_in_module/ast.snap | 10 + .../tests/pentagon_fillet_sugar/ast.snap | 213 + .../pentagon_fillet_sugar/program_memory.snap | 36 + rust/kcl-lib/tests/pipe_as_arg/ast.snap | 49 + .../ast.snap | 20 + rust/kcl-lib/tests/poop_chute/ast.snap | 335 + .../tests/poop_chute/program_memory.snap | 5 + rust/kcl-lib/tests/revolve-colinear/ast.snap | 44 + .../kcl-lib/tests/revolve_about_edge/ast.snap | 55 + .../revolve_about_edge/program_memory.snap | 1 + rust/kcl-lib/tests/riddle_small/ast.snap | 109 + .../tests/rotate_after_fillet/ast.snap | 246 + .../kcl-lib/tests/scale_after_fillet/ast.snap | 246 + .../ast.snap | 307 + .../program_memory.snap | 55 + .../sketch-on-chamfer-two-times/ast.snap | 310 + .../program_memory.snap | 55 + rust/kcl-lib/tests/sketch_in_object/ast.snap | 141 + rust/kcl-lib/tests/sketch_on_face/ast.snap | 107 + .../tests/sketch_on_face/program_memory.snap | 4 + .../ast.snap | 257 + .../program_memory.snap | 12 + .../sketch_on_face_circle_tagged/ast.snap | 104 + .../program_memory.snap | 2 + .../kcl-lib/tests/sketch_on_face_end/ast.snap | 127 + .../ast.snap | 128 + .../tests/sketch_on_face_start/ast.snap | 129 + .../tests/sketch_on_face_union/ast.snap | 439 + .../sketch_on_face_union/program_memory.snap | 24 + rust/kcl-lib/tests/spheres/ast.snap | 105 + rust/kcl-lib/tests/ssi_pattern/ast.snap | 131 + .../tests/ssi_pattern/program_memory.snap | 63 + .../subtract_cylinder_from_cube/ast.snap | 146 + .../subtract_doesnt_need_brackets/ast.snap | 144 + .../tests/subtract_regression00/ast.snap | 126 + .../tests/subtract_regression01/ast.snap | 149 + .../tests/subtract_regression02/ast.snap | 201 + .../tests/subtract_regression03/ast.snap | 381 + .../tests/subtract_regression04/ast.snap | 137 + .../tests/subtract_regression05/ast.snap | 178 + .../tests/subtract_regression06/ast.snap | 250 + .../tests/subtract_regression07/ast.snap | 204 + .../tests/subtract_regression08/ast.snap | 183 + .../tests/subtract_regression09/ast.snap | 197 + .../tests/subtract_regression10/ast.snap | 1410 +++ .../subtract_regression10/program_memory.snap | 2 + .../tests/subtract_regression11/ast.snap | 164 + .../tests/subtract_regression12/ast.snap | 162 + .../tests/subtract_with_pattern/ast.snap | 147 + .../subtract_with_pattern_cut_thru/ast.snap | 155 + rust/kcl-lib/tests/tan_arc_x_line/ast.snap | 90 + .../tests/tangent_to_3_point_arc/ast.snap | 56 + .../program_memory.snap | 1 + rust/kcl-lib/tests/tangential_arc/ast.snap | 45 + .../tests/translate_after_fillet/ast.snap | 246 + rust/kcl-lib/tests/union_cubes/ast.snap | 148 + .../tests/user_reported_union_2_bug/ast.snap | 275 + .../kcl-lib/tests/var_ref_in_own_def/ast.snap | 20 + .../tests/var_ref_in_own_def_decl/ast.snap | 24 + rust/kcl-lib/tests/xz_plane/ast.snap | 44 + src/lang/artifact.test.ts | 4 + src/lang/executor.test.ts | 3 + src/lang/modifyAst/boolean.ts | 4 +- .../queryAst/getIdentifiersInProgram.test.ts | 2 + .../getTagDeclaratorsInProgram.test.ts | 1 + src/lib/desktop.ts | 2 +- 387 files changed, 74834 insertions(+), 24 deletions(-) diff --git a/docs/kcl-lang/settings/user.md b/docs/kcl-lang/settings/user.md index 3d689b2d3..9ab72a296 100644 --- a/docs/kcl-lang/settings/user.md +++ b/docs/kcl-lang/settings/user.md @@ -90,7 +90,7 @@ Whether to show the debug panel, which lets you see various states of the app to If true, the grid cells will be fixed-size, where the width is your default length unit. If false, the grid will get larger as you zoom out, and smaller as you zoom in. -**Default:** true +**Default:** None #### modeling diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 05b78a6b6..894fdcbae 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -2071,9 +2071,9 @@ dependencies = [ [[package]] name = "kittycad-modeling-cmds" -version = "0.2.123" +version = "0.2.124" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8f3c1b4b4ddb9aa336a09933f2550f9882552e321187b7bcff47f006379c3aa" +checksum = "221aa4670a7ad7dc8f1e4e0f9990bf3cff0a64417eb76493bafe5bbbc1f8350a" dependencies = [ "anyhow", "chrono", @@ -4428,13 +4428,12 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "ts-rs" -version = "10.1.0" +version = "11.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e640d9b0964e9d39df633548591090ab92f7a4567bc31d3891af23471a3365c6" +checksum = "6ef1b7a6d914a34127ed8e1fa927eb7088903787bcded4fa3eef8f85ee1568be" dependencies = [ "chrono", "indexmap 2.9.0", - "lazy_static", "serde_json", "thiserror 2.0.12", "ts-rs-macros", @@ -4444,9 +4443,9 @@ dependencies = [ [[package]] name = "ts-rs-macros" -version = "10.1.0" +version = "11.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e9d8656589772eeec2cf7a8264d9cda40fb28b9bc53118ceb9e8c07f8f38730" +checksum = "e9d4ed7b4c18cc150a6a0a1e9ea1ecfa688791220781af6e119f9599a8502a0a" dependencies = [ "proc-macro2", "quote", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 797d86f83..f9ffbb0cf 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -36,7 +36,7 @@ dashmap = { version = "6.1.0" } http = "1" indexmap = "2.9.0" kittycad = { version = "0.3.37", default-features = false, features = ["js", "requests"] } -kittycad-modeling-cmds = { version = "0.2.123", features = ["ts-rs", "websocket"] } +kittycad-modeling-cmds = { version = "0.2.124", features = ["ts-rs", "websocket"] } lazy_static = "1.5.0" miette = "7.6.0" pyo3 = { version = "0.24.2" } diff --git a/rust/kcl-lib/Cargo.toml b/rust/kcl-lib/Cargo.toml index 2e21a496a..33d617d06 100644 --- a/rust/kcl-lib/Cargo.toml +++ b/rust/kcl-lib/Cargo.toml @@ -75,7 +75,7 @@ tabled = { version = "0.20.0", optional = true } tempfile = "3.20" thiserror = "2.0.0" toml = "0.8.22" -ts-rs = { version = "10.1.0", features = [ +ts-rs = { version = "11.0.1", features = [ "uuid-impl", "url-impl", "chrono-impl", diff --git a/rust/kcl-lib/src/execution/typed_path.rs b/rust/kcl-lib/src/execution/typed_path.rs index 22ff3b204..2dabe9709 100644 --- a/rust/kcl-lib/src/execution/typed_path.rs +++ b/rust/kcl-lib/src/execution/typed_path.rs @@ -188,6 +188,7 @@ impl<'de> serde::de::Deserialize<'de> for TypedPath { impl ts_rs::TS for TypedPath { type WithoutGenerics = Self; + type OptionInnerType = Self; fn name() -> String { "string".to_string() @@ -209,7 +210,7 @@ impl ts_rs::TS for TypedPath { std::path::PathBuf::inline_flattened() } - fn output_path() -> Option<&'static std::path::Path> { + fn output_path() -> Option { std::path::PathBuf::output_path() } } diff --git a/rust/kcl-lib/src/parsing/ast/types/mod.rs b/rust/kcl-lib/src/parsing/ast/types/mod.rs index c5f2b7c08..53cd2f62a 100644 --- a/rust/kcl-lib/src/parsing/ast/types/mod.rs +++ b/rust/kcl-lib/src/parsing/ast/types/mod.rs @@ -56,7 +56,6 @@ pub struct Node { pub inner: T, pub start: usize, pub end: usize, - #[serde(default, skip_serializing_if = "ModuleId::is_top_level")] pub module_id: ModuleId, #[serde(default, skip_serializing_if = "Vec::is_empty")] pub outer_attrs: NodeList, @@ -1885,7 +1884,6 @@ pub struct ExpressionStatement { pub struct CallExpressionKw { pub callee: Node, pub unlabeled: Option, - #[serde(default, skip_serializing_if = "Vec::is_empty")] pub arguments: Vec, #[serde(default, skip_serializing_if = "Option::is_none")] diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_math_tests__a.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_math_tests__a.snap index 4a484a1ad..2e73d3765 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_math_tests__a.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_math_tests__a.snap @@ -15,6 +15,7 @@ expression: actual "raw": "1", "start": 0, "end": 1, + "moduleId": 0, "commentStart": 0 }, "right": { @@ -27,9 +28,11 @@ expression: actual "raw": "2", "start": 4, "end": 5, + "moduleId": 0, "commentStart": 4 }, "start": 0, "end": 5, + "moduleId": 0, "commentStart": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_math_tests__b.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_math_tests__b.snap index 62e0910dd..2ee76561b 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_math_tests__b.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_math_tests__b.snap @@ -15,6 +15,7 @@ expression: actual "raw": "1", "start": 0, "end": 1, + "moduleId": 0, "commentStart": 0 }, "right": { @@ -27,9 +28,11 @@ expression: actual "raw": "2", "start": 2, "end": 3, + "moduleId": 0, "commentStart": 2 }, "start": 0, "end": 3, + "moduleId": 0, "commentStart": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_math_tests__c.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_math_tests__c.snap index e069a6ca8..6ee483874 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_math_tests__c.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_math_tests__c.snap @@ -15,6 +15,7 @@ expression: actual "raw": "1", "start": 0, "end": 1, + "moduleId": 0, "commentStart": 0 }, "right": { @@ -27,9 +28,11 @@ expression: actual "raw": "2", "start": 3, "end": 4, + "moduleId": 0, "commentStart": 3 }, "start": 0, "end": 4, + "moduleId": 0, "commentStart": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_math_tests__d.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_math_tests__d.snap index 0e459c97b..d0e4a7911 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_math_tests__d.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_math_tests__d.snap @@ -15,6 +15,7 @@ expression: actual "raw": "1", "start": 0, "end": 1, + "moduleId": 0, "commentStart": 0 }, "right": { @@ -31,6 +32,7 @@ expression: actual "raw": "2", "start": 4, "end": 5, + "moduleId": 0, "commentStart": 4 }, "right": { @@ -43,13 +45,16 @@ expression: actual "raw": "3", "start": 8, "end": 9, + "moduleId": 0, "commentStart": 8 }, "start": 4, "end": 9, + "moduleId": 0, "commentStart": 4 }, "start": 0, "end": 9, + "moduleId": 0, "commentStart": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_math_tests__e.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_math_tests__e.snap index 1df258a5a..905b00d89 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_math_tests__e.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_math_tests__e.snap @@ -15,6 +15,7 @@ expression: actual "raw": "1", "start": 0, "end": 1, + "moduleId": 0, "commentStart": 0 }, "right": { @@ -31,6 +32,7 @@ expression: actual "raw": "2", "start": 6, "end": 7, + "moduleId": 0, "commentStart": 6 }, "right": { @@ -43,13 +45,16 @@ expression: actual "raw": "3", "start": 10, "end": 11, + "moduleId": 0, "commentStart": 10 }, "start": 6, "end": 11, + "moduleId": 0, "commentStart": 6 }, "start": 0, "end": 11, + "moduleId": 0, "commentStart": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_math_tests__f.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_math_tests__f.snap index a3aa98e75..a0d2b028c 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_math_tests__f.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_math_tests__f.snap @@ -19,6 +19,7 @@ expression: actual "raw": "1", "start": 0, "end": 1, + "moduleId": 0, "commentStart": 0 }, "right": { @@ -35,6 +36,7 @@ expression: actual "raw": "2", "start": 6, "end": 7, + "moduleId": 0, "commentStart": 6 }, "right": { @@ -47,14 +49,17 @@ expression: actual "raw": "3", "start": 10, "end": 11, + "moduleId": 0, "commentStart": 10 }, "start": 6, "end": 11, + "moduleId": 0, "commentStart": 6 }, "start": 0, "end": 11, + "moduleId": 0, "commentStart": 0 }, "right": { @@ -67,9 +72,11 @@ expression: actual "raw": "4", "start": 16, "end": 17, + "moduleId": 0, "commentStart": 16 }, "start": 0, "end": 17, + "moduleId": 0, "commentStart": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_math_tests__g.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_math_tests__g.snap index 74952a337..d9d26b9a3 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_math_tests__g.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_math_tests__g.snap @@ -15,6 +15,7 @@ expression: actual "raw": "1", "start": 0, "end": 1, + "moduleId": 0, "commentStart": 0 }, "right": { @@ -35,6 +36,7 @@ expression: actual "raw": "2", "start": 6, "end": 7, + "moduleId": 0, "commentStart": 6 }, "right": { @@ -47,10 +49,12 @@ expression: actual "raw": "3", "start": 10, "end": 11, + "moduleId": 0, "commentStart": 10 }, "start": 6, "end": 11, + "moduleId": 0, "commentStart": 6 }, "right": { @@ -63,13 +67,16 @@ expression: actual "raw": "4", "start": 16, "end": 17, + "moduleId": 0, "commentStart": 16 }, "start": 6, "end": 17, + "moduleId": 0, "commentStart": 6 }, "start": 0, "end": 17, + "moduleId": 0, "commentStart": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_math_tests__h.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_math_tests__h.snap index fafe93815..6b4d79a0a 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_math_tests__h.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_math_tests__h.snap @@ -15,6 +15,7 @@ expression: actual "raw": "1", "start": 0, "end": 1, + "moduleId": 0, "commentStart": 0 }, "right": { @@ -39,6 +40,7 @@ expression: actual "raw": "2", "start": 7, "end": 8, + "moduleId": 0, "commentStart": 7 }, "right": { @@ -51,10 +53,12 @@ expression: actual "raw": "3", "start": 11, "end": 12, + "moduleId": 0, "commentStart": 11 }, "start": 7, "end": 12, + "moduleId": 0, "commentStart": 7 }, "right": { @@ -67,10 +71,12 @@ expression: actual "raw": "4", "start": 17, "end": 18, + "moduleId": 0, "commentStart": 17 }, "start": 7, "end": 18, + "moduleId": 0, "commentStart": 7 }, "right": { @@ -83,13 +89,16 @@ expression: actual "raw": "5", "start": 21, "end": 22, + "moduleId": 0, "commentStart": 21 }, "start": 7, "end": 22, + "moduleId": 0, "commentStart": 7 }, "start": 0, "end": 22, + "moduleId": 0, "commentStart": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_math_tests__i.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_math_tests__i.snap index f7256a88c..0462dedf5 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_math_tests__i.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_math_tests__i.snap @@ -15,6 +15,7 @@ expression: actual "raw": "1", "start": 0, "end": 1, + "moduleId": 0, "commentStart": 0 }, "right": { @@ -31,6 +32,7 @@ expression: actual "raw": "2", "start": 8, "end": 9, + "moduleId": 0, "commentStart": 8 }, "right": { @@ -43,13 +45,16 @@ expression: actual "raw": "3", "start": 12, "end": 13, + "moduleId": 0, "commentStart": 12 }, "start": 8, "end": 13, + "moduleId": 0, "commentStart": 8 }, "start": 0, "end": 13, + "moduleId": 0, "commentStart": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_math_tests__j.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_math_tests__j.snap index 765ac32fa..065030062 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_math_tests__j.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_math_tests__j.snap @@ -25,12 +25,14 @@ expression: actual "name": "distance", "start": 0, "end": 8, + "moduleId": 0, "commentStart": 0 }, "path": [], "abs_path": false, "start": 0, "end": 8, + "moduleId": 0, "commentStart": 0 }, "right": { @@ -41,16 +43,19 @@ expression: actual "name": "p", "start": 11, "end": 12, + "moduleId": 0, "commentStart": 11 }, "path": [], "abs_path": false, "start": 11, "end": 12, + "moduleId": 0, "commentStart": 11 }, "start": 0, "end": 12, + "moduleId": 0, "commentStart": 0 }, "right": { @@ -61,16 +66,19 @@ expression: actual "name": "FOS", "start": 15, "end": 18, + "moduleId": 0, "commentStart": 15 }, "path": [], "abs_path": false, "start": 15, "end": 18, + "moduleId": 0, "commentStart": 15 }, "start": 0, "end": 18, + "moduleId": 0, "commentStart": 0 }, "right": { @@ -83,10 +91,12 @@ expression: actual "raw": "6", "start": 21, "end": 22, + "moduleId": 0, "commentStart": 21 }, "start": 0, "end": 22, + "moduleId": 0, "commentStart": 0 }, "right": { @@ -101,12 +111,14 @@ expression: actual "name": "sigmaAllow", "start": 26, "end": 36, + "moduleId": 0, "commentStart": 26 }, "path": [], "abs_path": false, "start": 26, "end": 36, + "moduleId": 0, "commentStart": 26 }, "right": { @@ -117,19 +129,23 @@ expression: actual "name": "width", "start": 39, "end": 44, + "moduleId": 0, "commentStart": 39 }, "path": [], "abs_path": false, "start": 39, "end": 44, + "moduleId": 0, "commentStart": 39 }, "start": 26, "end": 44, + "moduleId": 0, "commentStart": 26 }, "start": 0, "end": 44, + "moduleId": 0, "commentStart": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_math_tests__k.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_math_tests__k.snap index 975062334..2ae59bada 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_math_tests__k.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_math_tests__k.snap @@ -15,6 +15,7 @@ expression: actual "raw": "2", "start": 0, "end": 1, + "moduleId": 0, "commentStart": 0 }, "right": { @@ -27,9 +28,11 @@ expression: actual "raw": "3", "start": 7, "end": 8, + "moduleId": 0, "commentStart": 7 }, "start": 0, "end": 8, + "moduleId": 0, "commentStart": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__a.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__a.snap index adae7a13a..c7418b56e 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__a.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__a.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 9, + "moduleId": 0, "name": "boxSketch", "start": 0, "type": "Identifier" @@ -19,13 +20,16 @@ expression: actual "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 12, "end": 25, + "moduleId": 0, "name": { "commentStart": 12, "end": 25, + "moduleId": 0, "name": "startSketchOn", "start": 12, "type": "Identifier" @@ -36,6 +40,7 @@ expression: actual }, "commentStart": 12, "end": 29, + "moduleId": 0, "start": 12, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -43,9 +48,11 @@ expression: actual "abs_path": false, "commentStart": 26, "end": 28, + "moduleId": 0, "name": { "commentStart": 26, "end": 28, + "moduleId": 0, "name": "XY", "start": 26, "type": "Identifier" @@ -63,6 +70,7 @@ expression: actual "label": { "commentStart": 52, "end": 54, + "moduleId": 0, "name": "at", "start": 52, "type": "Identifier" @@ -73,6 +81,7 @@ expression: actual { "commentStart": 58, "end": 59, + "moduleId": 0, "raw": "0", "start": 58, "type": "Literal", @@ -85,6 +94,7 @@ expression: actual { "commentStart": 61, "end": 62, + "moduleId": 0, "raw": "0", "start": 61, "type": "Literal", @@ -96,6 +106,7 @@ expression: actual } ], "end": 63, + "moduleId": 0, "start": 57, "type": "ArrayExpression", "type": "ArrayExpression" @@ -106,9 +117,11 @@ expression: actual "abs_path": false, "commentStart": 37, "end": 51, + "moduleId": 0, "name": { "commentStart": 37, "end": 51, + "moduleId": 0, "name": "startProfileAt", "start": 37, "type": "Identifier" @@ -119,6 +132,7 @@ expression: actual }, "commentStart": 37, "end": 64, + "moduleId": 0, "start": 37, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -131,6 +145,7 @@ expression: actual "label": { "commentStart": 77, "end": 79, + "moduleId": 0, "name": "at", "start": 77, "type": "Identifier" @@ -141,6 +156,7 @@ expression: actual { "commentStart": 83, "end": 84, + "moduleId": 0, "raw": "0", "start": 83, "type": "Literal", @@ -153,6 +169,7 @@ expression: actual { "commentStart": 86, "end": 88, + "moduleId": 0, "raw": "10", "start": 86, "type": "Literal", @@ -164,6 +181,7 @@ expression: actual } ], "end": 89, + "moduleId": 0, "start": 82, "type": "ArrayExpression", "type": "ArrayExpression" @@ -174,9 +192,11 @@ expression: actual "abs_path": false, "commentStart": 72, "end": 76, + "moduleId": 0, "name": { "commentStart": 72, "end": 76, + "moduleId": 0, "name": "line", "start": 72, "type": "Identifier" @@ -187,6 +207,7 @@ expression: actual }, "commentStart": 72, "end": 90, + "moduleId": 0, "start": 72, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -199,6 +220,7 @@ expression: actual "label": { "commentStart": 112, "end": 115, + "moduleId": 0, "name": "end", "start": 112, "type": "Identifier" @@ -210,6 +232,7 @@ expression: actual "argument": { "commentStart": 120, "end": 121, + "moduleId": 0, "raw": "5", "start": 120, "type": "Literal", @@ -221,6 +244,7 @@ expression: actual }, "commentStart": 119, "end": 121, + "moduleId": 0, "operator": "-", "start": 119, "type": "UnaryExpression", @@ -229,6 +253,7 @@ expression: actual { "commentStart": 123, "end": 124, + "moduleId": 0, "raw": "5", "start": 123, "type": "Literal", @@ -240,6 +265,7 @@ expression: actual } ], "end": 125, + "moduleId": 0, "start": 118, "type": "ArrayExpression", "type": "ArrayExpression" @@ -250,9 +276,11 @@ expression: actual "abs_path": false, "commentStart": 98, "end": 111, + "moduleId": 0, "name": { "commentStart": 98, "end": 111, + "moduleId": 0, "name": "tangentialArc", "start": 98, "type": "Identifier" @@ -263,6 +291,7 @@ expression: actual }, "commentStart": 98, "end": 126, + "moduleId": 0, "start": 98, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -275,6 +304,7 @@ expression: actual "label": { "commentStart": 139, "end": 141, + "moduleId": 0, "name": "at", "start": 139, "type": "Identifier" @@ -285,6 +315,7 @@ expression: actual { "commentStart": 145, "end": 146, + "moduleId": 0, "raw": "5", "start": 145, "type": "Literal", @@ -298,6 +329,7 @@ expression: actual "argument": { "commentStart": 149, "end": 151, + "moduleId": 0, "raw": "15", "start": 149, "type": "Literal", @@ -309,6 +341,7 @@ expression: actual }, "commentStart": 148, "end": 151, + "moduleId": 0, "operator": "-", "start": 148, "type": "UnaryExpression", @@ -316,6 +349,7 @@ expression: actual } ], "end": 152, + "moduleId": 0, "start": 144, "type": "ArrayExpression", "type": "ArrayExpression" @@ -326,9 +360,11 @@ expression: actual "abs_path": false, "commentStart": 134, "end": 138, + "moduleId": 0, "name": { "commentStart": 134, "end": 138, + "moduleId": 0, "name": "line", "start": 134, "type": "Identifier" @@ -339,6 +375,7 @@ expression: actual }, "commentStart": 134, "end": 153, + "moduleId": 0, "start": 134, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -351,6 +388,7 @@ expression: actual "label": { "commentStart": 169, "end": 175, + "moduleId": 0, "name": "length", "start": 169, "type": "Identifier" @@ -358,6 +396,7 @@ expression: actual "arg": { "commentStart": 176, "end": 178, + "moduleId": 0, "raw": "10", "start": 176, "type": "Literal", @@ -373,9 +412,11 @@ expression: actual "abs_path": false, "commentStart": 161, "end": 168, + "moduleId": 0, "name": { "commentStart": 161, "end": 168, + "moduleId": 0, "name": "extrude", "start": 161, "type": "Identifier" @@ -386,6 +427,7 @@ expression: actual }, "commentStart": 161, "end": 179, + "moduleId": 0, "start": 161, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -394,15 +436,18 @@ expression: actual ], "commentStart": 12, "end": 179, + "moduleId": 0, "start": 12, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 179, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -410,5 +455,6 @@ expression: actual ], "commentStart": 0, "end": 180, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__aa.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__aa.snap index e9d18d019..87a8e9eb6 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__aa.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__aa.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 2, + "moduleId": 0, "name": "sg", "start": 0, "type": "Identifier" @@ -21,9 +22,11 @@ expression: actual "abs_path": false, "commentStart": 6, "end": 11, + "moduleId": 0, "name": { "commentStart": 6, "end": 11, + "moduleId": 0, "name": "scale", "start": 6, "type": "Identifier" @@ -35,16 +38,19 @@ expression: actual }, "commentStart": 5, "end": 11, + "moduleId": 0, "operator": "-", "start": 5, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 11, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -52,5 +58,6 @@ expression: actual ], "commentStart": 0, "end": 11, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__ab.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__ab.snap index 6547fc9dd..355df02fd 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__ab.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__ab.snap @@ -14,6 +14,7 @@ expression: actual "label": { "commentStart": 5, "end": 16, + "moduleId": 0, "name": "endAbsolute", "start": 5, "type": "Identifier" @@ -24,6 +25,7 @@ expression: actual { "commentStart": 20, "end": 21, + "moduleId": 0, "raw": "0", "start": 20, "type": "Literal", @@ -37,6 +39,7 @@ expression: actual "argument": { "commentStart": 24, "end": 25, + "moduleId": 0, "raw": "1", "start": 24, "type": "Literal", @@ -48,6 +51,7 @@ expression: actual }, "commentStart": 23, "end": 25, + "moduleId": 0, "operator": "-", "start": 23, "type": "UnaryExpression", @@ -55,6 +59,7 @@ expression: actual } ], "end": 26, + "moduleId": 0, "start": 19, "type": "ArrayExpression", "type": "ArrayExpression" @@ -65,9 +70,11 @@ expression: actual "abs_path": false, "commentStart": 0, "end": 4, + "moduleId": 0, "name": { "commentStart": 0, "end": 4, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -78,11 +85,13 @@ expression: actual }, "commentStart": 0, "end": 27, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -90,5 +99,6 @@ expression: actual ], "commentStart": 0, "end": 27, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__ad.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__ad.snap index fb4260fb3..08afb454f 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__ad.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__ad.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 8, "end": 24, + "moduleId": 0, "name": "firstPrimeNumber", "start": 8, "type": "Identifier" @@ -23,6 +24,7 @@ expression: actual "argument": { "commentStart": 44, "end": 45, + "moduleId": 0, "raw": "2", "start": 44, "type": "Literal", @@ -34,6 +36,7 @@ expression: actual }, "commentStart": 37, "end": 45, + "moduleId": 0, "start": 37, "type": "ReturnStatement", "type": "ReturnStatement" @@ -41,20 +44,24 @@ expression: actual ], "commentStart": 27, "end": 51, + "moduleId": 0, "start": 27 }, "commentStart": 24, "end": 51, + "moduleId": 0, "params": [], "start": 24, "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 8, "type": "VariableDeclarator" }, "end": 51, "kind": "fn", + "moduleId": 0, "start": 5, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -63,13 +70,16 @@ expression: actual "commentStart": 56, "end": 74, "expression": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 56, "end": 72, + "moduleId": 0, "name": { "commentStart": 56, "end": 72, + "moduleId": 0, "name": "firstPrimeNumber", "start": 56, "type": "Identifier" @@ -80,11 +90,13 @@ expression: actual }, "commentStart": 56, "end": 74, + "moduleId": 0, "start": 56, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 56, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -92,5 +104,6 @@ expression: actual ], "commentStart": 0, "end": 74, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__ae.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__ae.snap index 2e585988f..fd9275284 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__ae.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__ae.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 3, "end": 8, + "moduleId": 0, "name": "thing", "start": 3, "type": "Identifier" @@ -23,6 +24,7 @@ expression: actual "argument": { "commentStart": 33, "end": 37, + "moduleId": 0, "raw": "true", "start": 33, "type": "Literal", @@ -31,6 +33,7 @@ expression: actual }, "commentStart": 26, "end": 37, + "moduleId": 0, "start": 26, "type": "ReturnStatement", "type": "ReturnStatement" @@ -38,16 +41,19 @@ expression: actual ], "commentStart": 16, "end": 43, + "moduleId": 0, "start": 16 }, "commentStart": 8, "end": 43, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 9, "end": 14, + "moduleId": 0, "name": "param", "start": 9, "type": "Identifier" @@ -58,11 +64,13 @@ expression: actual "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 3, "type": "VariableDeclarator" }, "end": 43, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -71,13 +79,16 @@ expression: actual "commentStart": 48, "end": 60, "expression": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 48, "end": 53, + "moduleId": 0, "name": { "commentStart": 48, "end": 53, + "moduleId": 0, "name": "thing", "start": 48, "type": "Identifier" @@ -88,12 +99,14 @@ expression: actual }, "commentStart": 48, "end": 60, + "moduleId": 0, "start": 48, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 54, "end": 59, + "moduleId": 0, "raw": "false", "start": 54, "type": "Literal", @@ -101,6 +114,7 @@ expression: actual "value": false } }, + "moduleId": 0, "start": 48, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -108,5 +122,6 @@ expression: actual ], "commentStart": 0, "end": 60, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__af.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__af.snap index 5d10eba57..94e99a4c1 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__af.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__af.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 8, + "moduleId": 0, "name": "mySketch", "start": 0, "type": "Identifier" @@ -19,13 +20,16 @@ expression: actual "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 11, "end": 24, + "moduleId": 0, "name": { "commentStart": 11, "end": 24, + "moduleId": 0, "name": "startSketchOn", "start": 11, "type": "Identifier" @@ -36,6 +40,7 @@ expression: actual }, "commentStart": 11, "end": 28, + "moduleId": 0, "start": 11, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -43,9 +48,11 @@ expression: actual "abs_path": false, "commentStart": 25, "end": 27, + "moduleId": 0, "name": { "commentStart": 25, "end": 27, + "moduleId": 0, "name": "XY", "start": 25, "type": "Identifier" @@ -63,6 +70,7 @@ expression: actual "label": { "commentStart": 53, "end": 55, + "moduleId": 0, "name": "at", "start": 53, "type": "Identifier" @@ -73,6 +81,7 @@ expression: actual { "commentStart": 59, "end": 60, + "moduleId": 0, "raw": "0", "start": 59, "type": "Literal", @@ -85,6 +94,7 @@ expression: actual { "commentStart": 61, "end": 62, + "moduleId": 0, "raw": "0", "start": 61, "type": "Literal", @@ -96,6 +106,7 @@ expression: actual } ], "end": 63, + "moduleId": 0, "start": 58, "type": "ArrayExpression", "type": "ArrayExpression" @@ -106,9 +117,11 @@ expression: actual "abs_path": false, "commentStart": 40, "end": 52, + "moduleId": 0, "name": { "commentStart": 40, "end": 52, + "moduleId": 0, "name": "startProfile", "start": 40, "type": "Identifier" @@ -119,6 +132,7 @@ expression: actual }, "commentStart": 40, "end": 64, + "moduleId": 0, "start": 40, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -131,6 +145,7 @@ expression: actual "label": { "commentStart": 81, "end": 92, + "moduleId": 0, "name": "endAbsolute", "start": 81, "type": "Identifier" @@ -141,6 +156,7 @@ expression: actual { "commentStart": 96, "end": 97, + "moduleId": 0, "raw": "0", "start": 96, "type": "Literal", @@ -153,6 +169,7 @@ expression: actual { "commentStart": 99, "end": 100, + "moduleId": 0, "raw": "1", "start": 99, "type": "Literal", @@ -164,6 +181,7 @@ expression: actual } ], "end": 101, + "moduleId": 0, "start": 95, "type": "ArrayExpression", "type": "ArrayExpression" @@ -174,6 +192,7 @@ expression: actual "label": { "commentStart": 103, "end": 106, + "moduleId": 0, "name": "tag", "start": 103, "type": "Identifier" @@ -181,6 +200,7 @@ expression: actual "arg": { "commentStart": 109, "end": 116, + "moduleId": 0, "start": 109, "type": "TagDeclarator", "type": "TagDeclarator", @@ -192,9 +212,11 @@ expression: actual "abs_path": false, "commentStart": 76, "end": 80, + "moduleId": 0, "name": { "commentStart": 76, "end": 80, + "moduleId": 0, "name": "line", "start": 76, "type": "Identifier" @@ -205,6 +227,7 @@ expression: actual }, "commentStart": 76, "end": 117, + "moduleId": 0, "start": 76, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -217,6 +240,7 @@ expression: actual "label": { "commentStart": 134, "end": 145, + "moduleId": 0, "name": "endAbsolute", "start": 134, "type": "Identifier" @@ -227,6 +251,7 @@ expression: actual { "commentStart": 149, "end": 150, + "moduleId": 0, "raw": "1", "start": 149, "type": "Literal", @@ -239,6 +264,7 @@ expression: actual { "commentStart": 152, "end": 153, + "moduleId": 0, "raw": "1", "start": 152, "type": "Literal", @@ -250,6 +276,7 @@ expression: actual } ], "end": 154, + "moduleId": 0, "start": 148, "type": "ArrayExpression", "type": "ArrayExpression" @@ -260,9 +287,11 @@ expression: actual "abs_path": false, "commentStart": 129, "end": 133, + "moduleId": 0, "name": { "commentStart": 129, "end": 133, + "moduleId": 0, "name": "line", "start": 129, "type": "Identifier" @@ -273,6 +302,7 @@ expression: actual }, "commentStart": 129, "end": 155, + "moduleId": 0, "start": 129, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -285,6 +315,7 @@ expression: actual "label": { "commentStart": 172, "end": 183, + "moduleId": 0, "name": "endAbsolute", "start": 172, "type": "Identifier" @@ -295,6 +326,7 @@ expression: actual { "commentStart": 187, "end": 188, + "moduleId": 0, "raw": "1", "start": 187, "type": "Literal", @@ -307,6 +339,7 @@ expression: actual { "commentStart": 190, "end": 191, + "moduleId": 0, "raw": "0", "start": 190, "type": "Literal", @@ -318,6 +351,7 @@ expression: actual } ], "end": 192, + "moduleId": 0, "start": 186, "type": "ArrayExpression", "type": "ArrayExpression" @@ -328,6 +362,7 @@ expression: actual "label": { "commentStart": 194, "end": 197, + "moduleId": 0, "name": "tag", "start": 194, "type": "Identifier" @@ -335,6 +370,7 @@ expression: actual "arg": { "commentStart": 200, "end": 210, + "moduleId": 0, "start": 200, "type": "TagDeclarator", "type": "TagDeclarator", @@ -346,9 +382,11 @@ expression: actual "abs_path": false, "commentStart": 167, "end": 171, + "moduleId": 0, "name": { "commentStart": 167, "end": 171, + "moduleId": 0, "name": "line", "start": 167, "type": "Identifier" @@ -359,19 +397,23 @@ expression: actual }, "commentStart": 167, "end": 211, + "moduleId": 0, "start": 167, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 223, "end": 228, + "moduleId": 0, "name": { "commentStart": 223, "end": 228, + "moduleId": 0, "name": "close", "start": 223, "type": "Identifier" @@ -382,6 +424,7 @@ expression: actual }, "commentStart": 223, "end": 230, + "moduleId": 0, "start": 223, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -390,15 +433,18 @@ expression: actual ], "commentStart": 11, "end": 230, + "moduleId": 0, "start": 11, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 230, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -406,5 +452,6 @@ expression: actual ], "commentStart": 0, "end": 230, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__ag.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__ag.snap index 51bca9ec9..d48352201 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__ag.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__ag.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 8, + "moduleId": 0, "name": "mySketch", "start": 0, "type": "Identifier" @@ -19,13 +20,16 @@ expression: actual "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 11, "end": 24, + "moduleId": 0, "name": { "commentStart": 11, "end": 24, + "moduleId": 0, "name": "startSketchOn", "start": 11, "type": "Identifier" @@ -36,6 +40,7 @@ expression: actual }, "commentStart": 11, "end": 28, + "moduleId": 0, "start": 11, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -43,9 +48,11 @@ expression: actual "abs_path": false, "commentStart": 25, "end": 27, + "moduleId": 0, "name": { "commentStart": 25, "end": 27, + "moduleId": 0, "name": "XY", "start": 25, "type": "Identifier" @@ -63,6 +70,7 @@ expression: actual "label": { "commentStart": 45, "end": 47, + "moduleId": 0, "name": "at", "start": 45, "type": "Identifier" @@ -73,6 +81,7 @@ expression: actual { "commentStart": 51, "end": 52, + "moduleId": 0, "raw": "0", "start": 51, "type": "Literal", @@ -85,6 +94,7 @@ expression: actual { "commentStart": 53, "end": 54, + "moduleId": 0, "raw": "0", "start": 53, "type": "Literal", @@ -96,6 +106,7 @@ expression: actual } ], "end": 55, + "moduleId": 0, "start": 50, "type": "ArrayExpression", "type": "ArrayExpression" @@ -106,9 +117,11 @@ expression: actual "abs_path": false, "commentStart": 32, "end": 44, + "moduleId": 0, "name": { "commentStart": 32, "end": 44, + "moduleId": 0, "name": "startProfile", "start": 32, "type": "Identifier" @@ -119,6 +132,7 @@ expression: actual }, "commentStart": 32, "end": 56, + "moduleId": 0, "start": 32, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -131,6 +145,7 @@ expression: actual "label": { "commentStart": 65, "end": 76, + "moduleId": 0, "name": "endAbsolute", "start": 65, "type": "Identifier" @@ -141,6 +156,7 @@ expression: actual { "commentStart": 80, "end": 81, + "moduleId": 0, "raw": "1", "start": 80, "type": "Literal", @@ -153,6 +169,7 @@ expression: actual { "commentStart": 83, "end": 84, + "moduleId": 0, "raw": "1", "start": 83, "type": "Literal", @@ -164,6 +181,7 @@ expression: actual } ], "end": 85, + "moduleId": 0, "start": 79, "type": "ArrayExpression", "type": "ArrayExpression" @@ -174,9 +192,11 @@ expression: actual "abs_path": false, "commentStart": 60, "end": 64, + "moduleId": 0, "name": { "commentStart": 60, "end": 64, + "moduleId": 0, "name": "line", "start": 60, "type": "Identifier" @@ -187,19 +207,23 @@ expression: actual }, "commentStart": 60, "end": 86, + "moduleId": 0, "start": 60, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 90, "end": 95, + "moduleId": 0, "name": { "commentStart": 90, "end": 95, + "moduleId": 0, "name": "close", "start": 90, "type": "Identifier" @@ -210,6 +234,7 @@ expression: actual }, "commentStart": 90, "end": 97, + "moduleId": 0, "start": 90, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -218,15 +243,18 @@ expression: actual ], "commentStart": 11, "end": 97, + "moduleId": 0, "start": 11, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 97, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -234,5 +262,6 @@ expression: actual ], "commentStart": 0, "end": 97, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__ah.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__ah.snap index af6c4ca15..750fe14d7 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__ah.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__ah.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 5, + "moduleId": 0, "name": "myBox", "start": 0, "type": "Identifier" @@ -19,13 +20,16 @@ expression: actual "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 8, "end": 21, + "moduleId": 0, "name": { "commentStart": 8, "end": 21, + "moduleId": 0, "name": "startSketchOn", "start": 8, "type": "Identifier" @@ -36,6 +40,7 @@ expression: actual }, "commentStart": 8, "end": 25, + "moduleId": 0, "start": 8, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -43,9 +48,11 @@ expression: actual "abs_path": false, "commentStart": 22, "end": 24, + "moduleId": 0, "name": { "commentStart": 22, "end": 24, + "moduleId": 0, "name": "XY", "start": 22, "type": "Identifier" @@ -63,6 +70,7 @@ expression: actual "label": { "commentStart": 42, "end": 44, + "moduleId": 0, "name": "at", "start": 42, "type": "Identifier" @@ -71,9 +79,11 @@ expression: actual "abs_path": false, "commentStart": 47, "end": 48, + "moduleId": 0, "name": { "commentStart": 47, "end": 48, + "moduleId": 0, "name": "p", "start": 47, "type": "Identifier" @@ -89,9 +99,11 @@ expression: actual "abs_path": false, "commentStart": 29, "end": 41, + "moduleId": 0, "name": { "commentStart": 29, "end": 41, + "moduleId": 0, "name": "startProfile", "start": 29, "type": "Identifier" @@ -102,6 +114,7 @@ expression: actual }, "commentStart": 29, "end": 49, + "moduleId": 0, "start": 29, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -110,15 +123,18 @@ expression: actual ], "commentStart": 8, "end": 49, + "moduleId": 0, "start": 8, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 49, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -126,5 +142,6 @@ expression: actual ], "commentStart": 0, "end": 49, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__ai.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__ai.snap index 71c2f5ebb..3730adfce 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__ai.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__ai.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 5, + "moduleId": 0, "name": "myBox", "start": 0, "type": "Identifier" @@ -19,13 +20,16 @@ expression: actual "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 8, "end": 9, + "moduleId": 0, "name": { "commentStart": 8, "end": 9, + "moduleId": 0, "name": "f", "start": 8, "type": "Identifier" @@ -36,12 +40,14 @@ expression: actual }, "commentStart": 8, "end": 12, + "moduleId": 0, "start": 8, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 10, "end": 11, + "moduleId": 0, "raw": "1", "start": 10, "type": "Literal", @@ -53,13 +59,16 @@ expression: actual } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 16, "end": 17, + "moduleId": 0, "name": { "commentStart": 16, "end": 17, + "moduleId": 0, "name": "g", "start": 16, "type": "Identifier" @@ -70,12 +79,14 @@ expression: actual }, "commentStart": 16, "end": 20, + "moduleId": 0, "start": 16, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 18, "end": 19, + "moduleId": 0, "raw": "2", "start": 18, "type": "Literal", @@ -89,15 +100,18 @@ expression: actual ], "commentStart": 8, "end": 20, + "moduleId": 0, "start": 8, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 20, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -105,5 +119,6 @@ expression: actual ], "commentStart": 0, "end": 20, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__aj.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__aj.snap index 5eb974579..58cfee675 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__aj.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__aj.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 5, + "moduleId": 0, "name": "myBox", "start": 0, "type": "Identifier" @@ -19,13 +20,16 @@ expression: actual "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 8, "end": 21, + "moduleId": 0, "name": { "commentStart": 8, "end": 21, + "moduleId": 0, "name": "startSketchOn", "start": 8, "type": "Identifier" @@ -36,6 +40,7 @@ expression: actual }, "commentStart": 8, "end": 25, + "moduleId": 0, "start": 8, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -43,9 +48,11 @@ expression: actual "abs_path": false, "commentStart": 22, "end": 24, + "moduleId": 0, "name": { "commentStart": 22, "end": 24, + "moduleId": 0, "name": "XY", "start": 22, "type": "Identifier" @@ -63,6 +70,7 @@ expression: actual "label": { "commentStart": 42, "end": 44, + "moduleId": 0, "name": "at", "start": 42, "type": "Identifier" @@ -71,9 +79,11 @@ expression: actual "abs_path": false, "commentStart": 47, "end": 48, + "moduleId": 0, "name": { "commentStart": 47, "end": 48, + "moduleId": 0, "name": "p", "start": 47, "type": "Identifier" @@ -89,9 +99,11 @@ expression: actual "abs_path": false, "commentStart": 29, "end": 41, + "moduleId": 0, "name": { "commentStart": 29, "end": 41, + "moduleId": 0, "name": "startProfile", "start": 29, "type": "Identifier" @@ -102,6 +114,7 @@ expression: actual }, "commentStart": 29, "end": 49, + "moduleId": 0, "start": 29, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -114,6 +127,7 @@ expression: actual "label": { "commentStart": 58, "end": 61, + "moduleId": 0, "name": "end", "start": 58, "type": "Identifier" @@ -124,6 +138,7 @@ expression: actual { "commentStart": 65, "end": 66, + "moduleId": 0, "raw": "0", "start": 65, "type": "Literal", @@ -137,9 +152,11 @@ expression: actual "abs_path": false, "commentStart": 68, "end": 69, + "moduleId": 0, "name": { "commentStart": 68, "end": 69, + "moduleId": 0, "name": "l", "start": 68, "type": "Identifier" @@ -151,6 +168,7 @@ expression: actual } ], "end": 70, + "moduleId": 0, "start": 64, "type": "ArrayExpression", "type": "ArrayExpression" @@ -161,9 +179,11 @@ expression: actual "abs_path": false, "commentStart": 53, "end": 57, + "moduleId": 0, "name": { "commentStart": 53, "end": 57, + "moduleId": 0, "name": "line", "start": 53, "type": "Identifier" @@ -174,6 +194,7 @@ expression: actual }, "commentStart": 53, "end": 71, + "moduleId": 0, "start": 53, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -182,15 +203,18 @@ expression: actual ], "commentStart": 8, "end": 71, + "moduleId": 0, "start": 8, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 71, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -198,5 +222,6 @@ expression: actual ], "commentStart": 0, "end": 71, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__ak.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__ak.snap index 509b56777..f44b4d4d6 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__ak.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__ak.snap @@ -14,6 +14,7 @@ expression: actual "label": { "commentStart": 5, "end": 16, + "moduleId": 0, "name": "endAbsolute", "start": 5, "type": "Identifier" @@ -24,6 +25,7 @@ expression: actual { "commentStart": 20, "end": 21, + "moduleId": 0, "raw": "0", "start": 20, "type": "Literal", @@ -36,6 +38,7 @@ expression: actual { "commentStart": 23, "end": 24, + "moduleId": 0, "raw": "1", "start": 23, "type": "Literal", @@ -47,6 +50,7 @@ expression: actual } ], "end": 25, + "moduleId": 0, "start": 19, "type": "ArrayExpression", "type": "ArrayExpression" @@ -57,9 +61,11 @@ expression: actual "abs_path": false, "commentStart": 0, "end": 4, + "moduleId": 0, "name": { "commentStart": 0, "end": 4, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -70,11 +76,13 @@ expression: actual }, "commentStart": 0, "end": 26, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -82,5 +90,6 @@ expression: actual ], "commentStart": 0, "end": 26, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__ap.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__ap.snap index d07790a28..993c5f5f2 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__ap.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__ap.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 8, + "moduleId": 0, "name": "mySketch", "start": 0, "type": "Identifier" @@ -19,13 +20,16 @@ expression: actual "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 11, "end": 24, + "moduleId": 0, "name": { "commentStart": 11, "end": 24, + "moduleId": 0, "name": "startSketchOn", "start": 11, "type": "Identifier" @@ -36,6 +40,7 @@ expression: actual }, "commentStart": 11, "end": 28, + "moduleId": 0, "start": 11, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -43,9 +48,11 @@ expression: actual "abs_path": false, "commentStart": 25, "end": 27, + "moduleId": 0, "name": { "commentStart": 25, "end": 27, + "moduleId": 0, "name": "XY", "start": 25, "type": "Identifier" @@ -63,6 +70,7 @@ expression: actual "label": { "commentStart": 45, "end": 47, + "moduleId": 0, "name": "at", "start": 45, "type": "Identifier" @@ -73,6 +81,7 @@ expression: actual { "commentStart": 51, "end": 52, + "moduleId": 0, "raw": "0", "start": 51, "type": "Literal", @@ -85,6 +94,7 @@ expression: actual { "commentStart": 53, "end": 54, + "moduleId": 0, "raw": "0", "start": 53, "type": "Literal", @@ -96,6 +106,7 @@ expression: actual } ], "end": 55, + "moduleId": 0, "start": 50, "type": "ArrayExpression", "type": "ArrayExpression" @@ -106,9 +117,11 @@ expression: actual "abs_path": false, "commentStart": 32, "end": 44, + "moduleId": 0, "name": { "commentStart": 32, "end": 44, + "moduleId": 0, "name": "startProfile", "start": 32, "type": "Identifier" @@ -119,6 +132,7 @@ expression: actual }, "commentStart": 32, "end": 56, + "moduleId": 0, "start": 32, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -127,15 +141,18 @@ expression: actual ], "commentStart": 11, "end": 56, + "moduleId": 0, "start": 11, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 56, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -143,5 +160,6 @@ expression: actual ], "commentStart": 0, "end": 56, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__aq.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__aq.snap index e6c992d7a..be5029a8d 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__aq.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__aq.snap @@ -14,6 +14,7 @@ expression: actual "label": { "commentStart": 4, "end": 10, + "moduleId": 0, "name": "number", "start": 4, "type": "Identifier" @@ -21,6 +22,7 @@ expression: actual "arg": { "commentStart": 13, "end": 14, + "moduleId": 0, "raw": "5", "start": 13, "type": "Literal", @@ -36,6 +38,7 @@ expression: actual "label": { "commentStart": 16, "end": 19, + "moduleId": 0, "name": "msg", "start": 16, "type": "Identifier" @@ -43,6 +46,7 @@ expression: actual "arg": { "commentStart": 22, "end": 29, + "moduleId": 0, "raw": "\"hello\"", "start": 22, "type": "Literal", @@ -55,6 +59,7 @@ expression: actual "label": { "commentStart": 31, "end": 33, + "moduleId": 0, "name": "id", "start": 31, "type": "Identifier" @@ -63,9 +68,11 @@ expression: actual "abs_path": false, "commentStart": 34, "end": 45, + "moduleId": 0, "name": { "commentStart": 34, "end": 45, + "moduleId": 0, "name": "aIdentifier", "start": 34, "type": "Identifier" @@ -81,9 +88,11 @@ expression: actual "abs_path": false, "commentStart": 0, "end": 3, + "moduleId": 0, "name": { "commentStart": 0, "end": 3, + "moduleId": 0, "name": "log", "start": 0, "type": "Identifier" @@ -94,11 +103,13 @@ expression: actual }, "commentStart": 0, "end": 46, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -106,5 +117,6 @@ expression: actual ], "commentStart": 0, "end": 46, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__ar.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__ar.snap index bd9b2059b..0e0ea6271 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__ar.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__ar.snap @@ -13,6 +13,7 @@ expression: actual "left": { "commentStart": 0, "end": 1, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -22,10 +23,12 @@ expression: actual "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 4, "end": 7, + "moduleId": 0, "raw": "\"a\"", "start": 4, "type": "Literal", @@ -36,6 +39,7 @@ expression: actual "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -43,5 +47,6 @@ expression: actual ], "commentStart": 0, "end": 7, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__array_ranges.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__array_ranges.snap index 4af2ba212..50d431e78 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__array_ranges.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__array_ranges.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 4, + "moduleId": 0, "name": "incl", "start": 0, "type": "Identifier" @@ -22,6 +23,7 @@ expression: actual "endElement": { "commentStart": 11, "end": 13, + "moduleId": 0, "raw": "10", "start": 11, "type": "Literal", @@ -32,10 +34,12 @@ expression: actual } }, "endInclusive": true, + "moduleId": 0, "start": 7, "startElement": { "commentStart": 8, "end": 9, + "moduleId": 0, "raw": "1", "start": 8, "type": "Literal", @@ -48,11 +52,13 @@ expression: actual "type": "ArrayRangeExpression", "type": "ArrayRangeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 14, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -65,6 +71,7 @@ expression: actual "id": { "commentStart": 23, "end": 27, + "moduleId": 0, "name": "excl", "start": 23, "type": "Identifier" @@ -75,6 +82,7 @@ expression: actual "endElement": { "commentStart": 35, "end": 37, + "moduleId": 0, "raw": "10", "start": 35, "type": "Literal", @@ -85,10 +93,12 @@ expression: actual } }, "endInclusive": false, + "moduleId": 0, "start": 30, "startElement": { "commentStart": 31, "end": 32, + "moduleId": 0, "raw": "0", "start": 31, "type": "Literal", @@ -101,11 +111,13 @@ expression: actual "type": "ArrayRangeExpression", "type": "ArrayRangeExpression" }, + "moduleId": 0, "start": 23, "type": "VariableDeclarator" }, "end": 38, "kind": "const", + "moduleId": 0, "start": 23, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -113,5 +125,6 @@ expression: actual ], "commentStart": 0, "end": 38, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__at.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__at.snap index 95df117ed..0d2437a48 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__at.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__at.snap @@ -8,13 +8,16 @@ expression: actual "commentStart": 0, "end": 12, "expression": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 4, + "moduleId": 0, "name": { "commentStart": 0, "end": 4, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -25,6 +28,7 @@ expression: actual }, "commentStart": 0, "end": 12, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -34,6 +38,7 @@ expression: actual { "commentStart": 6, "end": 7, + "moduleId": 0, "raw": "0", "start": 6, "type": "Literal", @@ -47,9 +52,11 @@ expression: actual "abs_path": false, "commentStart": 9, "end": 10, + "moduleId": 0, "name": { "commentStart": 9, "end": 10, + "moduleId": 0, "name": "l", "start": 9, "type": "Identifier" @@ -61,11 +68,13 @@ expression: actual } ], "end": 11, + "moduleId": 0, "start": 5, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -73,5 +82,6 @@ expression: actual ], "commentStart": 0, "end": 12, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__au.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__au.snap index 29eb410e4..88ac82027 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__au.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__au.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 8, + "moduleId": 0, "name": "cylinder", "start": 0, "type": "Identifier" @@ -19,13 +20,16 @@ expression: actual "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 11, "end": 24, + "moduleId": 0, "name": { "commentStart": 11, "end": 24, + "moduleId": 0, "name": "startSketchOn", "start": 11, "type": "Identifier" @@ -36,6 +40,7 @@ expression: actual }, "commentStart": 11, "end": 28, + "moduleId": 0, "start": 11, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -43,9 +48,11 @@ expression: actual "abs_path": false, "commentStart": 25, "end": 27, + "moduleId": 0, "name": { "commentStart": 25, "end": 27, + "moduleId": 0, "name": "XY", "start": 25, "type": "Identifier" @@ -63,6 +70,7 @@ expression: actual "label": { "commentStart": 43, "end": 49, + "moduleId": 0, "name": "center", "start": 43, "type": "Identifier" @@ -73,6 +81,7 @@ expression: actual { "commentStart": 52, "end": 53, + "moduleId": 0, "raw": "0", "start": 52, "type": "Literal", @@ -85,6 +94,7 @@ expression: actual { "commentStart": 55, "end": 56, + "moduleId": 0, "raw": "0", "start": 55, "type": "Literal", @@ -96,6 +106,7 @@ expression: actual } ], "end": 57, + "moduleId": 0, "start": 51, "type": "ArrayExpression", "type": "ArrayExpression" @@ -106,6 +117,7 @@ expression: actual "label": { "commentStart": 59, "end": 65, + "moduleId": 0, "name": "radius", "start": 59, "type": "Identifier" @@ -113,6 +125,7 @@ expression: actual "arg": { "commentStart": 67, "end": 69, + "moduleId": 0, "raw": "22", "start": 67, "type": "Literal", @@ -128,9 +141,11 @@ expression: actual "abs_path": false, "commentStart": 36, "end": 42, + "moduleId": 0, "name": { "commentStart": 36, "end": 42, + "moduleId": 0, "name": "circle", "start": 36, "type": "Identifier" @@ -141,6 +156,7 @@ expression: actual }, "commentStart": 36, "end": 70, + "moduleId": 0, "start": 36, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -153,6 +169,7 @@ expression: actual "label": { "commentStart": 86, "end": 92, + "moduleId": 0, "name": "length", "start": 86, "type": "Identifier" @@ -160,6 +177,7 @@ expression: actual "arg": { "commentStart": 95, "end": 97, + "moduleId": 0, "raw": "14", "start": 95, "type": "Literal", @@ -175,9 +193,11 @@ expression: actual "abs_path": false, "commentStart": 78, "end": 85, + "moduleId": 0, "name": { "commentStart": 78, "end": 85, + "moduleId": 0, "name": "extrude", "start": 78, "type": "Identifier" @@ -188,6 +208,7 @@ expression: actual }, "commentStart": 78, "end": 98, + "moduleId": 0, "start": 78, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -196,15 +217,18 @@ expression: actual ], "commentStart": 11, "end": 98, + "moduleId": 0, "start": 11, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 98, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -212,5 +236,6 @@ expression: actual ], "commentStart": 0, "end": 99, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__av.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__av.snap index 36f5156e3..a860c8018 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__av.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__av.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 3, "end": 4, + "moduleId": 0, "name": "f", "start": 3, "type": "Identifier" @@ -27,6 +28,7 @@ expression: actual "label": { "commentStart": 30, "end": 35, + "moduleId": 0, "name": "maybe", "start": 30, "type": "Identifier" @@ -35,9 +37,11 @@ expression: actual "abs_path": false, "commentStart": 36, "end": 41, + "moduleId": 0, "name": { "commentStart": 36, "end": 41, + "moduleId": 0, "name": "angle", "start": 36, "type": "Identifier" @@ -53,6 +57,7 @@ expression: actual "label": { "commentStart": 43, "end": 52, + "moduleId": 0, "name": "otherwise", "start": 43, "type": "Identifier" @@ -60,6 +65,7 @@ expression: actual "arg": { "commentStart": 53, "end": 56, + "moduleId": 0, "raw": "360", "start": 53, "type": "Literal", @@ -75,9 +81,11 @@ expression: actual "abs_path": false, "commentStart": 22, "end": 29, + "moduleId": 0, "name": { "commentStart": 22, "end": 29, + "moduleId": 0, "name": "default", "start": 22, "type": "Identifier" @@ -88,6 +96,7 @@ expression: actual }, "commentStart": 22, "end": 57, + "moduleId": 0, "start": 22, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -95,6 +104,7 @@ expression: actual }, "commentStart": 15, "end": 57, + "moduleId": 0, "start": 15, "type": "ReturnStatement", "type": "ReturnStatement" @@ -102,16 +112,19 @@ expression: actual ], "commentStart": 13, "end": 59, + "moduleId": 0, "start": 13 }, "commentStart": 4, "end": 59, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 5, "end": 10, + "moduleId": 0, "name": "angle", "start": 5, "type": "Identifier" @@ -127,11 +140,13 @@ expression: actual "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 3, "type": "VariableDeclarator" }, "end": 59, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -139,5 +154,6 @@ expression: actual ], "commentStart": 0, "end": 59, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__aw.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__aw.snap index 4e93db57d..ce901dc4b 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__aw.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__aw.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 7, + "moduleId": 0, "name": "numbers", "start": 0, "type": "Identifier" @@ -22,6 +23,7 @@ expression: actual { "commentStart": 24, "end": 25, + "moduleId": 0, "raw": "1", "start": 24, "type": "Literal", @@ -34,6 +36,7 @@ expression: actual { "commentStart": 75, "end": 76, + "moduleId": 0, "raw": "3", "start": 75, "type": "Literal", @@ -45,12 +48,14 @@ expression: actual } ], "end": 87, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 39, "end": 44, + "moduleId": 0, "start": 39, "type": "NonCodeNode", "value": { @@ -64,6 +69,7 @@ expression: actual { "commentStart": 57, "end": 62, + "moduleId": 0, "start": 57, "type": "NonCodeNode", "value": { @@ -80,11 +86,13 @@ expression: actual "type": "ArrayExpression", "type": "ArrayExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 87, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -92,5 +100,6 @@ expression: actual ], "commentStart": 0, "end": 87, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__ax.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__ax.snap index db5ca0b0b..eb7382a2a 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__ax.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__ax.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 7, + "moduleId": 0, "name": "numbers", "start": 0, "type": "Identifier" @@ -22,6 +23,7 @@ expression: actual { "commentStart": 24, "end": 25, + "moduleId": 0, "raw": "1", "start": 24, "type": "Literal", @@ -34,6 +36,7 @@ expression: actual { "commentStart": 39, "end": 40, + "moduleId": 0, "raw": "2", "start": 39, "type": "Literal", @@ -45,12 +48,14 @@ expression: actual } ], "end": 87, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 54, "end": 59, + "moduleId": 0, "start": 54, "type": "NonCodeNode", "value": { @@ -64,6 +69,7 @@ expression: actual { "commentStart": 72, "end": 77, + "moduleId": 0, "start": 72, "type": "NonCodeNode", "value": { @@ -80,11 +86,13 @@ expression: actual "type": "ArrayExpression", "type": "ArrayExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 87, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -92,5 +100,6 @@ expression: actual ], "commentStart": 0, "end": 87, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__ay.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__ay.snap index 7d1ff6809..72d2631e0 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__ay.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__ay.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 4, "end": 9, + "moduleId": 0, "name": "props", "start": 4, "type": "Identifier" @@ -19,12 +20,14 @@ expression: actual "init": { "commentStart": 12, "end": 80, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 44, "end": 52, + "moduleId": 0, "start": 44, "type": "NonCodeNode", "value": { @@ -44,15 +47,18 @@ expression: actual "key": { "commentStart": 26, "end": 27, + "moduleId": 0, "name": "a", "start": 26, "type": "Identifier" }, + "moduleId": 0, "start": 26, "type": "ObjectProperty", "value": { "commentStart": 29, "end": 30, + "moduleId": 0, "raw": "1", "start": 29, "type": "Literal", @@ -69,15 +75,18 @@ expression: actual "key": { "commentStart": 65, "end": 66, + "moduleId": 0, "name": "c", "start": 65, "type": "Identifier" }, + "moduleId": 0, "start": 65, "type": "ObjectProperty", "value": { "commentStart": 68, "end": 69, + "moduleId": 0, "raw": "3", "start": 68, "type": "Literal", @@ -93,11 +102,13 @@ expression: actual "type": "ObjectExpression", "type": "ObjectExpression" }, + "moduleId": 0, "start": 4, "type": "VariableDeclarator" }, "end": 80, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -105,5 +116,6 @@ expression: actual ], "commentStart": 0, "end": 80, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__az.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__az.snap index 47f160589..2bfe270a1 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__az.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__az.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 5, + "moduleId": 0, "name": "props", "start": 0, "type": "Identifier" @@ -19,12 +20,14 @@ expression: actual "init": { "commentStart": 8, "end": 75, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 40, "end": 48, + "moduleId": 0, "start": 40, "type": "NonCodeNode", "value": { @@ -44,15 +47,18 @@ expression: actual "key": { "commentStart": 22, "end": 23, + "moduleId": 0, "name": "a", "start": 22, "type": "Identifier" }, + "moduleId": 0, "start": 22, "type": "ObjectProperty", "value": { "commentStart": 25, "end": 26, + "moduleId": 0, "raw": "1", "start": 25, "type": "Literal", @@ -69,15 +75,18 @@ expression: actual "key": { "commentStart": 61, "end": 62, + "moduleId": 0, "name": "c", "start": 61, "type": "Identifier" }, + "moduleId": 0, "start": 61, "type": "ObjectProperty", "value": { "commentStart": 64, "end": 65, + "moduleId": 0, "raw": "3", "start": 64, "type": "Literal", @@ -93,11 +102,13 @@ expression: actual "type": "ObjectExpression", "type": "ObjectExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 75, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -105,5 +116,6 @@ expression: actual ], "commentStart": 0, "end": 75, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__b.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__b.snap index 9a99bf254..20489ae9a 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__b.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__b.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 5, + "moduleId": 0, "name": "myVar", "start": 0, "type": "Identifier" @@ -23,6 +24,7 @@ expression: actual "label": { "commentStart": 12, "end": 13, + "moduleId": 0, "name": "x", "start": 12, "type": "Identifier" @@ -30,6 +32,7 @@ expression: actual "arg": { "commentStart": 14, "end": 15, + "moduleId": 0, "raw": "5", "start": 14, "type": "Literal", @@ -45,6 +48,7 @@ expression: actual "label": { "commentStart": 18, "end": 19, + "moduleId": 0, "name": "y", "start": 18, "type": "Identifier" @@ -57,6 +61,7 @@ expression: actual "label": { "commentStart": 31, "end": 32, + "moduleId": 0, "name": "z", "start": 31, "type": "Identifier" @@ -64,6 +69,7 @@ expression: actual "arg": { "commentStart": 33, "end": 34, + "moduleId": 0, "raw": "4", "start": 33, "type": "Literal", @@ -79,9 +85,11 @@ expression: actual "abs_path": false, "commentStart": 21, "end": 27, + "moduleId": 0, "name": { "commentStart": 21, "end": 27, + "moduleId": 0, "name": "legLen", "start": 21, "type": "Identifier" @@ -92,12 +100,14 @@ expression: actual }, "commentStart": 21, "end": 35, + "moduleId": 0, "start": 21, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 28, "end": 29, + "moduleId": 0, "raw": "5", "start": 28, "type": "Literal", @@ -110,6 +120,7 @@ expression: actual }, "commentStart": 20, "end": 35, + "moduleId": 0, "operator": "-", "start": 20, "type": "UnaryExpression", @@ -121,9 +132,11 @@ expression: actual "abs_path": false, "commentStart": 8, "end": 11, + "moduleId": 0, "name": { "commentStart": 8, "end": 11, + "moduleId": 0, "name": "min", "start": 8, "type": "Identifier" @@ -134,16 +147,19 @@ expression: actual }, "commentStart": 8, "end": 36, + "moduleId": 0, "start": 8, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 36, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -151,5 +167,6 @@ expression: actual ], "commentStart": 0, "end": 36, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bb.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bb.snap index 0dc6c93e2..646ebfe4f 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bb.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bb.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 1, "end": 5, + "moduleId": 0, "name": "my14", "start": 1, "type": "Identifier" @@ -25,6 +26,7 @@ expression: actual "left": { "commentStart": 8, "end": 9, + "moduleId": 0, "raw": "4", "start": 8, "type": "Literal", @@ -34,10 +36,12 @@ expression: actual "suffix": "None" } }, + "moduleId": 0, "operator": "^", "right": { "commentStart": 12, "end": 13, + "moduleId": 0, "raw": "2", "start": 12, "type": "Literal", @@ -51,6 +55,7 @@ expression: actual "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 16, @@ -61,6 +66,7 @@ expression: actual "left": { "commentStart": 16, "end": 17, + "moduleId": 0, "raw": "3", "start": 16, "type": "Literal", @@ -70,10 +76,12 @@ expression: actual "suffix": "None" } }, + "moduleId": 0, "operator": "^", "right": { "commentStart": 20, "end": 21, + "moduleId": 0, "raw": "2", "start": 20, "type": "Literal", @@ -87,10 +95,12 @@ expression: actual "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 24, "end": 25, + "moduleId": 0, "raw": "2", "start": 24, "type": "Literal", @@ -108,11 +118,13 @@ expression: actual "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 1, "type": "VariableDeclarator" }, "end": 25, "kind": "const", + "moduleId": 0, "start": 1, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -120,5 +132,6 @@ expression: actual ], "commentStart": 0, "end": 26, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bc.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bc.snap index cc4753075..f5a283fa7 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bc.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bc.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 1, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -21,6 +22,7 @@ expression: actual "cond": { "commentStart": 7, "end": 11, + "moduleId": 0, "raw": "true", "start": 7, "type": "Literal", @@ -38,6 +40,7 @@ expression: actual "expression": { "commentStart": 57, "end": 58, + "moduleId": 0, "raw": "4", "start": 57, "type": "Literal", @@ -47,6 +50,7 @@ expression: actual "suffix": "None" } }, + "moduleId": 0, "start": 57, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -54,8 +58,10 @@ expression: actual ], "commentStart": 57, "end": 67, + "moduleId": 0, "start": 57 }, + "moduleId": 0, "start": 4, "then_val": { "body": [ @@ -65,6 +71,7 @@ expression: actual "expression": { "commentStart": 26, "end": 27, + "moduleId": 0, "raw": "3", "start": 26, "type": "Literal", @@ -74,6 +81,7 @@ expression: actual "suffix": "None" } }, + "moduleId": 0, "start": 26, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -81,16 +89,19 @@ expression: actual ], "commentStart": 26, "end": 36, + "moduleId": 0, "start": 26 }, "type": "IfExpression", "type": "IfExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 68, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -98,5 +109,6 @@ expression: actual ], "commentStart": 0, "end": 68, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bd.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bd.snap index 8d7a439e7..3671c9f6e 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bd.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bd.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 1, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -21,6 +22,7 @@ expression: actual "cond": { "commentStart": 7, "end": 11, + "moduleId": 0, "raw": "true", "start": 7, "type": "Literal", @@ -32,13 +34,16 @@ expression: actual { "commentStart": 38, "cond": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 46, "end": 50, + "moduleId": 0, "name": { "commentStart": 46, "end": 50, + "moduleId": 0, "name": "func", "start": 46, "type": "Identifier" @@ -49,6 +54,7 @@ expression: actual }, "commentStart": 46, "end": 58, + "moduleId": 0, "start": 46, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -56,9 +62,11 @@ expression: actual "abs_path": false, "commentStart": 51, "end": 57, + "moduleId": 0, "name": { "commentStart": 51, "end": 57, + "moduleId": 0, "name": "radius", "start": 51, "type": "Identifier" @@ -71,6 +79,7 @@ expression: actual }, "digest": null, "end": 84, + "moduleId": 0, "start": 38, "then_val": { "body": [ @@ -80,6 +89,7 @@ expression: actual "expression": { "commentStart": 73, "end": 74, + "moduleId": 0, "raw": "4", "start": 73, "type": "Literal", @@ -89,6 +99,7 @@ expression: actual "suffix": "None" } }, + "moduleId": 0, "start": 73, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -96,6 +107,7 @@ expression: actual ], "commentStart": 59, "end": 83, + "moduleId": 0, "start": 59 }, "type": "ElseIf" @@ -110,6 +122,7 @@ expression: actual "expression": { "commentStart": 104, "end": 105, + "moduleId": 0, "raw": "5", "start": 104, "type": "Literal", @@ -119,6 +132,7 @@ expression: actual "suffix": "None" } }, + "moduleId": 0, "start": 104, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -126,8 +140,10 @@ expression: actual ], "commentStart": 104, "end": 114, + "moduleId": 0, "start": 104 }, + "moduleId": 0, "start": 4, "then_val": { "body": [ @@ -137,6 +153,7 @@ expression: actual "expression": { "commentStart": 26, "end": 27, + "moduleId": 0, "raw": "3", "start": 26, "type": "Literal", @@ -146,6 +163,7 @@ expression: actual "suffix": "None" } }, + "moduleId": 0, "start": 26, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -153,16 +171,19 @@ expression: actual ], "commentStart": 26, "end": 36, + "moduleId": 0, "start": 26 }, "type": "IfExpression", "type": "IfExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 115, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -170,5 +191,6 @@ expression: actual ], "commentStart": 0, "end": 115, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__be.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__be.snap index 539e3a634..e36663910 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__be.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__be.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 1, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -22,6 +23,7 @@ expression: actual "left": { "commentStart": 4, "end": 5, + "moduleId": 0, "raw": "3", "start": 4, "type": "Literal", @@ -31,10 +33,12 @@ expression: actual "suffix": "None" } }, + "moduleId": 0, "operator": "==", "right": { "commentStart": 9, "end": 10, + "moduleId": 0, "raw": "3", "start": 9, "type": "Literal", @@ -48,11 +52,13 @@ expression: actual "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 10, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -60,5 +66,6 @@ expression: actual ], "commentStart": 0, "end": 10, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bf.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bf.snap index 2a88d9e6a..b7fe5257f 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bf.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bf.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 1, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -22,6 +23,7 @@ expression: actual "left": { "commentStart": 4, "end": 5, + "moduleId": 0, "raw": "3", "start": 4, "type": "Literal", @@ -31,10 +33,12 @@ expression: actual "suffix": "None" } }, + "moduleId": 0, "operator": "!=", "right": { "commentStart": 9, "end": 10, + "moduleId": 0, "raw": "3", "start": 9, "type": "Literal", @@ -48,11 +52,13 @@ expression: actual "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 10, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -60,5 +66,6 @@ expression: actual ], "commentStart": 0, "end": 10, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bg.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bg.snap index dcea79254..2c7deecb8 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bg.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bg.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 1, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -19,6 +20,7 @@ expression: actual "init": { "commentStart": 4, "end": 5, + "moduleId": 0, "raw": "4", "start": 4, "type": "Literal", @@ -28,11 +30,13 @@ expression: actual "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 5, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -40,5 +44,6 @@ expression: actual ], "commentStart": 0, "end": 5, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bh.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bh.snap index b9687d88c..3cb1646d8 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bh.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bh.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 3, + "moduleId": 0, "name": "obj", "start": 0, "type": "Identifier" @@ -19,6 +20,7 @@ expression: actual "init": { "commentStart": 6, "end": 36, + "moduleId": 0, "properties": [ { "commentStart": 7, @@ -26,10 +28,12 @@ expression: actual "key": { "commentStart": 7, "end": 13, + "moduleId": 0, "name": "center", "start": 7, "type": "Identifier" }, + "moduleId": 0, "start": 7, "type": "ObjectProperty", "value": { @@ -38,6 +42,7 @@ expression: actual { "commentStart": 17, "end": 19, + "moduleId": 0, "raw": "10", "start": 17, "type": "Literal", @@ -50,6 +55,7 @@ expression: actual { "commentStart": 21, "end": 23, + "moduleId": 0, "raw": "10", "start": 21, "type": "Literal", @@ -61,6 +67,7 @@ expression: actual } ], "end": 24, + "moduleId": 0, "start": 16, "type": "ArrayExpression", "type": "ArrayExpression" @@ -72,15 +79,18 @@ expression: actual "key": { "commentStart": 26, "end": 32, + "moduleId": 0, "name": "radius", "start": 26, "type": "Identifier" }, + "moduleId": 0, "start": 26, "type": "ObjectProperty", "value": { "commentStart": 34, "end": 35, + "moduleId": 0, "raw": "5", "start": 34, "type": "Literal", @@ -96,11 +106,13 @@ expression: actual "type": "ObjectExpression", "type": "ObjectExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 36, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -108,5 +120,6 @@ expression: actual ], "commentStart": 0, "end": 36, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bi.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bi.snap index 48fa69fe3..1edd514cc 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bi.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bi.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 1, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -19,6 +20,7 @@ expression: actual "init": { "commentStart": 4, "end": 5, + "moduleId": 0, "raw": "3", "start": 4, "type": "Literal", @@ -28,11 +30,13 @@ expression: actual "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 5, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -45,6 +49,7 @@ expression: actual "id": { "commentStart": 14, "end": 17, + "moduleId": 0, "name": "obj", "start": 14, "type": "Identifier" @@ -52,6 +57,7 @@ expression: actual "init": { "commentStart": 20, "end": 31, + "moduleId": 0, "properties": [ { "commentStart": 22, @@ -59,19 +65,23 @@ expression: actual "key": { "commentStart": 22, "end": 23, + "moduleId": 0, "name": "x", "start": 22, "type": "Identifier" }, + "moduleId": 0, "start": 22, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 22, "end": 23, + "moduleId": 0, "name": { "commentStart": 22, "end": 23, + "moduleId": 0, "name": "x", "start": 22, "type": "Identifier" @@ -88,15 +98,18 @@ expression: actual "key": { "commentStart": 25, "end": 26, + "moduleId": 0, "name": "y", "start": 25, "type": "Identifier" }, + "moduleId": 0, "start": 25, "type": "ObjectProperty", "value": { "commentStart": 29, "end": 30, + "moduleId": 0, "raw": "4", "start": 29, "type": "Literal", @@ -112,11 +125,13 @@ expression: actual "type": "ObjectExpression", "type": "ObjectExpression" }, + "moduleId": 0, "start": 14, "type": "VariableDeclarator" }, "end": 31, "kind": "const", + "moduleId": 0, "start": 14, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -124,5 +139,6 @@ expression: actual ], "commentStart": 0, "end": 31, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bj.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bj.snap index b9da9294c..274b42417 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bj.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bj.snap @@ -10,12 +10,14 @@ expression: actual "expression": { "commentStart": 0, "end": 4, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", "type": "Literal", "value": true }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -23,5 +25,6 @@ expression: actual ], "commentStart": 0, "end": 4, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bk.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bk.snap index dd4f52dd5..4838ea734 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bk.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bk.snap @@ -11,9 +11,11 @@ expression: actual "abs_path": false, "commentStart": 0, "end": 5, + "moduleId": 0, "name": { "commentStart": 0, "end": 5, + "moduleId": 0, "name": "truee", "start": 0, "type": "Identifier" @@ -23,6 +25,7 @@ expression: actual "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -30,5 +33,6 @@ expression: actual ], "commentStart": 0, "end": 5, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bl.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bl.snap index a6dfa0c8e..0ffbc661c 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bl.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bl.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 1, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ expression: actual "argument": { "commentStart": 5, "end": 9, + "moduleId": 0, "raw": "true", "start": 5, "type": "Literal", @@ -28,16 +30,19 @@ expression: actual }, "commentStart": 4, "end": 9, + "moduleId": 0, "operator": "!", "start": 4, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 9, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -45,5 +50,6 @@ expression: actual ], "commentStart": 0, "end": 9, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bm.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bm.snap index 80aaea822..f8971dc4d 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bm.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bm.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 1, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -22,16 +23,19 @@ expression: actual "left": { "commentStart": 4, "end": 8, + "moduleId": 0, "raw": "true", "start": 4, "type": "Literal", "type": "Literal", "value": true }, + "moduleId": 0, "operator": "&", "right": { "commentStart": 11, "end": 16, + "moduleId": 0, "raw": "false", "start": 11, "type": "Literal", @@ -42,11 +46,13 @@ expression: actual "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 16, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -54,5 +60,6 @@ expression: actual ], "commentStart": 0, "end": 16, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bn.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bn.snap index 6f065b2a8..6429ca4ca 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bn.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__bn.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 1, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -22,16 +23,19 @@ expression: actual "left": { "commentStart": 4, "end": 8, + "moduleId": 0, "raw": "true", "start": 4, "type": "Literal", "type": "Literal", "value": true }, + "moduleId": 0, "operator": "|", "right": { "commentStart": 11, "end": 16, + "moduleId": 0, "raw": "false", "start": 11, "type": "Literal", @@ -42,11 +46,13 @@ expression: actual "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 16, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -54,5 +60,6 @@ expression: actual ], "commentStart": 0, "end": 16, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__c.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__c.snap index da9677ce2..49d5f49aa 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__c.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__c.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 5, + "moduleId": 0, "name": "myVar", "start": 0, "type": "Identifier" @@ -23,6 +24,7 @@ expression: actual "label": { "commentStart": 12, "end": 13, + "moduleId": 0, "name": "x", "start": 12, "type": "Identifier" @@ -35,6 +37,7 @@ expression: actual "label": { "commentStart": 22, "end": 23, + "moduleId": 0, "name": "a", "start": 22, "type": "Identifier" @@ -42,6 +45,7 @@ expression: actual "arg": { "commentStart": 24, "end": 25, + "moduleId": 0, "raw": "5", "start": 24, "type": "Literal", @@ -57,6 +61,7 @@ expression: actual "label": { "commentStart": 27, "end": 28, + "moduleId": 0, "name": "b", "start": 27, "type": "Identifier" @@ -64,6 +69,7 @@ expression: actual "arg": { "commentStart": 29, "end": 30, + "moduleId": 0, "raw": "4", "start": 29, "type": "Literal", @@ -79,9 +85,11 @@ expression: actual "abs_path": false, "commentStart": 15, "end": 21, + "moduleId": 0, "name": { "commentStart": 15, "end": 21, + "moduleId": 0, "name": "legLen", "start": 15, "type": "Identifier" @@ -92,6 +100,7 @@ expression: actual }, "commentStart": 15, "end": 31, + "moduleId": 0, "start": 15, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -99,6 +108,7 @@ expression: actual }, "commentStart": 14, "end": 31, + "moduleId": 0, "operator": "-", "start": 14, "type": "UnaryExpression", @@ -110,6 +120,7 @@ expression: actual "label": { "commentStart": 33, "end": 34, + "moduleId": 0, "name": "y", "start": 33, "type": "Identifier" @@ -117,6 +128,7 @@ expression: actual "arg": { "commentStart": 35, "end": 36, + "moduleId": 0, "raw": "5", "start": 35, "type": "Literal", @@ -132,9 +144,11 @@ expression: actual "abs_path": false, "commentStart": 8, "end": 11, + "moduleId": 0, "name": { "commentStart": 8, "end": 11, + "moduleId": 0, "name": "min", "start": 8, "type": "Identifier" @@ -145,16 +159,19 @@ expression: actual }, "commentStart": 8, "end": 37, + "moduleId": 0, "start": 8, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 37, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -162,5 +179,6 @@ expression: actual ], "commentStart": 0, "end": 37, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__d.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__d.snap index 8c6a2b270..054854eb3 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__d.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__d.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 5, + "moduleId": 0, "name": "myVar", "start": 0, "type": "Identifier" @@ -24,6 +25,7 @@ expression: actual "left": { "commentStart": 8, "end": 9, + "moduleId": 0, "raw": "5", "start": 8, "type": "Literal", @@ -33,10 +35,12 @@ expression: actual "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 12, "end": 13, + "moduleId": 0, "raw": "6", "start": 12, "type": "Literal", @@ -51,13 +55,16 @@ expression: actual "type": "BinaryExpression" }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 17, "end": 23, + "moduleId": 0, "name": { "commentStart": 17, "end": 23, + "moduleId": 0, "name": "myFunc", "start": 17, "type": "Identifier" @@ -68,12 +75,14 @@ expression: actual }, "commentStart": 17, "end": 27, + "moduleId": 0, "start": 17, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 24, "end": 26, + "moduleId": 0, "raw": "45", "start": 24, "type": "Literal", @@ -87,15 +96,18 @@ expression: actual ], "commentStart": 8, "end": 27, + "moduleId": 0, "start": 8, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 27, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -103,5 +115,6 @@ expression: actual ], "commentStart": 0, "end": 27, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__d2.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__d2.snap index 7b765d217..e0c701404 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__d2.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__d2.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 1, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -24,9 +25,11 @@ expression: actual "abs_path": false, "commentStart": 5, "end": 9, + "moduleId": 0, "name": { "commentStart": 5, "end": 9, + "moduleId": 0, "name": "leg2", "start": 5, "type": "Identifier" @@ -38,19 +41,23 @@ expression: actual }, "commentStart": 4, "end": 9, + "moduleId": 0, "operator": "-", "start": 4, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 12, "end": 21, + "moduleId": 0, "name": { "commentStart": 12, "end": 21, + "moduleId": 0, "name": "thickness", "start": 12, "type": "Identifier" @@ -64,11 +71,13 @@ expression: actual "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 21, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -76,5 +85,6 @@ expression: actual ], "commentStart": 0, "end": 21, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__e.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__e.snap index 5e33689b0..0f00115ba 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__e.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__e.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 1, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -22,6 +23,7 @@ expression: actual "left": { "commentStart": 4, "end": 5, + "moduleId": 0, "raw": "1", "start": 4, "type": "Literal", @@ -31,6 +33,7 @@ expression: actual "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 9, @@ -38,6 +41,7 @@ expression: actual "left": { "commentStart": 9, "end": 10, + "moduleId": 0, "raw": "3", "start": 9, "type": "Literal", @@ -47,10 +51,12 @@ expression: actual "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 13, "end": 14, + "moduleId": 0, "raw": "4", "start": 13, "type": "Literal", @@ -68,11 +74,13 @@ expression: actual "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 14, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -80,5 +88,6 @@ expression: actual ], "commentStart": 0, "end": 14, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__f.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__f.snap index 4c42c201a..125aa0952 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__f.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__f.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 1, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -19,6 +20,7 @@ expression: actual "init": { "commentStart": 4, "end": 5, + "moduleId": 0, "raw": "1", "start": 4, "type": "Literal", @@ -28,11 +30,13 @@ expression: actual "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 5, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -40,12 +44,14 @@ expression: actual ], "commentStart": 0, "end": 34, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 5, "end": 34, + "moduleId": 0, "start": 5, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__g.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__g.snap index 7fe375422..e7d23fa57 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__g.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__g.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 3, "end": 4, + "moduleId": 0, "name": "x", "start": 3, "type": "Identifier" @@ -24,9 +25,11 @@ expression: actual "abs_path": false, "commentStart": 24, "end": 26, + "moduleId": 0, "name": { "commentStart": 24, "end": 26, + "moduleId": 0, "name": "sg", "start": 24, "type": "Identifier" @@ -38,6 +41,7 @@ expression: actual }, "commentStart": 17, "end": 26, + "moduleId": 0, "start": 17, "type": "ReturnStatement", "type": "ReturnStatement" @@ -47,9 +51,11 @@ expression: actual "abs_path": false, "commentStart": 42, "end": 44, + "moduleId": 0, "name": { "commentStart": 42, "end": 44, + "moduleId": 0, "name": "sg", "start": 42, "type": "Identifier" @@ -61,6 +67,7 @@ expression: actual }, "commentStart": 35, "end": 44, + "moduleId": 0, "start": 35, "type": "ReturnStatement", "type": "ReturnStatement" @@ -68,20 +75,24 @@ expression: actual ], "commentStart": 7, "end": 52, + "moduleId": 0, "start": 7 }, "commentStart": 4, "end": 52, + "moduleId": 0, "params": [], "start": 4, "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 3, "type": "VariableDeclarator" }, "end": 52, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -89,5 +100,6 @@ expression: actual ], "commentStart": 0, "end": 52, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__h.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__h.snap index af544ac95..11821065b 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__h.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__h.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 3, + "moduleId": 0, "name": "obj", "start": 0, "type": "Identifier" @@ -19,6 +20,7 @@ expression: actual "init": { "commentStart": 6, "end": 22, + "moduleId": 0, "properties": [ { "commentStart": 8, @@ -26,15 +28,18 @@ expression: actual "key": { "commentStart": 8, "end": 9, + "moduleId": 0, "name": "a", "start": 8, "type": "Identifier" }, + "moduleId": 0, "start": 8, "type": "ObjectProperty", "value": { "commentStart": 12, "end": 13, + "moduleId": 0, "raw": "1", "start": 12, "type": "Literal", @@ -51,15 +56,18 @@ expression: actual "key": { "commentStart": 15, "end": 16, + "moduleId": 0, "name": "b", "start": 15, "type": "Identifier" }, + "moduleId": 0, "start": 15, "type": "ObjectProperty", "value": { "commentStart": 19, "end": 20, + "moduleId": 0, "raw": "2", "start": 19, "type": "Literal", @@ -75,11 +83,13 @@ expression: actual "type": "ObjectExpression", "type": "ObjectExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 22, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -92,6 +102,7 @@ expression: actual "id": { "commentStart": 27, "end": 33, + "moduleId": 0, "name": "height", "start": 27, "type": "Identifier" @@ -102,6 +113,7 @@ expression: actual "left": { "commentStart": 36, "end": 37, + "moduleId": 0, "raw": "1", "start": 36, "type": "Literal", @@ -111,18 +123,22 @@ expression: actual "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 40, "computed": false, "end": 45, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 40, "end": 43, + "moduleId": 0, "name": { "commentStart": 40, "end": 43, + "moduleId": 0, "name": "obj", "start": 40, "type": "Identifier" @@ -135,6 +151,7 @@ expression: actual "property": { "commentStart": 44, "end": 45, + "moduleId": 0, "name": "a", "start": 44, "type": "Identifier", @@ -148,11 +165,13 @@ expression: actual "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 27, "type": "VariableDeclarator" }, "end": 45, "kind": "const", + "moduleId": 0, "start": 27, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -160,5 +179,6 @@ expression: actual ], "commentStart": 0, "end": 45, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__i.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__i.snap index 6cdc30369..5ada39773 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__i.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__i.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 3, + "moduleId": 0, "name": "obj", "start": 0, "type": "Identifier" @@ -19,6 +20,7 @@ expression: actual "init": { "commentStart": 6, "end": 22, + "moduleId": 0, "properties": [ { "commentStart": 8, @@ -26,15 +28,18 @@ expression: actual "key": { "commentStart": 8, "end": 9, + "moduleId": 0, "name": "a", "start": 8, "type": "Identifier" }, + "moduleId": 0, "start": 8, "type": "ObjectProperty", "value": { "commentStart": 12, "end": 13, + "moduleId": 0, "raw": "1", "start": 12, "type": "Literal", @@ -51,15 +56,18 @@ expression: actual "key": { "commentStart": 15, "end": 16, + "moduleId": 0, "name": "b", "start": 15, "type": "Identifier" }, + "moduleId": 0, "start": 15, "type": "ObjectProperty", "value": { "commentStart": 19, "end": 20, + "moduleId": 0, "raw": "2", "start": 19, "type": "Literal", @@ -75,11 +83,13 @@ expression: actual "type": "ObjectExpression", "type": "ObjectExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 22, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -92,6 +102,7 @@ expression: actual "id": { "commentStart": 28, "end": 34, + "moduleId": 0, "name": "height", "start": 28, "type": "Identifier" @@ -102,6 +113,7 @@ expression: actual "left": { "commentStart": 37, "end": 38, + "moduleId": 0, "raw": "1", "start": 37, "type": "Literal", @@ -111,18 +123,22 @@ expression: actual "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 41, "computed": false, "end": 49, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 41, "end": 44, + "moduleId": 0, "name": { "commentStart": 41, "end": 44, + "moduleId": 0, "name": "obj", "start": 41, "type": "Identifier" @@ -135,6 +151,7 @@ expression: actual "property": { "commentStart": 45, "end": 48, + "moduleId": 0, "raw": "\"a\"", "start": 45, "type": "Literal", @@ -149,11 +166,13 @@ expression: actual "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 28, "type": "VariableDeclarator" }, "end": 49, "kind": "const", + "moduleId": 0, "start": 28, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -161,5 +180,6 @@ expression: actual ], "commentStart": 0, "end": 49, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__j.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__j.snap index 8b117b243..660b082cc 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__j.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__j.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 3, + "moduleId": 0, "name": "obj", "start": 0, "type": "Identifier" @@ -19,6 +20,7 @@ expression: actual "init": { "commentStart": 6, "end": 22, + "moduleId": 0, "properties": [ { "commentStart": 8, @@ -26,15 +28,18 @@ expression: actual "key": { "commentStart": 8, "end": 9, + "moduleId": 0, "name": "a", "start": 8, "type": "Identifier" }, + "moduleId": 0, "start": 8, "type": "ObjectProperty", "value": { "commentStart": 12, "end": 13, + "moduleId": 0, "raw": "1", "start": 12, "type": "Literal", @@ -51,15 +56,18 @@ expression: actual "key": { "commentStart": 15, "end": 16, + "moduleId": 0, "name": "b", "start": 15, "type": "Identifier" }, + "moduleId": 0, "start": 15, "type": "ObjectProperty", "value": { "commentStart": 19, "end": 20, + "moduleId": 0, "raw": "2", "start": 19, "type": "Literal", @@ -75,11 +83,13 @@ expression: actual "type": "ObjectExpression", "type": "ObjectExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 22, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -92,6 +102,7 @@ expression: actual "id": { "commentStart": 27, "end": 33, + "moduleId": 0, "name": "height", "start": 27, "type": "Identifier" @@ -103,13 +114,16 @@ expression: actual "commentStart": 36, "computed": false, "end": 44, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 36, "end": 39, + "moduleId": 0, "name": { "commentStart": 36, "end": 39, + "moduleId": 0, "name": "obj", "start": 36, "type": "Identifier" @@ -122,6 +136,7 @@ expression: actual "property": { "commentStart": 40, "end": 43, + "moduleId": 0, "raw": "\"a\"", "start": 40, "type": "Literal", @@ -132,10 +147,12 @@ expression: actual "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 47, "end": 48, + "moduleId": 0, "raw": "1", "start": 47, "type": "Literal", @@ -149,11 +166,13 @@ expression: actual "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 27, "type": "VariableDeclarator" }, "end": 48, "kind": "const", + "moduleId": 0, "start": 27, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -161,5 +180,6 @@ expression: actual ], "commentStart": 0, "end": 48, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__k.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__k.snap index ac1532870..fb2514308 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__k.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__k.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 3, + "moduleId": 0, "name": "obj", "start": 0, "type": "Identifier" @@ -19,6 +20,7 @@ expression: actual "init": { "commentStart": 6, "end": 22, + "moduleId": 0, "properties": [ { "commentStart": 8, @@ -26,15 +28,18 @@ expression: actual "key": { "commentStart": 8, "end": 9, + "moduleId": 0, "name": "a", "start": 8, "type": "Identifier" }, + "moduleId": 0, "start": 8, "type": "ObjectProperty", "value": { "commentStart": 12, "end": 13, + "moduleId": 0, "raw": "1", "start": 12, "type": "Literal", @@ -51,15 +56,18 @@ expression: actual "key": { "commentStart": 15, "end": 16, + "moduleId": 0, "name": "b", "start": 15, "type": "Identifier" }, + "moduleId": 0, "start": 15, "type": "ObjectProperty", "value": { "commentStart": 19, "end": 20, + "moduleId": 0, "raw": "2", "start": 19, "type": "Literal", @@ -75,11 +83,13 @@ expression: actual "type": "ObjectExpression", "type": "ObjectExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 22, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -92,6 +102,7 @@ expression: actual "id": { "commentStart": 27, "end": 33, + "moduleId": 0, "name": "height", "start": 27, "type": "Identifier" @@ -105,6 +116,7 @@ expression: actual "left": { "commentStart": 37, "end": 38, + "moduleId": 0, "raw": "1", "start": 37, "type": "Literal", @@ -114,18 +126,22 @@ expression: actual "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 41, "computed": false, "end": 49, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 41, "end": 44, + "moduleId": 0, "name": { "commentStart": 41, "end": 44, + "moduleId": 0, "name": "obj", "start": 41, "type": "Identifier" @@ -138,6 +154,7 @@ expression: actual "property": { "commentStart": 45, "end": 48, + "moduleId": 0, "raw": "\"a\"", "start": 45, "type": "Literal", @@ -155,6 +172,7 @@ expression: actual { "commentStart": 51, "end": 52, + "moduleId": 0, "raw": "0", "start": 51, "type": "Literal", @@ -166,15 +184,18 @@ expression: actual } ], "end": 53, + "moduleId": 0, "start": 36, "type": "ArrayExpression", "type": "ArrayExpression" }, + "moduleId": 0, "start": 27, "type": "VariableDeclarator" }, "end": 53, "kind": "const", + "moduleId": 0, "start": 27, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -182,5 +203,6 @@ expression: actual ], "commentStart": 0, "end": 53, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__kw_function_all_named.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__kw_function_all_named.snap index 8908fabc4..3e064dc57 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__kw_function_all_named.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__kw_function_all_named.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 3, + "moduleId": 0, "name": "val", "start": 0, "type": "Identifier" @@ -23,6 +24,7 @@ expression: actual "label": { "commentStart": 10, "end": 11, + "moduleId": 0, "name": "x", "start": 10, "type": "Identifier" @@ -31,9 +33,11 @@ expression: actual "abs_path": false, "commentStart": 14, "end": 15, + "moduleId": 0, "name": { "commentStart": 14, "end": 15, + "moduleId": 0, "name": "a", "start": 14, "type": "Identifier" @@ -49,6 +53,7 @@ expression: actual "label": { "commentStart": 17, "end": 18, + "moduleId": 0, "name": "y", "start": 17, "type": "Identifier" @@ -57,9 +62,11 @@ expression: actual "abs_path": false, "commentStart": 21, "end": 22, + "moduleId": 0, "name": { "commentStart": 21, "end": 22, + "moduleId": 0, "name": "b", "start": 21, "type": "Identifier" @@ -75,9 +82,11 @@ expression: actual "abs_path": false, "commentStart": 6, "end": 9, + "moduleId": 0, "name": { "commentStart": 6, "end": 9, + "moduleId": 0, "name": "foo", "start": 6, "type": "Identifier" @@ -88,16 +97,19 @@ expression: actual }, "commentStart": 6, "end": 23, + "moduleId": 0, "start": 6, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 23, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -105,5 +117,6 @@ expression: actual ], "commentStart": 0, "end": 23, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__kw_function_call_in_pipe.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__kw_function_call_in_pipe.snap index 4c3a9e8be..07934242b 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__kw_function_call_in_pipe.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__kw_function_call_in_pipe.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 3, + "moduleId": 0, "name": "val", "start": 0, "type": "Identifier" @@ -21,6 +22,7 @@ expression: actual { "commentStart": 6, "end": 7, + "moduleId": 0, "raw": "1", "start": 6, "type": "Literal", @@ -37,6 +39,7 @@ expression: actual "label": { "commentStart": 13, "end": 16, + "moduleId": 0, "name": "arg", "start": 13, "type": "Identifier" @@ -45,9 +48,11 @@ expression: actual "abs_path": false, "commentStart": 19, "end": 20, + "moduleId": 0, "name": { "commentStart": 19, "end": 20, + "moduleId": 0, "name": "x", "start": 19, "type": "Identifier" @@ -63,9 +68,11 @@ expression: actual "abs_path": false, "commentStart": 11, "end": 12, + "moduleId": 0, "name": { "commentStart": 11, "end": 12, + "moduleId": 0, "name": "f", "start": 11, "type": "Identifier" @@ -76,6 +83,7 @@ expression: actual }, "commentStart": 11, "end": 21, + "moduleId": 0, "start": 11, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -84,15 +92,18 @@ expression: actual ], "commentStart": 6, "end": 21, + "moduleId": 0, "start": 6, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 21, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -100,5 +111,6 @@ expression: actual ], "commentStart": 0, "end": 21, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__kw_function_call_multiline.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__kw_function_call_multiline.snap index 99086a2a6..19bbb0e8c 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__kw_function_call_multiline.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__kw_function_call_multiline.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 3, + "moduleId": 0, "name": "val", "start": 0, "type": "Identifier" @@ -23,6 +24,7 @@ expression: actual "label": { "commentStart": 22, "end": 25, + "moduleId": 0, "name": "arg", "start": 22, "type": "Identifier" @@ -31,9 +33,11 @@ expression: actual "abs_path": false, "commentStart": 28, "end": 29, + "moduleId": 0, "name": { "commentStart": 28, "end": 29, + "moduleId": 0, "name": "x", "start": 28, "type": "Identifier" @@ -49,6 +53,7 @@ expression: actual "label": { "commentStart": 44, "end": 47, + "moduleId": 0, "name": "foo", "start": 44, "type": "Identifier" @@ -57,9 +62,11 @@ expression: actual "abs_path": false, "commentStart": 50, "end": 51, + "moduleId": 0, "name": { "commentStart": 50, "end": 51, + "moduleId": 0, "name": "x", "start": 50, "type": "Identifier" @@ -75,6 +82,7 @@ expression: actual "label": { "commentStart": 66, "end": 69, + "moduleId": 0, "name": "bar", "start": 66, "type": "Identifier" @@ -83,9 +91,11 @@ expression: actual "abs_path": false, "commentStart": 72, "end": 73, + "moduleId": 0, "name": { "commentStart": 72, "end": 73, + "moduleId": 0, "name": "x", "start": 72, "type": "Identifier" @@ -101,9 +111,11 @@ expression: actual "abs_path": false, "commentStart": 6, "end": 7, + "moduleId": 0, "name": { "commentStart": 6, "end": 7, + "moduleId": 0, "name": "f", "start": 6, "type": "Identifier" @@ -114,16 +126,19 @@ expression: actual }, "commentStart": 6, "end": 87, + "moduleId": 0, "start": 6, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 87, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -131,5 +146,6 @@ expression: actual ], "commentStart": 0, "end": 87, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__kw_function_call_multiline_with_comments.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__kw_function_call_multiline_with_comments.snap index e374804eb..e62c33f52 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__kw_function_call_multiline_with_comments.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__kw_function_call_multiline_with_comments.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 3, + "moduleId": 0, "name": "val", "start": 0, "type": "Identifier" @@ -23,6 +24,7 @@ expression: actual "label": { "commentStart": 22, "end": 25, + "moduleId": 0, "name": "arg", "start": 22, "type": "Identifier" @@ -31,9 +33,11 @@ expression: actual "abs_path": false, "commentStart": 28, "end": 29, + "moduleId": 0, "name": { "commentStart": 28, "end": 29, + "moduleId": 0, "name": "x", "start": 28, "type": "Identifier" @@ -49,6 +53,7 @@ expression: actual "label": { "commentStart": 69, "end": 72, + "moduleId": 0, "name": "bar", "start": 69, "type": "Identifier" @@ -57,9 +62,11 @@ expression: actual "abs_path": false, "commentStart": 75, "end": 76, + "moduleId": 0, "name": { "commentStart": 75, "end": 76, + "moduleId": 0, "name": "x", "start": 75, "type": "Identifier" @@ -75,9 +82,11 @@ expression: actual "abs_path": false, "commentStart": 6, "end": 7, + "moduleId": 0, "name": { "commentStart": 6, "end": 7, + "moduleId": 0, "name": "f", "start": 6, "type": "Identifier" @@ -88,12 +97,14 @@ expression: actual }, "commentStart": 6, "end": 90, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 44, "end": 55, + "moduleId": 0, "start": 44, "type": "NonCodeNode", "value": { @@ -111,11 +122,13 @@ expression: actual "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 90, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -123,5 +136,6 @@ expression: actual ], "commentStart": 0, "end": 90, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__kw_function_decl_all_labeled.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__kw_function_decl_all_labeled.snap index 5916368dc..6522217d6 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__kw_function_decl_all_labeled.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__kw_function_decl_all_labeled.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 3, "end": 6, + "moduleId": 0, "name": "foo", "start": 3, "type": "Identifier" @@ -23,6 +24,7 @@ expression: actual "argument": { "commentStart": 22, "end": 23, + "moduleId": 0, "raw": "1", "start": 22, "type": "Literal", @@ -34,6 +36,7 @@ expression: actual }, "commentStart": 15, "end": 23, + "moduleId": 0, "start": 15, "type": "ReturnStatement", "type": "ReturnStatement" @@ -41,16 +44,19 @@ expression: actual ], "commentStart": 13, "end": 25, + "moduleId": 0, "start": 13 }, "commentStart": 6, "end": 25, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 7, "end": 8, + "moduleId": 0, "name": "x", "start": 7, "type": "Identifier" @@ -61,6 +67,7 @@ expression: actual "identifier": { "commentStart": 10, "end": 11, + "moduleId": 0, "name": "y", "start": 10, "type": "Identifier" @@ -71,11 +78,13 @@ expression: actual "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 3, "type": "VariableDeclarator" }, "end": 25, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -83,5 +92,6 @@ expression: actual ], "commentStart": 0, "end": 25, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__kw_function_decl_first_unlabeled.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__kw_function_decl_first_unlabeled.snap index ea655045b..5c95bd3d7 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__kw_function_decl_first_unlabeled.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__kw_function_decl_first_unlabeled.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 3, "end": 6, + "moduleId": 0, "name": "foo", "start": 3, "type": "Identifier" @@ -23,6 +24,7 @@ expression: actual "argument": { "commentStart": 23, "end": 24, + "moduleId": 0, "raw": "1", "start": 23, "type": "Literal", @@ -34,6 +36,7 @@ expression: actual }, "commentStart": 16, "end": 24, + "moduleId": 0, "start": 16, "type": "ReturnStatement", "type": "ReturnStatement" @@ -41,16 +44,19 @@ expression: actual ], "commentStart": 14, "end": 26, + "moduleId": 0, "start": 14 }, "commentStart": 6, "end": 26, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 8, "end": 9, + "moduleId": 0, "name": "x", "start": 8, "type": "Identifier" @@ -62,6 +68,7 @@ expression: actual "identifier": { "commentStart": 11, "end": 12, + "moduleId": 0, "name": "y", "start": 11, "type": "Identifier" @@ -72,11 +79,13 @@ expression: actual "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 3, "type": "VariableDeclarator" }, "end": 26, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -84,5 +93,6 @@ expression: actual ], "commentStart": 0, "end": 26, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__kw_function_decl_with_default_and_type.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__kw_function_decl_with_default_and_type.snap index b344ebcd5..71eaf1c1a 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__kw_function_decl_with_default_and_type.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__kw_function_decl_with_default_and_type.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 3, "end": 6, + "moduleId": 0, "name": "foo", "start": 3, "type": "Identifier" @@ -23,6 +24,7 @@ expression: actual "argument": { "commentStart": 32, "end": 33, + "moduleId": 0, "raw": "1", "start": 32, "type": "Literal", @@ -34,6 +36,7 @@ expression: actual }, "commentStart": 25, "end": 33, + "moduleId": 0, "start": 25, "type": "ReturnStatement", "type": "ReturnStatement" @@ -41,16 +44,19 @@ expression: actual ], "commentStart": 23, "end": 35, + "moduleId": 0, "start": 23 }, "commentStart": 6, "end": 35, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 7, "end": 8, + "moduleId": 0, "name": "x", "start": 7, "type": "Identifier" @@ -58,6 +64,7 @@ expression: actual "default_value": { "commentStart": 20, "end": 21, + "moduleId": 0, "raw": "2", "start": 20, "type": "Literal", @@ -73,11 +80,13 @@ expression: actual "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 3, "type": "VariableDeclarator" }, "end": 35, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -85,5 +94,6 @@ expression: actual ], "commentStart": 0, "end": 35, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__kw_function_decl_with_default_no_type.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__kw_function_decl_with_default_no_type.snap index 20916b4f1..c8319f229 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__kw_function_decl_with_default_no_type.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__kw_function_decl_with_default_no_type.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 3, "end": 6, + "moduleId": 0, "name": "foo", "start": 3, "type": "Identifier" @@ -23,6 +24,7 @@ expression: actual "argument": { "commentStart": 24, "end": 25, + "moduleId": 0, "raw": "1", "start": 24, "type": "Literal", @@ -34,6 +36,7 @@ expression: actual }, "commentStart": 17, "end": 25, + "moduleId": 0, "start": 17, "type": "ReturnStatement", "type": "ReturnStatement" @@ -41,16 +44,19 @@ expression: actual ], "commentStart": 15, "end": 27, + "moduleId": 0, "start": 15 }, "commentStart": 6, "end": 27, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 7, "end": 8, + "moduleId": 0, "name": "x", "start": 7, "type": "Identifier" @@ -58,6 +64,7 @@ expression: actual "default_value": { "commentStart": 12, "end": 13, + "moduleId": 0, "raw": "2", "start": 12, "type": "Literal", @@ -73,11 +80,13 @@ expression: actual "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 3, "type": "VariableDeclarator" }, "end": 27, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -85,5 +94,6 @@ expression: actual ], "commentStart": 0, "end": 27, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__kw_function_in_binary_op.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__kw_function_in_binary_op.snap index 5829b81bf..1e6fc5ee6 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__kw_function_in_binary_op.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__kw_function_in_binary_op.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 3, + "moduleId": 0, "name": "val", "start": 0, "type": "Identifier" @@ -26,6 +27,7 @@ expression: actual "label": { "commentStart": 8, "end": 9, + "moduleId": 0, "name": "x", "start": 8, "type": "Identifier" @@ -33,6 +35,7 @@ expression: actual "arg": { "commentStart": 12, "end": 13, + "moduleId": 0, "raw": "1", "start": 12, "type": "Literal", @@ -48,9 +51,11 @@ expression: actual "abs_path": false, "commentStart": 6, "end": 7, + "moduleId": 0, "name": { "commentStart": 6, "end": 7, + "moduleId": 0, "name": "f", "start": 6, "type": "Identifier" @@ -61,15 +66,18 @@ expression: actual }, "commentStart": 6, "end": 14, + "moduleId": 0, "start": 6, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 17, "end": 18, + "moduleId": 0, "raw": "1", "start": 17, "type": "Literal", @@ -83,11 +91,13 @@ expression: actual "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 18, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -95,5 +105,6 @@ expression: actual ], "commentStart": 0, "end": 18, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__kw_function_unnamed_first.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__kw_function_unnamed_first.snap index f12a29a51..3a69246f0 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__kw_function_unnamed_first.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__kw_function_unnamed_first.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 3, + "moduleId": 0, "name": "val", "start": 0, "type": "Identifier" @@ -23,6 +24,7 @@ expression: actual "label": { "commentStart": 13, "end": 14, + "moduleId": 0, "name": "y", "start": 13, "type": "Identifier" @@ -31,9 +33,11 @@ expression: actual "abs_path": false, "commentStart": 17, "end": 18, + "moduleId": 0, "name": { "commentStart": 17, "end": 18, + "moduleId": 0, "name": "z", "start": 17, "type": "Identifier" @@ -49,9 +53,11 @@ expression: actual "abs_path": false, "commentStart": 6, "end": 9, + "moduleId": 0, "name": { "commentStart": 6, "end": 9, + "moduleId": 0, "name": "foo", "start": 6, "type": "Identifier" @@ -62,6 +68,7 @@ expression: actual }, "commentStart": 6, "end": 19, + "moduleId": 0, "start": 6, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -69,9 +76,11 @@ expression: actual "abs_path": false, "commentStart": 10, "end": 11, + "moduleId": 0, "name": { "commentStart": 10, "end": 11, + "moduleId": 0, "name": "x", "start": 10, "type": "Identifier" @@ -82,11 +91,13 @@ expression: actual "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 19, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -94,5 +105,6 @@ expression: actual ], "commentStart": 0, "end": 19, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__l.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__l.snap index 0b8393efd..0b3de0d2f 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__l.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__l.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 3, + "moduleId": 0, "name": "obj", "start": 0, "type": "Identifier" @@ -19,6 +20,7 @@ expression: actual "init": { "commentStart": 6, "end": 22, + "moduleId": 0, "properties": [ { "commentStart": 8, @@ -26,15 +28,18 @@ expression: actual "key": { "commentStart": 8, "end": 9, + "moduleId": 0, "name": "a", "start": 8, "type": "Identifier" }, + "moduleId": 0, "start": 8, "type": "ObjectProperty", "value": { "commentStart": 12, "end": 13, + "moduleId": 0, "raw": "1", "start": 12, "type": "Literal", @@ -51,15 +56,18 @@ expression: actual "key": { "commentStart": 15, "end": 16, + "moduleId": 0, "name": "b", "start": 15, "type": "Identifier" }, + "moduleId": 0, "start": 15, "type": "ObjectProperty", "value": { "commentStart": 19, "end": 20, + "moduleId": 0, "raw": "2", "start": 19, "type": "Literal", @@ -75,11 +83,13 @@ expression: actual "type": "ObjectExpression", "type": "ObjectExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 22, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -92,6 +102,7 @@ expression: actual "id": { "commentStart": 27, "end": 33, + "moduleId": 0, "name": "height", "start": 27, "type": "Identifier" @@ -106,13 +117,16 @@ expression: actual "commentStart": 37, "computed": false, "end": 45, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 37, "end": 40, + "moduleId": 0, "name": { "commentStart": 37, "end": 40, + "moduleId": 0, "name": "obj", "start": 37, "type": "Identifier" @@ -125,6 +139,7 @@ expression: actual "property": { "commentStart": 41, "end": 44, + "moduleId": 0, "raw": "\"a\"", "start": 41, "type": "Literal", @@ -135,10 +150,12 @@ expression: actual "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 48, "end": 49, + "moduleId": 0, "raw": "1", "start": 48, "type": "Literal", @@ -155,6 +172,7 @@ expression: actual { "commentStart": 51, "end": 52, + "moduleId": 0, "raw": "0", "start": 51, "type": "Literal", @@ -166,15 +184,18 @@ expression: actual } ], "end": 53, + "moduleId": 0, "start": 36, "type": "ArrayExpression", "type": "ArrayExpression" }, + "moduleId": 0, "start": 27, "type": "VariableDeclarator" }, "end": 53, "kind": "const", + "moduleId": 0, "start": 27, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -182,5 +203,6 @@ expression: actual ], "commentStart": 0, "end": 53, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__m.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__m.snap index 26e99904e..654137f93 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__m.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__m.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 3, + "moduleId": 0, "name": "obj", "start": 0, "type": "Identifier" @@ -19,6 +20,7 @@ expression: actual "init": { "commentStart": 6, "end": 21, + "moduleId": 0, "properties": [ { "commentStart": 7, @@ -26,15 +28,18 @@ expression: actual "key": { "commentStart": 7, "end": 8, + "moduleId": 0, "name": "a", "start": 7, "type": "Identifier" }, + "moduleId": 0, "start": 7, "type": "ObjectProperty", "value": { "commentStart": 11, "end": 12, + "moduleId": 0, "raw": "1", "start": 11, "type": "Literal", @@ -51,15 +56,18 @@ expression: actual "key": { "commentStart": 14, "end": 15, + "moduleId": 0, "name": "b", "start": 14, "type": "Identifier" }, + "moduleId": 0, "start": 14, "type": "ObjectProperty", "value": { "commentStart": 18, "end": 19, + "moduleId": 0, "raw": "2", "start": 18, "type": "Literal", @@ -75,11 +83,13 @@ expression: actual "type": "ObjectExpression", "type": "ObjectExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 21, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -92,6 +102,7 @@ expression: actual "id": { "commentStart": 26, "end": 32, + "moduleId": 0, "name": "height", "start": 26, "type": "Identifier" @@ -106,13 +117,16 @@ expression: actual "commentStart": 36, "computed": false, "end": 44, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 36, "end": 39, + "moduleId": 0, "name": { "commentStart": 36, "end": 39, + "moduleId": 0, "name": "obj", "start": 36, "type": "Identifier" @@ -125,6 +139,7 @@ expression: actual "property": { "commentStart": 40, "end": 43, + "moduleId": 0, "raw": "\"a\"", "start": 40, "type": "Literal", @@ -135,10 +150,12 @@ expression: actual "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 46, "end": 47, + "moduleId": 0, "raw": "1", "start": 46, "type": "Literal", @@ -155,6 +172,7 @@ expression: actual { "commentStart": 49, "end": 50, + "moduleId": 0, "raw": "0", "start": 49, "type": "Literal", @@ -166,15 +184,18 @@ expression: actual } ], "end": 51, + "moduleId": 0, "start": 35, "type": "ArrayExpression", "type": "ArrayExpression" }, + "moduleId": 0, "start": 26, "type": "VariableDeclarator" }, "end": 51, "kind": "const", + "moduleId": 0, "start": 26, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -182,5 +203,6 @@ expression: actual ], "commentStart": 0, "end": 51, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__n.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__n.snap index b69558e4c..c22f3a1dd 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__n.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__n.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 6, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -22,6 +23,7 @@ expression: actual "left": { "commentStart": 9, "end": 10, + "moduleId": 0, "raw": "1", "start": 9, "type": "Literal", @@ -31,18 +33,22 @@ expression: actual "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 13, "computed": false, "end": 18, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 13, "end": 16, + "moduleId": 0, "name": { "commentStart": 13, "end": 16, + "moduleId": 0, "name": "obj", "start": 13, "type": "Identifier" @@ -55,6 +61,7 @@ expression: actual "property": { "commentStart": 17, "end": 18, + "moduleId": 0, "name": "a", "start": 17, "type": "Identifier", @@ -68,11 +75,13 @@ expression: actual "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 18, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -80,5 +89,6 @@ expression: actual ], "commentStart": 0, "end": 18, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__o.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__o.snap index 07145fbf6..c810e12ec 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__o.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__o.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 3, + "moduleId": 0, "name": "six", "start": 0, "type": "Identifier" @@ -25,6 +26,7 @@ expression: actual "left": { "commentStart": 6, "end": 7, + "moduleId": 0, "raw": "1", "start": 6, "type": "Literal", @@ -34,10 +36,12 @@ expression: actual "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 10, "end": 11, + "moduleId": 0, "raw": "2", "start": 10, "type": "Literal", @@ -51,10 +55,12 @@ expression: actual "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 14, "end": 15, + "moduleId": 0, "raw": "3", "start": 14, "type": "Literal", @@ -68,11 +74,13 @@ expression: actual "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 15, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -80,5 +88,6 @@ expression: actual ], "commentStart": 0, "end": 15, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__p.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__p.snap index 6cd7b3a02..b63d18bd1 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__p.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__p.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 4, + "moduleId": 0, "name": "five", "start": 0, "type": "Identifier" @@ -25,6 +26,7 @@ expression: actual "left": { "commentStart": 7, "end": 8, + "moduleId": 0, "raw": "3", "start": 7, "type": "Literal", @@ -34,10 +36,12 @@ expression: actual "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 11, "end": 12, + "moduleId": 0, "raw": "1", "start": 11, "type": "Literal", @@ -51,10 +55,12 @@ expression: actual "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 15, "end": 16, + "moduleId": 0, "raw": "2", "start": 15, "type": "Literal", @@ -68,11 +74,13 @@ expression: actual "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 16, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -80,5 +88,6 @@ expression: actual ], "commentStart": 0, "end": 16, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__q.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__q.snap index 96df90417..2d33f44b1 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__q.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__q.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 6, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -23,13 +24,16 @@ expression: actual "commentStart": 11, "computed": false, "end": 19, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 11, "end": 14, + "moduleId": 0, "name": { "commentStart": 11, "end": 14, + "moduleId": 0, "name": "obj", "start": 11, "type": "Identifier" @@ -42,6 +46,7 @@ expression: actual "property": { "commentStart": 15, "end": 18, + "moduleId": 0, "raw": "\"a\"", "start": 15, "type": "Literal", @@ -55,6 +60,7 @@ expression: actual { "commentStart": 21, "end": 22, + "moduleId": 0, "raw": "0", "start": 21, "type": "Literal", @@ -66,15 +72,18 @@ expression: actual } ], "end": 24, + "moduleId": 0, "start": 9, "type": "ArrayExpression", "type": "ArrayExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 24, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,5 +91,6 @@ expression: actual ], "commentStart": 0, "end": 24, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__r.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__r.snap index 4f78c1af4..4b5ae0468 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__r.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__r.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 3, + "moduleId": 0, "name": "obj", "start": 0, "type": "Identifier" @@ -19,6 +20,7 @@ expression: actual "init": { "commentStart": 6, "end": 22, + "moduleId": 0, "properties": [ { "commentStart": 8, @@ -26,15 +28,18 @@ expression: actual "key": { "commentStart": 8, "end": 9, + "moduleId": 0, "name": "a", "start": 8, "type": "Identifier" }, + "moduleId": 0, "start": 8, "type": "ObjectProperty", "value": { "commentStart": 12, "end": 13, + "moduleId": 0, "raw": "1", "start": 12, "type": "Literal", @@ -51,15 +56,18 @@ expression: actual "key": { "commentStart": 15, "end": 16, + "moduleId": 0, "name": "b", "start": 15, "type": "Identifier" }, + "moduleId": 0, "start": 15, "type": "ObjectProperty", "value": { "commentStart": 19, "end": 20, + "moduleId": 0, "raw": "2", "start": 19, "type": "Literal", @@ -75,11 +83,13 @@ expression: actual "type": "ObjectExpression", "type": "ObjectExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 22, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -92,6 +102,7 @@ expression: actual "id": { "commentStart": 27, "end": 33, + "moduleId": 0, "name": "height", "start": 27, "type": "Identifier" @@ -100,13 +111,16 @@ expression: actual "commentStart": 36, "computed": false, "end": 44, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 36, "end": 39, + "moduleId": 0, "name": { "commentStart": 36, "end": 39, + "moduleId": 0, "name": "obj", "start": 36, "type": "Identifier" @@ -119,6 +133,7 @@ expression: actual "property": { "commentStart": 40, "end": 43, + "moduleId": 0, "raw": "\"a\"", "start": 40, "type": "Literal", @@ -129,11 +144,13 @@ expression: actual "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "start": 27, "type": "VariableDeclarator" }, "end": 44, "kind": "const", + "moduleId": 0, "start": 27, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -141,5 +158,6 @@ expression: actual ], "commentStart": 0, "end": 44, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__s.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__s.snap index e5a228f43..3f6258dd5 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__s.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__s.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 4, + "moduleId": 0, "name": "prop", "start": 0, "type": "Identifier" @@ -20,17 +21,21 @@ expression: actual "commentStart": 7, "computed": true, "end": 21, + "moduleId": 0, "object": { "commentStart": 7, "computed": false, "end": 16, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 7, "end": 9, + "moduleId": 0, "name": { "commentStart": 7, "end": 9, + "moduleId": 0, "name": "yo", "start": 7, "type": "Identifier" @@ -43,6 +48,7 @@ expression: actual "property": { "commentStart": 10, "end": 15, + "moduleId": 0, "raw": "\"one\"", "start": 10, "type": "Literal", @@ -56,6 +62,7 @@ expression: actual "property": { "commentStart": 17, "end": 20, + "moduleId": 0, "name": "two", "start": 17, "type": "Identifier", @@ -65,11 +72,13 @@ expression: actual "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 21, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -77,5 +86,6 @@ expression: actual ], "commentStart": 0, "end": 21, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__t.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__t.snap index 07eba2d4d..3fe99d2d2 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__t.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__t.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 3, + "moduleId": 0, "name": "pt1", "start": 0, "type": "Identifier" @@ -20,13 +21,16 @@ expression: actual "commentStart": 6, "computed": true, "end": 11, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 6, "end": 8, + "moduleId": 0, "name": { "commentStart": 6, "end": 8, + "moduleId": 0, "name": "b1", "start": 6, "type": "Identifier" @@ -39,6 +43,7 @@ expression: actual "property": { "commentStart": 9, "end": 10, + "moduleId": 0, "name": "x", "start": 9, "type": "Identifier", @@ -48,11 +53,13 @@ expression: actual "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 11, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -60,5 +67,6 @@ expression: actual ], "commentStart": 0, "end": 11, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__u.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__u.snap index 407877ccb..ec696cbbb 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__u.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__u.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 4, + "moduleId": 0, "name": "prop", "start": 0, "type": "Identifier" @@ -20,25 +21,31 @@ expression: actual "commentStart": 7, "computed": false, "end": 28, + "moduleId": 0, "object": { "commentStart": 7, "computed": false, "end": 23, + "moduleId": 0, "object": { "commentStart": 7, "computed": false, "end": 17, + "moduleId": 0, "object": { "commentStart": 7, "computed": false, "end": 13, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 7, "end": 9, + "moduleId": 0, "name": { "commentStart": 7, "end": 9, + "moduleId": 0, "name": "yo", "start": 7, "type": "Identifier" @@ -51,6 +58,7 @@ expression: actual "property": { "commentStart": 10, "end": 13, + "moduleId": 0, "name": "one", "start": 10, "type": "Identifier", @@ -63,6 +71,7 @@ expression: actual "property": { "commentStart": 14, "end": 17, + "moduleId": 0, "name": "two", "start": 14, "type": "Identifier", @@ -75,6 +84,7 @@ expression: actual "property": { "commentStart": 18, "end": 23, + "moduleId": 0, "name": "three", "start": 18, "type": "Identifier", @@ -87,6 +97,7 @@ expression: actual "property": { "commentStart": 24, "end": 28, + "moduleId": 0, "name": "four", "start": 24, "type": "Identifier", @@ -96,11 +107,13 @@ expression: actual "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 28, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -108,5 +121,6 @@ expression: actual ], "commentStart": 0, "end": 28, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__v.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__v.snap index 2193cacb9..5286e00d2 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__v.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__v.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 3, + "moduleId": 0, "name": "pt1", "start": 0, "type": "Identifier" @@ -20,13 +21,16 @@ expression: actual "commentStart": 6, "computed": false, "end": 11, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 6, "end": 8, + "moduleId": 0, "name": { "commentStart": 6, "end": 8, + "moduleId": 0, "name": "b1", "start": 6, "type": "Identifier" @@ -39,6 +43,7 @@ expression: actual "property": { "commentStart": 9, "end": 10, + "moduleId": 0, "raw": "0", "start": 9, "type": "Literal", @@ -52,11 +57,13 @@ expression: actual "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 11, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -64,5 +71,6 @@ expression: actual ], "commentStart": 0, "end": 11, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__w.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__w.snap index 9b143f570..f11701303 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__w.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__w.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 3, + "moduleId": 0, "name": "pt1", "start": 0, "type": "Identifier" @@ -20,13 +21,16 @@ expression: actual "commentStart": 6, "computed": false, "end": 16, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 6, "end": 8, + "moduleId": 0, "name": { "commentStart": 6, "end": 8, + "moduleId": 0, "name": "b1", "start": 6, "type": "Identifier" @@ -39,6 +43,7 @@ expression: actual "property": { "commentStart": 9, "end": 15, + "moduleId": 0, "raw": "'zero'", "start": 9, "type": "Literal", @@ -49,11 +54,13 @@ expression: actual "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 16, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -61,5 +68,6 @@ expression: actual ], "commentStart": 0, "end": 16, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__x.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__x.snap index 0c43a1010..e65885c4a 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__x.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__x.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 3, + "moduleId": 0, "name": "pt1", "start": 0, "type": "Identifier" @@ -20,13 +21,16 @@ expression: actual "commentStart": 6, "computed": false, "end": 13, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 6, "end": 8, + "moduleId": 0, "name": { "commentStart": 6, "end": 8, + "moduleId": 0, "name": "b1", "start": 6, "type": "Identifier" @@ -39,6 +43,7 @@ expression: actual "property": { "commentStart": 9, "end": 13, + "moduleId": 0, "name": "zero", "start": 9, "type": "Identifier", @@ -48,11 +53,13 @@ expression: actual "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 13, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -60,5 +67,6 @@ expression: actual ], "commentStart": 0, "end": 13, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__y.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__y.snap index 8e542b8be..3a14185bf 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__y.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__y.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 2, + "moduleId": 0, "name": "sg", "start": 0, "type": "Identifier" @@ -19,13 +20,16 @@ expression: actual "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 5, "end": 18, + "moduleId": 0, "name": { "commentStart": 5, "end": 18, + "moduleId": 0, "name": "startSketchOn", "start": 5, "type": "Identifier" @@ -36,6 +40,7 @@ expression: actual }, "commentStart": 5, "end": 22, + "moduleId": 0, "start": 5, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -43,9 +48,11 @@ expression: actual "abs_path": false, "commentStart": 19, "end": 21, + "moduleId": 0, "name": { "commentStart": 19, "end": 21, + "moduleId": 0, "name": "XY", "start": 19, "type": "Identifier" @@ -57,13 +64,16 @@ expression: actual } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 26, "end": 38, + "moduleId": 0, "name": { "commentStart": 26, "end": 38, + "moduleId": 0, "name": "startProfile", "start": 26, "type": "Identifier" @@ -74,6 +84,7 @@ expression: actual }, "commentStart": 26, "end": 43, + "moduleId": 0, "start": 26, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -81,9 +92,11 @@ expression: actual "abs_path": false, "commentStart": 39, "end": 42, + "moduleId": 0, "name": { "commentStart": 39, "end": 42, + "moduleId": 0, "name": "pos", "start": 39, "type": "Identifier" @@ -97,15 +110,18 @@ expression: actual ], "commentStart": 5, "end": 43, + "moduleId": 0, "start": 5, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 43, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -113,5 +129,6 @@ expression: actual ], "commentStart": 0, "end": 43, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__z.snap b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__z.snap index e7d918c0b..842f9f1b8 100644 --- a/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__z.snap +++ b/rust/kcl-lib/src/parsing/snapshots/kcl_lib__parsing__parser__snapshot_tests__z.snap @@ -12,6 +12,7 @@ expression: actual "id": { "commentStart": 0, "end": 2, + "moduleId": 0, "name": "sg", "start": 0, "type": "Identifier" @@ -19,13 +20,16 @@ expression: actual "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 5, "end": 18, + "moduleId": 0, "name": { "commentStart": 5, "end": 18, + "moduleId": 0, "name": "startSketchOn", "start": 5, "type": "Identifier" @@ -36,6 +40,7 @@ expression: actual }, "commentStart": 5, "end": 22, + "moduleId": 0, "start": 5, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -43,9 +48,11 @@ expression: actual "abs_path": false, "commentStart": 19, "end": 21, + "moduleId": 0, "name": { "commentStart": 19, "end": 21, + "moduleId": 0, "name": "XY", "start": 19, "type": "Identifier" @@ -57,13 +64,16 @@ expression: actual } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 30, "end": 42, + "moduleId": 0, "name": { "commentStart": 30, "end": 42, + "moduleId": 0, "name": "startProfile", "start": 30, "type": "Identifier" @@ -74,6 +84,7 @@ expression: actual }, "commentStart": 30, "end": 47, + "moduleId": 0, "start": 30, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -81,9 +92,11 @@ expression: actual "abs_path": false, "commentStart": 43, "end": 46, + "moduleId": 0, "name": { "commentStart": 43, "end": 46, + "moduleId": 0, "name": "pos", "start": 43, "type": "Identifier" @@ -95,13 +108,16 @@ expression: actual } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 51, "end": 55, + "moduleId": 0, "name": { "commentStart": 51, "end": 55, + "moduleId": 0, "name": "line", "start": 51, "type": "Identifier" @@ -112,6 +128,7 @@ expression: actual }, "commentStart": 51, "end": 68, + "moduleId": 0, "start": 51, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -121,6 +138,7 @@ expression: actual { "commentStart": 57, "end": 58, + "moduleId": 0, "raw": "0", "start": 57, "type": "Literal", @@ -135,9 +153,11 @@ expression: actual "abs_path": false, "commentStart": 61, "end": 66, + "moduleId": 0, "name": { "commentStart": 61, "end": 66, + "moduleId": 0, "name": "scale", "start": 61, "type": "Identifier" @@ -149,6 +169,7 @@ expression: actual }, "commentStart": 60, "end": 66, + "moduleId": 0, "operator": "-", "start": 60, "type": "UnaryExpression", @@ -156,6 +177,7 @@ expression: actual } ], "end": 67, + "moduleId": 0, "start": 56, "type": "ArrayExpression", "type": "ArrayExpression" @@ -164,15 +186,18 @@ expression: actual ], "commentStart": 5, "end": 68, + "moduleId": 0, "start": 5, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 68, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -180,5 +205,6 @@ expression: actual ], "commentStart": 0, "end": 68, + "moduleId": 0, "start": 0 } diff --git a/rust/kcl-lib/src/settings/types/mod.rs b/rust/kcl-lib/src/settings/types/mod.rs index e2b9a137c..f2e79619d 100644 --- a/rust/kcl-lib/src/settings/types/mod.rs +++ b/rust/kcl-lib/src/settings/types/mod.rs @@ -96,7 +96,7 @@ pub struct AppSettings { pub show_debug_panel: bool, /// If true, the grid cells will be fixed-size, where the width is your default length unit. /// If false, the grid will get larger as you zoom out, and smaller as you zoom in. - #[serde(default = "make_it_so")] + #[serde(default = "make_it_so", skip_serializing_if = "is_true")] pub fixed_size_grid: bool, } @@ -105,6 +105,10 @@ fn make_it_so() -> bool { true } +fn is_true(b: &bool) -> bool { + *b +} + impl Default for AppSettings { fn default() -> Self { Self { @@ -691,7 +695,6 @@ text_wrapping = true"#; serialized, r#"[settings.app] onboarding_status = "dismissed" -fixed_size_grid = true [settings.app.appearance] theme = "dark" diff --git a/rust/kcl-lib/tests/add_lots/ast.snap b/rust/kcl-lib/tests/add_lots/ast.snap index 08a54e2d8..e809c7d99 100644 --- a/rust/kcl-lib/tests/add_lots/ast.snap +++ b/rust/kcl-lib/tests/add_lots/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing add_lots.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -28,9 +29,11 @@ description: Result of parsing add_lots.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier" @@ -40,10 +43,12 @@ description: Result of parsing add_lots.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -59,6 +64,7 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -66,16 +72,19 @@ description: Result of parsing add_lots.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier" @@ -87,11 +96,13 @@ description: Result of parsing add_lots.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -104,6 +115,7 @@ description: Result of parsing add_lots.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -274,13 +286,16 @@ description: Result of parsing add_lots.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -291,12 +306,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -307,15 +324,19 @@ description: Result of parsing add_lots.kcl } } }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -326,12 +347,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -346,15 +369,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -365,12 +392,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -385,15 +414,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -404,12 +437,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -424,15 +459,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -443,12 +482,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -463,15 +504,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -482,12 +527,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -502,15 +549,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -521,12 +572,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -541,15 +594,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -560,12 +617,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7", "start": 0, "type": "Literal", @@ -580,15 +639,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -599,12 +662,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8", "start": 0, "type": "Literal", @@ -619,15 +684,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -638,12 +707,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "9", "start": 0, "type": "Literal", @@ -658,15 +729,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -677,12 +752,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -697,15 +774,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -716,12 +797,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11", "start": 0, "type": "Literal", @@ -736,15 +819,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -755,12 +842,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12", "start": 0, "type": "Literal", @@ -775,15 +864,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -794,12 +887,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "13", "start": 0, "type": "Literal", @@ -814,15 +909,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -833,12 +932,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "14", "start": 0, "type": "Literal", @@ -853,15 +954,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -872,12 +977,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15", "start": 0, "type": "Literal", @@ -892,15 +999,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -911,12 +1022,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "16", "start": 0, "type": "Literal", @@ -931,15 +1044,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -950,12 +1067,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "17", "start": 0, "type": "Literal", @@ -970,15 +1089,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -989,12 +1112,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "18", "start": 0, "type": "Literal", @@ -1009,15 +1134,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -1028,12 +1157,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "19", "start": 0, "type": "Literal", @@ -1048,15 +1179,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -1067,12 +1202,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -1087,15 +1224,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -1106,12 +1247,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "21", "start": 0, "type": "Literal", @@ -1126,15 +1269,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -1145,12 +1292,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "22", "start": 0, "type": "Literal", @@ -1165,15 +1314,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -1184,12 +1337,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "23", "start": 0, "type": "Literal", @@ -1204,15 +1359,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -1223,12 +1382,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "24", "start": 0, "type": "Literal", @@ -1243,15 +1404,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -1262,12 +1427,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25", "start": 0, "type": "Literal", @@ -1282,15 +1449,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -1301,12 +1472,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "26", "start": 0, "type": "Literal", @@ -1321,15 +1494,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -1340,12 +1517,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "27", "start": 0, "type": "Literal", @@ -1360,15 +1539,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -1379,12 +1562,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "28", "start": 0, "type": "Literal", @@ -1399,15 +1584,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -1418,12 +1607,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "29", "start": 0, "type": "Literal", @@ -1438,15 +1629,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -1457,12 +1652,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -1477,15 +1674,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -1496,12 +1697,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "31", "start": 0, "type": "Literal", @@ -1516,15 +1719,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -1535,12 +1742,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "32", "start": 0, "type": "Literal", @@ -1555,15 +1764,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -1574,12 +1787,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "33", "start": 0, "type": "Literal", @@ -1594,15 +1809,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -1613,12 +1832,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "34", "start": 0, "type": "Literal", @@ -1633,15 +1854,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -1652,12 +1877,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "35", "start": 0, "type": "Literal", @@ -1672,15 +1899,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -1691,12 +1922,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "36", "start": 0, "type": "Literal", @@ -1711,15 +1944,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -1730,12 +1967,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "37", "start": 0, "type": "Literal", @@ -1750,15 +1989,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -1769,12 +2012,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "38", "start": 0, "type": "Literal", @@ -1789,15 +2034,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -1808,12 +2057,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "39", "start": 0, "type": "Literal", @@ -1828,15 +2079,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -1847,12 +2102,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "40", "start": 0, "type": "Literal", @@ -1867,15 +2124,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -1886,12 +2147,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "41", "start": 0, "type": "Literal", @@ -1906,15 +2169,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -1925,12 +2192,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "42", "start": 0, "type": "Literal", @@ -1945,15 +2214,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -1964,12 +2237,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "43", "start": 0, "type": "Literal", @@ -1984,15 +2259,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -2003,12 +2282,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "44", "start": 0, "type": "Literal", @@ -2023,15 +2304,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -2042,12 +2327,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "45", "start": 0, "type": "Literal", @@ -2062,15 +2349,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -2081,12 +2372,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "46", "start": 0, "type": "Literal", @@ -2101,15 +2394,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -2120,12 +2417,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "47", "start": 0, "type": "Literal", @@ -2140,15 +2439,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -2159,12 +2462,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "48", "start": 0, "type": "Literal", @@ -2179,15 +2484,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -2198,12 +2507,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "49", "start": 0, "type": "Literal", @@ -2218,15 +2529,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -2237,12 +2552,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "50", "start": 0, "type": "Literal", @@ -2257,15 +2574,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -2276,12 +2597,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "51", "start": 0, "type": "Literal", @@ -2296,15 +2619,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -2315,12 +2642,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "52", "start": 0, "type": "Literal", @@ -2335,15 +2664,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -2354,12 +2687,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "53", "start": 0, "type": "Literal", @@ -2374,15 +2709,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -2393,12 +2732,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "54", "start": 0, "type": "Literal", @@ -2413,15 +2754,19 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -2432,12 +2777,14 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "55", "start": 0, "type": "Literal", @@ -2452,11 +2799,13 @@ description: Result of parsing add_lots.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2471,6 +2820,7 @@ description: Result of parsing add_lots.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -2478,6 +2828,7 @@ description: Result of parsing add_lots.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3080", "start": 0, "type": "Literal", @@ -2493,6 +2844,7 @@ description: Result of parsing add_lots.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -2500,6 +2852,7 @@ description: Result of parsing add_lots.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"Big sum\"", "start": 0, "type": "Literal", @@ -2512,9 +2865,11 @@ description: Result of parsing add_lots.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -2525,6 +2880,7 @@ description: Result of parsing add_lots.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2532,9 +2888,11 @@ description: Result of parsing add_lots.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -2545,6 +2903,7 @@ description: Result of parsing add_lots.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -2552,12 +2911,14 @@ description: Result of parsing add_lots.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2569,6 +2930,7 @@ description: Result of parsing add_lots.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/angled_line/ast.snap b/rust/kcl-lib/tests/angled_line/ast.snap index e3de01be8..7616f00c3 100644 --- a/rust/kcl-lib/tests/angled_line/ast.snap +++ b/rust/kcl-lib/tests/angled_line/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing angled_line.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part001", "start": 0, "type": "Identifier" @@ -20,13 +21,16 @@ description: Result of parsing angled_line.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -37,6 +41,7 @@ description: Result of parsing angled_line.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -44,9 +49,11 @@ description: Result of parsing angled_line.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -64,6 +71,7 @@ description: Result of parsing angled_line.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -74,6 +82,7 @@ description: Result of parsing angled_line.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.83", "start": 0, "type": "Literal", @@ -86,6 +95,7 @@ description: Result of parsing angled_line.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12.56", "start": 0, "type": "Literal", @@ -97,6 +107,7 @@ description: Result of parsing angled_line.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -107,9 +118,11 @@ description: Result of parsing angled_line.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -120,6 +133,7 @@ description: Result of parsing angled_line.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -132,6 +146,7 @@ description: Result of parsing angled_line.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -142,6 +157,7 @@ description: Result of parsing angled_line.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.1", "start": 0, "type": "Literal", @@ -154,6 +170,7 @@ description: Result of parsing angled_line.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.48", "start": 0, "type": "Literal", @@ -165,6 +182,7 @@ description: Result of parsing angled_line.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -175,9 +193,11 @@ description: Result of parsing angled_line.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -188,6 +208,7 @@ description: Result of parsing angled_line.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -200,6 +221,7 @@ description: Result of parsing angled_line.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -210,6 +232,7 @@ description: Result of parsing angled_line.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.15", "start": 0, "type": "Literal", @@ -223,6 +246,7 @@ description: Result of parsing angled_line.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "9.85", "start": 0, "type": "Literal", @@ -234,6 +258,7 @@ description: Result of parsing angled_line.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -241,6 +266,7 @@ description: Result of parsing angled_line.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -251,6 +277,7 @@ description: Result of parsing angled_line.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -258,6 +285,7 @@ description: Result of parsing angled_line.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -269,9 +297,11 @@ description: Result of parsing angled_line.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -282,6 +312,7 @@ description: Result of parsing angled_line.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -294,6 +325,7 @@ description: Result of parsing angled_line.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -305,6 +337,7 @@ description: Result of parsing angled_line.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.17", "start": 0, "type": "Literal", @@ -316,6 +349,7 @@ description: Result of parsing angled_line.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -325,6 +359,7 @@ description: Result of parsing angled_line.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.1", "start": 0, "type": "Literal", @@ -336,6 +371,7 @@ description: Result of parsing angled_line.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -343,6 +379,7 @@ description: Result of parsing angled_line.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -353,9 +390,11 @@ description: Result of parsing angled_line.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -366,6 +405,7 @@ description: Result of parsing angled_line.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -378,18 +418,22 @@ description: Result of parsing angled_line.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -400,6 +444,7 @@ description: Result of parsing angled_line.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -407,9 +452,11 @@ description: Result of parsing angled_line.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -426,6 +473,7 @@ description: Result of parsing angled_line.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -433,6 +481,7 @@ description: Result of parsing angled_line.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12.35", "start": 0, "type": "Literal", @@ -448,9 +497,11 @@ description: Result of parsing angled_line.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -461,6 +512,7 @@ description: Result of parsing angled_line.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -473,6 +525,7 @@ description: Result of parsing angled_line.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -484,6 +537,7 @@ description: Result of parsing angled_line.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "13.02", "start": 0, "type": "Literal", @@ -495,6 +549,7 @@ description: Result of parsing angled_line.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -503,6 +558,7 @@ description: Result of parsing angled_line.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10.03", "start": 0, "type": "Literal", @@ -514,6 +570,7 @@ description: Result of parsing angled_line.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -524,9 +581,11 @@ description: Result of parsing angled_line.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -537,19 +596,23 @@ description: Result of parsing angled_line.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -560,6 +623,7 @@ description: Result of parsing angled_line.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -572,6 +636,7 @@ description: Result of parsing angled_line.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -579,6 +644,7 @@ description: Result of parsing angled_line.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -594,9 +660,11 @@ description: Result of parsing angled_line.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -607,6 +675,7 @@ description: Result of parsing angled_line.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -615,15 +684,18 @@ description: Result of parsing angled_line.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -631,6 +703,7 @@ description: Result of parsing angled_line.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/angled_line/program_memory.snap b/rust/kcl-lib/tests/angled_line/program_memory.snap index 6f6ed729a..2b3f25942 100644 --- a/rust/kcl-lib/tests/angled_line/program_memory.snap +++ b/rust/kcl-lib/tests/angled_line/program_memory.snap @@ -24,6 +24,7 @@ description: Variables in memory after executing angled_line.kcl "tag": { "commentStart": 133, "end": 139, + "moduleId": 0, "start": 133, "type": "TagDeclarator", "value": "seg01" @@ -94,6 +95,7 @@ description: Variables in memory after executing angled_line.kcl "tag": { "commentStart": 133, "end": 139, + "moduleId": 0, "start": 133, "type": "TagDeclarator", "value": "seg01" diff --git a/rust/kcl-lib/tests/any_type/ast.snap b/rust/kcl-lib/tests/any_type/ast.snap index 6055ffefa..7dce2097b 100644 --- a/rust/kcl-lib/tests/any_type/ast.snap +++ b/rust/kcl-lib/tests/any_type/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing any_type.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "id", "start": 0, "type": "Identifier" @@ -25,9 +26,11 @@ description: Result of parsing any_type.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -39,6 +42,7 @@ description: Result of parsing any_type.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -46,16 +50,19 @@ description: Result of parsing any_type.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -67,11 +74,13 @@ description: Result of parsing any_type.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -84,6 +93,7 @@ description: Result of parsing any_type.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "singleton", "start": 0, "type": "Identifier" @@ -99,9 +109,11 @@ description: Result of parsing any_type.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -113,12 +125,14 @@ description: Result of parsing any_type.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -126,16 +140,19 @@ description: Result of parsing any_type.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -147,11 +164,13 @@ description: Result of parsing any_type.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -164,6 +183,7 @@ description: Result of parsing any_type.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "len", "start": 0, "type": "Identifier" @@ -179,6 +199,7 @@ description: Result of parsing any_type.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "initial", "start": 0, "type": "Identifier" @@ -186,6 +207,7 @@ description: Result of parsing any_type.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -201,6 +223,7 @@ description: Result of parsing any_type.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -216,9 +239,11 @@ description: Result of parsing any_type.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "accum", "start": 0, "type": "Identifier" @@ -228,10 +253,12 @@ description: Result of parsing any_type.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -247,6 +274,7 @@ description: Result of parsing any_type.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -254,16 +282,19 @@ description: Result of parsing any_type.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "_", "start": 0, "type": "Identifier" @@ -275,6 +306,7 @@ description: Result of parsing any_type.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "accum", "start": 0, "type": "Identifier" @@ -291,9 +323,11 @@ description: Result of parsing any_type.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "reduce", "start": 0, "type": "Identifier" @@ -304,6 +338,7 @@ description: Result of parsing any_type.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -311,9 +346,11 @@ description: Result of parsing any_type.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "a", "start": 0, "type": "Identifier" @@ -326,6 +363,7 @@ description: Result of parsing any_type.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -333,16 +371,19 @@ description: Result of parsing any_type.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "a", "start": 0, "type": "Identifier" @@ -354,11 +395,13 @@ description: Result of parsing any_type.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -371,18 +414,22 @@ description: Result of parsing any_type.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "one", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "id", "start": 0, "type": "Identifier" @@ -393,12 +440,14 @@ description: Result of parsing any_type.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -409,11 +458,13 @@ description: Result of parsing any_type.kcl } } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -426,18 +477,22 @@ description: Result of parsing any_type.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "a", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "id", "start": 0, "type": "Identifier" @@ -448,12 +503,14 @@ description: Result of parsing any_type.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"a\"", "start": 0, "type": "Literal", @@ -461,11 +518,13 @@ description: Result of parsing any_type.kcl "value": "a" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -478,18 +537,22 @@ description: Result of parsing any_type.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arr1", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "singleton", "start": 0, "type": "Identifier" @@ -500,12 +563,14 @@ description: Result of parsing any_type.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -516,11 +581,13 @@ description: Result of parsing any_type.kcl } } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -533,18 +600,22 @@ description: Result of parsing any_type.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "len0", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "len", "start": 0, "type": "Identifier" @@ -555,6 +626,7 @@ description: Result of parsing any_type.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -562,16 +634,19 @@ description: Result of parsing any_type.kcl "commentStart": 0, "elements": [], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -584,18 +659,22 @@ description: Result of parsing any_type.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "len1", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "len", "start": 0, "type": "Identifier" @@ -606,6 +685,7 @@ description: Result of parsing any_type.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -615,6 +695,7 @@ description: Result of parsing any_type.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -626,16 +707,19 @@ description: Result of parsing any_type.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -650,6 +734,7 @@ description: Result of parsing any_type.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -657,6 +742,7 @@ description: Result of parsing any_type.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -672,9 +758,11 @@ description: Result of parsing any_type.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -685,6 +773,7 @@ description: Result of parsing any_type.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -692,9 +781,11 @@ description: Result of parsing any_type.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "one", "start": 0, "type": "Identifier" @@ -705,6 +796,7 @@ description: Result of parsing any_type.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -719,6 +811,7 @@ description: Result of parsing any_type.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -726,6 +819,7 @@ description: Result of parsing any_type.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -741,9 +835,11 @@ description: Result of parsing any_type.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -754,6 +850,7 @@ description: Result of parsing any_type.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -761,9 +858,11 @@ description: Result of parsing any_type.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "len0", "start": 0, "type": "Identifier" @@ -774,6 +873,7 @@ description: Result of parsing any_type.kcl "type": "Name" } }, + "moduleId": 0, "preComments": [ "// TODO: we cannot currently assert on strings.", "// assert(a, isEqualTo = \"a\")", @@ -794,6 +894,7 @@ description: Result of parsing any_type.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -801,6 +902,7 @@ description: Result of parsing any_type.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -816,9 +918,11 @@ description: Result of parsing any_type.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -829,6 +933,7 @@ description: Result of parsing any_type.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -836,9 +941,11 @@ description: Result of parsing any_type.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "len1", "start": 0, "type": "Identifier" @@ -849,6 +956,7 @@ description: Result of parsing any_type.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -856,12 +964,14 @@ description: Result of parsing any_type.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -873,6 +983,7 @@ description: Result of parsing any_type.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -884,6 +995,7 @@ description: Result of parsing any_type.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -895,6 +1007,7 @@ description: Result of parsing any_type.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -906,6 +1019,7 @@ description: Result of parsing any_type.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/argument_error/ast.snap b/rust/kcl-lib/tests/argument_error/ast.snap index db4f99689..52f0b3426 100644 --- a/rust/kcl-lib/tests/argument_error/ast.snap +++ b/rust/kcl-lib/tests/argument_error/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing argument_error.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -24,6 +25,7 @@ description: Result of parsing argument_error.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -35,6 +37,7 @@ description: Result of parsing argument_error.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -42,16 +45,19 @@ description: Result of parsing argument_error.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier" @@ -63,11 +69,13 @@ description: Result of parsing argument_error.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing argument_error.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -92,6 +101,7 @@ description: Result of parsing argument_error.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -104,6 +114,7 @@ description: Result of parsing argument_error.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -115,6 +126,7 @@ description: Result of parsing argument_error.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -125,9 +137,11 @@ description: Result of parsing argument_error.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "map", "start": 0, "type": "Identifier" @@ -138,6 +152,7 @@ description: Result of parsing argument_error.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -145,9 +160,11 @@ description: Result of parsing argument_error.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -158,6 +175,7 @@ description: Result of parsing argument_error.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -165,12 +183,14 @@ description: Result of parsing argument_error.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/array_elem_pop/ast.snap b/rust/kcl-lib/tests/array_elem_pop/ast.snap index 322bdb4fa..642475932 100644 --- a/rust/kcl-lib/tests/array_elem_pop/ast.snap +++ b/rust/kcl-lib/tests/array_elem_pop/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing array_elem_pop.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arr", "start": 0, "type": "Identifier" @@ -23,6 +24,7 @@ description: Result of parsing array_elem_pop.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -35,6 +37,7 @@ description: Result of parsing array_elem_pop.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -47,6 +50,7 @@ description: Result of parsing array_elem_pop.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -58,15 +62,18 @@ description: Result of parsing array_elem_pop.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -79,18 +86,22 @@ description: Result of parsing array_elem_pop.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "new_arr1", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pop", "start": 0, "type": "Identifier" @@ -101,6 +112,7 @@ description: Result of parsing array_elem_pop.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -108,9 +120,11 @@ description: Result of parsing array_elem_pop.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arr", "start": 0, "type": "Identifier" @@ -121,11 +135,13 @@ description: Result of parsing array_elem_pop.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -138,18 +154,22 @@ description: Result of parsing array_elem_pop.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "new_arr2", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pop", "start": 0, "type": "Identifier" @@ -160,6 +180,7 @@ description: Result of parsing array_elem_pop.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -167,9 +188,11 @@ description: Result of parsing array_elem_pop.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "new_arr1", "start": 0, "type": "Identifier" @@ -180,11 +203,13 @@ description: Result of parsing array_elem_pop.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -197,18 +222,22 @@ description: Result of parsing array_elem_pop.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "new_arr3", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pop", "start": 0, "type": "Identifier" @@ -219,6 +248,7 @@ description: Result of parsing array_elem_pop.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -226,9 +256,11 @@ description: Result of parsing array_elem_pop.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "new_arr2", "start": 0, "type": "Identifier" @@ -239,11 +271,13 @@ description: Result of parsing array_elem_pop.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -258,6 +292,7 @@ description: Result of parsing array_elem_pop.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -265,6 +300,7 @@ description: Result of parsing array_elem_pop.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -280,6 +316,7 @@ description: Result of parsing array_elem_pop.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -287,6 +324,7 @@ description: Result of parsing array_elem_pop.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"element 0 should not have changed\"", "start": 0, "type": "Literal", @@ -299,9 +337,11 @@ description: Result of parsing array_elem_pop.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -312,6 +352,7 @@ description: Result of parsing array_elem_pop.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -319,13 +360,16 @@ description: Result of parsing array_elem_pop.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "new_arr1", "start": 0, "type": "Identifier" @@ -338,6 +382,7 @@ description: Result of parsing array_elem_pop.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -352,6 +397,7 @@ description: Result of parsing array_elem_pop.kcl "type": "MemberExpression" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -366,6 +412,7 @@ description: Result of parsing array_elem_pop.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -373,6 +420,7 @@ description: Result of parsing array_elem_pop.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -388,6 +436,7 @@ description: Result of parsing array_elem_pop.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -395,6 +444,7 @@ description: Result of parsing array_elem_pop.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"element 1 should not have changed\"", "start": 0, "type": "Literal", @@ -407,9 +457,11 @@ description: Result of parsing array_elem_pop.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -420,6 +472,7 @@ description: Result of parsing array_elem_pop.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -427,13 +480,16 @@ description: Result of parsing array_elem_pop.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "new_arr1", "start": 0, "type": "Identifier" @@ -446,6 +502,7 @@ description: Result of parsing array_elem_pop.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -460,6 +517,7 @@ description: Result of parsing array_elem_pop.kcl "type": "MemberExpression" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -474,6 +532,7 @@ description: Result of parsing array_elem_pop.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -481,6 +540,7 @@ description: Result of parsing array_elem_pop.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -496,6 +556,7 @@ description: Result of parsing array_elem_pop.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -503,6 +564,7 @@ description: Result of parsing array_elem_pop.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"element 0 should not have changed\"", "start": 0, "type": "Literal", @@ -515,9 +577,11 @@ description: Result of parsing array_elem_pop.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -528,6 +592,7 @@ description: Result of parsing array_elem_pop.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -535,13 +600,16 @@ description: Result of parsing array_elem_pop.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "new_arr2", "start": 0, "type": "Identifier" @@ -554,6 +622,7 @@ description: Result of parsing array_elem_pop.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -568,6 +637,7 @@ description: Result of parsing array_elem_pop.kcl "type": "MemberExpression" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -575,6 +645,7 @@ description: Result of parsing array_elem_pop.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/array_elem_pop_empty_fail/ast.snap b/rust/kcl-lib/tests/array_elem_pop_empty_fail/ast.snap index b05461526..d7e818b43 100644 --- a/rust/kcl-lib/tests/array_elem_pop_empty_fail/ast.snap +++ b/rust/kcl-lib/tests/array_elem_pop_empty_fail/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing array_elem_pop_empty_fail.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arr", "start": 0, "type": "Identifier" @@ -21,15 +22,18 @@ description: Result of parsing array_elem_pop_empty_fail.kcl "commentStart": 0, "elements": [], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -42,18 +46,22 @@ description: Result of parsing array_elem_pop_empty_fail.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fail", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pop", "start": 0, "type": "Identifier" @@ -64,6 +72,7 @@ description: Result of parsing array_elem_pop_empty_fail.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -71,9 +80,11 @@ description: Result of parsing array_elem_pop_empty_fail.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arr", "start": 0, "type": "Identifier" @@ -84,11 +95,13 @@ description: Result of parsing array_elem_pop_empty_fail.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -96,6 +109,7 @@ description: Result of parsing array_elem_pop_empty_fail.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/array_elem_pop_fail/ast.snap b/rust/kcl-lib/tests/array_elem_pop_fail/ast.snap index 74fd38e86..ad4363255 100644 --- a/rust/kcl-lib/tests/array_elem_pop_fail/ast.snap +++ b/rust/kcl-lib/tests/array_elem_pop_fail/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing array_elem_pop_fail.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arr", "start": 0, "type": "Identifier" @@ -23,6 +24,7 @@ description: Result of parsing array_elem_pop_fail.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -35,6 +37,7 @@ description: Result of parsing array_elem_pop_fail.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -47,6 +50,7 @@ description: Result of parsing array_elem_pop_fail.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -58,15 +62,18 @@ description: Result of parsing array_elem_pop_fail.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -79,18 +86,22 @@ description: Result of parsing array_elem_pop_fail.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pushedArr", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pop", "start": 0, "type": "Identifier" @@ -101,6 +112,7 @@ description: Result of parsing array_elem_pop_fail.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -108,9 +120,11 @@ description: Result of parsing array_elem_pop_fail.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arr", "start": 0, "type": "Identifier" @@ -121,11 +135,13 @@ description: Result of parsing array_elem_pop_fail.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -138,6 +154,7 @@ description: Result of parsing array_elem_pop_fail.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fail", "start": 0, "type": "Identifier" @@ -146,13 +163,16 @@ description: Result of parsing array_elem_pop_fail.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pushedArr", "start": 0, "type": "Identifier" @@ -165,6 +185,7 @@ description: Result of parsing array_elem_pop_fail.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -178,11 +199,13 @@ description: Result of parsing array_elem_pop_fail.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -190,6 +213,7 @@ description: Result of parsing array_elem_pop_fail.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/array_elem_push/ast.snap b/rust/kcl-lib/tests/array_elem_push/ast.snap index 9852671d0..98d475228 100644 --- a/rust/kcl-lib/tests/array_elem_push/ast.snap +++ b/rust/kcl-lib/tests/array_elem_push/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing array_elem_push.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arr", "start": 0, "type": "Identifier" @@ -23,6 +24,7 @@ description: Result of parsing array_elem_push.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -35,6 +37,7 @@ description: Result of parsing array_elem_push.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -47,6 +50,7 @@ description: Result of parsing array_elem_push.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -58,15 +62,18 @@ description: Result of parsing array_elem_push.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -79,6 +86,7 @@ description: Result of parsing array_elem_push.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "new_arr1", "start": 0, "type": "Identifier" @@ -90,6 +98,7 @@ description: Result of parsing array_elem_push.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "item", "start": 0, "type": "Identifier" @@ -97,6 +106,7 @@ description: Result of parsing array_elem_push.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -112,9 +122,11 @@ description: Result of parsing array_elem_push.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "push", "start": 0, "type": "Identifier" @@ -125,6 +137,7 @@ description: Result of parsing array_elem_push.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -132,9 +145,11 @@ description: Result of parsing array_elem_push.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arr", "start": 0, "type": "Identifier" @@ -145,11 +160,13 @@ description: Result of parsing array_elem_push.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -162,6 +179,7 @@ description: Result of parsing array_elem_push.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "new_arr2", "start": 0, "type": "Identifier" @@ -173,6 +191,7 @@ description: Result of parsing array_elem_push.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "item", "start": 0, "type": "Identifier" @@ -180,6 +199,7 @@ description: Result of parsing array_elem_push.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -195,9 +215,11 @@ description: Result of parsing array_elem_push.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "push", "start": 0, "type": "Identifier" @@ -208,6 +230,7 @@ description: Result of parsing array_elem_push.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -215,9 +238,11 @@ description: Result of parsing array_elem_push.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "new_arr1", "start": 0, "type": "Identifier" @@ -228,11 +253,13 @@ description: Result of parsing array_elem_push.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -247,6 +274,7 @@ description: Result of parsing array_elem_push.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -254,6 +282,7 @@ description: Result of parsing array_elem_push.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -269,6 +298,7 @@ description: Result of parsing array_elem_push.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -276,6 +306,7 @@ description: Result of parsing array_elem_push.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"element 0 should not have changed\"", "start": 0, "type": "Literal", @@ -288,9 +319,11 @@ description: Result of parsing array_elem_push.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -301,6 +334,7 @@ description: Result of parsing array_elem_push.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -308,13 +342,16 @@ description: Result of parsing array_elem_push.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "new_arr1", "start": 0, "type": "Identifier" @@ -327,6 +364,7 @@ description: Result of parsing array_elem_push.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -341,6 +379,7 @@ description: Result of parsing array_elem_push.kcl "type": "MemberExpression" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -355,6 +394,7 @@ description: Result of parsing array_elem_push.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -362,6 +402,7 @@ description: Result of parsing array_elem_push.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -377,6 +418,7 @@ description: Result of parsing array_elem_push.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -384,6 +426,7 @@ description: Result of parsing array_elem_push.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"element 1 should not have changed\"", "start": 0, "type": "Literal", @@ -396,9 +439,11 @@ description: Result of parsing array_elem_push.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -409,6 +454,7 @@ description: Result of parsing array_elem_push.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -416,13 +462,16 @@ description: Result of parsing array_elem_push.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "new_arr1", "start": 0, "type": "Identifier" @@ -435,6 +484,7 @@ description: Result of parsing array_elem_push.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -449,6 +499,7 @@ description: Result of parsing array_elem_push.kcl "type": "MemberExpression" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -463,6 +514,7 @@ description: Result of parsing array_elem_push.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -470,6 +522,7 @@ description: Result of parsing array_elem_push.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -485,6 +538,7 @@ description: Result of parsing array_elem_push.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -492,6 +546,7 @@ description: Result of parsing array_elem_push.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"element 2 should not have changed\"", "start": 0, "type": "Literal", @@ -504,9 +559,11 @@ description: Result of parsing array_elem_push.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -517,6 +574,7 @@ description: Result of parsing array_elem_push.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -524,13 +582,16 @@ description: Result of parsing array_elem_push.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "new_arr1", "start": 0, "type": "Identifier" @@ -543,6 +604,7 @@ description: Result of parsing array_elem_push.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -557,6 +619,7 @@ description: Result of parsing array_elem_push.kcl "type": "MemberExpression" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -571,6 +634,7 @@ description: Result of parsing array_elem_push.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -578,6 +642,7 @@ description: Result of parsing array_elem_push.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -593,6 +658,7 @@ description: Result of parsing array_elem_push.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -600,6 +666,7 @@ description: Result of parsing array_elem_push.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"4 was added to the end of the array\"", "start": 0, "type": "Literal", @@ -612,9 +679,11 @@ description: Result of parsing array_elem_push.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -625,6 +694,7 @@ description: Result of parsing array_elem_push.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -632,13 +702,16 @@ description: Result of parsing array_elem_push.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "new_arr1", "start": 0, "type": "Identifier" @@ -651,6 +724,7 @@ description: Result of parsing array_elem_push.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -665,6 +739,7 @@ description: Result of parsing array_elem_push.kcl "type": "MemberExpression" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -679,6 +754,7 @@ description: Result of parsing array_elem_push.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -686,6 +762,7 @@ description: Result of parsing array_elem_push.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -701,6 +778,7 @@ description: Result of parsing array_elem_push.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -708,6 +786,7 @@ description: Result of parsing array_elem_push.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"element 0 should not have changed\"", "start": 0, "type": "Literal", @@ -720,9 +799,11 @@ description: Result of parsing array_elem_push.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -733,6 +814,7 @@ description: Result of parsing array_elem_push.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -740,13 +822,16 @@ description: Result of parsing array_elem_push.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "new_arr2", "start": 0, "type": "Identifier" @@ -759,6 +844,7 @@ description: Result of parsing array_elem_push.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -773,6 +859,7 @@ description: Result of parsing array_elem_push.kcl "type": "MemberExpression" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -787,6 +874,7 @@ description: Result of parsing array_elem_push.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -794,6 +882,7 @@ description: Result of parsing array_elem_push.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -809,6 +898,7 @@ description: Result of parsing array_elem_push.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -816,6 +906,7 @@ description: Result of parsing array_elem_push.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"element 1 should not have changed\"", "start": 0, "type": "Literal", @@ -828,9 +919,11 @@ description: Result of parsing array_elem_push.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -841,6 +934,7 @@ description: Result of parsing array_elem_push.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -848,13 +942,16 @@ description: Result of parsing array_elem_push.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "new_arr2", "start": 0, "type": "Identifier" @@ -867,6 +964,7 @@ description: Result of parsing array_elem_push.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -881,6 +979,7 @@ description: Result of parsing array_elem_push.kcl "type": "MemberExpression" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -895,6 +994,7 @@ description: Result of parsing array_elem_push.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -902,6 +1002,7 @@ description: Result of parsing array_elem_push.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -917,6 +1018,7 @@ description: Result of parsing array_elem_push.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -924,6 +1026,7 @@ description: Result of parsing array_elem_push.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"element 2 should not have changed\"", "start": 0, "type": "Literal", @@ -936,9 +1039,11 @@ description: Result of parsing array_elem_push.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -949,6 +1054,7 @@ description: Result of parsing array_elem_push.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -956,13 +1062,16 @@ description: Result of parsing array_elem_push.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "new_arr2", "start": 0, "type": "Identifier" @@ -975,6 +1084,7 @@ description: Result of parsing array_elem_push.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -989,6 +1099,7 @@ description: Result of parsing array_elem_push.kcl "type": "MemberExpression" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -1003,6 +1114,7 @@ description: Result of parsing array_elem_push.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -1010,6 +1122,7 @@ description: Result of parsing array_elem_push.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -1025,6 +1138,7 @@ description: Result of parsing array_elem_push.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -1032,6 +1146,7 @@ description: Result of parsing array_elem_push.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"4 was added to the end of the array\"", "start": 0, "type": "Literal", @@ -1044,9 +1159,11 @@ description: Result of parsing array_elem_push.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -1057,6 +1174,7 @@ description: Result of parsing array_elem_push.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1064,13 +1182,16 @@ description: Result of parsing array_elem_push.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "new_arr2", "start": 0, "type": "Identifier" @@ -1083,6 +1204,7 @@ description: Result of parsing array_elem_push.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -1097,6 +1219,7 @@ description: Result of parsing array_elem_push.kcl "type": "MemberExpression" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -1111,6 +1234,7 @@ description: Result of parsing array_elem_push.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -1118,6 +1242,7 @@ description: Result of parsing array_elem_push.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -1133,6 +1258,7 @@ description: Result of parsing array_elem_push.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -1140,6 +1266,7 @@ description: Result of parsing array_elem_push.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"5 was added to the end of the array\"", "start": 0, "type": "Literal", @@ -1152,9 +1279,11 @@ description: Result of parsing array_elem_push.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -1165,6 +1294,7 @@ description: Result of parsing array_elem_push.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1172,13 +1302,16 @@ description: Result of parsing array_elem_push.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "new_arr2", "start": 0, "type": "Identifier" @@ -1191,6 +1324,7 @@ description: Result of parsing array_elem_push.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -1205,6 +1339,7 @@ description: Result of parsing array_elem_push.kcl "type": "MemberExpression" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -1212,6 +1347,7 @@ description: Result of parsing array_elem_push.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/array_elem_push_fail/ast.snap b/rust/kcl-lib/tests/array_elem_push_fail/ast.snap index 8836cbb21..93051e775 100644 --- a/rust/kcl-lib/tests/array_elem_push_fail/ast.snap +++ b/rust/kcl-lib/tests/array_elem_push_fail/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing array_elem_push_fail.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arr", "start": 0, "type": "Identifier" @@ -23,6 +24,7 @@ description: Result of parsing array_elem_push_fail.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -35,6 +37,7 @@ description: Result of parsing array_elem_push_fail.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -47,6 +50,7 @@ description: Result of parsing array_elem_push_fail.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -58,15 +62,18 @@ description: Result of parsing array_elem_push_fail.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -79,6 +86,7 @@ description: Result of parsing array_elem_push_fail.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pushedArr", "start": 0, "type": "Identifier" @@ -90,6 +98,7 @@ description: Result of parsing array_elem_push_fail.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "item", "start": 0, "type": "Identifier" @@ -97,6 +106,7 @@ description: Result of parsing array_elem_push_fail.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -112,9 +122,11 @@ description: Result of parsing array_elem_push_fail.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "push", "start": 0, "type": "Identifier" @@ -125,6 +137,7 @@ description: Result of parsing array_elem_push_fail.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -132,9 +145,11 @@ description: Result of parsing array_elem_push_fail.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arr", "start": 0, "type": "Identifier" @@ -145,11 +160,13 @@ description: Result of parsing array_elem_push_fail.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -162,6 +179,7 @@ description: Result of parsing array_elem_push_fail.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fail", "start": 0, "type": "Identifier" @@ -170,13 +188,16 @@ description: Result of parsing array_elem_push_fail.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arr", "start": 0, "type": "Identifier" @@ -189,6 +210,7 @@ description: Result of parsing array_elem_push_fail.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -202,11 +224,13 @@ description: Result of parsing array_elem_push_fail.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -214,6 +238,7 @@ description: Result of parsing array_elem_push_fail.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/array_index_oob/ast.snap b/rust/kcl-lib/tests/array_index_oob/ast.snap index d2e7e21d9..3d3c06409 100644 --- a/rust/kcl-lib/tests/array_index_oob/ast.snap +++ b/rust/kcl-lib/tests/array_index_oob/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing array_index_oob.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arr", "start": 0, "type": "Identifier" @@ -21,15 +22,18 @@ description: Result of parsing array_index_oob.kcl "commentStart": 0, "elements": [], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -42,6 +46,7 @@ description: Result of parsing array_index_oob.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -50,13 +55,16 @@ description: Result of parsing array_index_oob.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arr", "start": 0, "type": "Identifier" @@ -69,6 +77,7 @@ description: Result of parsing array_index_oob.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -82,11 +91,13 @@ description: Result of parsing array_index_oob.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -94,6 +105,7 @@ description: Result of parsing array_index_oob.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/array_push_item_wrong_type/ast.snap b/rust/kcl-lib/tests/array_push_item_wrong_type/ast.snap index 852c3efee..893328409 100644 --- a/rust/kcl-lib/tests/array_push_item_wrong_type/ast.snap +++ b/rust/kcl-lib/tests/array_push_item_wrong_type/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing array_push_item_wrong_type.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arr", "start": 0, "type": "Identifier" @@ -26,6 +27,7 @@ description: Result of parsing array_push_item_wrong_type.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -38,6 +40,7 @@ description: Result of parsing array_push_item_wrong_type.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -49,15 +52,18 @@ description: Result of parsing array_push_item_wrong_type.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" }, + "moduleId": 0, "start": 0, "ty": { "commentStart": 0, "end": 0, "len": "None", + "moduleId": 0, "start": 0, "ty": { "Count": null, @@ -69,11 +75,13 @@ description: Result of parsing array_push_item_wrong_type.kcl "type": "AscribedExpression", "type": "AscribedExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -86,6 +94,7 @@ description: Result of parsing array_push_item_wrong_type.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arrPrime", "start": 0, "type": "Identifier" @@ -97,6 +106,7 @@ description: Result of parsing array_push_item_wrong_type.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "item", "start": 0, "type": "Identifier" @@ -104,6 +114,7 @@ description: Result of parsing array_push_item_wrong_type.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4mm", "start": 0, "type": "Literal", @@ -119,9 +130,11 @@ description: Result of parsing array_push_item_wrong_type.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "push", "start": 0, "type": "Identifier" @@ -132,6 +145,7 @@ description: Result of parsing array_push_item_wrong_type.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -139,9 +153,11 @@ description: Result of parsing array_push_item_wrong_type.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arr", "start": 0, "type": "Identifier" @@ -152,11 +168,13 @@ description: Result of parsing array_push_item_wrong_type.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -171,6 +189,7 @@ description: Result of parsing array_push_item_wrong_type.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -178,6 +197,7 @@ description: Result of parsing array_push_item_wrong_type.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4mm", "start": 0, "type": "Literal", @@ -193,6 +213,7 @@ description: Result of parsing array_push_item_wrong_type.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -200,6 +221,7 @@ description: Result of parsing array_push_item_wrong_type.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"should have been added to the end of the array\"", "start": 0, "type": "Literal", @@ -212,9 +234,11 @@ description: Result of parsing array_push_item_wrong_type.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -225,6 +249,7 @@ description: Result of parsing array_push_item_wrong_type.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -232,13 +257,16 @@ description: Result of parsing array_push_item_wrong_type.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arrPrime", "start": 0, "type": "Identifier" @@ -251,6 +279,7 @@ description: Result of parsing array_push_item_wrong_type.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -265,6 +294,7 @@ description: Result of parsing array_push_item_wrong_type.kcl "type": "MemberExpression" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -272,6 +302,7 @@ description: Result of parsing array_push_item_wrong_type.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/array_range_expr/ast.snap b/rust/kcl-lib/tests/array_range_expr/ast.snap index a8c6668f6..cb87fc783 100644 --- a/rust/kcl-lib/tests/array_range_expr/ast.snap +++ b/rust/kcl-lib/tests/array_range_expr/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing array_range_expr.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r1", "start": 0, "type": "Identifier" @@ -23,6 +24,7 @@ description: Result of parsing array_range_expr.kcl "endElement": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -33,10 +35,12 @@ description: Result of parsing array_range_expr.kcl } }, "endInclusive": true, + "moduleId": 0, "start": 0, "startElement": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -49,11 +53,13 @@ description: Result of parsing array_range_expr.kcl "type": "ArrayRangeExpression", "type": "ArrayRangeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -68,6 +74,7 @@ description: Result of parsing array_range_expr.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -75,6 +82,7 @@ description: Result of parsing array_range_expr.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -90,6 +98,7 @@ description: Result of parsing array_range_expr.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -97,6 +106,7 @@ description: Result of parsing array_range_expr.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"last element is included\"", "start": 0, "type": "Literal", @@ -109,9 +119,11 @@ description: Result of parsing array_range_expr.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -122,6 +134,7 @@ description: Result of parsing array_range_expr.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -129,13 +142,16 @@ description: Result of parsing array_range_expr.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r1", "start": 0, "type": "Identifier" @@ -148,6 +164,7 @@ description: Result of parsing array_range_expr.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -162,6 +179,7 @@ description: Result of parsing array_range_expr.kcl "type": "MemberExpression" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -174,6 +192,7 @@ description: Result of parsing array_range_expr.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "four", "start": 0, "type": "Identifier" @@ -181,6 +200,7 @@ description: Result of parsing array_range_expr.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -190,11 +210,13 @@ description: Result of parsing array_range_expr.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -207,6 +229,7 @@ description: Result of parsing array_range_expr.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "zero", "start": 0, "type": "Identifier" @@ -214,6 +237,7 @@ description: Result of parsing array_range_expr.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -223,11 +247,13 @@ description: Result of parsing array_range_expr.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -240,6 +266,7 @@ description: Result of parsing array_range_expr.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r2", "start": 0, "type": "Identifier" @@ -251,9 +278,11 @@ description: Result of parsing array_range_expr.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "four", "start": 0, "type": "Identifier" @@ -264,14 +293,17 @@ description: Result of parsing array_range_expr.kcl "type": "Name" }, "endInclusive": true, + "moduleId": 0, "start": 0, "startElement": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "zero", "start": 0, "type": "Identifier" @@ -284,11 +316,13 @@ description: Result of parsing array_range_expr.kcl "type": "ArrayRangeExpression", "type": "ArrayRangeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -303,6 +337,7 @@ description: Result of parsing array_range_expr.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -310,6 +345,7 @@ description: Result of parsing array_range_expr.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -325,6 +361,7 @@ description: Result of parsing array_range_expr.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -332,6 +369,7 @@ description: Result of parsing array_range_expr.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"last element is included\"", "start": 0, "type": "Literal", @@ -344,9 +382,11 @@ description: Result of parsing array_range_expr.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -357,6 +397,7 @@ description: Result of parsing array_range_expr.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -364,13 +405,16 @@ description: Result of parsing array_range_expr.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r2", "start": 0, "type": "Identifier" @@ -383,6 +427,7 @@ description: Result of parsing array_range_expr.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -397,6 +442,7 @@ description: Result of parsing array_range_expr.kcl "type": "MemberExpression" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -409,6 +455,7 @@ description: Result of parsing array_range_expr.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "five", "start": 0, "type": "Identifier" @@ -420,9 +467,11 @@ description: Result of parsing array_range_expr.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "four", "start": 0, "type": "Identifier" @@ -432,10 +481,12 @@ description: Result of parsing array_range_expr.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -449,11 +500,13 @@ description: Result of parsing array_range_expr.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -466,6 +519,7 @@ description: Result of parsing array_range_expr.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r3", "start": 0, "type": "Identifier" @@ -477,9 +531,11 @@ description: Result of parsing array_range_expr.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "five", "start": 0, "type": "Identifier" @@ -490,14 +546,17 @@ description: Result of parsing array_range_expr.kcl "type": "Name" }, "endInclusive": true, + "moduleId": 0, "start": 0, "startElement": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "zero", "start": 0, "type": "Identifier" @@ -510,11 +569,13 @@ description: Result of parsing array_range_expr.kcl "type": "ArrayRangeExpression", "type": "ArrayRangeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -529,6 +590,7 @@ description: Result of parsing array_range_expr.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -536,6 +598,7 @@ description: Result of parsing array_range_expr.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -551,6 +614,7 @@ description: Result of parsing array_range_expr.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -558,6 +622,7 @@ description: Result of parsing array_range_expr.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"second-to-last element is included\"", "start": 0, "type": "Literal", @@ -570,9 +635,11 @@ description: Result of parsing array_range_expr.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -583,6 +650,7 @@ description: Result of parsing array_range_expr.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -590,13 +658,16 @@ description: Result of parsing array_range_expr.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r3", "start": 0, "type": "Identifier" @@ -609,6 +680,7 @@ description: Result of parsing array_range_expr.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -623,6 +695,7 @@ description: Result of parsing array_range_expr.kcl "type": "MemberExpression" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -637,6 +710,7 @@ description: Result of parsing array_range_expr.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -644,6 +718,7 @@ description: Result of parsing array_range_expr.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -659,6 +734,7 @@ description: Result of parsing array_range_expr.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -666,6 +742,7 @@ description: Result of parsing array_range_expr.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"last element is included\"", "start": 0, "type": "Literal", @@ -678,9 +755,11 @@ description: Result of parsing array_range_expr.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -691,6 +770,7 @@ description: Result of parsing array_range_expr.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -698,13 +778,16 @@ description: Result of parsing array_range_expr.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r3", "start": 0, "type": "Identifier" @@ -717,6 +800,7 @@ description: Result of parsing array_range_expr.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -731,6 +815,7 @@ description: Result of parsing array_range_expr.kcl "type": "MemberExpression" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -743,6 +828,7 @@ description: Result of parsing array_range_expr.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r4", "start": 0, "type": "Identifier" @@ -757,9 +843,11 @@ description: Result of parsing array_range_expr.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "five", "start": 0, "type": "Identifier" @@ -769,10 +857,12 @@ description: Result of parsing array_range_expr.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -787,6 +877,7 @@ description: Result of parsing array_range_expr.kcl "type": "BinaryExpression" }, "endInclusive": true, + "moduleId": 0, "start": 0, "startElement": { "commentStart": 0, @@ -795,9 +886,11 @@ description: Result of parsing array_range_expr.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "zero", "start": 0, "type": "Identifier" @@ -807,10 +900,12 @@ description: Result of parsing array_range_expr.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -827,11 +922,13 @@ description: Result of parsing array_range_expr.kcl "type": "ArrayRangeExpression", "type": "ArrayRangeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -846,6 +943,7 @@ description: Result of parsing array_range_expr.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -853,6 +951,7 @@ description: Result of parsing array_range_expr.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -868,6 +967,7 @@ description: Result of parsing array_range_expr.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -875,6 +975,7 @@ description: Result of parsing array_range_expr.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"first element is 1\"", "start": 0, "type": "Literal", @@ -887,9 +988,11 @@ description: Result of parsing array_range_expr.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -900,6 +1003,7 @@ description: Result of parsing array_range_expr.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -907,13 +1011,16 @@ description: Result of parsing array_range_expr.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r4", "start": 0, "type": "Identifier" @@ -926,6 +1033,7 @@ description: Result of parsing array_range_expr.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -940,6 +1048,7 @@ description: Result of parsing array_range_expr.kcl "type": "MemberExpression" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -954,6 +1063,7 @@ description: Result of parsing array_range_expr.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -961,6 +1071,7 @@ description: Result of parsing array_range_expr.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -976,6 +1087,7 @@ description: Result of parsing array_range_expr.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -983,6 +1095,7 @@ description: Result of parsing array_range_expr.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"second-to-last element is 3\"", "start": 0, "type": "Literal", @@ -995,9 +1108,11 @@ description: Result of parsing array_range_expr.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -1008,6 +1123,7 @@ description: Result of parsing array_range_expr.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1015,13 +1131,16 @@ description: Result of parsing array_range_expr.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r4", "start": 0, "type": "Identifier" @@ -1034,6 +1153,7 @@ description: Result of parsing array_range_expr.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1048,6 +1168,7 @@ description: Result of parsing array_range_expr.kcl "type": "MemberExpression" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -1062,6 +1183,7 @@ description: Result of parsing array_range_expr.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -1069,6 +1191,7 @@ description: Result of parsing array_range_expr.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -1084,6 +1207,7 @@ description: Result of parsing array_range_expr.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -1091,6 +1215,7 @@ description: Result of parsing array_range_expr.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"last element is 4\"", "start": 0, "type": "Literal", @@ -1103,9 +1228,11 @@ description: Result of parsing array_range_expr.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -1116,6 +1243,7 @@ description: Result of parsing array_range_expr.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1123,13 +1251,16 @@ description: Result of parsing array_range_expr.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r4", "start": 0, "type": "Identifier" @@ -1142,6 +1273,7 @@ description: Result of parsing array_range_expr.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -1156,6 +1288,7 @@ description: Result of parsing array_range_expr.kcl "type": "MemberExpression" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -1163,12 +1296,14 @@ description: Result of parsing array_range_expr.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1180,6 +1315,7 @@ description: Result of parsing array_range_expr.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1191,6 +1327,7 @@ description: Result of parsing array_range_expr.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/array_range_mismatch_units/ast.snap b/rust/kcl-lib/tests/array_range_mismatch_units/ast.snap index d4202ad5a..b5e2df0ab 100644 --- a/rust/kcl-lib/tests/array_range_mismatch_units/ast.snap +++ b/rust/kcl-lib/tests/array_range_mismatch_units/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing array_range_mismatch_units.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "a", "start": 0, "type": "Identifier" @@ -23,6 +24,7 @@ description: Result of parsing array_range_mismatch_units.kcl "endElement": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3cm", "start": 0, "type": "Literal", @@ -33,10 +35,12 @@ description: Result of parsing array_range_mismatch_units.kcl } }, "endInclusive": true, + "moduleId": 0, "start": 0, "startElement": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1mm", "start": 0, "type": "Literal", @@ -49,11 +53,13 @@ description: Result of parsing array_range_mismatch_units.kcl "type": "ArrayRangeExpression", "type": "ArrayRangeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -68,6 +74,7 @@ description: Result of parsing array_range_mismatch_units.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -75,6 +82,7 @@ description: Result of parsing array_range_mismatch_units.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"shouldn't make it here\"", "start": 0, "type": "Literal", @@ -87,9 +95,11 @@ description: Result of parsing array_range_mismatch_units.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assertIs", "start": 0, "type": "Identifier" @@ -100,12 +110,14 @@ description: Result of parsing array_range_mismatch_units.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "false", "start": 0, "type": "Literal", @@ -113,6 +125,7 @@ description: Result of parsing array_range_mismatch_units.kcl "value": false } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -120,6 +133,7 @@ description: Result of parsing array_range_mismatch_units.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/array_range_negative_expr/ast.snap b/rust/kcl-lib/tests/array_range_negative_expr/ast.snap index 3152bf5b2..6c6b696c6 100644 --- a/rust/kcl-lib/tests/array_range_negative_expr/ast.snap +++ b/rust/kcl-lib/tests/array_range_negative_expr/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing array_range_negative_expr.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xs", "start": 0, "type": "Identifier" @@ -23,6 +24,7 @@ description: Result of parsing array_range_negative_expr.kcl "endElement": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -33,11 +35,13 @@ description: Result of parsing array_range_negative_expr.kcl } }, "endInclusive": true, + "moduleId": 0, "start": 0, "startElement": { "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -49,6 +53,7 @@ description: Result of parsing array_range_negative_expr.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -57,11 +62,13 @@ description: Result of parsing array_range_negative_expr.kcl "type": "ArrayRangeExpression", "type": "ArrayRangeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -76,6 +83,7 @@ description: Result of parsing array_range_negative_expr.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -84,6 +92,7 @@ description: Result of parsing array_range_negative_expr.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -95,6 +104,7 @@ description: Result of parsing array_range_negative_expr.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -106,6 +116,7 @@ description: Result of parsing array_range_negative_expr.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -113,6 +124,7 @@ description: Result of parsing array_range_negative_expr.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"first element is -5\"", "start": 0, "type": "Literal", @@ -125,9 +137,11 @@ description: Result of parsing array_range_negative_expr.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -138,6 +152,7 @@ description: Result of parsing array_range_negative_expr.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -145,13 +160,16 @@ description: Result of parsing array_range_negative_expr.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xs", "start": 0, "type": "Identifier" @@ -164,6 +182,7 @@ description: Result of parsing array_range_negative_expr.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -178,6 +197,7 @@ description: Result of parsing array_range_negative_expr.kcl "type": "MemberExpression" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -185,6 +205,7 @@ description: Result of parsing array_range_negative_expr.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/array_range_with_units/ast.snap b/rust/kcl-lib/tests/array_range_with_units/ast.snap index 6282a56fe..bb382869f 100644 --- a/rust/kcl-lib/tests/array_range_with_units/ast.snap +++ b/rust/kcl-lib/tests/array_range_with_units/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing array_range_with_units.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "a", "start": 0, "type": "Identifier" @@ -23,6 +24,7 @@ description: Result of parsing array_range_with_units.kcl "endElement": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3cm", "start": 0, "type": "Literal", @@ -33,10 +35,12 @@ description: Result of parsing array_range_with_units.kcl } }, "endInclusive": true, + "moduleId": 0, "start": 0, "startElement": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1cm", "start": 0, "type": "Literal", @@ -49,11 +53,13 @@ description: Result of parsing array_range_with_units.kcl "type": "ArrayRangeExpression", "type": "ArrayRangeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -68,6 +74,7 @@ description: Result of parsing array_range_with_units.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -75,6 +82,7 @@ description: Result of parsing array_range_with_units.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1cm", "start": 0, "type": "Literal", @@ -90,9 +98,11 @@ description: Result of parsing array_range_with_units.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -103,6 +113,7 @@ description: Result of parsing array_range_with_units.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -110,13 +121,16 @@ description: Result of parsing array_range_with_units.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "a", "start": 0, "type": "Identifier" @@ -129,6 +143,7 @@ description: Result of parsing array_range_with_units.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -143,6 +158,7 @@ description: Result of parsing array_range_with_units.kcl "type": "MemberExpression" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -157,6 +173,7 @@ description: Result of parsing array_range_with_units.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -164,6 +181,7 @@ description: Result of parsing array_range_with_units.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2cm", "start": 0, "type": "Literal", @@ -179,9 +197,11 @@ description: Result of parsing array_range_with_units.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -192,6 +212,7 @@ description: Result of parsing array_range_with_units.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -199,13 +220,16 @@ description: Result of parsing array_range_with_units.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "a", "start": 0, "type": "Identifier" @@ -218,6 +242,7 @@ description: Result of parsing array_range_with_units.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -232,6 +257,7 @@ description: Result of parsing array_range_with_units.kcl "type": "MemberExpression" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -246,6 +272,7 @@ description: Result of parsing array_range_with_units.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -253,6 +280,7 @@ description: Result of parsing array_range_with_units.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3cm", "start": 0, "type": "Literal", @@ -268,9 +296,11 @@ description: Result of parsing array_range_with_units.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -281,6 +311,7 @@ description: Result of parsing array_range_with_units.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -288,13 +319,16 @@ description: Result of parsing array_range_with_units.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "a", "start": 0, "type": "Identifier" @@ -307,6 +341,7 @@ description: Result of parsing array_range_with_units.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -321,6 +356,7 @@ description: Result of parsing array_range_with_units.kcl "type": "MemberExpression" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -328,6 +364,7 @@ description: Result of parsing array_range_with_units.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/artifact_graph_example_code1/ast.snap b/rust/kcl-lib/tests/artifact_graph_example_code1/ast.snap index 7a130f288..04c0b5c50 100644 --- a/rust/kcl-lib/tests/artifact_graph_example_code1/ast.snap +++ b/rust/kcl-lib/tests/artifact_graph_example_code1/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing artifact_graph_example_code1.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -20,13 +21,16 @@ description: Result of parsing artifact_graph_example_code1.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -37,6 +41,7 @@ description: Result of parsing artifact_graph_example_code1.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -44,9 +49,11 @@ description: Result of parsing artifact_graph_example_code1.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -64,6 +71,7 @@ description: Result of parsing artifact_graph_example_code1.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -75,6 +83,7 @@ description: Result of parsing artifact_graph_example_code1.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -86,6 +95,7 @@ description: Result of parsing artifact_graph_example_code1.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -95,6 +105,7 @@ description: Result of parsing artifact_graph_example_code1.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -106,6 +117,7 @@ description: Result of parsing artifact_graph_example_code1.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -113,6 +125,7 @@ description: Result of parsing artifact_graph_example_code1.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -123,9 +136,11 @@ description: Result of parsing artifact_graph_example_code1.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -136,6 +151,7 @@ description: Result of parsing artifact_graph_example_code1.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -148,6 +164,7 @@ description: Result of parsing artifact_graph_example_code1.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -158,6 +175,7 @@ description: Result of parsing artifact_graph_example_code1.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -170,6 +188,7 @@ description: Result of parsing artifact_graph_example_code1.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -181,6 +200,7 @@ description: Result of parsing artifact_graph_example_code1.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -191,9 +211,11 @@ description: Result of parsing artifact_graph_example_code1.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -204,6 +226,7 @@ description: Result of parsing artifact_graph_example_code1.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -216,6 +239,7 @@ description: Result of parsing artifact_graph_example_code1.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -226,6 +250,7 @@ description: Result of parsing artifact_graph_example_code1.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10.55", "start": 0, "type": "Literal", @@ -238,6 +263,7 @@ description: Result of parsing artifact_graph_example_code1.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -249,6 +275,7 @@ description: Result of parsing artifact_graph_example_code1.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -259,6 +286,7 @@ description: Result of parsing artifact_graph_example_code1.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -266,6 +294,7 @@ description: Result of parsing artifact_graph_example_code1.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -277,9 +306,11 @@ description: Result of parsing artifact_graph_example_code1.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -290,6 +321,7 @@ description: Result of parsing artifact_graph_example_code1.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -302,6 +334,7 @@ description: Result of parsing artifact_graph_example_code1.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -312,6 +345,7 @@ description: Result of parsing artifact_graph_example_code1.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -325,6 +359,7 @@ description: Result of parsing artifact_graph_example_code1.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -336,6 +371,7 @@ description: Result of parsing artifact_graph_example_code1.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -343,6 +379,7 @@ description: Result of parsing artifact_graph_example_code1.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -353,6 +390,7 @@ description: Result of parsing artifact_graph_example_code1.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -360,6 +398,7 @@ description: Result of parsing artifact_graph_example_code1.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -371,9 +410,11 @@ description: Result of parsing artifact_graph_example_code1.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -384,6 +425,7 @@ description: Result of parsing artifact_graph_example_code1.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -396,6 +438,7 @@ description: Result of parsing artifact_graph_example_code1.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -404,13 +447,16 @@ description: Result of parsing artifact_graph_example_code1.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -421,25 +467,30 @@ description: Result of parsing artifact_graph_example_code1.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -450,12 +501,14 @@ description: Result of parsing artifact_graph_example_code1.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -463,6 +516,7 @@ description: Result of parsing artifact_graph_example_code1.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -473,9 +527,11 @@ description: Result of parsing artifact_graph_example_code1.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -486,19 +542,23 @@ description: Result of parsing artifact_graph_example_code1.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -509,6 +569,7 @@ description: Result of parsing artifact_graph_example_code1.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -517,15 +578,18 @@ description: Result of parsing artifact_graph_example_code1.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -538,6 +602,7 @@ description: Result of parsing artifact_graph_example_code1.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude001", "start": 0, "type": "Identifier" @@ -551,6 +616,7 @@ description: Result of parsing artifact_graph_example_code1.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -559,6 +625,7 @@ description: Result of parsing artifact_graph_example_code1.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -570,6 +637,7 @@ description: Result of parsing artifact_graph_example_code1.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -581,9 +649,11 @@ description: Result of parsing artifact_graph_example_code1.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -594,6 +664,7 @@ description: Result of parsing artifact_graph_example_code1.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -601,9 +672,11 @@ description: Result of parsing artifact_graph_example_code1.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -621,6 +694,7 @@ description: Result of parsing artifact_graph_example_code1.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -628,6 +702,7 @@ description: Result of parsing artifact_graph_example_code1.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -643,6 +718,7 @@ description: Result of parsing artifact_graph_example_code1.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -654,9 +730,11 @@ description: Result of parsing artifact_graph_example_code1.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -668,6 +746,7 @@ description: Result of parsing artifact_graph_example_code1.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -678,9 +757,11 @@ description: Result of parsing artifact_graph_example_code1.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -691,6 +772,7 @@ description: Result of parsing artifact_graph_example_code1.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -699,15 +781,18 @@ description: Result of parsing artifact_graph_example_code1.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -720,6 +805,7 @@ description: Result of parsing artifact_graph_example_code1.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" @@ -733,6 +819,7 @@ description: Result of parsing artifact_graph_example_code1.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -741,9 +828,11 @@ description: Result of parsing artifact_graph_example_code1.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -759,9 +848,11 @@ description: Result of parsing artifact_graph_example_code1.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -772,6 +863,7 @@ description: Result of parsing artifact_graph_example_code1.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -779,9 +871,11 @@ description: Result of parsing artifact_graph_example_code1.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude001", "start": 0, "type": "Identifier" @@ -799,6 +893,7 @@ description: Result of parsing artifact_graph_example_code1.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -810,6 +905,7 @@ description: Result of parsing artifact_graph_example_code1.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -821,6 +917,7 @@ description: Result of parsing artifact_graph_example_code1.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -830,6 +927,7 @@ description: Result of parsing artifact_graph_example_code1.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -841,6 +939,7 @@ description: Result of parsing artifact_graph_example_code1.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -848,6 +947,7 @@ description: Result of parsing artifact_graph_example_code1.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -858,9 +958,11 @@ description: Result of parsing artifact_graph_example_code1.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -871,6 +973,7 @@ description: Result of parsing artifact_graph_example_code1.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -883,6 +986,7 @@ description: Result of parsing artifact_graph_example_code1.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -893,6 +997,7 @@ description: Result of parsing artifact_graph_example_code1.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -905,6 +1010,7 @@ description: Result of parsing artifact_graph_example_code1.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -916,6 +1022,7 @@ description: Result of parsing artifact_graph_example_code1.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -926,9 +1033,11 @@ description: Result of parsing artifact_graph_example_code1.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -939,6 +1048,7 @@ description: Result of parsing artifact_graph_example_code1.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -951,6 +1061,7 @@ description: Result of parsing artifact_graph_example_code1.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -961,6 +1072,7 @@ description: Result of parsing artifact_graph_example_code1.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -974,6 +1086,7 @@ description: Result of parsing artifact_graph_example_code1.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -985,6 +1098,7 @@ description: Result of parsing artifact_graph_example_code1.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -992,6 +1106,7 @@ description: Result of parsing artifact_graph_example_code1.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1002,9 +1117,11 @@ description: Result of parsing artifact_graph_example_code1.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1015,6 +1132,7 @@ description: Result of parsing artifact_graph_example_code1.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1027,6 +1145,7 @@ description: Result of parsing artifact_graph_example_code1.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1035,13 +1154,16 @@ description: Result of parsing artifact_graph_example_code1.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -1052,25 +1174,30 @@ description: Result of parsing artifact_graph_example_code1.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -1081,12 +1208,14 @@ description: Result of parsing artifact_graph_example_code1.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1094,6 +1223,7 @@ description: Result of parsing artifact_graph_example_code1.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1104,9 +1234,11 @@ description: Result of parsing artifact_graph_example_code1.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1117,19 +1249,23 @@ description: Result of parsing artifact_graph_example_code1.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1140,6 +1276,7 @@ description: Result of parsing artifact_graph_example_code1.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1148,15 +1285,18 @@ description: Result of parsing artifact_graph_example_code1.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1169,6 +1309,7 @@ description: Result of parsing artifact_graph_example_code1.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude002", "start": 0, "type": "Identifier" @@ -1180,6 +1321,7 @@ description: Result of parsing artifact_graph_example_code1.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1187,6 +1329,7 @@ description: Result of parsing artifact_graph_example_code1.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -1202,9 +1345,11 @@ description: Result of parsing artifact_graph_example_code1.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1215,6 +1360,7 @@ description: Result of parsing artifact_graph_example_code1.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1222,9 +1368,11 @@ description: Result of parsing artifact_graph_example_code1.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" @@ -1235,11 +1383,13 @@ description: Result of parsing artifact_graph_example_code1.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1247,6 +1397,7 @@ description: Result of parsing artifact_graph_example_code1.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/artifact_graph_example_code1/program_memory.snap b/rust/kcl-lib/tests/artifact_graph_example_code1/program_memory.snap index 313ab7408..6cae135d9 100644 --- a/rust/kcl-lib/tests/artifact_graph_example_code1/program_memory.snap +++ b/rust/kcl-lib/tests/artifact_graph_example_code1/program_memory.snap @@ -24,6 +24,7 @@ description: Variables in memory after executing artifact_graph_example_code1.kc "tag": { "commentStart": 122, "end": 128, + "moduleId": 0, "start": 122, "type": "TagDeclarator", "value": "seg01" @@ -37,6 +38,7 @@ description: Variables in memory after executing artifact_graph_example_code1.kc "tag": { "commentStart": 162, "end": 168, + "moduleId": 0, "start": 162, "type": "TagDeclarator", "value": "seg02" @@ -86,6 +88,7 @@ description: Variables in memory after executing artifact_graph_example_code1.kc "tag": { "commentStart": 122, "end": 128, + "moduleId": 0, "start": 122, "type": "TagDeclarator", "value": "seg01" @@ -111,6 +114,7 @@ description: Variables in memory after executing artifact_graph_example_code1.kc "tag": { "commentStart": 162, "end": 168, + "moduleId": 0, "start": 162, "type": "TagDeclarator", "value": "seg02" @@ -406,6 +410,7 @@ description: Variables in memory after executing artifact_graph_example_code1.kc "tag": { "commentStart": 122, "end": 128, + "moduleId": 0, "start": 122, "type": "TagDeclarator", "value": "seg01" @@ -419,6 +424,7 @@ description: Variables in memory after executing artifact_graph_example_code1.kc "tag": { "commentStart": 162, "end": 168, + "moduleId": 0, "start": 162, "type": "TagDeclarator", "value": "seg02" @@ -468,6 +474,7 @@ description: Variables in memory after executing artifact_graph_example_code1.kc "tag": { "commentStart": 122, "end": 128, + "moduleId": 0, "start": 122, "type": "TagDeclarator", "value": "seg01" @@ -493,6 +500,7 @@ description: Variables in memory after executing artifact_graph_example_code1.kc "tag": { "commentStart": 162, "end": 168, + "moduleId": 0, "start": 162, "type": "TagDeclarator", "value": "seg02" @@ -721,6 +729,7 @@ description: Variables in memory after executing artifact_graph_example_code1.kc "tag": { "commentStart": 122, "end": 128, + "moduleId": 0, "start": 122, "type": "TagDeclarator", "value": "seg01" @@ -746,6 +755,7 @@ description: Variables in memory after executing artifact_graph_example_code1.kc "tag": { "commentStart": 162, "end": 168, + "moduleId": 0, "start": 162, "type": "TagDeclarator", "value": "seg02" @@ -986,6 +996,7 @@ description: Variables in memory after executing artifact_graph_example_code1.kc "tag": { "commentStart": 122, "end": 128, + "moduleId": 0, "start": 122, "type": "TagDeclarator", "value": "seg01" @@ -999,6 +1010,7 @@ description: Variables in memory after executing artifact_graph_example_code1.kc "tag": { "commentStart": 162, "end": 168, + "moduleId": 0, "start": 162, "type": "TagDeclarator", "value": "seg02" @@ -1048,6 +1060,7 @@ description: Variables in memory after executing artifact_graph_example_code1.kc "tag": { "commentStart": 122, "end": 128, + "moduleId": 0, "start": 122, "type": "TagDeclarator", "value": "seg01" @@ -1073,6 +1086,7 @@ description: Variables in memory after executing artifact_graph_example_code1.kc "tag": { "commentStart": 162, "end": 168, + "moduleId": 0, "start": 162, "type": "TagDeclarator", "value": "seg02" diff --git a/rust/kcl-lib/tests/artifact_graph_example_code_no_3d/ast.snap b/rust/kcl-lib/tests/artifact_graph_example_code_no_3d/ast.snap index 8cd46a1ec..7d88ef629 100644 --- a/rust/kcl-lib/tests/artifact_graph_example_code_no_3d/ast.snap +++ b/rust/kcl-lib/tests/artifact_graph_example_code_no_3d/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003", "start": 0, "type": "Identifier" @@ -20,13 +21,16 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -37,6 +41,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -44,9 +49,11 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -64,6 +71,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -74,6 +82,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.82", "start": 0, "type": "Literal", @@ -86,6 +95,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -97,6 +107,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -107,9 +118,11 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -120,6 +133,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -132,6 +146,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -139,6 +154,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -154,6 +170,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -161,6 +178,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11.54", "start": 0, "type": "Literal", @@ -176,6 +194,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -183,6 +202,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -194,9 +214,11 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -207,6 +229,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -219,6 +242,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -227,13 +251,16 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -244,6 +271,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -251,9 +279,11 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -264,10 +294,12 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl "type": "Name" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -287,6 +319,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -294,6 +327,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8.21", "start": 0, "type": "Literal", @@ -309,6 +343,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -316,6 +351,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -327,9 +363,11 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -340,6 +378,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -352,18 +391,22 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -374,6 +417,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -381,9 +425,11 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -400,19 +446,23 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -423,6 +473,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -430,9 +481,11 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -445,6 +498,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -456,6 +510,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -463,6 +518,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -474,9 +530,11 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -487,6 +545,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -499,6 +558,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -507,13 +567,16 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -524,25 +587,30 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -553,12 +621,14 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -566,6 +636,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -576,9 +647,11 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -589,19 +662,23 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -612,6 +689,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -620,15 +698,18 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -641,6 +722,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch004", "start": 0, "type": "Identifier" @@ -648,13 +730,16 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -665,6 +750,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -673,9 +759,11 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -687,6 +775,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -700,6 +789,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -710,6 +800,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -722,6 +813,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "14.36", "start": 0, "type": "Literal", @@ -733,6 +825,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -743,9 +836,11 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -756,6 +851,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -768,6 +864,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -778,6 +875,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.49", "start": 0, "type": "Literal", @@ -790,6 +888,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.05", "start": 0, "type": "Literal", @@ -801,6 +900,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -811,9 +911,11 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -824,6 +926,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -836,6 +939,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -846,6 +950,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -858,6 +963,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -869,6 +975,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -879,9 +986,11 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -892,6 +1001,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -904,6 +1014,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -915,6 +1026,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6.8", "start": 0, "type": "Literal", @@ -926,6 +1038,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -934,6 +1047,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8.17", "start": 0, "type": "Literal", @@ -945,6 +1059,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -955,9 +1070,11 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -968,6 +1085,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -976,15 +1094,18 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -992,6 +1113,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/artifact_graph_example_code_no_3d/program_memory.snap b/rust/kcl-lib/tests/artifact_graph_example_code_no_3d/program_memory.snap index a2a655c37..6477f4314 100644 --- a/rust/kcl-lib/tests/artifact_graph_example_code_no_3d/program_memory.snap +++ b/rust/kcl-lib/tests/artifact_graph_example_code_no_3d/program_memory.snap @@ -36,6 +36,7 @@ description: Variables in memory after executing artifact_graph_example_code_no_ "tag": { "commentStart": 115, "end": 136, + "moduleId": 0, "start": 115, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -61,6 +62,7 @@ description: Variables in memory after executing artifact_graph_example_code_no_ "tag": { "commentStart": 218, "end": 239, + "moduleId": 0, "start": 218, "type": "TagDeclarator", "value": "rectangleSegmentB001" @@ -86,6 +88,7 @@ description: Variables in memory after executing artifact_graph_example_code_no_ "tag": { "commentStart": 341, "end": 362, + "moduleId": 0, "start": 341, "type": "TagDeclarator", "value": "rectangleSegmentC001" diff --git a/rust/kcl-lib/tests/artifact_graph_example_code_offset_planes/ast.snap b/rust/kcl-lib/tests/artifact_graph_example_code_offset_planes/ast.snap index fa4c61336..998e7e412 100644 --- a/rust/kcl-lib/tests/artifact_graph_example_code_offset_planes/ast.snap +++ b/rust/kcl-lib/tests/artifact_graph_example_code_offset_planes/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane001", "start": 0, "type": "Identifier" @@ -24,6 +25,7 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -31,6 +33,7 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -46,9 +49,11 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -59,6 +64,7 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -66,9 +72,11 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -79,11 +87,13 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -96,6 +106,7 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane002", "start": 0, "type": "Identifier" @@ -107,6 +118,7 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -115,6 +127,7 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "50", "start": 0, "type": "Literal", @@ -126,6 +139,7 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -137,9 +151,11 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -150,6 +166,7 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -157,9 +174,11 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -170,11 +189,13 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -187,6 +208,7 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane003", "start": 0, "type": "Identifier" @@ -198,6 +220,7 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -205,6 +228,7 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -220,9 +244,11 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -233,6 +259,7 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -240,9 +267,11 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -253,11 +282,13 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -270,6 +301,7 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" @@ -277,13 +309,16 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -294,6 +329,7 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -301,9 +337,11 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane001", "start": 0, "type": "Identifier" @@ -321,6 +359,7 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -331,6 +370,7 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -343,6 +383,7 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -354,6 +395,7 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -364,9 +406,11 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -377,6 +421,7 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -389,6 +434,7 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -399,6 +445,7 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6.78", "start": 0, "type": "Literal", @@ -411,6 +458,7 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.01", "start": 0, "type": "Literal", @@ -422,6 +470,7 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -432,9 +481,11 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -445,6 +496,7 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -453,15 +505,18 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -469,12 +524,14 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/artifact_graph_sketch_on_face_etc/ast.snap b/rust/kcl-lib/tests/artifact_graph_sketch_on_face_etc/ast.snap index 00737c92e..63510ba12 100644 --- a/rust/kcl-lib/tests/artifact_graph_sketch_on_face_etc/ast.snap +++ b/rust/kcl-lib/tests/artifact_graph_sketch_on_face_etc/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -20,13 +21,16 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -37,6 +41,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -44,9 +49,11 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -64,6 +71,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -74,6 +82,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -86,6 +95,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -97,6 +107,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -107,9 +118,11 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -120,6 +133,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -132,6 +146,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -142,6 +157,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -154,6 +170,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8", "start": 0, "type": "Literal", @@ -165,6 +182,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -175,9 +193,11 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -188,6 +208,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -200,6 +221,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -210,6 +232,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -223,6 +246,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8", "start": 0, "type": "Literal", @@ -234,6 +258,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -241,6 +266,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -251,6 +277,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -258,6 +285,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -269,9 +297,11 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -282,6 +312,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -294,6 +325,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -302,13 +334,16 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -319,25 +354,30 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -348,12 +388,14 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -361,6 +403,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -371,9 +414,11 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -384,19 +429,23 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -407,6 +456,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -415,15 +465,18 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -436,6 +489,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude001", "start": 0, "type": "Identifier" @@ -447,6 +501,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -454,6 +509,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -469,9 +525,11 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -482,6 +540,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -489,9 +548,11 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -502,11 +563,13 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -519,6 +582,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" @@ -532,6 +596,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -540,9 +605,11 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -558,9 +625,11 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -571,6 +640,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -578,9 +648,11 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude001", "start": 0, "type": "Identifier" @@ -598,6 +670,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -609,6 +682,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -620,6 +694,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -628,6 +703,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -639,6 +715,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -649,9 +726,11 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -662,6 +741,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -674,6 +754,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -684,6 +765,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -696,6 +778,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -707,6 +790,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -717,9 +801,11 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -730,6 +816,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -742,6 +829,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -752,6 +840,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -765,6 +854,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -776,6 +866,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -783,6 +874,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -793,9 +885,11 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -806,6 +900,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -818,6 +913,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -826,13 +922,16 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -843,25 +942,30 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -872,12 +976,14 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -885,6 +991,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -895,9 +1002,11 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -908,19 +1017,23 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -931,6 +1044,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -939,15 +1053,18 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -960,6 +1077,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude002", "start": 0, "type": "Identifier" @@ -971,6 +1089,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -978,6 +1097,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -993,9 +1113,11 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1006,6 +1128,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1013,9 +1136,11 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" @@ -1026,11 +1151,13 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1043,6 +1170,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003", "start": 0, "type": "Identifier" @@ -1056,6 +1184,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -1063,6 +1192,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "'END'", "start": 0, "type": "Literal", @@ -1075,9 +1205,11 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1088,6 +1220,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1095,9 +1228,11 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude002", "start": 0, "type": "Identifier" @@ -1115,6 +1250,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1125,6 +1261,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1137,6 +1274,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.5", "start": 0, "type": "Literal", @@ -1148,6 +1286,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1158,9 +1297,11 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1171,6 +1312,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1183,6 +1325,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1193,6 +1336,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -1205,6 +1349,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1216,6 +1361,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1226,6 +1372,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1233,6 +1380,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1244,9 +1392,11 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1257,6 +1407,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1269,6 +1420,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1279,6 +1431,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1292,6 +1445,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1303,6 +1457,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1310,6 +1465,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1320,9 +1476,11 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1333,6 +1491,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1345,6 +1504,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1353,13 +1513,16 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -1370,25 +1533,30 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -1399,12 +1567,14 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1412,6 +1582,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1422,9 +1593,11 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1435,19 +1608,23 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1458,6 +1635,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1466,15 +1644,18 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1487,6 +1668,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude003", "start": 0, "type": "Identifier" @@ -1498,6 +1680,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1505,6 +1688,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -1520,9 +1704,11 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1533,6 +1719,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1540,9 +1727,11 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003", "start": 0, "type": "Identifier" @@ -1553,11 +1742,13 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1570,6 +1761,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch004", "start": 0, "type": "Identifier" @@ -1583,6 +1775,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -1591,9 +1784,11 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -1609,9 +1804,11 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1622,6 +1819,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1629,9 +1827,11 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude003", "start": 0, "type": "Identifier" @@ -1649,6 +1849,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1660,6 +1861,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -1671,6 +1873,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1679,6 +1882,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "14", "start": 0, "type": "Literal", @@ -1690,6 +1894,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1700,9 +1905,11 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1713,6 +1920,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1725,6 +1933,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1735,6 +1944,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -1747,6 +1957,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1758,6 +1969,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1768,9 +1980,11 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1781,6 +1995,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1793,6 +2008,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1803,6 +2019,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -1816,6 +2033,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1827,6 +2045,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1834,6 +2053,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1844,9 +2064,11 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1857,6 +2079,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1869,6 +2092,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1877,13 +2101,16 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -1894,25 +2121,30 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -1923,12 +2155,14 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1936,6 +2170,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1946,9 +2181,11 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1959,19 +2196,23 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1982,6 +2223,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1990,15 +2232,18 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2011,6 +2256,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude004", "start": 0, "type": "Identifier" @@ -2022,6 +2268,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2029,6 +2276,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -2044,9 +2292,11 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2057,6 +2307,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2064,9 +2315,11 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch004", "start": 0, "type": "Identifier" @@ -2077,11 +2330,13 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2089,6 +2344,7 @@ description: Result of parsing artifact_graph_sketch_on_face_etc.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/artifact_graph_sketch_on_face_etc/program_memory.snap b/rust/kcl-lib/tests/artifact_graph_sketch_on_face_etc/program_memory.snap index 168d81c7f..3dab8bd3d 100644 --- a/rust/kcl-lib/tests/artifact_graph_sketch_on_face_etc/program_memory.snap +++ b/rust/kcl-lib/tests/artifact_graph_sketch_on_face_etc/program_memory.snap @@ -24,6 +24,7 @@ description: Variables in memory after executing artifact_graph_sketch_on_face_e "tag": { "commentStart": 116, "end": 122, + "moduleId": 0, "start": 116, "type": "TagDeclarator", "value": "seg01" @@ -73,6 +74,7 @@ description: Variables in memory after executing artifact_graph_sketch_on_face_e "tag": { "commentStart": 116, "end": 122, + "moduleId": 0, "start": 116, "type": "TagDeclarator", "value": "seg01" @@ -344,6 +346,7 @@ description: Variables in memory after executing artifact_graph_sketch_on_face_e "tag": { "commentStart": 116, "end": 122, + "moduleId": 0, "start": 116, "type": "TagDeclarator", "value": "seg01" @@ -393,6 +396,7 @@ description: Variables in memory after executing artifact_graph_sketch_on_face_e "tag": { "commentStart": 116, "end": 122, + "moduleId": 0, "start": 116, "type": "TagDeclarator", "value": "seg01" @@ -564,6 +568,7 @@ description: Variables in memory after executing artifact_graph_sketch_on_face_e "tag": { "commentStart": 616, "end": 622, + "moduleId": 0, "start": 616, "type": "TagDeclarator", "value": "seg02" @@ -601,6 +606,7 @@ description: Variables in memory after executing artifact_graph_sketch_on_face_e "tag": { "commentStart": 616, "end": 622, + "moduleId": 0, "start": 616, "type": "TagDeclarator", "value": "seg02" @@ -841,6 +847,7 @@ description: Variables in memory after executing artifact_graph_sketch_on_face_e "tag": { "commentStart": 116, "end": 122, + "moduleId": 0, "start": 116, "type": "TagDeclarator", "value": "seg01" @@ -890,6 +897,7 @@ description: Variables in memory after executing artifact_graph_sketch_on_face_e "tag": { "commentStart": 116, "end": 122, + "moduleId": 0, "start": 116, "type": "TagDeclarator", "value": "seg01" @@ -1232,6 +1240,7 @@ description: Variables in memory after executing artifact_graph_sketch_on_face_e "tag": { "commentStart": 616, "end": 622, + "moduleId": 0, "start": 616, "type": "TagDeclarator", "value": "seg02" @@ -1269,6 +1278,7 @@ description: Variables in memory after executing artifact_graph_sketch_on_face_e "tag": { "commentStart": 616, "end": 622, + "moduleId": 0, "start": 616, "type": "TagDeclarator", "value": "seg02" @@ -1509,6 +1519,7 @@ description: Variables in memory after executing artifact_graph_sketch_on_face_e "tag": { "commentStart": 116, "end": 122, + "moduleId": 0, "start": 116, "type": "TagDeclarator", "value": "seg01" @@ -1558,6 +1569,7 @@ description: Variables in memory after executing artifact_graph_sketch_on_face_e "tag": { "commentStart": 116, "end": 122, + "moduleId": 0, "start": 116, "type": "TagDeclarator", "value": "seg01" @@ -1840,6 +1852,7 @@ description: Variables in memory after executing artifact_graph_sketch_on_face_e "tag": { "commentStart": 116, "end": 122, + "moduleId": 0, "start": 116, "type": "TagDeclarator", "value": "seg01" @@ -2076,6 +2089,7 @@ description: Variables in memory after executing artifact_graph_sketch_on_face_e "tag": { "commentStart": 116, "end": 122, + "moduleId": 0, "start": 116, "type": "TagDeclarator", "value": "seg01" @@ -2125,6 +2139,7 @@ description: Variables in memory after executing artifact_graph_sketch_on_face_e "tag": { "commentStart": 116, "end": 122, + "moduleId": 0, "start": 116, "type": "TagDeclarator", "value": "seg01" @@ -2292,6 +2307,7 @@ description: Variables in memory after executing artifact_graph_sketch_on_face_e "tag": { "commentStart": 616, "end": 622, + "moduleId": 0, "start": 616, "type": "TagDeclarator", "value": "seg02" @@ -2532,6 +2548,7 @@ description: Variables in memory after executing artifact_graph_sketch_on_face_e "tag": { "commentStart": 116, "end": 122, + "moduleId": 0, "start": 116, "type": "TagDeclarator", "value": "seg01" @@ -2581,6 +2598,7 @@ description: Variables in memory after executing artifact_graph_sketch_on_face_e "tag": { "commentStart": 116, "end": 122, + "moduleId": 0, "start": 116, "type": "TagDeclarator", "value": "seg01" @@ -2888,6 +2906,7 @@ description: Variables in memory after executing artifact_graph_sketch_on_face_e "tag": { "commentStart": 616, "end": 622, + "moduleId": 0, "start": 616, "type": "TagDeclarator", "value": "seg02" @@ -2925,6 +2944,7 @@ description: Variables in memory after executing artifact_graph_sketch_on_face_e "tag": { "commentStart": 616, "end": 622, + "moduleId": 0, "start": 616, "type": "TagDeclarator", "value": "seg02" @@ -3165,6 +3185,7 @@ description: Variables in memory after executing artifact_graph_sketch_on_face_e "tag": { "commentStart": 116, "end": 122, + "moduleId": 0, "start": 116, "type": "TagDeclarator", "value": "seg01" @@ -3214,6 +3235,7 @@ description: Variables in memory after executing artifact_graph_sketch_on_face_e "tag": { "commentStart": 116, "end": 122, + "moduleId": 0, "start": 116, "type": "TagDeclarator", "value": "seg01" diff --git a/rust/kcl-lib/tests/ascription_unknown_type/ast.snap b/rust/kcl-lib/tests/ascription_unknown_type/ast.snap index b4f269361..e03cd6ad7 100644 --- a/rust/kcl-lib/tests/ascription_unknown_type/ast.snap +++ b/rust/kcl-lib/tests/ascription_unknown_type/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing ascription_unknown_type.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -23,6 +24,7 @@ description: Result of parsing ascription_unknown_type.kcl "expr": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -32,6 +34,7 @@ description: Result of parsing ascription_unknown_type.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "ty": { "commentStart": 0, @@ -39,10 +42,12 @@ description: Result of parsing ascription_unknown_type.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "NotARealType", "start": 0, "type": "Identifier" }, + "moduleId": 0, "p_type": "Named", "start": 0, "type": "Primitive" @@ -50,11 +55,13 @@ description: Result of parsing ascription_unknown_type.kcl "type": "AscribedExpression", "type": "AscribedExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -62,6 +69,7 @@ description: Result of parsing ascription_unknown_type.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/assembly_mixed_units_cubes/ast.snap b/rust/kcl-lib/tests/assembly_mixed_units_cubes/ast.snap index 085576956..1e3a1b269 100644 --- a/rust/kcl-lib/tests/assembly_mixed_units_cubes/ast.snap +++ b/rust/kcl-lib/tests/assembly_mixed_units_cubes/ast.snap @@ -8,6 +8,7 @@ description: Result of parsing assembly_mixed_units_cubes.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "cube-inches.kcl" @@ -17,6 +18,7 @@ description: Result of parsing assembly_mixed_units_cubes.kcl "alias": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeIn", "start": 0, "type": "Identifier" @@ -29,6 +31,7 @@ description: Result of parsing assembly_mixed_units_cubes.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "cube-mm.kcl" @@ -38,6 +41,7 @@ description: Result of parsing assembly_mixed_units_cubes.kcl "alias": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeMm", "start": 0, "type": "Identifier" @@ -54,9 +58,11 @@ description: Result of parsing assembly_mixed_units_cubes.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeIn", "start": 0, "type": "Identifier" @@ -66,6 +72,7 @@ description: Result of parsing assembly_mixed_units_cubes.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -77,9 +84,11 @@ description: Result of parsing assembly_mixed_units_cubes.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeMm", "start": 0, "type": "Identifier" @@ -89,6 +98,7 @@ description: Result of parsing assembly_mixed_units_cubes.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -100,9 +110,11 @@ description: Result of parsing assembly_mixed_units_cubes.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -114,19 +126,23 @@ description: Result of parsing assembly_mixed_units_cubes.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -142,12 +158,14 @@ description: Result of parsing assembly_mixed_units_cubes.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -160,6 +178,7 @@ description: Result of parsing assembly_mixed_units_cubes.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/assembly_non_default_units/ast.snap b/rust/kcl-lib/tests/assembly_non_default_units/ast.snap index 2eef31e95..e1f58fd38 100644 --- a/rust/kcl-lib/tests/assembly_non_default_units/ast.snap +++ b/rust/kcl-lib/tests/assembly_non_default_units/ast.snap @@ -8,6 +8,7 @@ description: Result of parsing assembly_non_default_units.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "other1.kcl" @@ -27,6 +28,7 @@ description: Result of parsing assembly_non_default_units.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "other2.kcl" @@ -46,9 +48,11 @@ description: Result of parsing assembly_non_default_units.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "other1", "start": 0, "type": "Identifier" @@ -58,6 +62,7 @@ description: Result of parsing assembly_non_default_units.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -69,9 +74,11 @@ description: Result of parsing assembly_non_default_units.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "other2", "start": 0, "type": "Identifier" @@ -81,6 +88,7 @@ description: Result of parsing assembly_non_default_units.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -92,9 +100,11 @@ description: Result of parsing assembly_non_default_units.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -106,19 +116,23 @@ description: Result of parsing assembly_non_default_units.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -134,12 +148,14 @@ description: Result of parsing assembly_non_default_units.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -152,6 +168,7 @@ description: Result of parsing assembly_non_default_units.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/bad_units_in_annotation/ast.snap b/rust/kcl-lib/tests/bad_units_in_annotation/ast.snap index c8cf04d13..d082db0c1 100644 --- a/rust/kcl-lib/tests/bad_units_in_annotation/ast.snap +++ b/rust/kcl-lib/tests/bad_units_in_annotation/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing bad_units_in_annotation.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "oxygenRadius", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing bad_units_in_annotation.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.066", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing bad_units_in_annotation.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Generated by Text-to-CAD: draw a water molecule", "", @@ -52,6 +56,7 @@ description: Result of parsing bad_units_in_annotation.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hydrogenRadius", "start": 0, "type": "Identifier" @@ -59,6 +64,7 @@ description: Result of parsing bad_units_in_annotation.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.053", "start": 0, "type": "Literal", @@ -68,11 +74,13 @@ description: Result of parsing bad_units_in_annotation.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -85,6 +93,7 @@ description: Result of parsing bad_units_in_annotation.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "oxygenHydrogenDistance", "start": 0, "type": "Identifier" @@ -92,6 +101,7 @@ description: Result of parsing bad_units_in_annotation.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.096", "start": 0, "type": "Literal", @@ -101,11 +111,13 @@ description: Result of parsing bad_units_in_annotation.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -118,6 +130,7 @@ description: Result of parsing bad_units_in_annotation.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bondAngle", "start": 0, "type": "Identifier" @@ -125,6 +138,7 @@ description: Result of parsing bad_units_in_annotation.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "104.5", "start": 0, "type": "Literal", @@ -134,11 +148,13 @@ description: Result of parsing bad_units_in_annotation.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -151,6 +167,7 @@ description: Result of parsing bad_units_in_annotation.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "createAtom", "start": 0, "type": "Identifier" @@ -162,13 +179,16 @@ description: Result of parsing bad_units_in_annotation.kcl "argument": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -179,6 +199,7 @@ description: Result of parsing bad_units_in_annotation.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -186,9 +207,11 @@ description: Result of parsing bad_units_in_annotation.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -206,6 +229,7 @@ description: Result of parsing bad_units_in_annotation.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -214,9 +238,11 @@ description: Result of parsing bad_units_in_annotation.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -232,6 +258,7 @@ description: Result of parsing bad_units_in_annotation.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -240,9 +267,11 @@ description: Result of parsing bad_units_in_annotation.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -258,9 +287,11 @@ description: Result of parsing bad_units_in_annotation.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -271,6 +302,7 @@ description: Result of parsing bad_units_in_annotation.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -283,6 +315,7 @@ description: Result of parsing bad_units_in_annotation.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -294,9 +327,11 @@ description: Result of parsing bad_units_in_annotation.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -306,10 +341,12 @@ description: Result of parsing bad_units_in_annotation.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -329,9 +366,11 @@ description: Result of parsing bad_units_in_annotation.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -342,6 +381,7 @@ description: Result of parsing bad_units_in_annotation.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -350,12 +390,14 @@ description: Result of parsing bad_units_in_annotation.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -363,16 +405,19 @@ description: Result of parsing bad_units_in_annotation.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -383,6 +428,7 @@ description: Result of parsing bad_units_in_annotation.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -393,11 +439,13 @@ description: Result of parsing bad_units_in_annotation.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "// Function to create a sphere representing an atom" ], @@ -413,6 +461,7 @@ description: Result of parsing bad_units_in_annotation.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "oxygenAtom", "start": 0, "type": "Identifier" @@ -424,6 +473,7 @@ description: Result of parsing bad_units_in_annotation.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -434,6 +484,7 @@ description: Result of parsing bad_units_in_annotation.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -446,6 +497,7 @@ description: Result of parsing bad_units_in_annotation.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -457,6 +509,7 @@ description: Result of parsing bad_units_in_annotation.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -467,6 +520,7 @@ description: Result of parsing bad_units_in_annotation.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -475,9 +529,11 @@ description: Result of parsing bad_units_in_annotation.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "oxygenRadius", "start": 0, "type": "Identifier" @@ -493,9 +549,11 @@ description: Result of parsing bad_units_in_annotation.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "createAtom", "start": 0, "type": "Identifier" @@ -506,16 +564,19 @@ description: Result of parsing bad_units_in_annotation.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -533,6 +594,7 @@ description: Result of parsing bad_units_in_annotation.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hydrogenOffsetX", "start": 0, "type": "Identifier" @@ -544,9 +606,11 @@ description: Result of parsing bad_units_in_annotation.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "oxygenHydrogenDistance", "start": 0, "type": "Identifier" @@ -556,15 +620,19 @@ description: Result of parsing bad_units_in_annotation.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -575,17 +643,21 @@ description: Result of parsing bad_units_in_annotation.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "toRadians", "start": 0, "type": "Identifier" @@ -596,6 +668,7 @@ description: Result of parsing bad_units_in_annotation.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -606,9 +679,11 @@ description: Result of parsing bad_units_in_annotation.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bondAngle", "start": 0, "type": "Identifier" @@ -618,10 +693,12 @@ description: Result of parsing bad_units_in_annotation.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -641,11 +718,13 @@ description: Result of parsing bad_units_in_annotation.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -663,6 +742,7 @@ description: Result of parsing bad_units_in_annotation.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hydrogenOffsetY", "start": 0, "type": "Identifier" @@ -674,9 +754,11 @@ description: Result of parsing bad_units_in_annotation.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "oxygenHydrogenDistance", "start": 0, "type": "Identifier" @@ -686,15 +768,19 @@ description: Result of parsing bad_units_in_annotation.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -705,17 +791,21 @@ description: Result of parsing bad_units_in_annotation.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "toRadians", "start": 0, "type": "Identifier" @@ -726,6 +816,7 @@ description: Result of parsing bad_units_in_annotation.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -736,9 +827,11 @@ description: Result of parsing bad_units_in_annotation.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bondAngle", "start": 0, "type": "Identifier" @@ -748,10 +841,12 @@ description: Result of parsing bad_units_in_annotation.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -771,11 +866,13 @@ description: Result of parsing bad_units_in_annotation.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -788,6 +885,7 @@ description: Result of parsing bad_units_in_annotation.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hydrogenAtom1", "start": 0, "type": "Identifier" @@ -799,6 +897,7 @@ description: Result of parsing bad_units_in_annotation.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -810,9 +909,11 @@ description: Result of parsing bad_units_in_annotation.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hydrogenOffsetX", "start": 0, "type": "Identifier" @@ -826,9 +927,11 @@ description: Result of parsing bad_units_in_annotation.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hydrogenOffsetY", "start": 0, "type": "Identifier" @@ -840,6 +943,7 @@ description: Result of parsing bad_units_in_annotation.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -850,6 +954,7 @@ description: Result of parsing bad_units_in_annotation.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -858,9 +963,11 @@ description: Result of parsing bad_units_in_annotation.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hydrogenRadius", "start": 0, "type": "Identifier" @@ -876,9 +983,11 @@ description: Result of parsing bad_units_in_annotation.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "createAtom", "start": 0, "type": "Identifier" @@ -889,16 +998,19 @@ description: Result of parsing bad_units_in_annotation.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -916,6 +1028,7 @@ description: Result of parsing bad_units_in_annotation.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hydrogenAtom2", "start": 0, "type": "Identifier" @@ -927,6 +1040,7 @@ description: Result of parsing bad_units_in_annotation.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -939,9 +1053,11 @@ description: Result of parsing bad_units_in_annotation.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hydrogenOffsetX", "start": 0, "type": "Identifier" @@ -953,6 +1069,7 @@ description: Result of parsing bad_units_in_annotation.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -962,9 +1079,11 @@ description: Result of parsing bad_units_in_annotation.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hydrogenOffsetY", "start": 0, "type": "Identifier" @@ -976,6 +1095,7 @@ description: Result of parsing bad_units_in_annotation.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -986,6 +1106,7 @@ description: Result of parsing bad_units_in_annotation.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -994,9 +1115,11 @@ description: Result of parsing bad_units_in_annotation.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hydrogenRadius", "start": 0, "type": "Identifier" @@ -1012,9 +1135,11 @@ description: Result of parsing bad_units_in_annotation.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "createAtom", "start": 0, "type": "Identifier" @@ -1025,16 +1150,19 @@ description: Result of parsing bad_units_in_annotation.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1046,9 +1174,11 @@ description: Result of parsing bad_units_in_annotation.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -1060,19 +1190,23 @@ description: Result of parsing bad_units_in_annotation.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nm", "start": 0, "type": "Identifier" @@ -1088,12 +1222,14 @@ description: Result of parsing bad_units_in_annotation.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1107,6 +1243,7 @@ description: Result of parsing bad_units_in_annotation.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1120,6 +1257,7 @@ description: Result of parsing bad_units_in_annotation.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1133,6 +1271,7 @@ description: Result of parsing bad_units_in_annotation.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1144,6 +1283,7 @@ description: Result of parsing bad_units_in_annotation.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1156,6 +1296,7 @@ description: Result of parsing bad_units_in_annotation.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/basic_fillet_cube_close_opposite/ast.snap b/rust/kcl-lib/tests/basic_fillet_cube_close_opposite/ast.snap index c8d4cc20e..e6d7429c8 100644 --- a/rust/kcl-lib/tests/basic_fillet_cube_close_opposite/ast.snap +++ b/rust/kcl-lib/tests/basic_fillet_cube_close_opposite/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part001", "start": 0, "type": "Identifier" @@ -20,13 +21,16 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -37,6 +41,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -44,9 +49,11 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -64,6 +71,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -74,6 +82,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -86,6 +95,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -97,6 +107,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -107,9 +118,11 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -120,6 +133,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -132,6 +146,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -142,6 +157,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -154,6 +170,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -165,6 +182,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -175,6 +193,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -182,6 +201,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -193,9 +213,11 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -206,6 +228,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -218,6 +241,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -228,6 +252,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -240,6 +265,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -251,6 +277,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -261,9 +288,11 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -274,6 +303,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -286,6 +316,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -296,6 +327,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -309,6 +341,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -320,6 +353,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -327,6 +361,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -337,6 +372,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -344,6 +380,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -355,9 +392,11 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -368,6 +407,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -380,6 +420,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -387,6 +428,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -398,9 +440,11 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -411,6 +455,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -423,6 +468,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -430,6 +476,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -445,9 +492,11 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -458,6 +507,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -470,6 +520,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -477,6 +528,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -492,6 +544,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -503,9 +556,11 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thing3", "start": 0, "type": "Identifier" @@ -516,13 +571,16 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl "type": "Name" }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getOppositeEdge", "start": 0, "type": "Identifier" @@ -533,6 +591,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -540,9 +599,11 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thing3", "start": 0, "type": "Identifier" @@ -555,6 +616,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -565,9 +627,11 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -578,6 +642,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -586,15 +651,18 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -602,6 +670,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/basic_fillet_cube_close_opposite/program_memory.snap b/rust/kcl-lib/tests/basic_fillet_cube_close_opposite/program_memory.snap index 1839a2fd3..131ab0784 100644 --- a/rust/kcl-lib/tests/basic_fillet_cube_close_opposite/program_memory.snap +++ b/rust/kcl-lib/tests/basic_fillet_cube_close_opposite/program_memory.snap @@ -17,6 +17,7 @@ description: Variables in memory after executing basic_fillet_cube_close_opposit "tag": { "commentStart": 90, "end": 96, + "moduleId": 0, "start": 90, "type": "TagDeclarator", "value": "thing" @@ -37,6 +38,7 @@ description: Variables in memory after executing basic_fillet_cube_close_opposit "tag": { "commentStart": 155, "end": 162, + "moduleId": 0, "start": 155, "type": "TagDeclarator", "value": "thing2" @@ -50,6 +52,7 @@ description: Variables in memory after executing basic_fillet_cube_close_opposit "tag": { "commentStart": 181, "end": 188, + "moduleId": 0, "start": 181, "type": "TagDeclarator", "value": "thing3" @@ -73,6 +76,7 @@ description: Variables in memory after executing basic_fillet_cube_close_opposit "tag": { "commentStart": 90, "end": 96, + "moduleId": 0, "start": 90, "type": "TagDeclarator", "value": "thing" @@ -117,6 +121,7 @@ description: Variables in memory after executing basic_fillet_cube_close_opposit "tag": { "commentStart": 155, "end": 162, + "moduleId": 0, "start": 155, "type": "TagDeclarator", "value": "thing2" @@ -142,6 +147,7 @@ description: Variables in memory after executing basic_fillet_cube_close_opposit "tag": { "commentStart": 181, "end": 188, + "moduleId": 0, "start": 181, "type": "TagDeclarator", "value": "thing3" diff --git a/rust/kcl-lib/tests/basic_fillet_cube_end/ast.snap b/rust/kcl-lib/tests/basic_fillet_cube_end/ast.snap index e6809944c..ac3debade 100644 --- a/rust/kcl-lib/tests/basic_fillet_cube_end/ast.snap +++ b/rust/kcl-lib/tests/basic_fillet_cube_end/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing basic_fillet_cube_end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part001", "start": 0, "type": "Identifier" @@ -20,13 +21,16 @@ description: Result of parsing basic_fillet_cube_end.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -37,6 +41,7 @@ description: Result of parsing basic_fillet_cube_end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -44,9 +49,11 @@ description: Result of parsing basic_fillet_cube_end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -64,6 +71,7 @@ description: Result of parsing basic_fillet_cube_end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -74,6 +82,7 @@ description: Result of parsing basic_fillet_cube_end.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -86,6 +95,7 @@ description: Result of parsing basic_fillet_cube_end.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -97,6 +107,7 @@ description: Result of parsing basic_fillet_cube_end.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -107,9 +118,11 @@ description: Result of parsing basic_fillet_cube_end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -120,6 +133,7 @@ description: Result of parsing basic_fillet_cube_end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -132,6 +146,7 @@ description: Result of parsing basic_fillet_cube_end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -142,6 +157,7 @@ description: Result of parsing basic_fillet_cube_end.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -154,6 +170,7 @@ description: Result of parsing basic_fillet_cube_end.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -165,6 +182,7 @@ description: Result of parsing basic_fillet_cube_end.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -175,6 +193,7 @@ description: Result of parsing basic_fillet_cube_end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -182,6 +201,7 @@ description: Result of parsing basic_fillet_cube_end.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -193,9 +213,11 @@ description: Result of parsing basic_fillet_cube_end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -206,6 +228,7 @@ description: Result of parsing basic_fillet_cube_end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -218,6 +241,7 @@ description: Result of parsing basic_fillet_cube_end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -228,6 +252,7 @@ description: Result of parsing basic_fillet_cube_end.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -240,6 +265,7 @@ description: Result of parsing basic_fillet_cube_end.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -251,6 +277,7 @@ description: Result of parsing basic_fillet_cube_end.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -261,9 +288,11 @@ description: Result of parsing basic_fillet_cube_end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -274,6 +303,7 @@ description: Result of parsing basic_fillet_cube_end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -286,6 +316,7 @@ description: Result of parsing basic_fillet_cube_end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -296,6 +327,7 @@ description: Result of parsing basic_fillet_cube_end.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -309,6 +341,7 @@ description: Result of parsing basic_fillet_cube_end.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -320,6 +353,7 @@ description: Result of parsing basic_fillet_cube_end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -327,6 +361,7 @@ description: Result of parsing basic_fillet_cube_end.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -337,6 +372,7 @@ description: Result of parsing basic_fillet_cube_end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -344,6 +380,7 @@ description: Result of parsing basic_fillet_cube_end.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -355,9 +392,11 @@ description: Result of parsing basic_fillet_cube_end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -368,19 +407,23 @@ description: Result of parsing basic_fillet_cube_end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -391,12 +434,14 @@ description: Result of parsing basic_fillet_cube_end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -409,6 +454,7 @@ description: Result of parsing basic_fillet_cube_end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -416,6 +462,7 @@ description: Result of parsing basic_fillet_cube_end.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -431,9 +478,11 @@ description: Result of parsing basic_fillet_cube_end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -444,6 +493,7 @@ description: Result of parsing basic_fillet_cube_end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -456,6 +506,7 @@ description: Result of parsing basic_fillet_cube_end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -463,6 +514,7 @@ description: Result of parsing basic_fillet_cube_end.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -478,6 +530,7 @@ description: Result of parsing basic_fillet_cube_end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -489,9 +542,11 @@ description: Result of parsing basic_fillet_cube_end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thing", "start": 0, "type": "Identifier" @@ -502,13 +557,16 @@ description: Result of parsing basic_fillet_cube_end.kcl "type": "Name" }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getOppositeEdge", "start": 0, "type": "Identifier" @@ -519,6 +577,7 @@ description: Result of parsing basic_fillet_cube_end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -526,9 +585,11 @@ description: Result of parsing basic_fillet_cube_end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thing", "start": 0, "type": "Identifier" @@ -541,6 +602,7 @@ description: Result of parsing basic_fillet_cube_end.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -551,9 +613,11 @@ description: Result of parsing basic_fillet_cube_end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -564,6 +628,7 @@ description: Result of parsing basic_fillet_cube_end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -572,15 +637,18 @@ description: Result of parsing basic_fillet_cube_end.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -588,6 +656,7 @@ description: Result of parsing basic_fillet_cube_end.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/basic_fillet_cube_end/program_memory.snap b/rust/kcl-lib/tests/basic_fillet_cube_end/program_memory.snap index 6a0b1edf6..38d139060 100644 --- a/rust/kcl-lib/tests/basic_fillet_cube_end/program_memory.snap +++ b/rust/kcl-lib/tests/basic_fillet_cube_end/program_memory.snap @@ -17,6 +17,7 @@ description: Variables in memory after executing basic_fillet_cube_end.kcl "tag": { "commentStart": 90, "end": 96, + "moduleId": 0, "start": 90, "type": "TagDeclarator", "value": "thing" @@ -37,6 +38,7 @@ description: Variables in memory after executing basic_fillet_cube_end.kcl "tag": { "commentStart": 155, "end": 162, + "moduleId": 0, "start": 155, "type": "TagDeclarator", "value": "thing2" @@ -67,6 +69,7 @@ description: Variables in memory after executing basic_fillet_cube_end.kcl "tag": { "commentStart": 90, "end": 96, + "moduleId": 0, "start": 90, "type": "TagDeclarator", "value": "thing" @@ -111,6 +114,7 @@ description: Variables in memory after executing basic_fillet_cube_end.kcl "tag": { "commentStart": 155, "end": 162, + "moduleId": 0, "start": 155, "type": "TagDeclarator", "value": "thing2" diff --git a/rust/kcl-lib/tests/basic_fillet_cube_next_adjacent/ast.snap b/rust/kcl-lib/tests/basic_fillet_cube_next_adjacent/ast.snap index 0d2c8b1ff..1f6abb10f 100644 --- a/rust/kcl-lib/tests/basic_fillet_cube_next_adjacent/ast.snap +++ b/rust/kcl-lib/tests/basic_fillet_cube_next_adjacent/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part001", "start": 0, "type": "Identifier" @@ -20,13 +21,16 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -37,6 +41,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -44,9 +49,11 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -64,6 +71,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -74,6 +82,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -86,6 +95,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -97,6 +107,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -107,9 +118,11 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -120,6 +133,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -132,6 +146,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -142,6 +157,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -154,6 +170,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -165,6 +182,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -175,6 +193,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -182,6 +201,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -193,9 +213,11 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -206,6 +228,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -218,6 +241,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -228,6 +252,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -240,6 +265,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -251,6 +277,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -261,6 +288,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -268,6 +296,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -279,9 +308,11 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -292,6 +323,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -304,6 +336,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -314,6 +347,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -327,6 +361,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -338,6 +373,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -345,6 +381,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -355,6 +392,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -362,6 +400,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -373,9 +412,11 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -386,6 +427,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -398,6 +440,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -405,6 +448,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -416,9 +460,11 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -429,6 +475,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -441,6 +488,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -448,6 +496,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -463,9 +512,11 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -476,6 +527,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -488,6 +540,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -495,6 +548,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -510,6 +564,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -518,13 +573,16 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -535,6 +593,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -542,9 +601,11 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thing3", "start": 0, "type": "Identifier" @@ -557,6 +618,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -567,9 +629,11 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -580,6 +644,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -588,15 +653,18 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -604,6 +672,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/basic_fillet_cube_next_adjacent/program_memory.snap b/rust/kcl-lib/tests/basic_fillet_cube_next_adjacent/program_memory.snap index 2ef0011ea..28c505c75 100644 --- a/rust/kcl-lib/tests/basic_fillet_cube_next_adjacent/program_memory.snap +++ b/rust/kcl-lib/tests/basic_fillet_cube_next_adjacent/program_memory.snap @@ -17,6 +17,7 @@ description: Variables in memory after executing basic_fillet_cube_next_adjacent "tag": { "commentStart": 90, "end": 96, + "moduleId": 0, "start": 90, "type": "TagDeclarator", "value": "thing" @@ -30,6 +31,7 @@ description: Variables in memory after executing basic_fillet_cube_next_adjacent "tag": { "commentStart": 129, "end": 136, + "moduleId": 0, "start": 129, "type": "TagDeclarator", "value": "thing1" @@ -43,6 +45,7 @@ description: Variables in memory after executing basic_fillet_cube_next_adjacent "tag": { "commentStart": 170, "end": 177, + "moduleId": 0, "start": 170, "type": "TagDeclarator", "value": "thing2" @@ -56,6 +59,7 @@ description: Variables in memory after executing basic_fillet_cube_next_adjacent "tag": { "commentStart": 196, "end": 203, + "moduleId": 0, "start": 196, "type": "TagDeclarator", "value": "thing3" @@ -79,6 +83,7 @@ description: Variables in memory after executing basic_fillet_cube_next_adjacent "tag": { "commentStart": 90, "end": 96, + "moduleId": 0, "start": 90, "type": "TagDeclarator", "value": "thing" @@ -104,6 +109,7 @@ description: Variables in memory after executing basic_fillet_cube_next_adjacent "tag": { "commentStart": 129, "end": 136, + "moduleId": 0, "start": 129, "type": "TagDeclarator", "value": "thing1" @@ -129,6 +135,7 @@ description: Variables in memory after executing basic_fillet_cube_next_adjacent "tag": { "commentStart": 170, "end": 177, + "moduleId": 0, "start": 170, "type": "TagDeclarator", "value": "thing2" @@ -154,6 +161,7 @@ description: Variables in memory after executing basic_fillet_cube_next_adjacent "tag": { "commentStart": 196, "end": 203, + "moduleId": 0, "start": 196, "type": "TagDeclarator", "value": "thing3" diff --git a/rust/kcl-lib/tests/basic_fillet_cube_previous_adjacent/ast.snap b/rust/kcl-lib/tests/basic_fillet_cube_previous_adjacent/ast.snap index 49564d7ab..7fb0144e3 100644 --- a/rust/kcl-lib/tests/basic_fillet_cube_previous_adjacent/ast.snap +++ b/rust/kcl-lib/tests/basic_fillet_cube_previous_adjacent/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part001", "start": 0, "type": "Identifier" @@ -20,13 +21,16 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -37,6 +41,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -44,9 +49,11 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -64,6 +71,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -74,6 +82,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -86,6 +95,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -97,6 +107,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -107,9 +118,11 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -120,6 +133,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -132,6 +146,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -142,6 +157,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -154,6 +170,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -165,6 +182,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -175,6 +193,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -182,6 +201,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -193,9 +213,11 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -206,6 +228,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -218,6 +241,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -228,6 +252,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -240,6 +265,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -251,6 +277,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -261,6 +288,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -268,6 +296,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -279,9 +308,11 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -292,6 +323,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -304,6 +336,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -314,6 +347,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -327,6 +361,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -338,6 +373,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -345,6 +381,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -355,6 +392,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -362,6 +400,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -373,9 +412,11 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -386,6 +427,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -398,6 +440,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -405,6 +448,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -416,9 +460,11 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -429,6 +475,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -441,6 +488,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -448,6 +496,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -463,9 +512,11 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -476,6 +527,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -488,6 +540,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -495,6 +548,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -510,6 +564,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -518,13 +573,16 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getPreviousAdjacentEdge", "start": 0, "type": "Identifier" @@ -535,6 +593,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -542,9 +601,11 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thing3", "start": 0, "type": "Identifier" @@ -557,6 +618,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -567,9 +629,11 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -580,6 +644,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -588,15 +653,18 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -604,6 +672,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/basic_fillet_cube_previous_adjacent/program_memory.snap b/rust/kcl-lib/tests/basic_fillet_cube_previous_adjacent/program_memory.snap index 7be7cb0ce..e5be164ef 100644 --- a/rust/kcl-lib/tests/basic_fillet_cube_previous_adjacent/program_memory.snap +++ b/rust/kcl-lib/tests/basic_fillet_cube_previous_adjacent/program_memory.snap @@ -17,6 +17,7 @@ description: Variables in memory after executing basic_fillet_cube_previous_adja "tag": { "commentStart": 90, "end": 96, + "moduleId": 0, "start": 90, "type": "TagDeclarator", "value": "thing" @@ -30,6 +31,7 @@ description: Variables in memory after executing basic_fillet_cube_previous_adja "tag": { "commentStart": 129, "end": 136, + "moduleId": 0, "start": 129, "type": "TagDeclarator", "value": "thing1" @@ -43,6 +45,7 @@ description: Variables in memory after executing basic_fillet_cube_previous_adja "tag": { "commentStart": 170, "end": 177, + "moduleId": 0, "start": 170, "type": "TagDeclarator", "value": "thing2" @@ -56,6 +59,7 @@ description: Variables in memory after executing basic_fillet_cube_previous_adja "tag": { "commentStart": 196, "end": 203, + "moduleId": 0, "start": 196, "type": "TagDeclarator", "value": "thing3" @@ -79,6 +83,7 @@ description: Variables in memory after executing basic_fillet_cube_previous_adja "tag": { "commentStart": 90, "end": 96, + "moduleId": 0, "start": 90, "type": "TagDeclarator", "value": "thing" @@ -104,6 +109,7 @@ description: Variables in memory after executing basic_fillet_cube_previous_adja "tag": { "commentStart": 129, "end": 136, + "moduleId": 0, "start": 129, "type": "TagDeclarator", "value": "thing1" @@ -129,6 +135,7 @@ description: Variables in memory after executing basic_fillet_cube_previous_adja "tag": { "commentStart": 170, "end": 177, + "moduleId": 0, "start": 170, "type": "TagDeclarator", "value": "thing2" @@ -154,6 +161,7 @@ description: Variables in memory after executing basic_fillet_cube_previous_adja "tag": { "commentStart": 196, "end": 203, + "moduleId": 0, "start": 196, "type": "TagDeclarator", "value": "thing3" diff --git a/rust/kcl-lib/tests/basic_fillet_cube_start/ast.snap b/rust/kcl-lib/tests/basic_fillet_cube_start/ast.snap index bfd60e77f..ce0c6f363 100644 --- a/rust/kcl-lib/tests/basic_fillet_cube_start/ast.snap +++ b/rust/kcl-lib/tests/basic_fillet_cube_start/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing basic_fillet_cube_start.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part001", "start": 0, "type": "Identifier" @@ -20,13 +21,16 @@ description: Result of parsing basic_fillet_cube_start.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -37,6 +41,7 @@ description: Result of parsing basic_fillet_cube_start.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -44,9 +49,11 @@ description: Result of parsing basic_fillet_cube_start.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -64,6 +71,7 @@ description: Result of parsing basic_fillet_cube_start.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -74,6 +82,7 @@ description: Result of parsing basic_fillet_cube_start.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -86,6 +95,7 @@ description: Result of parsing basic_fillet_cube_start.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -97,6 +107,7 @@ description: Result of parsing basic_fillet_cube_start.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -107,9 +118,11 @@ description: Result of parsing basic_fillet_cube_start.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -120,6 +133,7 @@ description: Result of parsing basic_fillet_cube_start.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -132,6 +146,7 @@ description: Result of parsing basic_fillet_cube_start.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -142,6 +157,7 @@ description: Result of parsing basic_fillet_cube_start.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -154,6 +170,7 @@ description: Result of parsing basic_fillet_cube_start.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -165,6 +182,7 @@ description: Result of parsing basic_fillet_cube_start.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -175,6 +193,7 @@ description: Result of parsing basic_fillet_cube_start.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -182,6 +201,7 @@ description: Result of parsing basic_fillet_cube_start.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -193,9 +213,11 @@ description: Result of parsing basic_fillet_cube_start.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -206,6 +228,7 @@ description: Result of parsing basic_fillet_cube_start.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -218,6 +241,7 @@ description: Result of parsing basic_fillet_cube_start.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -228,6 +252,7 @@ description: Result of parsing basic_fillet_cube_start.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -240,6 +265,7 @@ description: Result of parsing basic_fillet_cube_start.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -251,6 +277,7 @@ description: Result of parsing basic_fillet_cube_start.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -261,9 +288,11 @@ description: Result of parsing basic_fillet_cube_start.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -274,6 +303,7 @@ description: Result of parsing basic_fillet_cube_start.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -286,6 +316,7 @@ description: Result of parsing basic_fillet_cube_start.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -296,6 +327,7 @@ description: Result of parsing basic_fillet_cube_start.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -309,6 +341,7 @@ description: Result of parsing basic_fillet_cube_start.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -320,6 +353,7 @@ description: Result of parsing basic_fillet_cube_start.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -327,6 +361,7 @@ description: Result of parsing basic_fillet_cube_start.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -337,6 +372,7 @@ description: Result of parsing basic_fillet_cube_start.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -344,6 +380,7 @@ description: Result of parsing basic_fillet_cube_start.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -355,9 +392,11 @@ description: Result of parsing basic_fillet_cube_start.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -368,19 +407,23 @@ description: Result of parsing basic_fillet_cube_start.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -391,12 +434,14 @@ description: Result of parsing basic_fillet_cube_start.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -409,6 +454,7 @@ description: Result of parsing basic_fillet_cube_start.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -416,6 +462,7 @@ description: Result of parsing basic_fillet_cube_start.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -431,9 +478,11 @@ description: Result of parsing basic_fillet_cube_start.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -444,6 +493,7 @@ description: Result of parsing basic_fillet_cube_start.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -456,6 +506,7 @@ description: Result of parsing basic_fillet_cube_start.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -463,6 +514,7 @@ description: Result of parsing basic_fillet_cube_start.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -478,6 +530,7 @@ description: Result of parsing basic_fillet_cube_start.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -489,9 +542,11 @@ description: Result of parsing basic_fillet_cube_start.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thing", "start": 0, "type": "Identifier" @@ -505,9 +560,11 @@ description: Result of parsing basic_fillet_cube_start.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thing2", "start": 0, "type": "Identifier" @@ -519,6 +576,7 @@ description: Result of parsing basic_fillet_cube_start.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -529,9 +587,11 @@ description: Result of parsing basic_fillet_cube_start.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -542,6 +602,7 @@ description: Result of parsing basic_fillet_cube_start.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -550,15 +611,18 @@ description: Result of parsing basic_fillet_cube_start.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -566,6 +630,7 @@ description: Result of parsing basic_fillet_cube_start.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/basic_fillet_cube_start/program_memory.snap b/rust/kcl-lib/tests/basic_fillet_cube_start/program_memory.snap index 8c02273f0..121326c01 100644 --- a/rust/kcl-lib/tests/basic_fillet_cube_start/program_memory.snap +++ b/rust/kcl-lib/tests/basic_fillet_cube_start/program_memory.snap @@ -17,6 +17,7 @@ description: Variables in memory after executing basic_fillet_cube_start.kcl "tag": { "commentStart": 90, "end": 96, + "moduleId": 0, "start": 90, "type": "TagDeclarator", "value": "thing" @@ -37,6 +38,7 @@ description: Variables in memory after executing basic_fillet_cube_start.kcl "tag": { "commentStart": 155, "end": 162, + "moduleId": 0, "start": 155, "type": "TagDeclarator", "value": "thing2" @@ -67,6 +69,7 @@ description: Variables in memory after executing basic_fillet_cube_start.kcl "tag": { "commentStart": 90, "end": 96, + "moduleId": 0, "start": 90, "type": "TagDeclarator", "value": "thing" @@ -111,6 +114,7 @@ description: Variables in memory after executing basic_fillet_cube_start.kcl "tag": { "commentStart": 155, "end": 162, + "moduleId": 0, "start": 155, "type": "TagDeclarator", "value": "thing2" diff --git a/rust/kcl-lib/tests/basic_revolve_circle/ast.snap b/rust/kcl-lib/tests/basic_revolve_circle/ast.snap index 2ce767c8b..da7d8fa6d 100644 --- a/rust/kcl-lib/tests/basic_revolve_circle/ast.snap +++ b/rust/kcl-lib/tests/basic_revolve_circle/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing basic_revolve_circle.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -20,13 +21,16 @@ description: Result of parsing basic_revolve_circle.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -37,6 +41,7 @@ description: Result of parsing basic_revolve_circle.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -44,9 +49,11 @@ description: Result of parsing basic_revolve_circle.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -64,6 +71,7 @@ description: Result of parsing basic_revolve_circle.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -74,6 +82,7 @@ description: Result of parsing basic_revolve_circle.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15", "start": 0, "type": "Literal", @@ -86,6 +95,7 @@ description: Result of parsing basic_revolve_circle.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -97,6 +107,7 @@ description: Result of parsing basic_revolve_circle.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -107,6 +118,7 @@ description: Result of parsing basic_revolve_circle.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -114,6 +126,7 @@ description: Result of parsing basic_revolve_circle.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -129,9 +142,11 @@ description: Result of parsing basic_revolve_circle.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -142,6 +157,7 @@ description: Result of parsing basic_revolve_circle.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -154,6 +170,7 @@ description: Result of parsing basic_revolve_circle.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -161,6 +178,7 @@ description: Result of parsing basic_revolve_circle.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -176,6 +194,7 @@ description: Result of parsing basic_revolve_circle.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -184,9 +203,11 @@ description: Result of parsing basic_revolve_circle.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "Y", "start": 0, "type": "Identifier" @@ -202,9 +223,11 @@ description: Result of parsing basic_revolve_circle.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -215,6 +238,7 @@ description: Result of parsing basic_revolve_circle.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -223,15 +247,18 @@ description: Result of parsing basic_revolve_circle.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -239,6 +266,7 @@ description: Result of parsing basic_revolve_circle.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/boolean_logical_and/ast.snap b/rust/kcl-lib/tests/boolean_logical_and/ast.snap index e7490b805..c256ee175 100644 --- a/rust/kcl-lib/tests/boolean_logical_and/ast.snap +++ b/rust/kcl-lib/tests/boolean_logical_and/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing boolean_logical_and.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "aa", "start": 0, "type": "Identifier" @@ -23,16 +24,19 @@ description: Result of parsing boolean_logical_and.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", "type": "Literal", "value": true }, + "moduleId": 0, "operator": "&", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "false", "start": 0, "type": "Literal", @@ -43,11 +47,13 @@ description: Result of parsing boolean_logical_and.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -60,6 +66,7 @@ description: Result of parsing boolean_logical_and.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "a", "start": 0, "type": "Identifier" @@ -70,9 +77,11 @@ description: Result of parsing boolean_logical_and.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "aa", "start": 0, "type": "Identifier" @@ -93,6 +102,7 @@ description: Result of parsing boolean_logical_and.kcl "expression": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -102,6 +112,7 @@ description: Result of parsing boolean_logical_and.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -109,8 +120,10 @@ description: Result of parsing boolean_logical_and.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, + "moduleId": 0, "start": 0, "then_val": { "body": [ @@ -120,6 +133,7 @@ description: Result of parsing boolean_logical_and.kcl "expression": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -129,6 +143,7 @@ description: Result of parsing boolean_logical_and.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -136,16 +151,19 @@ description: Result of parsing boolean_logical_and.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "type": "IfExpression", "type": "IfExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -160,6 +178,7 @@ description: Result of parsing boolean_logical_and.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -167,6 +186,7 @@ description: Result of parsing boolean_logical_and.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -182,6 +202,7 @@ description: Result of parsing boolean_logical_and.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -189,6 +210,7 @@ description: Result of parsing boolean_logical_and.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"right branch of and is false makes the whole expression false\"", "start": 0, "type": "Literal", @@ -201,9 +223,11 @@ description: Result of parsing boolean_logical_and.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -214,6 +238,7 @@ description: Result of parsing boolean_logical_and.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -221,9 +246,11 @@ description: Result of parsing boolean_logical_and.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "a", "start": 0, "type": "Identifier" @@ -234,6 +261,7 @@ description: Result of parsing boolean_logical_and.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -246,6 +274,7 @@ description: Result of parsing boolean_logical_and.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bb", "start": 0, "type": "Identifier" @@ -256,16 +285,19 @@ description: Result of parsing boolean_logical_and.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "false", "start": 0, "type": "Literal", "type": "Literal", "value": false }, + "moduleId": 0, "operator": "&", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -276,11 +308,13 @@ description: Result of parsing boolean_logical_and.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -293,6 +327,7 @@ description: Result of parsing boolean_logical_and.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "b", "start": 0, "type": "Identifier" @@ -303,9 +338,11 @@ description: Result of parsing boolean_logical_and.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bb", "start": 0, "type": "Identifier" @@ -326,6 +363,7 @@ description: Result of parsing boolean_logical_and.kcl "expression": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -335,6 +373,7 @@ description: Result of parsing boolean_logical_and.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -342,8 +381,10 @@ description: Result of parsing boolean_logical_and.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, + "moduleId": 0, "start": 0, "then_val": { "body": [ @@ -353,6 +394,7 @@ description: Result of parsing boolean_logical_and.kcl "expression": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -362,6 +404,7 @@ description: Result of parsing boolean_logical_and.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -369,16 +412,19 @@ description: Result of parsing boolean_logical_and.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "type": "IfExpression", "type": "IfExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -393,6 +439,7 @@ description: Result of parsing boolean_logical_and.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -400,6 +447,7 @@ description: Result of parsing boolean_logical_and.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -415,6 +463,7 @@ description: Result of parsing boolean_logical_and.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -422,6 +471,7 @@ description: Result of parsing boolean_logical_and.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"left branch of and is false makes the whole expression false\"", "start": 0, "type": "Literal", @@ -434,9 +484,11 @@ description: Result of parsing boolean_logical_and.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -447,6 +499,7 @@ description: Result of parsing boolean_logical_and.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -454,9 +507,11 @@ description: Result of parsing boolean_logical_and.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "b", "start": 0, "type": "Identifier" @@ -467,6 +522,7 @@ description: Result of parsing boolean_logical_and.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -479,6 +535,7 @@ description: Result of parsing boolean_logical_and.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cc", "start": 0, "type": "Identifier" @@ -489,16 +546,19 @@ description: Result of parsing boolean_logical_and.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", "type": "Literal", "value": true }, + "moduleId": 0, "operator": "&", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -509,11 +569,13 @@ description: Result of parsing boolean_logical_and.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -526,6 +588,7 @@ description: Result of parsing boolean_logical_and.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "c", "start": 0, "type": "Identifier" @@ -536,9 +599,11 @@ description: Result of parsing boolean_logical_and.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cc", "start": 0, "type": "Identifier" @@ -559,6 +624,7 @@ description: Result of parsing boolean_logical_and.kcl "expression": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -568,6 +634,7 @@ description: Result of parsing boolean_logical_and.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -575,8 +642,10 @@ description: Result of parsing boolean_logical_and.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, + "moduleId": 0, "start": 0, "then_val": { "body": [ @@ -586,6 +655,7 @@ description: Result of parsing boolean_logical_and.kcl "expression": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -595,6 +665,7 @@ description: Result of parsing boolean_logical_and.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -602,16 +673,19 @@ description: Result of parsing boolean_logical_and.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "type": "IfExpression", "type": "IfExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -626,6 +700,7 @@ description: Result of parsing boolean_logical_and.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -633,6 +708,7 @@ description: Result of parsing boolean_logical_and.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -648,6 +724,7 @@ description: Result of parsing boolean_logical_and.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -655,6 +732,7 @@ description: Result of parsing boolean_logical_and.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"both branches of and are true makes the whole expression true\"", "start": 0, "type": "Literal", @@ -667,9 +745,11 @@ description: Result of parsing boolean_logical_and.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -680,6 +760,7 @@ description: Result of parsing boolean_logical_and.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -687,9 +768,11 @@ description: Result of parsing boolean_logical_and.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "c", "start": 0, "type": "Identifier" @@ -700,6 +783,7 @@ description: Result of parsing boolean_logical_and.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -712,6 +796,7 @@ description: Result of parsing boolean_logical_and.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dd", "start": 0, "type": "Identifier" @@ -722,16 +807,19 @@ description: Result of parsing boolean_logical_and.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "false", "start": 0, "type": "Literal", "type": "Literal", "value": false }, + "moduleId": 0, "operator": "&", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "false", "start": 0, "type": "Literal", @@ -742,11 +830,13 @@ description: Result of parsing boolean_logical_and.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -759,6 +849,7 @@ description: Result of parsing boolean_logical_and.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "d", "start": 0, "type": "Identifier" @@ -769,9 +860,11 @@ description: Result of parsing boolean_logical_and.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dd", "start": 0, "type": "Identifier" @@ -792,6 +885,7 @@ description: Result of parsing boolean_logical_and.kcl "expression": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -801,6 +895,7 @@ description: Result of parsing boolean_logical_and.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -808,8 +903,10 @@ description: Result of parsing boolean_logical_and.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, + "moduleId": 0, "start": 0, "then_val": { "body": [ @@ -819,6 +916,7 @@ description: Result of parsing boolean_logical_and.kcl "expression": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -828,6 +926,7 @@ description: Result of parsing boolean_logical_and.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -835,16 +934,19 @@ description: Result of parsing boolean_logical_and.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "type": "IfExpression", "type": "IfExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -859,6 +961,7 @@ description: Result of parsing boolean_logical_and.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -866,6 +969,7 @@ description: Result of parsing boolean_logical_and.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -881,6 +985,7 @@ description: Result of parsing boolean_logical_and.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -888,6 +993,7 @@ description: Result of parsing boolean_logical_and.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"both branches of and are false makes the whole expression false\"", "start": 0, "type": "Literal", @@ -900,9 +1006,11 @@ description: Result of parsing boolean_logical_and.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -913,6 +1021,7 @@ description: Result of parsing boolean_logical_and.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -920,9 +1029,11 @@ description: Result of parsing boolean_logical_and.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "d", "start": 0, "type": "Identifier" @@ -933,6 +1044,7 @@ description: Result of parsing boolean_logical_and.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -940,12 +1052,14 @@ description: Result of parsing boolean_logical_and.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -957,6 +1071,7 @@ description: Result of parsing boolean_logical_and.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -968,6 +1083,7 @@ description: Result of parsing boolean_logical_and.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/boolean_logical_multiple/ast.snap b/rust/kcl-lib/tests/boolean_logical_multiple/ast.snap index 7769e2d30..638e25e46 100644 --- a/rust/kcl-lib/tests/boolean_logical_multiple/ast.snap +++ b/rust/kcl-lib/tests/boolean_logical_multiple/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing boolean_logical_multiple.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ii", "start": 0, "type": "Identifier" @@ -23,12 +24,14 @@ description: Result of parsing boolean_logical_multiple.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", "type": "Literal", "value": true }, + "moduleId": 0, "operator": "|", "right": { "commentStart": 0, @@ -36,16 +39,19 @@ description: Result of parsing boolean_logical_multiple.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "false", "start": 0, "type": "Literal", "type": "Literal", "value": false }, + "moduleId": 0, "operator": "&", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "false", "start": 0, "type": "Literal", @@ -60,11 +66,13 @@ description: Result of parsing boolean_logical_multiple.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -77,6 +85,7 @@ description: Result of parsing boolean_logical_multiple.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier" @@ -87,9 +96,11 @@ description: Result of parsing boolean_logical_multiple.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ii", "start": 0, "type": "Identifier" @@ -110,6 +121,7 @@ description: Result of parsing boolean_logical_multiple.kcl "expression": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -119,6 +131,7 @@ description: Result of parsing boolean_logical_multiple.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -126,8 +139,10 @@ description: Result of parsing boolean_logical_multiple.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, + "moduleId": 0, "start": 0, "then_val": { "body": [ @@ -137,6 +152,7 @@ description: Result of parsing boolean_logical_multiple.kcl "expression": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -146,6 +162,7 @@ description: Result of parsing boolean_logical_multiple.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -153,16 +170,19 @@ description: Result of parsing boolean_logical_multiple.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "type": "IfExpression", "type": "IfExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -177,6 +197,7 @@ description: Result of parsing boolean_logical_multiple.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -184,6 +205,7 @@ description: Result of parsing boolean_logical_multiple.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -199,6 +221,7 @@ description: Result of parsing boolean_logical_multiple.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -206,6 +229,7 @@ description: Result of parsing boolean_logical_multiple.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"and has higher precedence than or\"", "start": 0, "type": "Literal", @@ -218,9 +242,11 @@ description: Result of parsing boolean_logical_multiple.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -231,6 +257,7 @@ description: Result of parsing boolean_logical_multiple.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -238,9 +265,11 @@ description: Result of parsing boolean_logical_multiple.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier" @@ -251,6 +280,7 @@ description: Result of parsing boolean_logical_multiple.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -263,6 +293,7 @@ description: Result of parsing boolean_logical_multiple.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "jj", "start": 0, "type": "Identifier" @@ -276,12 +307,14 @@ description: Result of parsing boolean_logical_multiple.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "false", "start": 0, "type": "Literal", "type": "Literal", "value": false }, + "moduleId": 0, "operator": "|", "right": { "commentStart": 0, @@ -289,17 +322,20 @@ description: Result of parsing boolean_logical_multiple.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", "type": "Literal", "value": true }, + "moduleId": 0, "operator": "&", "right": { "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "false", "start": 0, "type": "Literal", @@ -308,6 +344,7 @@ description: Result of parsing boolean_logical_multiple.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "!", "start": 0, "type": "UnaryExpression", @@ -321,6 +358,7 @@ description: Result of parsing boolean_logical_multiple.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "|", "right": { "commentStart": 0, @@ -328,16 +366,19 @@ description: Result of parsing boolean_logical_multiple.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "false", "start": 0, "type": "Literal", "type": "Literal", "value": false }, + "moduleId": 0, "operator": "&", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -352,11 +393,13 @@ description: Result of parsing boolean_logical_multiple.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -369,6 +412,7 @@ description: Result of parsing boolean_logical_multiple.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "j", "start": 0, "type": "Identifier" @@ -379,9 +423,11 @@ description: Result of parsing boolean_logical_multiple.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "jj", "start": 0, "type": "Identifier" @@ -402,6 +448,7 @@ description: Result of parsing boolean_logical_multiple.kcl "expression": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -411,6 +458,7 @@ description: Result of parsing boolean_logical_multiple.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -418,8 +466,10 @@ description: Result of parsing boolean_logical_multiple.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, + "moduleId": 0, "start": 0, "then_val": { "body": [ @@ -429,6 +479,7 @@ description: Result of parsing boolean_logical_multiple.kcl "expression": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -438,6 +489,7 @@ description: Result of parsing boolean_logical_multiple.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -445,16 +497,19 @@ description: Result of parsing boolean_logical_multiple.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "type": "IfExpression", "type": "IfExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -469,6 +524,7 @@ description: Result of parsing boolean_logical_multiple.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -476,6 +532,7 @@ description: Result of parsing boolean_logical_multiple.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -491,6 +548,7 @@ description: Result of parsing boolean_logical_multiple.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -498,6 +556,7 @@ description: Result of parsing boolean_logical_multiple.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"multiple logical operators\"", "start": 0, "type": "Literal", @@ -510,9 +569,11 @@ description: Result of parsing boolean_logical_multiple.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -523,6 +584,7 @@ description: Result of parsing boolean_logical_multiple.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -530,9 +592,11 @@ description: Result of parsing boolean_logical_multiple.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "j", "start": 0, "type": "Identifier" @@ -543,6 +607,7 @@ description: Result of parsing boolean_logical_multiple.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -550,12 +615,14 @@ description: Result of parsing boolean_logical_multiple.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/boolean_logical_or/ast.snap b/rust/kcl-lib/tests/boolean_logical_or/ast.snap index e20e3171c..8d55e487b 100644 --- a/rust/kcl-lib/tests/boolean_logical_or/ast.snap +++ b/rust/kcl-lib/tests/boolean_logical_or/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing boolean_logical_or.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "aa", "start": 0, "type": "Identifier" @@ -23,16 +24,19 @@ description: Result of parsing boolean_logical_or.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", "type": "Literal", "value": true }, + "moduleId": 0, "operator": "|", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "false", "start": 0, "type": "Literal", @@ -43,11 +47,13 @@ description: Result of parsing boolean_logical_or.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -60,6 +66,7 @@ description: Result of parsing boolean_logical_or.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "a", "start": 0, "type": "Identifier" @@ -70,9 +77,11 @@ description: Result of parsing boolean_logical_or.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "aa", "start": 0, "type": "Identifier" @@ -93,6 +102,7 @@ description: Result of parsing boolean_logical_or.kcl "expression": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -102,6 +112,7 @@ description: Result of parsing boolean_logical_or.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -109,8 +120,10 @@ description: Result of parsing boolean_logical_or.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, + "moduleId": 0, "start": 0, "then_val": { "body": [ @@ -120,6 +133,7 @@ description: Result of parsing boolean_logical_or.kcl "expression": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -129,6 +143,7 @@ description: Result of parsing boolean_logical_or.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -136,16 +151,19 @@ description: Result of parsing boolean_logical_or.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "type": "IfExpression", "type": "IfExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -160,6 +178,7 @@ description: Result of parsing boolean_logical_or.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -167,6 +186,7 @@ description: Result of parsing boolean_logical_or.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -182,6 +202,7 @@ description: Result of parsing boolean_logical_or.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -189,6 +210,7 @@ description: Result of parsing boolean_logical_or.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"left branch of or is true makes the whole expression true\"", "start": 0, "type": "Literal", @@ -201,9 +223,11 @@ description: Result of parsing boolean_logical_or.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -214,6 +238,7 @@ description: Result of parsing boolean_logical_or.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -221,9 +246,11 @@ description: Result of parsing boolean_logical_or.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "a", "start": 0, "type": "Identifier" @@ -234,6 +261,7 @@ description: Result of parsing boolean_logical_or.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -246,6 +274,7 @@ description: Result of parsing boolean_logical_or.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bb", "start": 0, "type": "Identifier" @@ -256,16 +285,19 @@ description: Result of parsing boolean_logical_or.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "false", "start": 0, "type": "Literal", "type": "Literal", "value": false }, + "moduleId": 0, "operator": "|", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -276,11 +308,13 @@ description: Result of parsing boolean_logical_or.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -293,6 +327,7 @@ description: Result of parsing boolean_logical_or.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "b", "start": 0, "type": "Identifier" @@ -303,9 +338,11 @@ description: Result of parsing boolean_logical_or.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bb", "start": 0, "type": "Identifier" @@ -326,6 +363,7 @@ description: Result of parsing boolean_logical_or.kcl "expression": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -335,6 +373,7 @@ description: Result of parsing boolean_logical_or.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -342,8 +381,10 @@ description: Result of parsing boolean_logical_or.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, + "moduleId": 0, "start": 0, "then_val": { "body": [ @@ -353,6 +394,7 @@ description: Result of parsing boolean_logical_or.kcl "expression": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -362,6 +404,7 @@ description: Result of parsing boolean_logical_or.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -369,16 +412,19 @@ description: Result of parsing boolean_logical_or.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "type": "IfExpression", "type": "IfExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -393,6 +439,7 @@ description: Result of parsing boolean_logical_or.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -400,6 +447,7 @@ description: Result of parsing boolean_logical_or.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -415,6 +463,7 @@ description: Result of parsing boolean_logical_or.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -422,6 +471,7 @@ description: Result of parsing boolean_logical_or.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"right branch of or is true makes the whole expression true\"", "start": 0, "type": "Literal", @@ -434,9 +484,11 @@ description: Result of parsing boolean_logical_or.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -447,6 +499,7 @@ description: Result of parsing boolean_logical_or.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -454,9 +507,11 @@ description: Result of parsing boolean_logical_or.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "b", "start": 0, "type": "Identifier" @@ -467,6 +522,7 @@ description: Result of parsing boolean_logical_or.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -479,6 +535,7 @@ description: Result of parsing boolean_logical_or.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cc", "start": 0, "type": "Identifier" @@ -489,16 +546,19 @@ description: Result of parsing boolean_logical_or.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", "type": "Literal", "value": true }, + "moduleId": 0, "operator": "|", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -509,11 +569,13 @@ description: Result of parsing boolean_logical_or.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -526,6 +588,7 @@ description: Result of parsing boolean_logical_or.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "c", "start": 0, "type": "Identifier" @@ -536,9 +599,11 @@ description: Result of parsing boolean_logical_or.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cc", "start": 0, "type": "Identifier" @@ -559,6 +624,7 @@ description: Result of parsing boolean_logical_or.kcl "expression": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -568,6 +634,7 @@ description: Result of parsing boolean_logical_or.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -575,8 +642,10 @@ description: Result of parsing boolean_logical_or.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, + "moduleId": 0, "start": 0, "then_val": { "body": [ @@ -586,6 +655,7 @@ description: Result of parsing boolean_logical_or.kcl "expression": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -595,6 +665,7 @@ description: Result of parsing boolean_logical_or.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -602,16 +673,19 @@ description: Result of parsing boolean_logical_or.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "type": "IfExpression", "type": "IfExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -626,6 +700,7 @@ description: Result of parsing boolean_logical_or.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -633,6 +708,7 @@ description: Result of parsing boolean_logical_or.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -648,6 +724,7 @@ description: Result of parsing boolean_logical_or.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -655,6 +732,7 @@ description: Result of parsing boolean_logical_or.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"both branches of or are true makes the whole expression true\"", "start": 0, "type": "Literal", @@ -667,9 +745,11 @@ description: Result of parsing boolean_logical_or.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -680,6 +760,7 @@ description: Result of parsing boolean_logical_or.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -687,9 +768,11 @@ description: Result of parsing boolean_logical_or.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "c", "start": 0, "type": "Identifier" @@ -700,6 +783,7 @@ description: Result of parsing boolean_logical_or.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -712,6 +796,7 @@ description: Result of parsing boolean_logical_or.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dd", "start": 0, "type": "Identifier" @@ -722,16 +807,19 @@ description: Result of parsing boolean_logical_or.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "false", "start": 0, "type": "Literal", "type": "Literal", "value": false }, + "moduleId": 0, "operator": "|", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "false", "start": 0, "type": "Literal", @@ -742,11 +830,13 @@ description: Result of parsing boolean_logical_or.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -759,6 +849,7 @@ description: Result of parsing boolean_logical_or.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "d", "start": 0, "type": "Identifier" @@ -769,9 +860,11 @@ description: Result of parsing boolean_logical_or.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dd", "start": 0, "type": "Identifier" @@ -792,6 +885,7 @@ description: Result of parsing boolean_logical_or.kcl "expression": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -801,6 +895,7 @@ description: Result of parsing boolean_logical_or.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -808,8 +903,10 @@ description: Result of parsing boolean_logical_or.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, + "moduleId": 0, "start": 0, "then_val": { "body": [ @@ -819,6 +916,7 @@ description: Result of parsing boolean_logical_or.kcl "expression": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -828,6 +926,7 @@ description: Result of parsing boolean_logical_or.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -835,16 +934,19 @@ description: Result of parsing boolean_logical_or.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "type": "IfExpression", "type": "IfExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -859,6 +961,7 @@ description: Result of parsing boolean_logical_or.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -866,6 +969,7 @@ description: Result of parsing boolean_logical_or.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -881,6 +985,7 @@ description: Result of parsing boolean_logical_or.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -888,6 +993,7 @@ description: Result of parsing boolean_logical_or.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"both branches of or are false makes the whole expression false\"", "start": 0, "type": "Literal", @@ -900,9 +1006,11 @@ description: Result of parsing boolean_logical_or.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -913,6 +1021,7 @@ description: Result of parsing boolean_logical_or.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -920,9 +1029,11 @@ description: Result of parsing boolean_logical_or.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "d", "start": 0, "type": "Identifier" @@ -933,6 +1044,7 @@ description: Result of parsing boolean_logical_or.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -940,12 +1052,14 @@ description: Result of parsing boolean_logical_or.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -957,6 +1071,7 @@ description: Result of parsing boolean_logical_or.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -968,6 +1083,7 @@ description: Result of parsing boolean_logical_or.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/circle_three_point/ast.snap b/rust/kcl-lib/tests/circle_three_point/ast.snap index f972a38f2..15c8779db 100644 --- a/rust/kcl-lib/tests/circle_three_point/ast.snap +++ b/rust/kcl-lib/tests/circle_three_point/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing circle_three_point.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -20,13 +21,16 @@ description: Result of parsing circle_three_point.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -37,6 +41,7 @@ description: Result of parsing circle_three_point.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -44,9 +49,11 @@ description: Result of parsing circle_three_point.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -64,6 +71,7 @@ description: Result of parsing circle_three_point.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p1", "start": 0, "type": "Identifier" @@ -74,6 +82,7 @@ description: Result of parsing circle_three_point.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25", "start": 0, "type": "Literal", @@ -86,6 +95,7 @@ description: Result of parsing circle_three_point.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25", "start": 0, "type": "Literal", @@ -97,6 +107,7 @@ description: Result of parsing circle_three_point.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -107,6 +118,7 @@ description: Result of parsing circle_three_point.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p2", "start": 0, "type": "Identifier" @@ -117,6 +129,7 @@ description: Result of parsing circle_three_point.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -129,6 +142,7 @@ description: Result of parsing circle_three_point.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -140,6 +154,7 @@ description: Result of parsing circle_three_point.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -150,6 +165,7 @@ description: Result of parsing circle_three_point.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p3", "start": 0, "type": "Identifier" @@ -160,6 +176,7 @@ description: Result of parsing circle_three_point.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "27", "start": 0, "type": "Literal", @@ -172,6 +189,7 @@ description: Result of parsing circle_three_point.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15", "start": 0, "type": "Literal", @@ -183,6 +201,7 @@ description: Result of parsing circle_three_point.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -193,9 +212,11 @@ description: Result of parsing circle_three_point.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circleThreePoint", "start": 0, "type": "Identifier" @@ -206,6 +227,7 @@ description: Result of parsing circle_three_point.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -218,6 +240,7 @@ description: Result of parsing circle_three_point.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -225,6 +248,7 @@ description: Result of parsing circle_three_point.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -240,9 +264,11 @@ description: Result of parsing circle_three_point.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -253,6 +279,7 @@ description: Result of parsing circle_three_point.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -261,15 +288,18 @@ description: Result of parsing circle_three_point.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -277,6 +307,7 @@ description: Result of parsing circle_three_point.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/circular_pattern3d_a_pattern/ast.snap b/rust/kcl-lib/tests/circular_pattern3d_a_pattern/ast.snap index 5ef437335..879a1d8aa 100644 --- a/rust/kcl-lib/tests/circular_pattern3d_a_pattern/ast.snap +++ b/rust/kcl-lib/tests/circular_pattern3d_a_pattern/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "exampleSketch", "start": 0, "type": "Identifier" @@ -20,13 +21,16 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -37,6 +41,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -44,9 +49,11 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -64,6 +71,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -74,6 +82,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -86,6 +95,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -97,6 +107,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -107,9 +118,11 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -120,6 +133,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -132,6 +146,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -142,6 +157,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -154,6 +170,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -165,6 +182,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -175,9 +193,11 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -188,6 +208,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -200,6 +221,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -210,6 +232,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -222,6 +245,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -233,6 +257,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -243,9 +268,11 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -256,6 +283,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -268,6 +296,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -278,6 +307,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -291,6 +321,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -302,6 +333,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -309,6 +341,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -319,9 +352,11 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -332,19 +367,23 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -355,12 +394,14 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -373,6 +414,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -380,6 +422,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -395,9 +438,11 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -408,6 +453,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -416,15 +462,18 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -437,6 +486,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pattn1", "start": 0, "type": "Identifier" @@ -448,6 +498,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -458,6 +509,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -470,6 +522,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -482,6 +535,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -493,6 +547,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -503,6 +558,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -510,6 +566,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7", "start": 0, "type": "Literal", @@ -525,6 +582,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -532,6 +590,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -547,9 +606,11 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -560,6 +621,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -567,9 +629,11 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "exampleSketch", "start": 0, "type": "Identifier" @@ -580,11 +644,13 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -597,6 +663,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pattn2", "start": 0, "type": "Identifier" @@ -608,6 +675,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -618,6 +686,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -630,6 +699,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -642,6 +712,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -653,6 +724,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -663,6 +735,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -674,6 +747,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -685,6 +759,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -694,6 +769,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -705,6 +781,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -714,6 +791,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -725,6 +803,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -732,6 +811,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -742,6 +822,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -749,6 +830,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "41", "start": 0, "type": "Literal", @@ -764,6 +846,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -771,6 +854,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -786,6 +870,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -793,6 +878,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "false", "start": 0, "type": "Literal", @@ -805,9 +891,11 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular3d", "start": 0, "type": "Identifier" @@ -818,6 +906,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -825,9 +914,11 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pattn1", "start": 0, "type": "Identifier" @@ -838,11 +929,13 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -850,12 +943,14 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -867,6 +962,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/clone_w_fillets/ast.snap b/rust/kcl-lib/tests/clone_w_fillets/ast.snap index 1b9739a01..036e667c2 100644 --- a/rust/kcl-lib/tests/clone_w_fillets/ast.snap +++ b/rust/kcl-lib/tests/clone_w_fillets/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing clone_w_fillets.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing clone_w_fillets.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing clone_w_fillets.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -46,6 +50,7 @@ description: Result of parsing clone_w_fillets.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -53,6 +58,7 @@ description: Result of parsing clone_w_fillets.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -62,11 +68,13 @@ description: Result of parsing clone_w_fillets.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -79,6 +87,7 @@ description: Result of parsing clone_w_fillets.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -86,6 +95,7 @@ description: Result of parsing clone_w_fillets.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -95,11 +105,13 @@ description: Result of parsing clone_w_fillets.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -112,6 +124,7 @@ description: Result of parsing clone_w_fillets.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "filletRadius", "start": 0, "type": "Identifier" @@ -119,6 +132,7 @@ description: Result of parsing clone_w_fillets.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -128,11 +142,13 @@ description: Result of parsing clone_w_fillets.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -145,6 +161,7 @@ description: Result of parsing clone_w_fillets.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mountingPlateSketch", "start": 0, "type": "Identifier" @@ -152,13 +169,16 @@ description: Result of parsing clone_w_fillets.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -169,6 +189,7 @@ description: Result of parsing clone_w_fillets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -176,9 +197,11 @@ description: Result of parsing clone_w_fillets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -196,6 +219,7 @@ description: Result of parsing clone_w_fillets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -211,9 +235,11 @@ description: Result of parsing clone_w_fillets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -225,15 +251,18 @@ description: Result of parsing clone_w_fillets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -255,9 +284,11 @@ description: Result of parsing clone_w_fillets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -269,15 +300,18 @@ description: Result of parsing clone_w_fillets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -293,6 +327,7 @@ description: Result of parsing clone_w_fillets.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -303,9 +338,11 @@ description: Result of parsing clone_w_fillets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -316,6 +353,7 @@ description: Result of parsing clone_w_fillets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -328,6 +366,7 @@ description: Result of parsing clone_w_fillets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -342,9 +381,11 @@ description: Result of parsing clone_w_fillets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -354,10 +395,12 @@ description: Result of parsing clone_w_fillets.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -379,9 +422,11 @@ description: Result of parsing clone_w_fillets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -393,15 +438,18 @@ description: Result of parsing clone_w_fillets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -417,6 +465,7 @@ description: Result of parsing clone_w_fillets.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -427,6 +476,7 @@ description: Result of parsing clone_w_fillets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -434,6 +484,7 @@ description: Result of parsing clone_w_fillets.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -445,9 +496,11 @@ description: Result of parsing clone_w_fillets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -458,6 +511,7 @@ description: Result of parsing clone_w_fillets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -470,6 +524,7 @@ description: Result of parsing clone_w_fillets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -484,9 +539,11 @@ description: Result of parsing clone_w_fillets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -496,10 +553,12 @@ description: Result of parsing clone_w_fillets.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -520,9 +579,11 @@ description: Result of parsing clone_w_fillets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -532,10 +593,12 @@ description: Result of parsing clone_w_fillets.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -551,6 +614,7 @@ description: Result of parsing clone_w_fillets.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -561,6 +625,7 @@ description: Result of parsing clone_w_fillets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -568,6 +633,7 @@ description: Result of parsing clone_w_fillets.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -579,9 +645,11 @@ description: Result of parsing clone_w_fillets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -592,6 +660,7 @@ description: Result of parsing clone_w_fillets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -604,6 +673,7 @@ description: Result of parsing clone_w_fillets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -619,9 +689,11 @@ description: Result of parsing clone_w_fillets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -633,15 +705,18 @@ description: Result of parsing clone_w_fillets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -662,9 +737,11 @@ description: Result of parsing clone_w_fillets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -674,10 +751,12 @@ description: Result of parsing clone_w_fillets.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -693,6 +772,7 @@ description: Result of parsing clone_w_fillets.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -703,6 +783,7 @@ description: Result of parsing clone_w_fillets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -710,6 +791,7 @@ description: Result of parsing clone_w_fillets.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -721,9 +803,11 @@ description: Result of parsing clone_w_fillets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -734,6 +818,7 @@ description: Result of parsing clone_w_fillets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -746,6 +831,7 @@ description: Result of parsing clone_w_fillets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -753,6 +839,7 @@ description: Result of parsing clone_w_fillets.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -764,9 +851,11 @@ description: Result of parsing clone_w_fillets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -777,6 +866,7 @@ description: Result of parsing clone_w_fillets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -785,15 +875,18 @@ description: Result of parsing clone_w_fillets.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -806,6 +899,7 @@ description: Result of parsing clone_w_fillets.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mountingPlate", "start": 0, "type": "Identifier" @@ -819,6 +913,7 @@ description: Result of parsing clone_w_fillets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -827,9 +922,11 @@ description: Result of parsing clone_w_fillets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -845,9 +942,11 @@ description: Result of parsing clone_w_fillets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -858,6 +957,7 @@ description: Result of parsing clone_w_fillets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -865,9 +965,11 @@ description: Result of parsing clone_w_fillets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mountingPlateSketch", "start": 0, "type": "Identifier" @@ -885,6 +987,7 @@ description: Result of parsing clone_w_fillets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -893,9 +996,11 @@ description: Result of parsing clone_w_fillets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "filletRadius", "start": 0, "type": "Identifier" @@ -911,6 +1016,7 @@ description: Result of parsing clone_w_fillets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -919,13 +1025,16 @@ description: Result of parsing clone_w_fillets.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -936,6 +1045,7 @@ description: Result of parsing clone_w_fillets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -943,9 +1053,11 @@ description: Result of parsing clone_w_fillets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "edge1", "start": 0, "type": "Identifier" @@ -957,13 +1069,16 @@ description: Result of parsing clone_w_fillets.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -974,6 +1089,7 @@ description: Result of parsing clone_w_fillets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -981,9 +1097,11 @@ description: Result of parsing clone_w_fillets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "edge2", "start": 0, "type": "Identifier" @@ -995,13 +1113,16 @@ description: Result of parsing clone_w_fillets.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -1012,6 +1133,7 @@ description: Result of parsing clone_w_fillets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1019,9 +1141,11 @@ description: Result of parsing clone_w_fillets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "edge3", "start": 0, "type": "Identifier" @@ -1033,13 +1157,16 @@ description: Result of parsing clone_w_fillets.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -1050,6 +1177,7 @@ description: Result of parsing clone_w_fillets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1057,9 +1185,11 @@ description: Result of parsing clone_w_fillets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "edge4", "start": 0, "type": "Identifier" @@ -1072,6 +1202,7 @@ description: Result of parsing clone_w_fillets.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1082,9 +1213,11 @@ description: Result of parsing clone_w_fillets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -1095,6 +1228,7 @@ description: Result of parsing clone_w_fillets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1103,15 +1237,18 @@ description: Result of parsing clone_w_fillets.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1124,6 +1261,7 @@ description: Result of parsing clone_w_fillets.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mountingPlate2", "start": 0, "type": "Identifier" @@ -1131,13 +1269,16 @@ description: Result of parsing clone_w_fillets.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clone", "start": 0, "type": "Identifier" @@ -1148,6 +1289,7 @@ description: Result of parsing clone_w_fillets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1155,9 +1297,11 @@ description: Result of parsing clone_w_fillets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mountingPlate", "start": 0, "type": "Identifier" @@ -1175,6 +1319,7 @@ description: Result of parsing clone_w_fillets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -1182,6 +1327,7 @@ description: Result of parsing clone_w_fillets.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -1197,9 +1343,11 @@ description: Result of parsing clone_w_fillets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -1210,6 +1358,7 @@ description: Result of parsing clone_w_fillets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1218,15 +1367,18 @@ description: Result of parsing clone_w_fillets.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1234,12 +1386,14 @@ description: Result of parsing clone_w_fillets.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "3": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1251,6 +1405,7 @@ description: Result of parsing clone_w_fillets.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1262,6 +1417,7 @@ description: Result of parsing clone_w_fillets.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/clone_w_shell/ast.snap b/rust/kcl-lib/tests/clone_w_shell/ast.snap index e0f726df9..cac2b100c 100644 --- a/rust/kcl-lib/tests/clone_w_shell/ast.snap +++ b/rust/kcl-lib/tests/clone_w_shell/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing clone_w_shell.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "firstSketch", "start": 0, "type": "Identifier" @@ -20,13 +21,16 @@ description: Result of parsing clone_w_shell.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -37,6 +41,7 @@ description: Result of parsing clone_w_shell.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -44,9 +49,11 @@ description: Result of parsing clone_w_shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -64,6 +71,7 @@ description: Result of parsing clone_w_shell.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -75,6 +83,7 @@ description: Result of parsing clone_w_shell.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12", "start": 0, "type": "Literal", @@ -86,6 +95,7 @@ description: Result of parsing clone_w_shell.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -94,6 +104,7 @@ description: Result of parsing clone_w_shell.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12", "start": 0, "type": "Literal", @@ -105,6 +116,7 @@ description: Result of parsing clone_w_shell.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -115,9 +127,11 @@ description: Result of parsing clone_w_shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -128,6 +142,7 @@ description: Result of parsing clone_w_shell.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -140,6 +155,7 @@ description: Result of parsing clone_w_shell.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -150,6 +166,7 @@ description: Result of parsing clone_w_shell.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "24", "start": 0, "type": "Literal", @@ -162,6 +179,7 @@ description: Result of parsing clone_w_shell.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -173,6 +191,7 @@ description: Result of parsing clone_w_shell.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -183,9 +202,11 @@ description: Result of parsing clone_w_shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -196,6 +217,7 @@ description: Result of parsing clone_w_shell.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -208,6 +230,7 @@ description: Result of parsing clone_w_shell.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -218,6 +241,7 @@ description: Result of parsing clone_w_shell.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -231,6 +255,7 @@ description: Result of parsing clone_w_shell.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "24", "start": 0, "type": "Literal", @@ -242,6 +267,7 @@ description: Result of parsing clone_w_shell.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -249,6 +275,7 @@ description: Result of parsing clone_w_shell.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -259,9 +286,11 @@ description: Result of parsing clone_w_shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -272,6 +301,7 @@ description: Result of parsing clone_w_shell.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -284,6 +314,7 @@ description: Result of parsing clone_w_shell.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -295,6 +326,7 @@ description: Result of parsing clone_w_shell.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "24", "start": 0, "type": "Literal", @@ -306,6 +338,7 @@ description: Result of parsing clone_w_shell.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -314,6 +347,7 @@ description: Result of parsing clone_w_shell.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -325,6 +359,7 @@ description: Result of parsing clone_w_shell.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -335,9 +370,11 @@ description: Result of parsing clone_w_shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -348,19 +385,23 @@ description: Result of parsing clone_w_shell.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -371,6 +412,7 @@ description: Result of parsing clone_w_shell.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -383,6 +425,7 @@ description: Result of parsing clone_w_shell.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -390,6 +433,7 @@ description: Result of parsing clone_w_shell.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -405,9 +449,11 @@ description: Result of parsing clone_w_shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -418,6 +464,7 @@ description: Result of parsing clone_w_shell.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -426,12 +473,14 @@ description: Result of parsing clone_w_shell.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "6": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -448,11 +497,13 @@ description: Result of parsing clone_w_shell.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Remove the end face for the extrusion." ], @@ -468,6 +519,7 @@ description: Result of parsing clone_w_shell.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "firstShell", "start": 0, "type": "Identifier" @@ -479,6 +531,7 @@ description: Result of parsing clone_w_shell.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faces", "start": 0, "type": "Identifier" @@ -490,9 +543,11 @@ description: Result of parsing clone_w_shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -504,6 +559,7 @@ description: Result of parsing clone_w_shell.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -514,6 +570,7 @@ description: Result of parsing clone_w_shell.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -521,6 +578,7 @@ description: Result of parsing clone_w_shell.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25", "start": 0, "type": "Literal", @@ -536,9 +594,11 @@ description: Result of parsing clone_w_shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shell", "start": 0, "type": "Identifier" @@ -549,6 +609,7 @@ description: Result of parsing clone_w_shell.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -556,9 +617,11 @@ description: Result of parsing clone_w_shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "firstSketch", "start": 0, "type": "Identifier" @@ -569,11 +632,13 @@ description: Result of parsing clone_w_shell.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -586,6 +651,7 @@ description: Result of parsing clone_w_shell.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "secondShell", "start": 0, "type": "Identifier" @@ -593,13 +659,16 @@ description: Result of parsing clone_w_shell.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clone", "start": 0, "type": "Identifier" @@ -610,6 +679,7 @@ description: Result of parsing clone_w_shell.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -617,9 +687,11 @@ description: Result of parsing clone_w_shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "firstShell", "start": 0, "type": "Identifier" @@ -637,6 +709,7 @@ description: Result of parsing clone_w_shell.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -644,6 +717,7 @@ description: Result of parsing clone_w_shell.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "50", "start": 0, "type": "Literal", @@ -659,9 +733,11 @@ description: Result of parsing clone_w_shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -672,6 +748,7 @@ description: Result of parsing clone_w_shell.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -680,15 +757,18 @@ description: Result of parsing clone_w_shell.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -696,12 +776,14 @@ description: Result of parsing clone_w_shell.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -713,6 +795,7 @@ description: Result of parsing clone_w_shell.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/coerce_from_trig_to_point/ast.snap b/rust/kcl-lib/tests/coerce_from_trig_to_point/ast.snap index 635e927ac..954099536 100644 --- a/rust/kcl-lib/tests/coerce_from_trig_to_point/ast.snap +++ b/rust/kcl-lib/tests/coerce_from_trig_to_point/ast.snap @@ -1,6 +1,6 @@ --- source: kcl-lib/src/simulation_tests.rs -description: Result of parsing error_with_point_shows_numeric_units.kcl +description: Result of parsing coerce_from_trig_to_point.kcl --- { "Ok": { @@ -11,13 +11,16 @@ description: Result of parsing error_with_point_shows_numeric_units.kcl "expression": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -28,6 +31,7 @@ description: Result of parsing error_with_point_shows_numeric_units.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -35,9 +39,11 @@ description: Result of parsing error_with_point_shows_numeric_units.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -55,6 +61,7 @@ description: Result of parsing error_with_point_shows_numeric_units.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -63,13 +70,16 @@ description: Result of parsing error_with_point_shows_numeric_units.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -80,12 +90,14 @@ description: Result of parsing error_with_point_shows_numeric_units.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "66.6deg", "start": 0, "type": "Literal", @@ -97,13 +109,16 @@ description: Result of parsing error_with_point_shows_numeric_units.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -114,12 +129,14 @@ description: Result of parsing error_with_point_shows_numeric_units.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "66.6deg", "start": 0, "type": "Literal", @@ -132,6 +149,7 @@ description: Result of parsing error_with_point_shows_numeric_units.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -142,6 +160,7 @@ description: Result of parsing error_with_point_shows_numeric_units.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -149,6 +168,7 @@ description: Result of parsing error_with_point_shows_numeric_units.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -164,9 +184,11 @@ description: Result of parsing error_with_point_shows_numeric_units.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -177,6 +199,7 @@ description: Result of parsing error_with_point_shows_numeric_units.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -185,10 +208,12 @@ description: Result of parsing error_with_point_shows_numeric_units.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -196,6 +221,7 @@ description: Result of parsing error_with_point_shows_numeric_units.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/comparisons/ast.snap b/rust/kcl-lib/tests/comparisons/ast.snap index e789845c6..46ee155c8 100644 --- a/rust/kcl-lib/tests/comparisons/ast.snap +++ b/rust/kcl-lib/tests/comparisons/ast.snap @@ -15,6 +15,7 @@ description: Result of parsing comparisons.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -22,6 +23,7 @@ description: Result of parsing comparisons.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -37,6 +39,7 @@ description: Result of parsing comparisons.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -44,6 +47,7 @@ description: Result of parsing comparisons.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"equality\"", "start": 0, "type": "Literal", @@ -56,9 +60,11 @@ description: Result of parsing comparisons.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -69,12 +75,14 @@ description: Result of parsing comparisons.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -85,6 +93,7 @@ description: Result of parsing comparisons.kcl } } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -99,6 +108,7 @@ description: Result of parsing comparisons.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -106,6 +116,7 @@ description: Result of parsing comparisons.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.0", "start": 0, "type": "Literal", @@ -121,6 +132,7 @@ description: Result of parsing comparisons.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -128,6 +140,7 @@ description: Result of parsing comparisons.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"equality of floats\"", "start": 0, "type": "Literal", @@ -140,9 +153,11 @@ description: Result of parsing comparisons.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -153,12 +168,14 @@ description: Result of parsing comparisons.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.0", "start": 0, "type": "Literal", @@ -169,6 +186,7 @@ description: Result of parsing comparisons.kcl } } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -183,6 +201,7 @@ description: Result of parsing comparisons.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isLessThan", "start": 0, "type": "Identifier" @@ -190,6 +209,7 @@ description: Result of parsing comparisons.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -205,6 +225,7 @@ description: Result of parsing comparisons.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -212,6 +233,7 @@ description: Result of parsing comparisons.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"lt\"", "start": 0, "type": "Literal", @@ -224,9 +246,11 @@ description: Result of parsing comparisons.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -237,12 +261,14 @@ description: Result of parsing comparisons.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -253,6 +279,7 @@ description: Result of parsing comparisons.kcl } } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -267,6 +294,7 @@ description: Result of parsing comparisons.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isLessThanOrEqual", "start": 0, "type": "Identifier" @@ -274,6 +302,7 @@ description: Result of parsing comparisons.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -289,6 +318,7 @@ description: Result of parsing comparisons.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -296,6 +326,7 @@ description: Result of parsing comparisons.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"lte but actually lt\"", "start": 0, "type": "Literal", @@ -308,9 +339,11 @@ description: Result of parsing comparisons.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -321,12 +354,14 @@ description: Result of parsing comparisons.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -337,6 +372,7 @@ description: Result of parsing comparisons.kcl } } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -351,6 +387,7 @@ description: Result of parsing comparisons.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isLessThanOrEqual", "start": 0, "type": "Identifier" @@ -358,6 +395,7 @@ description: Result of parsing comparisons.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -373,6 +411,7 @@ description: Result of parsing comparisons.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -380,6 +419,7 @@ description: Result of parsing comparisons.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"lte but actually eq\"", "start": 0, "type": "Literal", @@ -392,9 +432,11 @@ description: Result of parsing comparisons.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -405,12 +447,14 @@ description: Result of parsing comparisons.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -421,6 +465,7 @@ description: Result of parsing comparisons.kcl } } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -435,6 +480,7 @@ description: Result of parsing comparisons.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isGreaterThan", "start": 0, "type": "Identifier" @@ -442,6 +488,7 @@ description: Result of parsing comparisons.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -457,6 +504,7 @@ description: Result of parsing comparisons.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -464,6 +512,7 @@ description: Result of parsing comparisons.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"gt\"", "start": 0, "type": "Literal", @@ -476,9 +525,11 @@ description: Result of parsing comparisons.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -489,12 +540,14 @@ description: Result of parsing comparisons.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -505,6 +558,7 @@ description: Result of parsing comparisons.kcl } } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -519,6 +573,7 @@ description: Result of parsing comparisons.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isGreaterThanOrEqual", "start": 0, "type": "Identifier" @@ -526,6 +581,7 @@ description: Result of parsing comparisons.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -541,6 +597,7 @@ description: Result of parsing comparisons.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -548,6 +605,7 @@ description: Result of parsing comparisons.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"gte but actually gt\"", "start": 0, "type": "Literal", @@ -560,9 +618,11 @@ description: Result of parsing comparisons.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -573,12 +633,14 @@ description: Result of parsing comparisons.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -589,6 +651,7 @@ description: Result of parsing comparisons.kcl } } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -603,6 +666,7 @@ description: Result of parsing comparisons.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isGreaterThanOrEqual", "start": 0, "type": "Identifier" @@ -610,6 +674,7 @@ description: Result of parsing comparisons.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -625,6 +690,7 @@ description: Result of parsing comparisons.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -632,6 +698,7 @@ description: Result of parsing comparisons.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"gte but actually eq\"", "start": 0, "type": "Literal", @@ -644,9 +711,11 @@ description: Result of parsing comparisons.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -657,12 +726,14 @@ description: Result of parsing comparisons.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -673,6 +744,7 @@ description: Result of parsing comparisons.kcl } } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -687,6 +759,7 @@ description: Result of parsing comparisons.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -694,6 +767,7 @@ description: Result of parsing comparisons.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -709,6 +783,7 @@ description: Result of parsing comparisons.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -716,6 +791,7 @@ description: Result of parsing comparisons.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"equality of zero\"", "start": 0, "type": "Literal", @@ -728,9 +804,11 @@ description: Result of parsing comparisons.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -741,12 +819,14 @@ description: Result of parsing comparisons.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -757,6 +837,7 @@ description: Result of parsing comparisons.kcl } } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -771,6 +852,7 @@ description: Result of parsing comparisons.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -779,6 +861,7 @@ description: Result of parsing comparisons.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -790,6 +873,7 @@ description: Result of parsing comparisons.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -801,6 +885,7 @@ description: Result of parsing comparisons.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -808,6 +893,7 @@ description: Result of parsing comparisons.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"equality of zero and neg zero\"", "start": 0, "type": "Literal", @@ -820,9 +906,11 @@ description: Result of parsing comparisons.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -833,12 +921,14 @@ description: Result of parsing comparisons.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -849,6 +939,7 @@ description: Result of parsing comparisons.kcl } } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -856,12 +947,14 @@ description: Result of parsing comparisons.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "7": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/comparisons_multiple/ast.snap b/rust/kcl-lib/tests/comparisons_multiple/ast.snap index a47b28ec7..62eb2b7ae 100644 --- a/rust/kcl-lib/tests/comparisons_multiple/ast.snap +++ b/rust/kcl-lib/tests/comparisons_multiple/ast.snap @@ -15,6 +15,7 @@ description: Result of parsing comparisons_multiple.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -22,6 +23,7 @@ description: Result of parsing comparisons_multiple.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"this should not compile\"", "start": 0, "type": "Literal", @@ -34,9 +36,11 @@ description: Result of parsing comparisons_multiple.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -47,6 +51,7 @@ description: Result of parsing comparisons_multiple.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -59,6 +64,7 @@ description: Result of parsing comparisons_multiple.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -68,10 +74,12 @@ description: Result of parsing comparisons_multiple.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "==", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -85,10 +93,12 @@ description: Result of parsing comparisons_multiple.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "==", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -103,6 +113,7 @@ description: Result of parsing comparisons_multiple.kcl "type": "BinaryExpression" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -110,6 +121,7 @@ description: Result of parsing comparisons_multiple.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/computed_var/ast.snap b/rust/kcl-lib/tests/computed_var/ast.snap index 00be9c7b8..61c7df9b2 100644 --- a/rust/kcl-lib/tests/computed_var/ast.snap +++ b/rust/kcl-lib/tests/computed_var/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing computed_var.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arr", "start": 0, "type": "Identifier" @@ -23,6 +24,7 @@ description: Result of parsing computed_var.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -35,6 +37,7 @@ description: Result of parsing computed_var.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -47,6 +50,7 @@ description: Result of parsing computed_var.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -59,6 +63,7 @@ description: Result of parsing computed_var.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -70,15 +75,18 @@ description: Result of parsing computed_var.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -91,6 +99,7 @@ description: Result of parsing computed_var.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier" @@ -98,6 +107,7 @@ description: Result of parsing computed_var.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -107,11 +117,13 @@ description: Result of parsing computed_var.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -124,6 +136,7 @@ description: Result of parsing computed_var.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ten", "start": 0, "type": "Identifier" @@ -132,13 +145,16 @@ description: Result of parsing computed_var.kcl "commentStart": 0, "computed": true, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arr", "start": 0, "type": "Identifier" @@ -151,6 +167,7 @@ description: Result of parsing computed_var.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier", @@ -160,11 +177,13 @@ description: Result of parsing computed_var.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -179,6 +198,7 @@ description: Result of parsing computed_var.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -186,6 +206,7 @@ description: Result of parsing computed_var.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -201,6 +222,7 @@ description: Result of parsing computed_var.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -208,6 +230,7 @@ description: Result of parsing computed_var.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"oops\"", "start": 0, "type": "Literal", @@ -220,9 +243,11 @@ description: Result of parsing computed_var.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -233,6 +258,7 @@ description: Result of parsing computed_var.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -240,9 +266,11 @@ description: Result of parsing computed_var.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ten", "start": 0, "type": "Identifier" @@ -253,6 +281,7 @@ description: Result of parsing computed_var.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -265,6 +294,7 @@ description: Result of parsing computed_var.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "obj", "start": 0, "type": "Identifier" @@ -272,6 +302,7 @@ description: Result of parsing computed_var.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -279,15 +310,18 @@ description: Result of parsing computed_var.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "foo", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -304,15 +338,18 @@ description: Result of parsing computed_var.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bar", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -328,11 +365,13 @@ description: Result of parsing computed_var.kcl "type": "ObjectExpression", "type": "ObjectExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -345,6 +384,7 @@ description: Result of parsing computed_var.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "one", "start": 0, "type": "Identifier" @@ -353,13 +393,16 @@ description: Result of parsing computed_var.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "obj", "start": 0, "type": "Identifier" @@ -372,6 +415,7 @@ description: Result of parsing computed_var.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "foo", "start": 0, "type": "Identifier", @@ -381,11 +425,13 @@ description: Result of parsing computed_var.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -400,6 +446,7 @@ description: Result of parsing computed_var.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -407,6 +454,7 @@ description: Result of parsing computed_var.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -422,6 +470,7 @@ description: Result of parsing computed_var.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -429,6 +478,7 @@ description: Result of parsing computed_var.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"oops\"", "start": 0, "type": "Literal", @@ -441,9 +491,11 @@ description: Result of parsing computed_var.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -454,6 +506,7 @@ description: Result of parsing computed_var.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -461,9 +514,11 @@ description: Result of parsing computed_var.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "one", "start": 0, "type": "Identifier" @@ -474,6 +529,7 @@ description: Result of parsing computed_var.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -488,6 +544,7 @@ description: Result of parsing computed_var.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -495,6 +552,7 @@ description: Result of parsing computed_var.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -510,6 +568,7 @@ description: Result of parsing computed_var.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tolerance", "start": 0, "type": "Identifier" @@ -517,6 +576,7 @@ description: Result of parsing computed_var.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2", "start": 0, "type": "Literal", @@ -532,6 +592,7 @@ description: Result of parsing computed_var.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -539,6 +600,7 @@ description: Result of parsing computed_var.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"oops pi\"", "start": 0, "type": "Literal", @@ -551,9 +613,11 @@ description: Result of parsing computed_var.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -564,6 +628,7 @@ description: Result of parsing computed_var.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -571,9 +636,11 @@ description: Result of parsing computed_var.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "PI", "start": 0, "type": "Identifier" @@ -584,6 +651,7 @@ description: Result of parsing computed_var.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -596,18 +664,22 @@ description: Result of parsing computed_var.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -618,6 +690,7 @@ description: Result of parsing computed_var.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -630,6 +703,7 @@ description: Result of parsing computed_var.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -639,14 +713,17 @@ description: Result of parsing computed_var.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "PI", "start": 0, "type": "Identifier" @@ -660,11 +737,13 @@ description: Result of parsing computed_var.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "ty": { "Rad": null, "commentStart": 0, "end": 0, + "moduleId": 0, "p_type": "Number", "start": 0, "type": "Primitive" @@ -673,11 +752,13 @@ description: Result of parsing computed_var.kcl "type": "AscribedExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -692,6 +773,7 @@ description: Result of parsing computed_var.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -699,6 +781,7 @@ description: Result of parsing computed_var.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -714,6 +797,7 @@ description: Result of parsing computed_var.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tolerance", "start": 0, "type": "Identifier" @@ -721,6 +805,7 @@ description: Result of parsing computed_var.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.000001", "start": 0, "type": "Literal", @@ -736,6 +821,7 @@ description: Result of parsing computed_var.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -743,6 +829,7 @@ description: Result of parsing computed_var.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"oops cos\"", "start": 0, "type": "Literal", @@ -755,9 +842,11 @@ description: Result of parsing computed_var.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -768,6 +857,7 @@ description: Result of parsing computed_var.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -775,9 +865,11 @@ description: Result of parsing computed_var.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -788,6 +880,7 @@ description: Result of parsing computed_var.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -795,12 +888,14 @@ description: Result of parsing computed_var.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -812,6 +907,7 @@ description: Result of parsing computed_var.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -823,6 +919,7 @@ description: Result of parsing computed_var.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -834,6 +931,7 @@ description: Result of parsing computed_var.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -845,6 +943,7 @@ description: Result of parsing computed_var.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -857,6 +956,7 @@ description: Result of parsing computed_var.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -868,6 +968,7 @@ description: Result of parsing computed_var.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/crazy_multi_profile/ast.snap b/rust/kcl-lib/tests/crazy_multi_profile/ast.snap index bb7001708..20dab09e0 100644 --- a/rust/kcl-lib/tests/crazy_multi_profile/ast.snap +++ b/rust/kcl-lib/tests/crazy_multi_profile/ast.snap @@ -13,18 +13,22 @@ description: Result of parsing crazy_multi_profile.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -35,6 +39,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -42,9 +47,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -55,11 +62,13 @@ description: Result of parsing crazy_multi_profile.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -72,6 +81,7 @@ description: Result of parsing crazy_multi_profile.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile001", "start": 0, "type": "Identifier" @@ -85,6 +95,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -95,6 +106,7 @@ description: Result of parsing crazy_multi_profile.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6.71", "start": 0, "type": "Literal", @@ -108,6 +120,7 @@ description: Result of parsing crazy_multi_profile.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.66", "start": 0, "type": "Literal", @@ -119,6 +132,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -126,6 +140,7 @@ description: Result of parsing crazy_multi_profile.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -136,9 +151,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -149,6 +166,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -156,9 +174,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -176,6 +196,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -186,6 +207,7 @@ description: Result of parsing crazy_multi_profile.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.65", "start": 0, "type": "Literal", @@ -198,6 +220,7 @@ description: Result of parsing crazy_multi_profile.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "9.02", "start": 0, "type": "Literal", @@ -209,6 +232,7 @@ description: Result of parsing crazy_multi_profile.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -219,6 +243,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -226,6 +251,7 @@ description: Result of parsing crazy_multi_profile.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -237,9 +263,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -250,6 +278,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -262,6 +291,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -272,6 +302,7 @@ description: Result of parsing crazy_multi_profile.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.73", "start": 0, "type": "Literal", @@ -285,6 +316,7 @@ description: Result of parsing crazy_multi_profile.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "9.36", "start": 0, "type": "Literal", @@ -296,6 +328,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -303,6 +336,7 @@ description: Result of parsing crazy_multi_profile.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -313,6 +347,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -320,6 +355,7 @@ description: Result of parsing crazy_multi_profile.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -331,9 +367,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -344,6 +382,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -356,6 +395,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -364,13 +404,16 @@ description: Result of parsing crazy_multi_profile.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -381,25 +424,30 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -410,12 +458,14 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -423,6 +473,7 @@ description: Result of parsing crazy_multi_profile.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -433,9 +484,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -446,19 +499,23 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -469,6 +526,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -477,15 +535,18 @@ description: Result of parsing crazy_multi_profile.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -498,6 +559,7 @@ description: Result of parsing crazy_multi_profile.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude001", "start": 0, "type": "Identifier" @@ -509,6 +571,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -516,6 +579,7 @@ description: Result of parsing crazy_multi_profile.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -531,9 +595,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -544,6 +610,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -551,9 +618,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile001", "start": 0, "type": "Identifier" @@ -564,11 +633,13 @@ description: Result of parsing crazy_multi_profile.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -581,6 +652,7 @@ description: Result of parsing crazy_multi_profile.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" @@ -592,6 +664,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -600,9 +673,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -618,9 +693,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -631,6 +708,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -638,9 +716,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude001", "start": 0, "type": "Identifier" @@ -651,11 +731,13 @@ description: Result of parsing crazy_multi_profile.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -668,6 +750,7 @@ description: Result of parsing crazy_multi_profile.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile002", "start": 0, "type": "Identifier" @@ -681,6 +764,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -691,6 +775,7 @@ description: Result of parsing crazy_multi_profile.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.75", "start": 0, "type": "Literal", @@ -703,6 +788,7 @@ description: Result of parsing crazy_multi_profile.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "13.46", "start": 0, "type": "Literal", @@ -714,6 +800,7 @@ description: Result of parsing crazy_multi_profile.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -724,9 +811,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -737,6 +826,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -744,9 +834,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" @@ -764,6 +856,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -774,6 +867,7 @@ description: Result of parsing crazy_multi_profile.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.52", "start": 0, "type": "Literal", @@ -786,6 +880,7 @@ description: Result of parsing crazy_multi_profile.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.79", "start": 0, "type": "Literal", @@ -797,6 +892,7 @@ description: Result of parsing crazy_multi_profile.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -807,9 +903,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -820,6 +918,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -832,6 +931,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -842,6 +942,7 @@ description: Result of parsing crazy_multi_profile.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.98", "start": 0, "type": "Literal", @@ -855,6 +956,7 @@ description: Result of parsing crazy_multi_profile.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.81", "start": 0, "type": "Literal", @@ -866,6 +968,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -873,6 +976,7 @@ description: Result of parsing crazy_multi_profile.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -883,9 +987,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -896,6 +1002,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -904,15 +1011,18 @@ description: Result of parsing crazy_multi_profile.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -925,6 +1035,7 @@ description: Result of parsing crazy_multi_profile.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile003", "start": 0, "type": "Identifier" @@ -938,6 +1049,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -948,6 +1060,7 @@ description: Result of parsing crazy_multi_profile.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.19", "start": 0, "type": "Literal", @@ -960,6 +1073,7 @@ description: Result of parsing crazy_multi_profile.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "13.3", "start": 0, "type": "Literal", @@ -971,6 +1085,7 @@ description: Result of parsing crazy_multi_profile.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -981,9 +1096,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -994,6 +1111,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1001,9 +1119,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" @@ -1021,6 +1141,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1028,6 +1149,7 @@ description: Result of parsing crazy_multi_profile.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1043,6 +1165,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1050,6 +1173,7 @@ description: Result of parsing crazy_multi_profile.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6.64", "start": 0, "type": "Literal", @@ -1065,6 +1189,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1072,6 +1197,7 @@ description: Result of parsing crazy_multi_profile.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1083,9 +1209,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1096,6 +1224,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1108,6 +1237,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1116,13 +1246,16 @@ description: Result of parsing crazy_multi_profile.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -1133,6 +1266,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1140,9 +1274,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -1153,10 +1289,12 @@ description: Result of parsing crazy_multi_profile.kcl "type": "Name" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -1176,6 +1314,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1183,6 +1322,7 @@ description: Result of parsing crazy_multi_profile.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.81", "start": 0, "type": "Literal", @@ -1198,9 +1338,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1211,6 +1353,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1223,18 +1366,22 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -1245,6 +1392,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1252,9 +1400,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -1271,19 +1421,23 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -1294,6 +1448,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1301,9 +1456,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -1316,6 +1473,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1327,9 +1485,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1340,6 +1500,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1352,6 +1513,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1360,13 +1522,16 @@ description: Result of parsing crazy_multi_profile.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -1377,25 +1542,30 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -1406,12 +1576,14 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1419,6 +1591,7 @@ description: Result of parsing crazy_multi_profile.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1429,9 +1602,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1442,19 +1617,23 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1465,6 +1644,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1473,15 +1653,18 @@ description: Result of parsing crazy_multi_profile.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1494,6 +1677,7 @@ description: Result of parsing crazy_multi_profile.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile004", "start": 0, "type": "Identifier" @@ -1507,6 +1691,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1517,6 +1702,7 @@ description: Result of parsing crazy_multi_profile.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.15", "start": 0, "type": "Literal", @@ -1529,6 +1715,7 @@ description: Result of parsing crazy_multi_profile.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "9.39", "start": 0, "type": "Literal", @@ -1540,6 +1727,7 @@ description: Result of parsing crazy_multi_profile.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1550,9 +1738,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1563,6 +1753,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1570,9 +1761,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" @@ -1590,6 +1783,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1597,6 +1791,7 @@ description: Result of parsing crazy_multi_profile.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6.92", "start": 0, "type": "Literal", @@ -1612,9 +1807,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1625,6 +1822,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1637,6 +1835,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1648,6 +1847,7 @@ description: Result of parsing crazy_multi_profile.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7.41", "start": 0, "type": "Literal", @@ -1659,6 +1859,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1668,6 +1869,7 @@ description: Result of parsing crazy_multi_profile.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.85", "start": 0, "type": "Literal", @@ -1679,6 +1881,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1686,6 +1889,7 @@ description: Result of parsing crazy_multi_profile.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1696,9 +1900,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1709,6 +1915,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1721,6 +1928,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1729,13 +1937,16 @@ description: Result of parsing crazy_multi_profile.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -1746,25 +1957,30 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -1775,12 +1991,14 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1788,6 +2006,7 @@ description: Result of parsing crazy_multi_profile.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1798,9 +2017,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1811,19 +2032,23 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1834,6 +2059,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1842,15 +2068,18 @@ description: Result of parsing crazy_multi_profile.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1863,6 +2092,7 @@ description: Result of parsing crazy_multi_profile.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile005", "start": 0, "type": "Identifier" @@ -1874,6 +2104,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1884,6 +2115,7 @@ description: Result of parsing crazy_multi_profile.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.15", "start": 0, "type": "Literal", @@ -1896,6 +2128,7 @@ description: Result of parsing crazy_multi_profile.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.34", "start": 0, "type": "Literal", @@ -1907,6 +2140,7 @@ description: Result of parsing crazy_multi_profile.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1917,6 +2151,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1924,6 +2159,7 @@ description: Result of parsing crazy_multi_profile.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.66", "start": 0, "type": "Literal", @@ -1939,9 +2175,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1952,6 +2190,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1959,9 +2198,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" @@ -1972,11 +2213,13 @@ description: Result of parsing crazy_multi_profile.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1989,6 +2232,7 @@ description: Result of parsing crazy_multi_profile.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile006", "start": 0, "type": "Identifier" @@ -2002,6 +2246,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -2012,6 +2257,7 @@ description: Result of parsing crazy_multi_profile.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "9.65", "start": 0, "type": "Literal", @@ -2024,6 +2270,7 @@ description: Result of parsing crazy_multi_profile.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.82", "start": 0, "type": "Literal", @@ -2035,6 +2282,7 @@ description: Result of parsing crazy_multi_profile.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2045,9 +2293,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -2058,6 +2308,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2065,9 +2316,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" @@ -2085,6 +2338,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2095,6 +2349,7 @@ description: Result of parsing crazy_multi_profile.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.38", "start": 0, "type": "Literal", @@ -2107,6 +2362,7 @@ description: Result of parsing crazy_multi_profile.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.62", "start": 0, "type": "Literal", @@ -2118,6 +2374,7 @@ description: Result of parsing crazy_multi_profile.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2128,9 +2385,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2141,6 +2400,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2153,6 +2413,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2163,6 +2424,7 @@ description: Result of parsing crazy_multi_profile.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.13", "start": 0, "type": "Literal", @@ -2176,6 +2438,7 @@ description: Result of parsing crazy_multi_profile.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.57", "start": 0, "type": "Literal", @@ -2187,6 +2450,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2194,6 +2458,7 @@ description: Result of parsing crazy_multi_profile.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2204,9 +2469,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2217,6 +2484,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2229,6 +2497,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2237,13 +2506,16 @@ description: Result of parsing crazy_multi_profile.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -2254,25 +2526,30 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -2283,12 +2560,14 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2296,6 +2575,7 @@ description: Result of parsing crazy_multi_profile.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2306,9 +2586,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2319,19 +2601,23 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -2342,6 +2628,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2350,15 +2637,18 @@ description: Result of parsing crazy_multi_profile.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2371,6 +2661,7 @@ description: Result of parsing crazy_multi_profile.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve001", "start": 0, "type": "Identifier" @@ -2382,6 +2673,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2389,6 +2681,7 @@ description: Result of parsing crazy_multi_profile.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "45", "start": 0, "type": "Literal", @@ -2404,18 +2697,22 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -2426,6 +2723,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2433,9 +2731,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -2452,9 +2752,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -2465,6 +2767,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2472,9 +2775,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile004", "start": 0, "type": "Identifier" @@ -2485,11 +2790,13 @@ description: Result of parsing crazy_multi_profile.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2502,6 +2809,7 @@ description: Result of parsing crazy_multi_profile.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude002", "start": 0, "type": "Identifier" @@ -2513,6 +2821,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2520,6 +2829,7 @@ description: Result of parsing crazy_multi_profile.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -2535,9 +2845,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2548,6 +2860,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2555,9 +2868,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile006", "start": 0, "type": "Identifier" @@ -2568,11 +2883,13 @@ description: Result of parsing crazy_multi_profile.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2585,18 +2902,22 @@ description: Result of parsing crazy_multi_profile.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2607,6 +2928,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2615,9 +2937,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -2629,17 +2953,20 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2652,6 +2979,7 @@ description: Result of parsing crazy_multi_profile.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile007", "start": 0, "type": "Identifier" @@ -2665,6 +2993,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -2675,6 +3004,7 @@ description: Result of parsing crazy_multi_profile.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.8", "start": 0, "type": "Literal", @@ -2687,6 +3017,7 @@ description: Result of parsing crazy_multi_profile.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7.55", "start": 0, "type": "Literal", @@ -2698,6 +3029,7 @@ description: Result of parsing crazy_multi_profile.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2708,9 +3040,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -2721,6 +3055,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2728,9 +3063,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003", "start": 0, "type": "Identifier" @@ -2748,6 +3085,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2758,6 +3096,7 @@ description: Result of parsing crazy_multi_profile.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7.39", "start": 0, "type": "Literal", @@ -2770,6 +3109,7 @@ description: Result of parsing crazy_multi_profile.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.58", "start": 0, "type": "Literal", @@ -2781,6 +3121,7 @@ description: Result of parsing crazy_multi_profile.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2791,9 +3132,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2804,6 +3147,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2816,6 +3160,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2826,6 +3171,7 @@ description: Result of parsing crazy_multi_profile.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7.02", "start": 0, "type": "Literal", @@ -2839,6 +3185,7 @@ description: Result of parsing crazy_multi_profile.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.85", "start": 0, "type": "Literal", @@ -2850,6 +3197,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2857,6 +3205,7 @@ description: Result of parsing crazy_multi_profile.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2867,9 +3216,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2880,6 +3231,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2888,15 +3240,18 @@ description: Result of parsing crazy_multi_profile.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2909,6 +3264,7 @@ description: Result of parsing crazy_multi_profile.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile008", "start": 0, "type": "Identifier" @@ -2922,6 +3278,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -2932,6 +3289,7 @@ description: Result of parsing crazy_multi_profile.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.54", "start": 0, "type": "Literal", @@ -2944,6 +3302,7 @@ description: Result of parsing crazy_multi_profile.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.49", "start": 0, "type": "Literal", @@ -2955,6 +3314,7 @@ description: Result of parsing crazy_multi_profile.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2965,9 +3325,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -2978,6 +3340,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2985,9 +3348,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003", "start": 0, "type": "Identifier" @@ -3005,6 +3370,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -3015,6 +3381,7 @@ description: Result of parsing crazy_multi_profile.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6.34", "start": 0, "type": "Literal", @@ -3027,6 +3394,7 @@ description: Result of parsing crazy_multi_profile.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.64", "start": 0, "type": "Literal", @@ -3038,6 +3406,7 @@ description: Result of parsing crazy_multi_profile.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3048,9 +3417,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3061,6 +3432,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3073,6 +3445,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -3083,6 +3456,7 @@ description: Result of parsing crazy_multi_profile.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6.33", "start": 0, "type": "Literal", @@ -3096,6 +3470,7 @@ description: Result of parsing crazy_multi_profile.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.96", "start": 0, "type": "Literal", @@ -3107,6 +3482,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3114,6 +3490,7 @@ description: Result of parsing crazy_multi_profile.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3124,9 +3501,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3137,6 +3516,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3149,6 +3529,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3157,13 +3538,16 @@ description: Result of parsing crazy_multi_profile.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -3174,25 +3558,30 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -3203,12 +3592,14 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3216,6 +3607,7 @@ description: Result of parsing crazy_multi_profile.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3226,9 +3618,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3239,19 +3633,23 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -3262,6 +3660,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3270,15 +3669,18 @@ description: Result of parsing crazy_multi_profile.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3291,6 +3693,7 @@ description: Result of parsing crazy_multi_profile.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile009", "start": 0, "type": "Identifier" @@ -3304,6 +3707,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -3314,6 +3718,7 @@ description: Result of parsing crazy_multi_profile.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.23", "start": 0, "type": "Literal", @@ -3326,6 +3731,7 @@ description: Result of parsing crazy_multi_profile.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.95", "start": 0, "type": "Literal", @@ -3337,6 +3743,7 @@ description: Result of parsing crazy_multi_profile.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3347,9 +3754,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -3360,6 +3769,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3367,9 +3777,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003", "start": 0, "type": "Identifier" @@ -3387,6 +3799,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -3397,6 +3810,7 @@ description: Result of parsing crazy_multi_profile.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6.8", "start": 0, "type": "Literal", @@ -3409,6 +3823,7 @@ description: Result of parsing crazy_multi_profile.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.17", "start": 0, "type": "Literal", @@ -3420,6 +3835,7 @@ description: Result of parsing crazy_multi_profile.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3430,9 +3846,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3443,6 +3861,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3455,6 +3874,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -3465,6 +3885,7 @@ description: Result of parsing crazy_multi_profile.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7.34", "start": 0, "type": "Literal", @@ -3478,6 +3899,7 @@ description: Result of parsing crazy_multi_profile.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.75", "start": 0, "type": "Literal", @@ -3489,6 +3911,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3496,6 +3919,7 @@ description: Result of parsing crazy_multi_profile.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3506,9 +3930,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3519,6 +3945,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3531,6 +3958,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3539,13 +3967,16 @@ description: Result of parsing crazy_multi_profile.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -3556,25 +3987,30 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -3585,12 +4021,14 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3598,6 +4036,7 @@ description: Result of parsing crazy_multi_profile.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3608,9 +4047,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3621,19 +4062,23 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -3644,6 +4089,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3652,15 +4098,18 @@ description: Result of parsing crazy_multi_profile.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3673,6 +4122,7 @@ description: Result of parsing crazy_multi_profile.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile010", "start": 0, "type": "Identifier" @@ -3684,6 +4134,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -3694,6 +4145,7 @@ description: Result of parsing crazy_multi_profile.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7.18", "start": 0, "type": "Literal", @@ -3707,6 +4159,7 @@ description: Result of parsing crazy_multi_profile.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.11", "start": 0, "type": "Literal", @@ -3718,6 +4171,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3725,6 +4179,7 @@ description: Result of parsing crazy_multi_profile.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3735,6 +4190,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3742,6 +4198,7 @@ description: Result of parsing crazy_multi_profile.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.67", "start": 0, "type": "Literal", @@ -3757,9 +4214,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -3770,6 +4229,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3777,9 +4237,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003", "start": 0, "type": "Identifier" @@ -3790,11 +4252,13 @@ description: Result of parsing crazy_multi_profile.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3807,6 +4271,7 @@ description: Result of parsing crazy_multi_profile.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile011", "start": 0, "type": "Identifier" @@ -3820,6 +4285,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -3830,6 +4296,7 @@ description: Result of parsing crazy_multi_profile.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.07", "start": 0, "type": "Literal", @@ -3843,6 +4310,7 @@ description: Result of parsing crazy_multi_profile.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6.39", "start": 0, "type": "Literal", @@ -3854,6 +4322,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3861,6 +4330,7 @@ description: Result of parsing crazy_multi_profile.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3871,9 +4341,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -3884,6 +4356,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3891,9 +4364,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003", "start": 0, "type": "Identifier" @@ -3911,6 +4386,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -3918,6 +4394,7 @@ description: Result of parsing crazy_multi_profile.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3933,6 +4410,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3940,6 +4418,7 @@ description: Result of parsing crazy_multi_profile.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.54", "start": 0, "type": "Literal", @@ -3955,6 +4434,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -3962,6 +4442,7 @@ description: Result of parsing crazy_multi_profile.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -3973,9 +4454,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -3986,6 +4469,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3998,6 +4482,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -4006,13 +4491,16 @@ description: Result of parsing crazy_multi_profile.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -4023,6 +4511,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4030,9 +4519,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA002", "start": 0, "type": "Identifier" @@ -4043,10 +4534,12 @@ description: Result of parsing crazy_multi_profile.kcl "type": "Name" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -4066,6 +4559,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4073,6 +4567,7 @@ description: Result of parsing crazy_multi_profile.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.17", "start": 0, "type": "Literal", @@ -4088,9 +4583,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -4101,6 +4598,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4113,18 +4611,22 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -4135,6 +4637,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4142,9 +4645,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA002", "start": 0, "type": "Identifier" @@ -4161,19 +4666,23 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -4184,6 +4693,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4191,9 +4701,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA002", "start": 0, "type": "Identifier" @@ -4206,6 +4718,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4217,9 +4730,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -4230,6 +4745,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4242,6 +4758,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -4250,13 +4767,16 @@ description: Result of parsing crazy_multi_profile.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -4267,25 +4787,30 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -4296,12 +4821,14 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -4309,6 +4836,7 @@ description: Result of parsing crazy_multi_profile.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4319,9 +4847,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4332,19 +4862,23 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -4355,6 +4889,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4363,15 +4898,18 @@ description: Result of parsing crazy_multi_profile.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4384,6 +4922,7 @@ description: Result of parsing crazy_multi_profile.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude003", "start": 0, "type": "Identifier" @@ -4395,6 +4934,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4402,6 +4942,7 @@ description: Result of parsing crazy_multi_profile.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.5", "start": 0, "type": "Literal", @@ -4417,9 +4958,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -4430,6 +4973,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4437,9 +4981,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile011", "start": 0, "type": "Identifier" @@ -4450,11 +4996,13 @@ description: Result of parsing crazy_multi_profile.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4467,6 +5015,7 @@ description: Result of parsing crazy_multi_profile.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve002", "start": 0, "type": "Identifier" @@ -4478,6 +5027,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -4485,6 +5035,7 @@ description: Result of parsing crazy_multi_profile.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "45", "start": 0, "type": "Literal", @@ -4500,6 +5051,7 @@ description: Result of parsing crazy_multi_profile.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -4508,9 +5060,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -4526,9 +5080,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -4539,6 +5095,7 @@ description: Result of parsing crazy_multi_profile.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4546,9 +5103,11 @@ description: Result of parsing crazy_multi_profile.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile008", "start": 0, "type": "Identifier" @@ -4559,11 +5118,13 @@ description: Result of parsing crazy_multi_profile.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4571,6 +5132,7 @@ description: Result of parsing crazy_multi_profile.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/crazy_multi_profile/program_memory.snap b/rust/kcl-lib/tests/crazy_multi_profile/program_memory.snap index 8e7aa71a2..4e8c69d96 100644 --- a/rust/kcl-lib/tests/crazy_multi_profile/program_memory.snap +++ b/rust/kcl-lib/tests/crazy_multi_profile/program_memory.snap @@ -17,6 +17,7 @@ description: Variables in memory after executing crazy_multi_profile.kcl "tag": { "commentStart": 123, "end": 129, + "moduleId": 0, "start": 123, "type": "TagDeclarator", "value": "seg02" @@ -30,6 +31,7 @@ description: Variables in memory after executing crazy_multi_profile.kcl "tag": { "commentStart": 168, "end": 174, + "moduleId": 0, "start": 168, "type": "TagDeclarator", "value": "seg01" @@ -60,6 +62,7 @@ description: Variables in memory after executing crazy_multi_profile.kcl "tag": { "commentStart": 123, "end": 129, + "moduleId": 0, "start": 123, "type": "TagDeclarator", "value": "seg02" @@ -85,6 +88,7 @@ description: Variables in memory after executing crazy_multi_profile.kcl "tag": { "commentStart": 168, "end": 174, + "moduleId": 0, "start": 168, "type": "TagDeclarator", "value": "seg01" @@ -353,6 +357,7 @@ description: Variables in memory after executing crazy_multi_profile.kcl "tag": { "commentStart": 123, "end": 129, + "moduleId": 0, "start": 123, "type": "TagDeclarator", "value": "seg02" @@ -366,6 +371,7 @@ description: Variables in memory after executing crazy_multi_profile.kcl "tag": { "commentStart": 168, "end": 174, + "moduleId": 0, "start": 168, "type": "TagDeclarator", "value": "seg01" @@ -396,6 +402,7 @@ description: Variables in memory after executing crazy_multi_profile.kcl "tag": { "commentStart": 123, "end": 129, + "moduleId": 0, "start": 123, "type": "TagDeclarator", "value": "seg02" @@ -421,6 +428,7 @@ description: Variables in memory after executing crazy_multi_profile.kcl "tag": { "commentStart": 168, "end": 174, + "moduleId": 0, "start": 168, "type": "TagDeclarator", "value": "seg01" @@ -596,6 +604,7 @@ description: Variables in memory after executing crazy_multi_profile.kcl "tag": { "commentStart": 2117, "end": 2138, + "moduleId": 0, "start": 2117, "type": "TagDeclarator", "value": "rectangleSegmentA002" @@ -640,6 +649,7 @@ description: Variables in memory after executing crazy_multi_profile.kcl "tag": { "commentStart": 2117, "end": 2138, + "moduleId": 0, "start": 2117, "type": "TagDeclarator", "value": "rectangleSegmentA002" @@ -817,6 +827,7 @@ description: Variables in memory after executing crazy_multi_profile.kcl "tag": { "commentStart": 123, "end": 129, + "moduleId": 0, "start": 123, "type": "TagDeclarator", "value": "seg02" @@ -842,6 +853,7 @@ description: Variables in memory after executing crazy_multi_profile.kcl "tag": { "commentStart": 168, "end": 174, + "moduleId": 0, "start": 168, "type": "TagDeclarator", "value": "seg01" @@ -1037,6 +1049,7 @@ description: Variables in memory after executing crazy_multi_profile.kcl "tag": { "commentStart": 123, "end": 129, + "moduleId": 0, "start": 123, "type": "TagDeclarator", "value": "seg02" @@ -1050,6 +1063,7 @@ description: Variables in memory after executing crazy_multi_profile.kcl "tag": { "commentStart": 168, "end": 174, + "moduleId": 0, "start": 168, "type": "TagDeclarator", "value": "seg01" @@ -1080,6 +1094,7 @@ description: Variables in memory after executing crazy_multi_profile.kcl "tag": { "commentStart": 123, "end": 129, + "moduleId": 0, "start": 123, "type": "TagDeclarator", "value": "seg02" @@ -1105,6 +1120,7 @@ description: Variables in memory after executing crazy_multi_profile.kcl "tag": { "commentStart": 168, "end": 174, + "moduleId": 0, "start": 168, "type": "TagDeclarator", "value": "seg01" @@ -1276,6 +1292,7 @@ description: Variables in memory after executing crazy_multi_profile.kcl "tag": { "commentStart": 571, "end": 592, + "moduleId": 0, "start": 571, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -1399,6 +1416,7 @@ description: Variables in memory after executing crazy_multi_profile.kcl "tag": { "commentStart": 123, "end": 129, + "moduleId": 0, "start": 123, "type": "TagDeclarator", "value": "seg02" @@ -1412,6 +1430,7 @@ description: Variables in memory after executing crazy_multi_profile.kcl "tag": { "commentStart": 168, "end": 174, + "moduleId": 0, "start": 168, "type": "TagDeclarator", "value": "seg01" @@ -1442,6 +1461,7 @@ description: Variables in memory after executing crazy_multi_profile.kcl "tag": { "commentStart": 123, "end": 129, + "moduleId": 0, "start": 123, "type": "TagDeclarator", "value": "seg02" @@ -1467,6 +1487,7 @@ description: Variables in memory after executing crazy_multi_profile.kcl "tag": { "commentStart": 168, "end": 174, + "moduleId": 0, "start": 168, "type": "TagDeclarator", "value": "seg01" @@ -1742,6 +1763,7 @@ description: Variables in memory after executing crazy_multi_profile.kcl "tag": { "commentStart": 123, "end": 129, + "moduleId": 0, "start": 123, "type": "TagDeclarator", "value": "seg02" @@ -1755,6 +1777,7 @@ description: Variables in memory after executing crazy_multi_profile.kcl "tag": { "commentStart": 168, "end": 174, + "moduleId": 0, "start": 168, "type": "TagDeclarator", "value": "seg01" @@ -1785,6 +1808,7 @@ description: Variables in memory after executing crazy_multi_profile.kcl "tag": { "commentStart": 123, "end": 129, + "moduleId": 0, "start": 123, "type": "TagDeclarator", "value": "seg02" @@ -1810,6 +1834,7 @@ description: Variables in memory after executing crazy_multi_profile.kcl "tag": { "commentStart": 168, "end": 174, + "moduleId": 0, "start": 168, "type": "TagDeclarator", "value": "seg01" @@ -2028,6 +2053,7 @@ description: Variables in memory after executing crazy_multi_profile.kcl "tag": { "commentStart": 123, "end": 129, + "moduleId": 0, "start": 123, "type": "TagDeclarator", "value": "seg02" @@ -2041,6 +2067,7 @@ description: Variables in memory after executing crazy_multi_profile.kcl "tag": { "commentStart": 168, "end": 174, + "moduleId": 0, "start": 168, "type": "TagDeclarator", "value": "seg01" @@ -2071,6 +2098,7 @@ description: Variables in memory after executing crazy_multi_profile.kcl "tag": { "commentStart": 123, "end": 129, + "moduleId": 0, "start": 123, "type": "TagDeclarator", "value": "seg02" @@ -2096,6 +2124,7 @@ description: Variables in memory after executing crazy_multi_profile.kcl "tag": { "commentStart": 168, "end": 174, + "moduleId": 0, "start": 168, "type": "TagDeclarator", "value": "seg01" @@ -2365,6 +2394,7 @@ description: Variables in memory after executing crazy_multi_profile.kcl "tag": { "commentStart": 123, "end": 129, + "moduleId": 0, "start": 123, "type": "TagDeclarator", "value": "seg02" @@ -2378,6 +2408,7 @@ description: Variables in memory after executing crazy_multi_profile.kcl "tag": { "commentStart": 168, "end": 174, + "moduleId": 0, "start": 168, "type": "TagDeclarator", "value": "seg01" @@ -2408,6 +2439,7 @@ description: Variables in memory after executing crazy_multi_profile.kcl "tag": { "commentStart": 123, "end": 129, + "moduleId": 0, "start": 123, "type": "TagDeclarator", "value": "seg02" @@ -2433,6 +2465,7 @@ description: Variables in memory after executing crazy_multi_profile.kcl "tag": { "commentStart": 168, "end": 174, + "moduleId": 0, "start": 168, "type": "TagDeclarator", "value": "seg01" @@ -3067,6 +3100,7 @@ description: Variables in memory after executing crazy_multi_profile.kcl "tag": { "commentStart": 2117, "end": 2138, + "moduleId": 0, "start": 2117, "type": "TagDeclarator", "value": "rectangleSegmentA002" @@ -3349,6 +3383,7 @@ description: Variables in memory after executing crazy_multi_profile.kcl "tag": { "commentStart": 123, "end": 129, + "moduleId": 0, "start": 123, "type": "TagDeclarator", "value": "seg02" @@ -3362,6 +3397,7 @@ description: Variables in memory after executing crazy_multi_profile.kcl "tag": { "commentStart": 168, "end": 174, + "moduleId": 0, "start": 168, "type": "TagDeclarator", "value": "seg01" @@ -3392,6 +3428,7 @@ description: Variables in memory after executing crazy_multi_profile.kcl "tag": { "commentStart": 123, "end": 129, + "moduleId": 0, "start": 123, "type": "TagDeclarator", "value": "seg02" @@ -3417,6 +3454,7 @@ description: Variables in memory after executing crazy_multi_profile.kcl "tag": { "commentStart": 168, "end": 174, + "moduleId": 0, "start": 168, "type": "TagDeclarator", "value": "seg01" @@ -3827,6 +3865,7 @@ description: Variables in memory after executing crazy_multi_profile.kcl "tag": { "commentStart": 123, "end": 129, + "moduleId": 0, "start": 123, "type": "TagDeclarator", "value": "seg02" @@ -3840,6 +3879,7 @@ description: Variables in memory after executing crazy_multi_profile.kcl "tag": { "commentStart": 168, "end": 174, + "moduleId": 0, "start": 168, "type": "TagDeclarator", "value": "seg01" @@ -3870,6 +3910,7 @@ description: Variables in memory after executing crazy_multi_profile.kcl "tag": { "commentStart": 123, "end": 129, + "moduleId": 0, "start": 123, "type": "TagDeclarator", "value": "seg02" @@ -3895,6 +3936,7 @@ description: Variables in memory after executing crazy_multi_profile.kcl "tag": { "commentStart": 168, "end": 174, + "moduleId": 0, "start": 168, "type": "TagDeclarator", "value": "seg01" diff --git a/rust/kcl-lib/tests/cube/ast.snap b/rust/kcl-lib/tests/cube/ast.snap index ccb993dd6..16c3a31f9 100644 --- a/rust/kcl-lib/tests/cube/ast.snap +++ b/rust/kcl-lib/tests/cube/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing cube.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cube", "start": 0, "type": "Identifier" @@ -28,6 +29,7 @@ description: Result of parsing cube.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "l", "start": 0, "type": "Identifier" @@ -39,9 +41,11 @@ description: Result of parsing cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sideLength", "start": 0, "type": "Identifier" @@ -51,10 +55,12 @@ description: Result of parsing cube.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -68,11 +74,13 @@ description: Result of parsing cube.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -85,6 +93,7 @@ description: Result of parsing cube.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -93,13 +102,16 @@ description: Result of parsing cube.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -112,6 +124,7 @@ description: Result of parsing cube.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -125,11 +138,13 @@ description: Result of parsing cube.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -142,6 +157,7 @@ description: Result of parsing cube.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -150,13 +166,16 @@ description: Result of parsing cube.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -169,6 +188,7 @@ description: Result of parsing cube.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -182,11 +202,13 @@ description: Result of parsing cube.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -199,6 +221,7 @@ description: Result of parsing cube.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p0", "start": 0, "type": "Identifier" @@ -214,9 +237,11 @@ description: Result of parsing cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "l", "start": 0, "type": "Identifier" @@ -228,19 +253,23 @@ description: Result of parsing cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -262,9 +291,11 @@ description: Result of parsing cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "l", "start": 0, "type": "Identifier" @@ -276,19 +307,23 @@ description: Result of parsing cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -304,15 +339,18 @@ description: Result of parsing cube.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -325,6 +363,7 @@ description: Result of parsing cube.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p1", "start": 0, "type": "Identifier" @@ -340,9 +379,11 @@ description: Result of parsing cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "l", "start": 0, "type": "Identifier" @@ -354,19 +395,23 @@ description: Result of parsing cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -387,9 +432,11 @@ description: Result of parsing cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "l", "start": 0, "type": "Identifier" @@ -399,14 +446,17 @@ description: Result of parsing cube.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -422,15 +472,18 @@ description: Result of parsing cube.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -443,6 +496,7 @@ description: Result of parsing cube.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p2", "start": 0, "type": "Identifier" @@ -457,9 +511,11 @@ description: Result of parsing cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "l", "start": 0, "type": "Identifier" @@ -469,14 +525,17 @@ description: Result of parsing cube.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -497,9 +556,11 @@ description: Result of parsing cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "l", "start": 0, "type": "Identifier" @@ -509,14 +570,17 @@ description: Result of parsing cube.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -532,15 +596,18 @@ description: Result of parsing cube.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -553,6 +620,7 @@ description: Result of parsing cube.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p3", "start": 0, "type": "Identifier" @@ -567,9 +635,11 @@ description: Result of parsing cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "l", "start": 0, "type": "Identifier" @@ -579,14 +649,17 @@ description: Result of parsing cube.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -608,9 +681,11 @@ description: Result of parsing cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "l", "start": 0, "type": "Identifier" @@ -622,19 +697,23 @@ description: Result of parsing cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -650,15 +729,18 @@ description: Result of parsing cube.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -667,13 +749,16 @@ description: Result of parsing cube.kcl "argument": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -684,6 +769,7 @@ description: Result of parsing cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -691,9 +777,11 @@ description: Result of parsing cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -711,6 +799,7 @@ description: Result of parsing cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -719,9 +808,11 @@ description: Result of parsing cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p0", "start": 0, "type": "Identifier" @@ -737,9 +828,11 @@ description: Result of parsing cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -750,6 +843,7 @@ description: Result of parsing cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -762,6 +856,7 @@ description: Result of parsing cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -770,9 +865,11 @@ description: Result of parsing cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p1", "start": 0, "type": "Identifier" @@ -788,9 +885,11 @@ description: Result of parsing cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -801,6 +900,7 @@ description: Result of parsing cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -813,6 +913,7 @@ description: Result of parsing cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -821,9 +922,11 @@ description: Result of parsing cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p2", "start": 0, "type": "Identifier" @@ -839,9 +942,11 @@ description: Result of parsing cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -852,6 +957,7 @@ description: Result of parsing cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -864,6 +970,7 @@ description: Result of parsing cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -872,9 +979,11 @@ description: Result of parsing cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p3", "start": 0, "type": "Identifier" @@ -890,9 +999,11 @@ description: Result of parsing cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -903,6 +1014,7 @@ description: Result of parsing cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -915,6 +1027,7 @@ description: Result of parsing cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -923,9 +1036,11 @@ description: Result of parsing cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p0", "start": 0, "type": "Identifier" @@ -941,9 +1056,11 @@ description: Result of parsing cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -954,19 +1071,23 @@ description: Result of parsing cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -977,6 +1098,7 @@ description: Result of parsing cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -989,6 +1111,7 @@ description: Result of parsing cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -997,9 +1120,11 @@ description: Result of parsing cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sideLength", "start": 0, "type": "Identifier" @@ -1015,9 +1140,11 @@ description: Result of parsing cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1028,6 +1155,7 @@ description: Result of parsing cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1036,12 +1164,14 @@ description: Result of parsing cube.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -1049,12 +1179,14 @@ description: Result of parsing cube.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "6": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1069,12 +1201,14 @@ description: Result of parsing cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sideLength", "start": 0, "type": "Identifier" @@ -1085,6 +1219,7 @@ description: Result of parsing cube.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1095,11 +1230,13 @@ description: Result of parsing cube.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1112,6 +1249,7 @@ description: Result of parsing cube.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "myCube", "start": 0, "type": "Identifier" @@ -1123,6 +1261,7 @@ description: Result of parsing cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sideLength", "start": 0, "type": "Identifier" @@ -1130,6 +1269,7 @@ description: Result of parsing cube.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "40", "start": 0, "type": "Literal", @@ -1145,6 +1285,7 @@ description: Result of parsing cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1155,6 +1296,7 @@ description: Result of parsing cube.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1167,6 +1309,7 @@ description: Result of parsing cube.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1178,6 +1321,7 @@ description: Result of parsing cube.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1188,9 +1332,11 @@ description: Result of parsing cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cube", "start": 0, "type": "Identifier" @@ -1201,16 +1347,19 @@ description: Result of parsing cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1218,12 +1367,14 @@ description: Result of parsing cube.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/cube_with_error/ast.snap b/rust/kcl-lib/tests/cube_with_error/ast.snap index a866f0009..2d5e7d51e 100644 --- a/rust/kcl-lib/tests/cube_with_error/ast.snap +++ b/rust/kcl-lib/tests/cube_with_error/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing cube_with_error.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cube", "start": 0, "type": "Identifier" @@ -28,6 +29,7 @@ description: Result of parsing cube_with_error.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "l", "start": 0, "type": "Identifier" @@ -39,9 +41,11 @@ description: Result of parsing cube_with_error.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -51,10 +55,12 @@ description: Result of parsing cube_with_error.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -68,11 +74,13 @@ description: Result of parsing cube_with_error.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -85,6 +93,7 @@ description: Result of parsing cube_with_error.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -93,13 +102,16 @@ description: Result of parsing cube_with_error.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -112,6 +124,7 @@ description: Result of parsing cube_with_error.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -125,11 +138,13 @@ description: Result of parsing cube_with_error.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -142,6 +157,7 @@ description: Result of parsing cube_with_error.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -150,13 +166,16 @@ description: Result of parsing cube_with_error.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -169,6 +188,7 @@ description: Result of parsing cube_with_error.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -182,11 +202,13 @@ description: Result of parsing cube_with_error.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -199,6 +221,7 @@ description: Result of parsing cube_with_error.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p0", "start": 0, "type": "Identifier" @@ -214,9 +237,11 @@ description: Result of parsing cube_with_error.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "l", "start": 0, "type": "Identifier" @@ -228,19 +253,23 @@ description: Result of parsing cube_with_error.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -262,9 +291,11 @@ description: Result of parsing cube_with_error.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "l", "start": 0, "type": "Identifier" @@ -276,19 +307,23 @@ description: Result of parsing cube_with_error.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -304,15 +339,18 @@ description: Result of parsing cube_with_error.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -325,6 +363,7 @@ description: Result of parsing cube_with_error.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p1", "start": 0, "type": "Identifier" @@ -340,9 +379,11 @@ description: Result of parsing cube_with_error.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "l", "start": 0, "type": "Identifier" @@ -354,19 +395,23 @@ description: Result of parsing cube_with_error.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -387,9 +432,11 @@ description: Result of parsing cube_with_error.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "l", "start": 0, "type": "Identifier" @@ -399,14 +446,17 @@ description: Result of parsing cube_with_error.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -422,15 +472,18 @@ description: Result of parsing cube_with_error.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -443,6 +496,7 @@ description: Result of parsing cube_with_error.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p2", "start": 0, "type": "Identifier" @@ -457,9 +511,11 @@ description: Result of parsing cube_with_error.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "l", "start": 0, "type": "Identifier" @@ -469,14 +525,17 @@ description: Result of parsing cube_with_error.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -497,9 +556,11 @@ description: Result of parsing cube_with_error.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "l", "start": 0, "type": "Identifier" @@ -509,14 +570,17 @@ description: Result of parsing cube_with_error.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -532,15 +596,18 @@ description: Result of parsing cube_with_error.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -553,6 +620,7 @@ description: Result of parsing cube_with_error.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p3", "start": 0, "type": "Identifier" @@ -567,9 +635,11 @@ description: Result of parsing cube_with_error.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "l", "start": 0, "type": "Identifier" @@ -579,14 +649,17 @@ description: Result of parsing cube_with_error.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -608,9 +681,11 @@ description: Result of parsing cube_with_error.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "l", "start": 0, "type": "Identifier" @@ -622,19 +697,23 @@ description: Result of parsing cube_with_error.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -650,15 +729,18 @@ description: Result of parsing cube_with_error.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -667,13 +749,16 @@ description: Result of parsing cube_with_error.kcl "argument": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -684,6 +769,7 @@ description: Result of parsing cube_with_error.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -691,9 +777,11 @@ description: Result of parsing cube_with_error.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -711,6 +799,7 @@ description: Result of parsing cube_with_error.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -719,9 +808,11 @@ description: Result of parsing cube_with_error.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p0", "start": 0, "type": "Identifier" @@ -737,9 +828,11 @@ description: Result of parsing cube_with_error.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -750,6 +843,7 @@ description: Result of parsing cube_with_error.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -762,6 +856,7 @@ description: Result of parsing cube_with_error.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -770,9 +865,11 @@ description: Result of parsing cube_with_error.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p1", "start": 0, "type": "Identifier" @@ -788,9 +885,11 @@ description: Result of parsing cube_with_error.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -801,6 +900,7 @@ description: Result of parsing cube_with_error.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -813,6 +913,7 @@ description: Result of parsing cube_with_error.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -821,9 +922,11 @@ description: Result of parsing cube_with_error.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p2", "start": 0, "type": "Identifier" @@ -839,9 +942,11 @@ description: Result of parsing cube_with_error.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -852,6 +957,7 @@ description: Result of parsing cube_with_error.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -864,6 +970,7 @@ description: Result of parsing cube_with_error.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -872,9 +979,11 @@ description: Result of parsing cube_with_error.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p3", "start": 0, "type": "Identifier" @@ -890,9 +999,11 @@ description: Result of parsing cube_with_error.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -903,6 +1014,7 @@ description: Result of parsing cube_with_error.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -915,6 +1027,7 @@ description: Result of parsing cube_with_error.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -923,9 +1036,11 @@ description: Result of parsing cube_with_error.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p0", "start": 0, "type": "Identifier" @@ -941,9 +1056,11 @@ description: Result of parsing cube_with_error.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -954,19 +1071,23 @@ description: Result of parsing cube_with_error.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -977,6 +1098,7 @@ description: Result of parsing cube_with_error.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -989,6 +1111,7 @@ description: Result of parsing cube_with_error.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -997,9 +1120,11 @@ description: Result of parsing cube_with_error.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1015,9 +1140,11 @@ description: Result of parsing cube_with_error.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1028,6 +1155,7 @@ description: Result of parsing cube_with_error.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1036,12 +1164,14 @@ description: Result of parsing cube_with_error.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -1049,12 +1179,14 @@ description: Result of parsing cube_with_error.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "6": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1069,12 +1201,14 @@ description: Result of parsing cube_with_error.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1085,6 +1219,7 @@ description: Result of parsing cube_with_error.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1095,11 +1230,13 @@ description: Result of parsing cube_with_error.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1112,6 +1249,7 @@ description: Result of parsing cube_with_error.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "myCube", "start": 0, "type": "Identifier" @@ -1123,6 +1261,7 @@ description: Result of parsing cube_with_error.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1130,6 +1269,7 @@ description: Result of parsing cube_with_error.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "40", "start": 0, "type": "Literal", @@ -1145,6 +1285,7 @@ description: Result of parsing cube_with_error.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1155,6 +1296,7 @@ description: Result of parsing cube_with_error.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1167,6 +1309,7 @@ description: Result of parsing cube_with_error.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1178,6 +1321,7 @@ description: Result of parsing cube_with_error.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1188,9 +1332,11 @@ description: Result of parsing cube_with_error.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cube", "start": 0, "type": "Identifier" @@ -1201,16 +1347,19 @@ description: Result of parsing cube_with_error.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1222,9 +1371,11 @@ description: Result of parsing cube_with_error.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "foo", "start": 0, "type": "Identifier" @@ -1234,6 +1385,7 @@ description: Result of parsing cube_with_error.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "preComments": [ "", "", @@ -1246,12 +1398,14 @@ description: Result of parsing cube_with_error.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/double_map_fn/ast.snap b/rust/kcl-lib/tests/double_map_fn/ast.snap index 00e28c89b..f4bcad0d0 100644 --- a/rust/kcl-lib/tests/double_map_fn/ast.snap +++ b/rust/kcl-lib/tests/double_map_fn/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing double_map_fn.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "increment", "start": 0, "type": "Identifier" @@ -28,9 +29,11 @@ description: Result of parsing double_map_fn.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier" @@ -40,10 +43,12 @@ description: Result of parsing double_map_fn.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -59,6 +64,7 @@ description: Result of parsing double_map_fn.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -66,16 +72,19 @@ description: Result of parsing double_map_fn.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier" @@ -87,11 +96,13 @@ description: Result of parsing double_map_fn.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -104,6 +115,7 @@ description: Result of parsing double_map_fn.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xs", "start": 0, "type": "Identifier" @@ -114,6 +126,7 @@ description: Result of parsing double_map_fn.kcl "endElement": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -124,10 +137,12 @@ description: Result of parsing double_map_fn.kcl } }, "endInclusive": true, + "moduleId": 0, "start": 0, "startElement": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -140,11 +155,13 @@ description: Result of parsing double_map_fn.kcl "type": "ArrayRangeExpression", "type": "ArrayRangeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -157,6 +174,7 @@ description: Result of parsing double_map_fn.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ys", "start": 0, "type": "Identifier" @@ -167,9 +185,11 @@ description: Result of parsing double_map_fn.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xs", "start": 0, "type": "Identifier" @@ -186,6 +206,7 @@ description: Result of parsing double_map_fn.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -194,9 +215,11 @@ description: Result of parsing double_map_fn.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "increment", "start": 0, "type": "Identifier" @@ -212,9 +235,11 @@ description: Result of parsing double_map_fn.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "map", "start": 0, "type": "Identifier" @@ -225,6 +250,7 @@ description: Result of parsing double_map_fn.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -237,6 +263,7 @@ description: Result of parsing double_map_fn.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -245,9 +272,11 @@ description: Result of parsing double_map_fn.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "increment", "start": 0, "type": "Identifier" @@ -263,9 +292,11 @@ description: Result of parsing double_map_fn.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "map", "start": 0, "type": "Identifier" @@ -276,6 +307,7 @@ description: Result of parsing double_map_fn.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -284,15 +316,18 @@ description: Result of parsing double_map_fn.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -300,12 +335,14 @@ description: Result of parsing double_map_fn.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/error_inside_fn_also_has_source_range_of_call_site_recursive/ast.snap b/rust/kcl-lib/tests/error_inside_fn_also_has_source_range_of_call_site_recursive/ast.snap index 2f43a0e51..d5703e408 100644 --- a/rust/kcl-lib/tests/error_inside_fn_also_has_source_range_of_call_site_recursive/ast.snap +++ b/rust/kcl-lib/tests/error_inside_fn_also_has_source_range_of_call_site_recursive/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing error_inside_fn_also_has_source_range_of_call_sit "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "someFunction", "start": 0, "type": "Identifier" @@ -28,6 +29,7 @@ description: Result of parsing error_inside_fn_also_has_source_range_of_call_sit "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "someNestedFunction", "start": 0, "type": "Identifier" @@ -39,13 +41,16 @@ description: Result of parsing error_inside_fn_also_has_source_range_of_call_sit "commentStart": 0, "end": 0, "expression": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing error_inside_fn_also_has_source_range_of_call_sit }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -63,9 +69,11 @@ description: Result of parsing error_inside_fn_also_has_source_range_of_call_sit "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "something2", "start": 0, "type": "Identifier" @@ -76,6 +84,7 @@ description: Result of parsing error_inside_fn_also_has_source_range_of_call_sit "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -83,16 +92,19 @@ description: Result of parsing error_inside_fn_also_has_source_range_of_call_sit ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "something2", "start": 0, "type": "Identifier" @@ -104,11 +116,13 @@ description: Result of parsing error_inside_fn_also_has_source_range_of_call_sit "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -117,13 +131,16 @@ description: Result of parsing error_inside_fn_also_has_source_range_of_call_sit "commentStart": 0, "end": 0, "expression": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "someNestedFunction", "start": 0, "type": "Identifier" @@ -134,6 +151,7 @@ description: Result of parsing error_inside_fn_also_has_source_range_of_call_sit }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -141,9 +159,11 @@ description: Result of parsing error_inside_fn_also_has_source_range_of_call_sit "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "something", "start": 0, "type": "Identifier" @@ -154,6 +174,7 @@ description: Result of parsing error_inside_fn_also_has_source_range_of_call_sit "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -161,12 +182,14 @@ description: Result of parsing error_inside_fn_also_has_source_range_of_call_sit ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -181,12 +204,14 @@ description: Result of parsing error_inside_fn_also_has_source_range_of_call_sit }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "something", "start": 0, "type": "Identifier" @@ -198,11 +223,13 @@ description: Result of parsing error_inside_fn_also_has_source_range_of_call_sit "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -211,13 +238,16 @@ description: Result of parsing error_inside_fn_also_has_source_range_of_call_sit "commentStart": 0, "end": 0, "expression": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "someFunction", "start": 0, "type": "Identifier" @@ -228,12 +258,14 @@ description: Result of parsing error_inside_fn_also_has_source_range_of_call_sit }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "'INVALID'", "start": 0, "type": "Literal", @@ -241,6 +273,7 @@ description: Result of parsing error_inside_fn_also_has_source_range_of_call_sit "value": "INVALID" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -248,12 +281,14 @@ description: Result of parsing error_inside_fn_also_has_source_range_of_call_sit ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/error_revolve_on_edge_get_edge/ast.snap b/rust/kcl-lib/tests/error_revolve_on_edge_get_edge/ast.snap index e314d2be3..42ae0696d 100644 --- a/rust/kcl-lib/tests/error_revolve_on_edge_get_edge/ast.snap +++ b/rust/kcl-lib/tests/error_revolve_on_edge_get_edge/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "box", "start": 0, "type": "Identifier" @@ -20,13 +21,16 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -37,6 +41,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -44,9 +49,11 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -64,6 +71,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -74,6 +82,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -86,6 +95,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -97,6 +107,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -107,9 +118,11 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -120,6 +133,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -132,6 +146,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -142,6 +157,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -154,6 +170,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -165,6 +182,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -175,9 +193,11 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -188,6 +208,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -200,6 +221,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -210,6 +232,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -222,6 +245,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -233,6 +257,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -243,9 +268,11 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -256,6 +283,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -268,6 +296,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -278,6 +307,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -291,6 +321,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -302,6 +333,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -309,6 +341,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -319,6 +352,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -326,6 +360,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -337,9 +372,11 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -350,19 +387,23 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -373,6 +414,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -385,6 +427,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -392,6 +435,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -407,9 +451,11 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -420,6 +466,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -428,15 +475,18 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -449,6 +499,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -462,6 +513,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -470,9 +522,11 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolveAxis", "start": 0, "type": "Identifier" @@ -488,9 +542,11 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -501,6 +557,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -508,9 +565,11 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "box", "start": 0, "type": "Identifier" @@ -528,6 +587,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -538,6 +598,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -550,6 +611,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -561,6 +623,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -571,9 +634,11 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -584,6 +649,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -596,6 +662,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -606,6 +673,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -619,6 +687,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -630,6 +699,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -637,6 +707,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -647,9 +718,11 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -660,6 +733,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -672,6 +746,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -682,6 +757,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -694,6 +770,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -705,6 +782,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -715,9 +793,11 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -728,6 +808,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -740,6 +821,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -750,6 +832,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -762,6 +845,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -773,6 +857,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -783,9 +868,11 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -796,19 +883,23 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -819,6 +910,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -831,6 +923,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -839,9 +932,11 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolveAxis", "start": 0, "type": "Identifier" @@ -857,6 +952,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -864,6 +960,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -879,9 +976,11 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -892,6 +991,7 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -900,15 +1000,18 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -916,12 +1019,14 @@ description: Result of parsing error_revolve_on_edge_get_edge.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/execute_engine_error_return/ast.snap b/rust/kcl-lib/tests/execute_engine_error_return/ast.snap index 3de80d83e..fe0d1050e 100644 --- a/rust/kcl-lib/tests/execute_engine_error_return/ast.snap +++ b/rust/kcl-lib/tests/execute_engine_error_return/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing execute_engine_error_return.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part001", "start": 0, "type": "Identifier" @@ -20,13 +21,16 @@ description: Result of parsing execute_engine_error_return.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -37,6 +41,7 @@ description: Result of parsing execute_engine_error_return.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -44,9 +49,11 @@ description: Result of parsing execute_engine_error_return.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -64,6 +71,7 @@ description: Result of parsing execute_engine_error_return.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -74,6 +82,7 @@ description: Result of parsing execute_engine_error_return.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.5229", "start": 0, "type": "Literal", @@ -86,6 +95,7 @@ description: Result of parsing execute_engine_error_return.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.25217", "start": 0, "type": "Literal", @@ -97,6 +107,7 @@ description: Result of parsing execute_engine_error_return.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -107,9 +118,11 @@ description: Result of parsing execute_engine_error_return.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -120,6 +133,7 @@ description: Result of parsing execute_engine_error_return.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -132,6 +146,7 @@ description: Result of parsing execute_engine_error_return.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -142,6 +157,7 @@ description: Result of parsing execute_engine_error_return.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10.50433", "start": 0, "type": "Literal", @@ -155,6 +171,7 @@ description: Result of parsing execute_engine_error_return.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.19122", "start": 0, "type": "Literal", @@ -166,6 +183,7 @@ description: Result of parsing execute_engine_error_return.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -173,6 +191,7 @@ description: Result of parsing execute_engine_error_return.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -183,9 +202,11 @@ description: Result of parsing execute_engine_error_return.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -196,6 +217,7 @@ description: Result of parsing execute_engine_error_return.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -208,6 +230,7 @@ description: Result of parsing execute_engine_error_return.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -218,6 +241,7 @@ description: Result of parsing execute_engine_error_return.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8.01362", "start": 0, "type": "Literal", @@ -231,6 +255,7 @@ description: Result of parsing execute_engine_error_return.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.48731", "start": 0, "type": "Literal", @@ -242,6 +267,7 @@ description: Result of parsing execute_engine_error_return.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -249,6 +275,7 @@ description: Result of parsing execute_engine_error_return.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -259,9 +286,11 @@ description: Result of parsing execute_engine_error_return.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -272,6 +301,7 @@ description: Result of parsing execute_engine_error_return.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -284,6 +314,7 @@ description: Result of parsing execute_engine_error_return.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -295,6 +326,7 @@ description: Result of parsing execute_engine_error_return.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.02877", "start": 0, "type": "Literal", @@ -306,6 +338,7 @@ description: Result of parsing execute_engine_error_return.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -315,6 +348,7 @@ description: Result of parsing execute_engine_error_return.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6.76825", "start": 0, "type": "Literal", @@ -326,6 +360,7 @@ description: Result of parsing execute_engine_error_return.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -333,6 +368,7 @@ description: Result of parsing execute_engine_error_return.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -343,9 +379,11 @@ description: Result of parsing execute_engine_error_return.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -356,6 +394,7 @@ description: Result of parsing execute_engine_error_return.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -368,6 +407,7 @@ description: Result of parsing execute_engine_error_return.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -379,6 +419,7 @@ description: Result of parsing execute_engine_error_return.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11.53311", "start": 0, "type": "Literal", @@ -390,6 +431,7 @@ description: Result of parsing execute_engine_error_return.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -398,6 +440,7 @@ description: Result of parsing execute_engine_error_return.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.81559", "start": 0, "type": "Literal", @@ -409,6 +452,7 @@ description: Result of parsing execute_engine_error_return.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -419,9 +463,11 @@ description: Result of parsing execute_engine_error_return.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -432,6 +478,7 @@ description: Result of parsing execute_engine_error_return.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -444,6 +491,7 @@ description: Result of parsing execute_engine_error_return.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -451,6 +499,7 @@ description: Result of parsing execute_engine_error_return.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -466,9 +515,11 @@ description: Result of parsing execute_engine_error_return.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -479,6 +530,7 @@ description: Result of parsing execute_engine_error_return.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -487,15 +539,18 @@ description: Result of parsing execute_engine_error_return.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -503,6 +558,7 @@ description: Result of parsing execute_engine_error_return.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/export_var_only_at_top_level/ast.snap b/rust/kcl-lib/tests/export_var_only_at_top_level/ast.snap index 6043f03c7..b46f1619b 100644 --- a/rust/kcl-lib/tests/export_var_only_at_top_level/ast.snap +++ b/rust/kcl-lib/tests/export_var_only_at_top_level/ast.snap @@ -1,6 +1,6 @@ --- source: kcl-lib/src/simulation_tests.rs -description: Result of parsing export_only_at_top_level.kcl +description: Result of parsing export_var_only_at_top_level.kcl --- { "Ok": { @@ -13,6 +13,7 @@ description: Result of parsing export_only_at_top_level.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "main", "start": 0, "type": "Identifier" @@ -28,6 +29,7 @@ description: Result of parsing export_only_at_top_level.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -35,6 +37,7 @@ description: Result of parsing export_only_at_top_level.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -44,11 +47,13 @@ description: Result of parsing export_only_at_top_level.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration", @@ -58,6 +63,7 @@ description: Result of parsing export_only_at_top_level.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -69,6 +75,7 @@ description: Result of parsing export_only_at_top_level.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -76,20 +83,24 @@ description: Result of parsing export_only_at_top_level.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [], "start": 0, "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -98,13 +109,16 @@ description: Result of parsing export_only_at_top_level.kcl "commentStart": 0, "end": 0, "expression": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "main", "start": 0, "type": "Identifier" @@ -115,11 +129,13 @@ description: Result of parsing export_only_at_top_level.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -127,12 +143,14 @@ description: Result of parsing export_only_at_top_level.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/fillet-and-shell/ast.snap b/rust/kcl-lib/tests/fillet-and-shell/ast.snap index 4cb0fb415..3b1ee60a2 100644 --- a/rust/kcl-lib/tests/fillet-and-shell/ast.snap +++ b/rust/kcl-lib/tests/fillet-and-shell/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing fillet-and-shell.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rpizWidth", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing fillet-and-shell.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing fillet-and-shell.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -46,6 +50,7 @@ description: Result of parsing fillet-and-shell.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rpizLength", "start": 0, "type": "Identifier" @@ -53,6 +58,7 @@ description: Result of parsing fillet-and-shell.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "65", "start": 0, "type": "Literal", @@ -62,11 +68,13 @@ description: Result of parsing fillet-and-shell.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -79,6 +87,7 @@ description: Result of parsing fillet-and-shell.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "caseThickness", "start": 0, "type": "Identifier" @@ -86,6 +95,7 @@ description: Result of parsing fillet-and-shell.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -95,11 +105,13 @@ description: Result of parsing fillet-and-shell.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -112,6 +124,7 @@ description: Result of parsing fillet-and-shell.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "border", "start": 0, "type": "Identifier" @@ -119,6 +132,7 @@ description: Result of parsing fillet-and-shell.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -128,11 +142,13 @@ description: Result of parsing fillet-and-shell.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -145,6 +161,7 @@ description: Result of parsing fillet-and-shell.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "screwHeight", "start": 0, "type": "Identifier" @@ -152,6 +169,7 @@ description: Result of parsing fillet-and-shell.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -161,11 +179,13 @@ description: Result of parsing fillet-and-shell.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -178,6 +198,7 @@ description: Result of parsing fillet-and-shell.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "caseWidth", "start": 0, "type": "Identifier" @@ -189,9 +210,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rpizWidth", "start": 0, "type": "Identifier" @@ -201,6 +224,7 @@ description: Result of parsing fillet-and-shell.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -209,9 +233,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "border", "start": 0, "type": "Identifier" @@ -221,10 +247,12 @@ description: Result of parsing fillet-and-shell.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -242,11 +270,13 @@ description: Result of parsing fillet-and-shell.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -259,6 +289,7 @@ description: Result of parsing fillet-and-shell.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "caseLength", "start": 0, "type": "Identifier" @@ -270,9 +301,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rpizLength", "start": 0, "type": "Identifier" @@ -282,6 +315,7 @@ description: Result of parsing fillet-and-shell.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -290,9 +324,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "border", "start": 0, "type": "Identifier" @@ -302,10 +338,12 @@ description: Result of parsing fillet-and-shell.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -323,11 +361,13 @@ description: Result of parsing fillet-and-shell.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -340,6 +380,7 @@ description: Result of parsing fillet-and-shell.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "caseHeight", "start": 0, "type": "Identifier" @@ -347,6 +388,7 @@ description: Result of parsing fillet-and-shell.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8", "start": 0, "type": "Literal", @@ -356,11 +398,13 @@ description: Result of parsing fillet-and-shell.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -373,6 +417,7 @@ description: Result of parsing fillet-and-shell.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "widthBetweenScrews", "start": 0, "type": "Identifier" @@ -380,6 +425,7 @@ description: Result of parsing fillet-and-shell.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "23", "start": 0, "type": "Literal", @@ -389,11 +435,13 @@ description: Result of parsing fillet-and-shell.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -406,6 +454,7 @@ description: Result of parsing fillet-and-shell.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lengthBetweenScrews", "start": 0, "type": "Identifier" @@ -416,6 +465,7 @@ description: Result of parsing fillet-and-shell.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "29", "start": 0, "type": "Literal", @@ -425,10 +475,12 @@ description: Result of parsing fillet-and-shell.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -442,11 +494,13 @@ description: Result of parsing fillet-and-shell.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -459,6 +513,7 @@ description: Result of parsing fillet-and-shell.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "miniHdmiDistance", "start": 0, "type": "Identifier" @@ -466,6 +521,7 @@ description: Result of parsing fillet-and-shell.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12.4", "start": 0, "type": "Literal", @@ -475,11 +531,13 @@ description: Result of parsing fillet-and-shell.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -492,6 +550,7 @@ description: Result of parsing fillet-and-shell.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "microUsb1Distance", "start": 0, "type": "Identifier" @@ -499,6 +558,7 @@ description: Result of parsing fillet-and-shell.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "41.4", "start": 0, "type": "Literal", @@ -508,11 +568,13 @@ description: Result of parsing fillet-and-shell.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -525,6 +587,7 @@ description: Result of parsing fillet-and-shell.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "microUsb2Distance", "start": 0, "type": "Identifier" @@ -532,6 +595,7 @@ description: Result of parsing fillet-and-shell.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "54", "start": 0, "type": "Literal", @@ -541,11 +605,13 @@ description: Result of parsing fillet-and-shell.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -558,6 +624,7 @@ description: Result of parsing fillet-and-shell.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "miniHdmiWidth", "start": 0, "type": "Identifier" @@ -565,6 +632,7 @@ description: Result of parsing fillet-and-shell.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11.2", "start": 0, "type": "Literal", @@ -574,11 +642,13 @@ description: Result of parsing fillet-and-shell.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -591,6 +661,7 @@ description: Result of parsing fillet-and-shell.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "microUsbWidth", "start": 0, "type": "Identifier" @@ -598,6 +669,7 @@ description: Result of parsing fillet-and-shell.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7.4", "start": 0, "type": "Literal", @@ -607,11 +679,13 @@ description: Result of parsing fillet-and-shell.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -624,6 +698,7 @@ description: Result of parsing fillet-and-shell.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "connectorPadding", "start": 0, "type": "Identifier" @@ -631,6 +706,7 @@ description: Result of parsing fillet-and-shell.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -640,11 +716,13 @@ description: Result of parsing fillet-and-shell.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -657,6 +735,7 @@ description: Result of parsing fillet-and-shell.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "miniHdmiHole", "start": 0, "type": "Identifier" @@ -664,13 +743,16 @@ description: Result of parsing fillet-and-shell.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -681,6 +763,7 @@ description: Result of parsing fillet-and-shell.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -688,9 +771,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -708,6 +793,7 @@ description: Result of parsing fillet-and-shell.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -718,6 +804,7 @@ description: Result of parsing fillet-and-shell.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -737,9 +824,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "border", "start": 0, "type": "Identifier" @@ -749,14 +838,17 @@ description: Result of parsing fillet-and-shell.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "miniHdmiDistance", "start": 0, "type": "Identifier" @@ -770,6 +862,7 @@ description: Result of parsing fillet-and-shell.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -778,9 +871,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "miniHdmiWidth", "start": 0, "type": "Identifier" @@ -790,10 +885,12 @@ description: Result of parsing fillet-and-shell.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -813,6 +910,7 @@ description: Result of parsing fillet-and-shell.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -823,9 +921,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -836,6 +936,7 @@ description: Result of parsing fillet-and-shell.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -848,6 +949,7 @@ description: Result of parsing fillet-and-shell.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -858,6 +960,7 @@ description: Result of parsing fillet-and-shell.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -877,9 +980,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "border", "start": 0, "type": "Identifier" @@ -889,14 +994,17 @@ description: Result of parsing fillet-and-shell.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "miniHdmiDistance", "start": 0, "type": "Identifier" @@ -910,6 +1018,7 @@ description: Result of parsing fillet-and-shell.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -918,9 +1027,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "miniHdmiWidth", "start": 0, "type": "Identifier" @@ -930,10 +1041,12 @@ description: Result of parsing fillet-and-shell.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -953,6 +1066,7 @@ description: Result of parsing fillet-and-shell.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -963,9 +1077,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -976,6 +1092,7 @@ description: Result of parsing fillet-and-shell.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -988,6 +1105,7 @@ description: Result of parsing fillet-and-shell.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -998,6 +1116,7 @@ description: Result of parsing fillet-and-shell.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1017,9 +1136,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "border", "start": 0, "type": "Identifier" @@ -1029,14 +1150,17 @@ description: Result of parsing fillet-and-shell.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "miniHdmiDistance", "start": 0, "type": "Identifier" @@ -1050,6 +1174,7 @@ description: Result of parsing fillet-and-shell.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -1058,9 +1183,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "miniHdmiWidth", "start": 0, "type": "Identifier" @@ -1070,10 +1197,12 @@ description: Result of parsing fillet-and-shell.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1093,6 +1222,7 @@ description: Result of parsing fillet-and-shell.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1103,9 +1233,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1116,6 +1248,7 @@ description: Result of parsing fillet-and-shell.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1128,6 +1261,7 @@ description: Result of parsing fillet-and-shell.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1138,6 +1272,7 @@ description: Result of parsing fillet-and-shell.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1157,9 +1292,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "border", "start": 0, "type": "Identifier" @@ -1169,14 +1306,17 @@ description: Result of parsing fillet-and-shell.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "miniHdmiDistance", "start": 0, "type": "Identifier" @@ -1190,6 +1330,7 @@ description: Result of parsing fillet-and-shell.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -1198,9 +1339,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "miniHdmiWidth", "start": 0, "type": "Identifier" @@ -1210,10 +1353,12 @@ description: Result of parsing fillet-and-shell.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1233,6 +1378,7 @@ description: Result of parsing fillet-and-shell.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1243,9 +1389,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1256,19 +1404,23 @@ description: Result of parsing fillet-and-shell.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1279,12 +1431,14 @@ description: Result of parsing fillet-and-shell.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1293,15 +1447,18 @@ description: Result of parsing fillet-and-shell.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1314,6 +1471,7 @@ description: Result of parsing fillet-and-shell.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "case", "start": 0, "type": "Identifier" @@ -1321,13 +1479,16 @@ description: Result of parsing fillet-and-shell.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1338,6 +1499,7 @@ description: Result of parsing fillet-and-shell.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1345,9 +1507,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -1365,6 +1529,7 @@ description: Result of parsing fillet-and-shell.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1375,6 +1540,7 @@ description: Result of parsing fillet-and-shell.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1387,6 +1553,7 @@ description: Result of parsing fillet-and-shell.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1398,6 +1565,7 @@ description: Result of parsing fillet-and-shell.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1408,9 +1576,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1421,6 +1591,7 @@ description: Result of parsing fillet-and-shell.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1433,6 +1604,7 @@ description: Result of parsing fillet-and-shell.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1444,9 +1616,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "caseWidth", "start": 0, "type": "Identifier" @@ -1459,6 +1633,7 @@ description: Result of parsing fillet-and-shell.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1470,6 +1645,7 @@ description: Result of parsing fillet-and-shell.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1480,6 +1656,7 @@ description: Result of parsing fillet-and-shell.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1487,6 +1664,7 @@ description: Result of parsing fillet-and-shell.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1498,9 +1676,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1511,6 +1691,7 @@ description: Result of parsing fillet-and-shell.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1523,6 +1704,7 @@ description: Result of parsing fillet-and-shell.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1534,9 +1716,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "caseWidth", "start": 0, "type": "Identifier" @@ -1550,9 +1734,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "caseLength", "start": 0, "type": "Identifier" @@ -1564,6 +1750,7 @@ description: Result of parsing fillet-and-shell.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1574,6 +1761,7 @@ description: Result of parsing fillet-and-shell.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1581,6 +1769,7 @@ description: Result of parsing fillet-and-shell.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1592,9 +1781,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1605,6 +1796,7 @@ description: Result of parsing fillet-and-shell.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1617,6 +1809,7 @@ description: Result of parsing fillet-and-shell.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1627,6 +1820,7 @@ description: Result of parsing fillet-and-shell.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1640,9 +1834,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "caseLength", "start": 0, "type": "Identifier" @@ -1654,6 +1850,7 @@ description: Result of parsing fillet-and-shell.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1664,6 +1861,7 @@ description: Result of parsing fillet-and-shell.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1671,6 +1869,7 @@ description: Result of parsing fillet-and-shell.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1682,9 +1881,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1695,6 +1896,7 @@ description: Result of parsing fillet-and-shell.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1707,6 +1909,7 @@ description: Result of parsing fillet-and-shell.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1714,6 +1917,7 @@ description: Result of parsing fillet-and-shell.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1725,9 +1929,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1738,6 +1944,7 @@ description: Result of parsing fillet-and-shell.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1750,6 +1957,7 @@ description: Result of parsing fillet-and-shell.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1758,9 +1966,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "caseHeight", "start": 0, "type": "Identifier" @@ -1776,9 +1986,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1789,6 +2001,7 @@ description: Result of parsing fillet-and-shell.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1801,6 +2014,7 @@ description: Result of parsing fillet-and-shell.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1808,6 +2022,7 @@ description: Result of parsing fillet-and-shell.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1823,6 +2038,7 @@ description: Result of parsing fillet-and-shell.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -1831,13 +2047,16 @@ description: Result of parsing fillet-and-shell.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -1848,6 +2067,7 @@ description: Result of parsing fillet-and-shell.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1855,9 +2075,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "edge1", "start": 0, "type": "Identifier" @@ -1869,13 +2091,16 @@ description: Result of parsing fillet-and-shell.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -1886,6 +2111,7 @@ description: Result of parsing fillet-and-shell.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1893,9 +2119,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "edge2", "start": 0, "type": "Identifier" @@ -1907,13 +2135,16 @@ description: Result of parsing fillet-and-shell.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -1924,6 +2155,7 @@ description: Result of parsing fillet-and-shell.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1931,9 +2163,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "edge3", "start": 0, "type": "Identifier" @@ -1945,13 +2179,16 @@ description: Result of parsing fillet-and-shell.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -1962,6 +2199,7 @@ description: Result of parsing fillet-and-shell.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1969,9 +2207,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "edge4", "start": 0, "type": "Identifier" @@ -1984,6 +2224,7 @@ description: Result of parsing fillet-and-shell.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1994,9 +2235,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -2007,6 +2250,7 @@ description: Result of parsing fillet-and-shell.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2015,15 +2259,18 @@ description: Result of parsing fillet-and-shell.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2036,6 +2283,7 @@ description: Result of parsing fillet-and-shell.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "m25Screw", "start": 0, "type": "Identifier" @@ -2051,6 +2299,7 @@ description: Result of parsing fillet-and-shell.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "screw", "start": 0, "type": "Identifier" @@ -2058,13 +2307,16 @@ description: Result of parsing fillet-and-shell.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2075,6 +2327,7 @@ description: Result of parsing fillet-and-shell.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2082,9 +2335,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -2102,6 +2357,7 @@ description: Result of parsing fillet-and-shell.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -2112,6 +2368,7 @@ description: Result of parsing fillet-and-shell.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2124,6 +2381,7 @@ description: Result of parsing fillet-and-shell.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2135,6 +2393,7 @@ description: Result of parsing fillet-and-shell.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2145,9 +2404,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -2158,6 +2419,7 @@ description: Result of parsing fillet-and-shell.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2170,6 +2432,7 @@ description: Result of parsing fillet-and-shell.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -2181,9 +2444,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -2197,9 +2462,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -2211,6 +2478,7 @@ description: Result of parsing fillet-and-shell.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2221,6 +2489,7 @@ description: Result of parsing fillet-and-shell.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2228,6 +2497,7 @@ description: Result of parsing fillet-and-shell.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.5", "start": 0, "type": "Literal", @@ -2243,9 +2513,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -2256,6 +2528,7 @@ description: Result of parsing fillet-and-shell.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2268,6 +2541,7 @@ description: Result of parsing fillet-and-shell.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -2279,6 +2553,7 @@ description: Result of parsing fillet-and-shell.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -2290,9 +2565,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -2306,9 +2583,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -2320,6 +2599,7 @@ description: Result of parsing fillet-and-shell.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2330,6 +2610,7 @@ description: Result of parsing fillet-and-shell.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2337,6 +2618,7 @@ description: Result of parsing fillet-and-shell.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.25", "start": 0, "type": "Literal", @@ -2352,9 +2634,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -2365,6 +2649,7 @@ description: Result of parsing fillet-and-shell.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2376,9 +2661,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -2389,6 +2676,7 @@ description: Result of parsing fillet-and-shell.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2401,6 +2689,7 @@ description: Result of parsing fillet-and-shell.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2409,9 +2698,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -2427,9 +2718,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2440,6 +2733,7 @@ description: Result of parsing fillet-and-shell.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2448,15 +2742,18 @@ description: Result of parsing fillet-and-shell.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2466,9 +2763,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "screw", "start": 0, "type": "Identifier" @@ -2480,6 +2779,7 @@ description: Result of parsing fillet-and-shell.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -2487,16 +2787,19 @@ description: Result of parsing fillet-and-shell.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -2507,6 +2810,7 @@ description: Result of parsing fillet-and-shell.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -2517,6 +2821,7 @@ description: Result of parsing fillet-and-shell.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -2527,11 +2832,13 @@ description: Result of parsing fillet-and-shell.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2546,6 +2853,7 @@ description: Result of parsing fillet-and-shell.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -2560,9 +2868,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "border", "start": 0, "type": "Identifier" @@ -2572,6 +2882,7 @@ description: Result of parsing fillet-and-shell.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -2580,9 +2891,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rpizWidth", "start": 0, "type": "Identifier" @@ -2592,10 +2905,12 @@ description: Result of parsing fillet-and-shell.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2613,6 +2928,7 @@ description: Result of parsing fillet-and-shell.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -2621,9 +2937,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "widthBetweenScrews", "start": 0, "type": "Identifier" @@ -2633,10 +2951,12 @@ description: Result of parsing fillet-and-shell.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2660,6 +2980,7 @@ description: Result of parsing fillet-and-shell.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -2676,6 +2997,7 @@ description: Result of parsing fillet-and-shell.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2685,14 +3007,17 @@ description: Result of parsing fillet-and-shell.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "border", "start": 0, "type": "Identifier" @@ -2706,6 +3031,7 @@ description: Result of parsing fillet-and-shell.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -2714,9 +3040,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rpizLength", "start": 0, "type": "Identifier" @@ -2726,10 +3054,12 @@ description: Result of parsing fillet-and-shell.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2747,6 +3077,7 @@ description: Result of parsing fillet-and-shell.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -2755,9 +3086,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lengthBetweenScrews", "start": 0, "type": "Identifier" @@ -2767,10 +3100,12 @@ description: Result of parsing fillet-and-shell.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2794,6 +3129,7 @@ description: Result of parsing fillet-and-shell.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -2802,9 +3138,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "screwHeight", "start": 0, "type": "Identifier" @@ -2820,9 +3158,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "m25Screw", "start": 0, "type": "Identifier" @@ -2833,11 +3173,13 @@ description: Result of parsing fillet-and-shell.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -2852,6 +3194,7 @@ description: Result of parsing fillet-and-shell.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -2866,9 +3209,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "border", "start": 0, "type": "Identifier" @@ -2878,6 +3223,7 @@ description: Result of parsing fillet-and-shell.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -2886,9 +3232,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rpizWidth", "start": 0, "type": "Identifier" @@ -2898,10 +3246,12 @@ description: Result of parsing fillet-and-shell.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2919,6 +3269,7 @@ description: Result of parsing fillet-and-shell.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -2927,9 +3278,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "widthBetweenScrews", "start": 0, "type": "Identifier" @@ -2939,10 +3292,12 @@ description: Result of parsing fillet-and-shell.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2966,6 +3321,7 @@ description: Result of parsing fillet-and-shell.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -2982,6 +3338,7 @@ description: Result of parsing fillet-and-shell.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2991,14 +3348,17 @@ description: Result of parsing fillet-and-shell.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "border", "start": 0, "type": "Identifier" @@ -3012,6 +3372,7 @@ description: Result of parsing fillet-and-shell.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -3020,9 +3381,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rpizLength", "start": 0, "type": "Identifier" @@ -3032,10 +3395,12 @@ description: Result of parsing fillet-and-shell.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3053,6 +3418,7 @@ description: Result of parsing fillet-and-shell.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -3061,9 +3427,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lengthBetweenScrews", "start": 0, "type": "Identifier" @@ -3073,10 +3441,12 @@ description: Result of parsing fillet-and-shell.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3100,6 +3470,7 @@ description: Result of parsing fillet-and-shell.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -3108,9 +3479,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "screwHeight", "start": 0, "type": "Identifier" @@ -3126,9 +3499,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "m25Screw", "start": 0, "type": "Identifier" @@ -3139,11 +3514,13 @@ description: Result of parsing fillet-and-shell.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -3158,6 +3535,7 @@ description: Result of parsing fillet-and-shell.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -3172,9 +3550,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "border", "start": 0, "type": "Identifier" @@ -3184,6 +3564,7 @@ description: Result of parsing fillet-and-shell.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -3192,9 +3573,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rpizWidth", "start": 0, "type": "Identifier" @@ -3204,10 +3587,12 @@ description: Result of parsing fillet-and-shell.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3225,6 +3610,7 @@ description: Result of parsing fillet-and-shell.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -3233,9 +3619,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "widthBetweenScrews", "start": 0, "type": "Identifier" @@ -3245,10 +3633,12 @@ description: Result of parsing fillet-and-shell.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3272,6 +3662,7 @@ description: Result of parsing fillet-and-shell.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -3288,6 +3679,7 @@ description: Result of parsing fillet-and-shell.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3297,14 +3689,17 @@ description: Result of parsing fillet-and-shell.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "border", "start": 0, "type": "Identifier" @@ -3318,6 +3713,7 @@ description: Result of parsing fillet-and-shell.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -3326,9 +3722,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rpizLength", "start": 0, "type": "Identifier" @@ -3338,10 +3736,12 @@ description: Result of parsing fillet-and-shell.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3359,6 +3759,7 @@ description: Result of parsing fillet-and-shell.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -3367,9 +3768,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lengthBetweenScrews", "start": 0, "type": "Identifier" @@ -3379,10 +3782,12 @@ description: Result of parsing fillet-and-shell.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3406,6 +3811,7 @@ description: Result of parsing fillet-and-shell.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -3414,9 +3820,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "screwHeight", "start": 0, "type": "Identifier" @@ -3432,9 +3840,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "m25Screw", "start": 0, "type": "Identifier" @@ -3445,11 +3855,13 @@ description: Result of parsing fillet-and-shell.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -3464,6 +3876,7 @@ description: Result of parsing fillet-and-shell.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -3478,9 +3891,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "border", "start": 0, "type": "Identifier" @@ -3490,6 +3905,7 @@ description: Result of parsing fillet-and-shell.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -3498,9 +3914,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rpizWidth", "start": 0, "type": "Identifier" @@ -3510,10 +3928,12 @@ description: Result of parsing fillet-and-shell.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3531,6 +3951,7 @@ description: Result of parsing fillet-and-shell.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -3539,9 +3960,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "widthBetweenScrews", "start": 0, "type": "Identifier" @@ -3551,10 +3974,12 @@ description: Result of parsing fillet-and-shell.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3578,6 +4003,7 @@ description: Result of parsing fillet-and-shell.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -3594,6 +4020,7 @@ description: Result of parsing fillet-and-shell.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3603,14 +4030,17 @@ description: Result of parsing fillet-and-shell.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "border", "start": 0, "type": "Identifier" @@ -3624,6 +4054,7 @@ description: Result of parsing fillet-and-shell.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -3632,9 +4063,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rpizLength", "start": 0, "type": "Identifier" @@ -3644,10 +4077,12 @@ description: Result of parsing fillet-and-shell.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3665,6 +4100,7 @@ description: Result of parsing fillet-and-shell.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -3673,9 +4109,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lengthBetweenScrews", "start": 0, "type": "Identifier" @@ -3685,10 +4123,12 @@ description: Result of parsing fillet-and-shell.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3712,6 +4152,7 @@ description: Result of parsing fillet-and-shell.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -3720,9 +4161,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "screwHeight", "start": 0, "type": "Identifier" @@ -3738,9 +4181,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "m25Screw", "start": 0, "type": "Identifier" @@ -3751,11 +4196,13 @@ description: Result of parsing fillet-and-shell.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -3770,6 +4217,7 @@ description: Result of parsing fillet-and-shell.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faces", "start": 0, "type": "Identifier" @@ -3780,6 +4228,7 @@ description: Result of parsing fillet-and-shell.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "'end'", "start": 0, "type": "Literal", @@ -3788,6 +4237,7 @@ description: Result of parsing fillet-and-shell.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3798,6 +4248,7 @@ description: Result of parsing fillet-and-shell.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -3806,9 +4257,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "caseThickness", "start": 0, "type": "Identifier" @@ -3824,9 +4277,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shell", "start": 0, "type": "Identifier" @@ -3837,6 +4292,7 @@ description: Result of parsing fillet-and-shell.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3844,9 +4300,11 @@ description: Result of parsing fillet-and-shell.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "case", "start": 0, "type": "Identifier" @@ -3857,6 +4315,7 @@ description: Result of parsing fillet-and-shell.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -3864,12 +4323,14 @@ description: Result of parsing fillet-and-shell.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3881,6 +4342,7 @@ description: Result of parsing fillet-and-shell.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3892,6 +4354,7 @@ description: Result of parsing fillet-and-shell.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3903,6 +4366,7 @@ description: Result of parsing fillet-and-shell.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3914,6 +4378,7 @@ description: Result of parsing fillet-and-shell.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3925,6 +4390,7 @@ description: Result of parsing fillet-and-shell.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3936,6 +4402,7 @@ description: Result of parsing fillet-and-shell.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3947,6 +4414,7 @@ description: Result of parsing fillet-and-shell.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3958,6 +4426,7 @@ description: Result of parsing fillet-and-shell.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3969,6 +4438,7 @@ description: Result of parsing fillet-and-shell.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3980,6 +4450,7 @@ description: Result of parsing fillet-and-shell.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3991,6 +4462,7 @@ description: Result of parsing fillet-and-shell.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/fillet-and-shell/program_memory.snap b/rust/kcl-lib/tests/fillet-and-shell/program_memory.snap index a9b364b5b..a3bab429b 100644 --- a/rust/kcl-lib/tests/fillet-and-shell/program_memory.snap +++ b/rust/kcl-lib/tests/fillet-and-shell/program_memory.snap @@ -30,6 +30,7 @@ description: Variables in memory after executing fillet-and-shell.kcl "tag": { "commentStart": 878, "end": 884, + "moduleId": 0, "start": 878, "type": "TagDeclarator", "value": "edge1" @@ -43,6 +44,7 @@ description: Variables in memory after executing fillet-and-shell.kcl "tag": { "commentStart": 941, "end": 947, + "moduleId": 0, "start": 941, "type": "TagDeclarator", "value": "edge2" @@ -56,6 +58,7 @@ description: Variables in memory after executing fillet-and-shell.kcl "tag": { "commentStart": 996, "end": 1002, + "moduleId": 0, "start": 996, "type": "TagDeclarator", "value": "edge3" @@ -69,6 +72,7 @@ description: Variables in memory after executing fillet-and-shell.kcl "tag": { "commentStart": 1021, "end": 1027, + "moduleId": 0, "start": 1021, "type": "TagDeclarator", "value": "edge4" @@ -92,6 +96,7 @@ description: Variables in memory after executing fillet-and-shell.kcl "tag": { "commentStart": 878, "end": 884, + "moduleId": 0, "start": 878, "type": "TagDeclarator", "value": "edge1" @@ -117,6 +122,7 @@ description: Variables in memory after executing fillet-and-shell.kcl "tag": { "commentStart": 941, "end": 947, + "moduleId": 0, "start": 941, "type": "TagDeclarator", "value": "edge2" @@ -142,6 +148,7 @@ description: Variables in memory after executing fillet-and-shell.kcl "tag": { "commentStart": 996, "end": 1002, + "moduleId": 0, "start": 996, "type": "TagDeclarator", "value": "edge3" @@ -167,6 +174,7 @@ description: Variables in memory after executing fillet-and-shell.kcl "tag": { "commentStart": 1021, "end": 1027, + "moduleId": 0, "start": 1021, "type": "TagDeclarator", "value": "edge4" diff --git a/rust/kcl-lib/tests/fillet_duplicate_tags/ast.snap b/rust/kcl-lib/tests/fillet_duplicate_tags/ast.snap index aa41eb589..cf0784bbb 100644 --- a/rust/kcl-lib/tests/fillet_duplicate_tags/ast.snap +++ b/rust/kcl-lib/tests/fillet_duplicate_tags/ast.snap @@ -17,6 +17,7 @@ description: Result of parsing fillet_duplicate_tags.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -27,6 +28,7 @@ description: Result of parsing fillet_duplicate_tags.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -39,6 +41,7 @@ description: Result of parsing fillet_duplicate_tags.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -50,6 +53,7 @@ description: Result of parsing fillet_duplicate_tags.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -60,9 +64,11 @@ description: Result of parsing fillet_duplicate_tags.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -73,17 +79,21 @@ description: Result of parsing fillet_duplicate_tags.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -94,6 +104,7 @@ description: Result of parsing fillet_duplicate_tags.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -101,9 +112,11 @@ description: Result of parsing fillet_duplicate_tags.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -122,6 +135,7 @@ description: Result of parsing fillet_duplicate_tags.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -129,6 +143,7 @@ description: Result of parsing fillet_duplicate_tags.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -144,6 +159,7 @@ description: Result of parsing fillet_duplicate_tags.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -151,6 +167,7 @@ description: Result of parsing fillet_duplicate_tags.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -162,9 +179,11 @@ description: Result of parsing fillet_duplicate_tags.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -175,6 +194,7 @@ description: Result of parsing fillet_duplicate_tags.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -187,6 +207,7 @@ description: Result of parsing fillet_duplicate_tags.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -194,6 +215,7 @@ description: Result of parsing fillet_duplicate_tags.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -209,6 +231,7 @@ description: Result of parsing fillet_duplicate_tags.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -216,6 +239,7 @@ description: Result of parsing fillet_duplicate_tags.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -227,9 +251,11 @@ description: Result of parsing fillet_duplicate_tags.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -240,6 +266,7 @@ description: Result of parsing fillet_duplicate_tags.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -252,18 +279,22 @@ description: Result of parsing fillet_duplicate_tags.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -274,12 +305,14 @@ description: Result of parsing fillet_duplicate_tags.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -291,6 +324,7 @@ description: Result of parsing fillet_duplicate_tags.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -298,6 +332,7 @@ description: Result of parsing fillet_duplicate_tags.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -309,9 +344,11 @@ description: Result of parsing fillet_duplicate_tags.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -322,6 +359,7 @@ description: Result of parsing fillet_duplicate_tags.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -334,6 +372,7 @@ description: Result of parsing fillet_duplicate_tags.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -341,6 +380,7 @@ description: Result of parsing fillet_duplicate_tags.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -352,9 +392,11 @@ description: Result of parsing fillet_duplicate_tags.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -365,6 +407,7 @@ description: Result of parsing fillet_duplicate_tags.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -377,6 +420,7 @@ description: Result of parsing fillet_duplicate_tags.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -384,6 +428,7 @@ description: Result of parsing fillet_duplicate_tags.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -399,9 +444,11 @@ description: Result of parsing fillet_duplicate_tags.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -412,6 +459,7 @@ description: Result of parsing fillet_duplicate_tags.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -424,6 +472,7 @@ description: Result of parsing fillet_duplicate_tags.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -431,6 +480,7 @@ description: Result of parsing fillet_duplicate_tags.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -446,6 +496,7 @@ description: Result of parsing fillet_duplicate_tags.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -457,9 +508,11 @@ description: Result of parsing fillet_duplicate_tags.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line003", "start": 0, "type": "Identifier" @@ -470,13 +523,16 @@ description: Result of parsing fillet_duplicate_tags.kcl "type": "Name" }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -487,6 +543,7 @@ description: Result of parsing fillet_duplicate_tags.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -494,9 +551,11 @@ description: Result of parsing fillet_duplicate_tags.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line000", "start": 0, "type": "Identifier" @@ -508,13 +567,16 @@ description: Result of parsing fillet_duplicate_tags.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getPreviousAdjacentEdge", "start": 0, "type": "Identifier" @@ -525,6 +587,7 @@ description: Result of parsing fillet_duplicate_tags.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -532,9 +595,11 @@ description: Result of parsing fillet_duplicate_tags.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line001", "start": 0, "type": "Identifier" @@ -547,6 +612,7 @@ description: Result of parsing fillet_duplicate_tags.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -557,9 +623,11 @@ description: Result of parsing fillet_duplicate_tags.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -570,6 +638,7 @@ description: Result of parsing fillet_duplicate_tags.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -578,10 +647,12 @@ description: Result of parsing fillet_duplicate_tags.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -589,12 +660,14 @@ description: Result of parsing fillet_duplicate_tags.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/flush_batch_on_end/ast.snap b/rust/kcl-lib/tests/flush_batch_on_end/ast.snap index 04c9057cd..dd17275a3 100644 --- a/rust/kcl-lib/tests/flush_batch_on_end/ast.snap +++ b/rust/kcl-lib/tests/flush_batch_on_end/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing flush_batch_on_end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "innerDiameter", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing flush_batch_on_end.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.364", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing flush_batch_on_end.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Set units in inches (in)", "", @@ -52,6 +56,7 @@ description: Result of parsing flush_batch_on_end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "outerDiameter", "start": 0, "type": "Identifier" @@ -62,6 +67,7 @@ description: Result of parsing flush_batch_on_end.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "35", "start": 0, "type": "Literal", @@ -71,10 +77,12 @@ description: Result of parsing flush_batch_on_end.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "64", "start": 0, "type": "Literal", @@ -88,11 +96,13 @@ description: Result of parsing flush_batch_on_end.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -105,6 +115,7 @@ description: Result of parsing flush_batch_on_end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -115,6 +126,7 @@ description: Result of parsing flush_batch_on_end.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -124,6 +136,7 @@ description: Result of parsing flush_batch_on_end.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -131,6 +144,7 @@ description: Result of parsing flush_batch_on_end.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -140,10 +154,12 @@ description: Result of parsing flush_batch_on_end.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -161,11 +177,13 @@ description: Result of parsing flush_batch_on_end.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -178,18 +196,22 @@ description: Result of parsing flush_batch_on_end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch000", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -200,6 +222,7 @@ description: Result of parsing flush_batch_on_end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -207,9 +230,11 @@ description: Result of parsing flush_batch_on_end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -220,11 +245,13 @@ description: Result of parsing flush_batch_on_end.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -242,6 +269,7 @@ description: Result of parsing flush_batch_on_end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "outerProfile", "start": 0, "type": "Identifier" @@ -253,6 +281,7 @@ description: Result of parsing flush_batch_on_end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -263,6 +292,7 @@ description: Result of parsing flush_batch_on_end.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -275,6 +305,7 @@ description: Result of parsing flush_batch_on_end.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -286,6 +317,7 @@ description: Result of parsing flush_batch_on_end.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -296,6 +328,7 @@ description: Result of parsing flush_batch_on_end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -307,9 +340,11 @@ description: Result of parsing flush_batch_on_end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "outerDiameter", "start": 0, "type": "Identifier" @@ -319,10 +354,12 @@ description: Result of parsing flush_batch_on_end.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -342,6 +379,7 @@ description: Result of parsing flush_batch_on_end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -349,6 +387,7 @@ description: Result of parsing flush_batch_on_end.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -360,9 +399,11 @@ description: Result of parsing flush_batch_on_end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -373,6 +414,7 @@ description: Result of parsing flush_batch_on_end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -380,9 +422,11 @@ description: Result of parsing flush_batch_on_end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch000", "start": 0, "type": "Identifier" @@ -393,11 +437,13 @@ description: Result of parsing flush_batch_on_end.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -415,6 +461,7 @@ description: Result of parsing flush_batch_on_end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "innerProfile", "start": 0, "type": "Identifier" @@ -426,6 +473,7 @@ description: Result of parsing flush_batch_on_end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -436,6 +484,7 @@ description: Result of parsing flush_batch_on_end.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -448,6 +497,7 @@ description: Result of parsing flush_batch_on_end.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -459,6 +509,7 @@ description: Result of parsing flush_batch_on_end.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -469,6 +520,7 @@ description: Result of parsing flush_batch_on_end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -480,9 +532,11 @@ description: Result of parsing flush_batch_on_end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "innerDiameter", "start": 0, "type": "Identifier" @@ -492,10 +546,12 @@ description: Result of parsing flush_batch_on_end.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -515,6 +571,7 @@ description: Result of parsing flush_batch_on_end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -522,6 +579,7 @@ description: Result of parsing flush_batch_on_end.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -533,9 +591,11 @@ description: Result of parsing flush_batch_on_end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -546,6 +606,7 @@ description: Result of parsing flush_batch_on_end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -553,9 +614,11 @@ description: Result of parsing flush_batch_on_end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch000", "start": 0, "type": "Identifier" @@ -566,11 +629,13 @@ description: Result of parsing flush_batch_on_end.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -588,6 +653,7 @@ description: Result of parsing flush_batch_on_end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pipeProfile", "start": 0, "type": "Identifier" @@ -598,9 +664,11 @@ description: Result of parsing flush_batch_on_end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "outerProfile", "start": 0, "type": "Identifier" @@ -617,6 +685,7 @@ description: Result of parsing flush_batch_on_end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -625,9 +694,11 @@ description: Result of parsing flush_batch_on_end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "innerProfile", "start": 0, "type": "Identifier" @@ -643,9 +714,11 @@ description: Result of parsing flush_batch_on_end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -656,6 +729,7 @@ description: Result of parsing flush_batch_on_end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -664,12 +738,14 @@ description: Result of parsing flush_batch_on_end.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -686,11 +762,13 @@ description: Result of parsing flush_batch_on_end.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -708,6 +786,7 @@ description: Result of parsing flush_batch_on_end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pipe", "start": 0, "type": "Identifier" @@ -719,6 +798,7 @@ description: Result of parsing flush_batch_on_end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -727,9 +807,11 @@ description: Result of parsing flush_batch_on_end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -745,9 +827,11 @@ description: Result of parsing flush_batch_on_end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -758,6 +842,7 @@ description: Result of parsing flush_batch_on_end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -765,9 +850,11 @@ description: Result of parsing flush_batch_on_end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pipeProfile", "start": 0, "type": "Identifier" @@ -778,11 +865,13 @@ description: Result of parsing flush_batch_on_end.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -794,9 +883,11 @@ description: Result of parsing flush_batch_on_end.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -808,19 +899,23 @@ description: Result of parsing flush_batch_on_end.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -836,12 +931,14 @@ description: Result of parsing flush_batch_on_end.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": {}, "startNodes": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/flush_batch_on_end/program_memory.snap b/rust/kcl-lib/tests/flush_batch_on_end/program_memory.snap index 868aa21d6..ae8ec2844 100644 --- a/rust/kcl-lib/tests/flush_batch_on_end/program_memory.snap +++ b/rust/kcl-lib/tests/flush_batch_on_end/program_memory.snap @@ -50,6 +50,7 @@ description: Variables in memory after executing flush_batch_on_end.kcl "tag": { "commentStart": 515, "end": 522, + "moduleId": 0, "start": 515, "type": "TagDeclarator", "value": "arc001" @@ -175,6 +176,7 @@ description: Variables in memory after executing flush_batch_on_end.kcl "tag": { "commentStart": 360, "end": 367, + "moduleId": 0, "start": 360, "type": "TagDeclarator", "value": "arc000" @@ -264,6 +266,7 @@ description: Variables in memory after executing flush_batch_on_end.kcl "tag": { "commentStart": 360, "end": 367, + "moduleId": 0, "start": 360, "type": "TagDeclarator", "value": "arc000" @@ -293,6 +296,7 @@ description: Variables in memory after executing flush_batch_on_end.kcl "tag": { "commentStart": 360, "end": 367, + "moduleId": 0, "start": 360, "type": "TagDeclarator", "value": "arc000" @@ -400,6 +404,7 @@ description: Variables in memory after executing flush_batch_on_end.kcl "tag": { "commentStart": 360, "end": 367, + "moduleId": 0, "start": 360, "type": "TagDeclarator", "value": "arc000" diff --git a/rust/kcl-lib/tests/function_sketch/ast.snap b/rust/kcl-lib/tests/function_sketch/ast.snap index 4952d68b1..26d918362 100644 --- a/rust/kcl-lib/tests/function_sketch/ast.snap +++ b/rust/kcl-lib/tests/function_sketch/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing function_sketch.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "box", "start": 0, "type": "Identifier" @@ -28,6 +29,7 @@ description: Result of parsing function_sketch.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "myBox", "start": 0, "type": "Identifier" @@ -35,13 +37,16 @@ description: Result of parsing function_sketch.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -52,6 +57,7 @@ description: Result of parsing function_sketch.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -59,9 +65,11 @@ description: Result of parsing function_sketch.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -79,6 +87,7 @@ description: Result of parsing function_sketch.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -89,6 +98,7 @@ description: Result of parsing function_sketch.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -101,6 +111,7 @@ description: Result of parsing function_sketch.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -112,6 +123,7 @@ description: Result of parsing function_sketch.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -122,9 +134,11 @@ description: Result of parsing function_sketch.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -135,6 +149,7 @@ description: Result of parsing function_sketch.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -147,6 +162,7 @@ description: Result of parsing function_sketch.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -157,6 +173,7 @@ description: Result of parsing function_sketch.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -170,9 +187,11 @@ description: Result of parsing function_sketch.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "l", "start": 0, "type": "Identifier" @@ -184,6 +203,7 @@ description: Result of parsing function_sketch.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -194,9 +214,11 @@ description: Result of parsing function_sketch.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -207,6 +229,7 @@ description: Result of parsing function_sketch.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -219,6 +242,7 @@ description: Result of parsing function_sketch.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -230,9 +254,11 @@ description: Result of parsing function_sketch.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "w", "start": 0, "type": "Identifier" @@ -245,6 +271,7 @@ description: Result of parsing function_sketch.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -256,6 +283,7 @@ description: Result of parsing function_sketch.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -266,9 +294,11 @@ description: Result of parsing function_sketch.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -279,6 +309,7 @@ description: Result of parsing function_sketch.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -291,6 +322,7 @@ description: Result of parsing function_sketch.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -301,6 +333,7 @@ description: Result of parsing function_sketch.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -315,9 +348,11 @@ description: Result of parsing function_sketch.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "l", "start": 0, "type": "Identifier" @@ -329,6 +364,7 @@ description: Result of parsing function_sketch.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -336,6 +372,7 @@ description: Result of parsing function_sketch.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -346,9 +383,11 @@ description: Result of parsing function_sketch.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -359,19 +398,23 @@ description: Result of parsing function_sketch.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -382,12 +425,14 @@ description: Result of parsing function_sketch.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -400,6 +445,7 @@ description: Result of parsing function_sketch.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -408,9 +454,11 @@ description: Result of parsing function_sketch.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "h", "start": 0, "type": "Identifier" @@ -426,9 +474,11 @@ description: Result of parsing function_sketch.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -439,6 +489,7 @@ description: Result of parsing function_sketch.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -447,15 +498,18 @@ description: Result of parsing function_sketch.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -465,9 +519,11 @@ description: Result of parsing function_sketch.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "myBox", "start": 0, "type": "Identifier" @@ -479,6 +535,7 @@ description: Result of parsing function_sketch.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -486,12 +543,14 @@ description: Result of parsing function_sketch.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -506,12 +565,14 @@ description: Result of parsing function_sketch.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "h", "start": 0, "type": "Identifier" @@ -522,6 +583,7 @@ description: Result of parsing function_sketch.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "l", "start": 0, "type": "Identifier" @@ -532,6 +594,7 @@ description: Result of parsing function_sketch.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "w", "start": 0, "type": "Identifier" @@ -542,11 +605,13 @@ description: Result of parsing function_sketch.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -559,6 +624,7 @@ description: Result of parsing function_sketch.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fnBox", "start": 0, "type": "Identifier" @@ -570,6 +636,7 @@ description: Result of parsing function_sketch.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "h", "start": 0, "type": "Identifier" @@ -577,6 +644,7 @@ description: Result of parsing function_sketch.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -592,6 +660,7 @@ description: Result of parsing function_sketch.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "l", "start": 0, "type": "Identifier" @@ -599,6 +668,7 @@ description: Result of parsing function_sketch.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -614,6 +684,7 @@ description: Result of parsing function_sketch.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "w", "start": 0, "type": "Identifier" @@ -621,6 +692,7 @@ description: Result of parsing function_sketch.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -636,9 +708,11 @@ description: Result of parsing function_sketch.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "box", "start": 0, "type": "Identifier" @@ -649,16 +723,19 @@ description: Result of parsing function_sketch.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -666,12 +743,14 @@ description: Result of parsing function_sketch.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/function_sketch_with_position/ast.snap b/rust/kcl-lib/tests/function_sketch_with_position/ast.snap index 4b2680396..11f0e1471 100644 --- a/rust/kcl-lib/tests/function_sketch_with_position/ast.snap +++ b/rust/kcl-lib/tests/function_sketch_with_position/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing function_sketch_with_position.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "box", "start": 0, "type": "Identifier" @@ -28,6 +29,7 @@ description: Result of parsing function_sketch_with_position.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "myBox", "start": 0, "type": "Identifier" @@ -35,13 +37,16 @@ description: Result of parsing function_sketch_with_position.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -52,6 +57,7 @@ description: Result of parsing function_sketch_with_position.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -59,9 +65,11 @@ description: Result of parsing function_sketch_with_position.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -79,6 +87,7 @@ description: Result of parsing function_sketch_with_position.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -87,9 +96,11 @@ description: Result of parsing function_sketch_with_position.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p", "start": 0, "type": "Identifier" @@ -105,9 +116,11 @@ description: Result of parsing function_sketch_with_position.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -118,6 +131,7 @@ description: Result of parsing function_sketch_with_position.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -130,6 +144,7 @@ description: Result of parsing function_sketch_with_position.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -140,6 +155,7 @@ description: Result of parsing function_sketch_with_position.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -153,9 +169,11 @@ description: Result of parsing function_sketch_with_position.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "l", "start": 0, "type": "Identifier" @@ -167,6 +185,7 @@ description: Result of parsing function_sketch_with_position.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -177,9 +196,11 @@ description: Result of parsing function_sketch_with_position.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -190,6 +211,7 @@ description: Result of parsing function_sketch_with_position.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -202,6 +224,7 @@ description: Result of parsing function_sketch_with_position.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -213,9 +236,11 @@ description: Result of parsing function_sketch_with_position.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "w", "start": 0, "type": "Identifier" @@ -228,6 +253,7 @@ description: Result of parsing function_sketch_with_position.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -239,6 +265,7 @@ description: Result of parsing function_sketch_with_position.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -249,9 +276,11 @@ description: Result of parsing function_sketch_with_position.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -262,6 +291,7 @@ description: Result of parsing function_sketch_with_position.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -274,6 +304,7 @@ description: Result of parsing function_sketch_with_position.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -284,6 +315,7 @@ description: Result of parsing function_sketch_with_position.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -298,9 +330,11 @@ description: Result of parsing function_sketch_with_position.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "l", "start": 0, "type": "Identifier" @@ -312,6 +346,7 @@ description: Result of parsing function_sketch_with_position.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -319,6 +354,7 @@ description: Result of parsing function_sketch_with_position.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -329,9 +365,11 @@ description: Result of parsing function_sketch_with_position.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -342,19 +380,23 @@ description: Result of parsing function_sketch_with_position.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -365,12 +407,14 @@ description: Result of parsing function_sketch_with_position.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -383,6 +427,7 @@ description: Result of parsing function_sketch_with_position.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -391,9 +436,11 @@ description: Result of parsing function_sketch_with_position.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "h", "start": 0, "type": "Identifier" @@ -409,9 +456,11 @@ description: Result of parsing function_sketch_with_position.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -422,6 +471,7 @@ description: Result of parsing function_sketch_with_position.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -430,15 +480,18 @@ description: Result of parsing function_sketch_with_position.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -448,9 +501,11 @@ description: Result of parsing function_sketch_with_position.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "myBox", "start": 0, "type": "Identifier" @@ -462,6 +517,7 @@ description: Result of parsing function_sketch_with_position.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -469,12 +525,14 @@ description: Result of parsing function_sketch_with_position.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -489,12 +547,14 @@ description: Result of parsing function_sketch_with_position.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p", "start": 0, "type": "Identifier" @@ -505,6 +565,7 @@ description: Result of parsing function_sketch_with_position.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "h", "start": 0, "type": "Identifier" @@ -515,6 +576,7 @@ description: Result of parsing function_sketch_with_position.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "l", "start": 0, "type": "Identifier" @@ -525,6 +587,7 @@ description: Result of parsing function_sketch_with_position.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "w", "start": 0, "type": "Identifier" @@ -535,11 +598,13 @@ description: Result of parsing function_sketch_with_position.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -552,6 +617,7 @@ description: Result of parsing function_sketch_with_position.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thing", "start": 0, "type": "Identifier" @@ -563,6 +629,7 @@ description: Result of parsing function_sketch_with_position.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p", "start": 0, "type": "Identifier" @@ -573,6 +640,7 @@ description: Result of parsing function_sketch_with_position.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -585,6 +653,7 @@ description: Result of parsing function_sketch_with_position.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -596,6 +665,7 @@ description: Result of parsing function_sketch_with_position.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -606,6 +676,7 @@ description: Result of parsing function_sketch_with_position.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "h", "start": 0, "type": "Identifier" @@ -613,6 +684,7 @@ description: Result of parsing function_sketch_with_position.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -628,6 +700,7 @@ description: Result of parsing function_sketch_with_position.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "l", "start": 0, "type": "Identifier" @@ -635,6 +708,7 @@ description: Result of parsing function_sketch_with_position.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -650,6 +724,7 @@ description: Result of parsing function_sketch_with_position.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "w", "start": 0, "type": "Identifier" @@ -657,6 +732,7 @@ description: Result of parsing function_sketch_with_position.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -672,9 +748,11 @@ description: Result of parsing function_sketch_with_position.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "box", "start": 0, "type": "Identifier" @@ -685,16 +763,19 @@ description: Result of parsing function_sketch_with_position.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -702,12 +783,14 @@ description: Result of parsing function_sketch_with_position.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/helix_ccw/ast.snap b/rust/kcl-lib/tests/helix_ccw/ast.snap index 6222e48a4..8f4a8a153 100644 --- a/rust/kcl-lib/tests/helix_ccw/ast.snap +++ b/rust/kcl-lib/tests/helix_ccw/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing helix_ccw.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part001", "start": 0, "type": "Identifier" @@ -20,13 +21,16 @@ description: Result of parsing helix_ccw.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -37,6 +41,7 @@ description: Result of parsing helix_ccw.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -44,9 +49,11 @@ description: Result of parsing helix_ccw.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -64,6 +71,7 @@ description: Result of parsing helix_ccw.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -74,6 +82,7 @@ description: Result of parsing helix_ccw.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -86,6 +95,7 @@ description: Result of parsing helix_ccw.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -97,6 +107,7 @@ description: Result of parsing helix_ccw.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -107,6 +118,7 @@ description: Result of parsing helix_ccw.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -114,6 +126,7 @@ description: Result of parsing helix_ccw.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -129,9 +142,11 @@ description: Result of parsing helix_ccw.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -142,6 +157,7 @@ description: Result of parsing helix_ccw.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -154,6 +170,7 @@ description: Result of parsing helix_ccw.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -161,6 +178,7 @@ description: Result of parsing helix_ccw.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -176,9 +194,11 @@ description: Result of parsing helix_ccw.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -189,6 +209,7 @@ description: Result of parsing helix_ccw.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -201,6 +222,7 @@ description: Result of parsing helix_ccw.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolutions", "start": 0, "type": "Identifier" @@ -208,6 +230,7 @@ description: Result of parsing helix_ccw.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "16", "start": 0, "type": "Literal", @@ -223,6 +246,7 @@ description: Result of parsing helix_ccw.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -230,6 +254,7 @@ description: Result of parsing helix_ccw.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -245,6 +270,7 @@ description: Result of parsing helix_ccw.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ccw", "start": 0, "type": "Identifier" @@ -252,6 +278,7 @@ description: Result of parsing helix_ccw.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -264,6 +291,7 @@ description: Result of parsing helix_ccw.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cylinder", "start": 0, "type": "Identifier" @@ -271,6 +299,7 @@ description: Result of parsing helix_ccw.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -281,9 +310,11 @@ description: Result of parsing helix_ccw.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helix", "start": 0, "type": "Identifier" @@ -294,6 +325,7 @@ description: Result of parsing helix_ccw.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -302,15 +334,18 @@ description: Result of parsing helix_ccw.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -318,6 +353,7 @@ description: Result of parsing helix_ccw.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/helix_simple/ast.snap b/rust/kcl-lib/tests/helix_simple/ast.snap index 62d7f6418..43e93681f 100644 --- a/rust/kcl-lib/tests/helix_simple/ast.snap +++ b/rust/kcl-lib/tests/helix_simple/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing helix_simple.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helper001", "start": 0, "type": "Identifier" @@ -20,13 +21,16 @@ description: Result of parsing helix_simple.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -37,6 +41,7 @@ description: Result of parsing helix_simple.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -44,9 +49,11 @@ description: Result of parsing helix_simple.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -64,6 +71,7 @@ description: Result of parsing helix_simple.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -74,6 +82,7 @@ description: Result of parsing helix_simple.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -86,6 +95,7 @@ description: Result of parsing helix_simple.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -97,6 +107,7 @@ description: Result of parsing helix_simple.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -107,9 +118,11 @@ description: Result of parsing helix_simple.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -120,6 +133,7 @@ description: Result of parsing helix_simple.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -132,6 +146,7 @@ description: Result of parsing helix_simple.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -142,6 +157,7 @@ description: Result of parsing helix_simple.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -154,6 +170,7 @@ description: Result of parsing helix_simple.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -165,6 +182,7 @@ description: Result of parsing helix_simple.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -175,6 +193,7 @@ description: Result of parsing helix_simple.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -182,6 +201,7 @@ description: Result of parsing helix_simple.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -193,9 +213,11 @@ description: Result of parsing helix_simple.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -206,6 +228,7 @@ description: Result of parsing helix_simple.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -214,15 +237,18 @@ description: Result of parsing helix_simple.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Create a helix around an edge." ], @@ -238,6 +264,7 @@ description: Result of parsing helix_simple.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixPath", "start": 0, "type": "Identifier" @@ -249,6 +276,7 @@ description: Result of parsing helix_simple.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -256,6 +284,7 @@ description: Result of parsing helix_simple.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -271,6 +300,7 @@ description: Result of parsing helix_simple.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ccw", "start": 0, "type": "Identifier" @@ -278,6 +308,7 @@ description: Result of parsing helix_simple.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -290,6 +321,7 @@ description: Result of parsing helix_simple.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolutions", "start": 0, "type": "Identifier" @@ -297,6 +329,7 @@ description: Result of parsing helix_simple.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -312,6 +345,7 @@ description: Result of parsing helix_simple.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -319,6 +353,7 @@ description: Result of parsing helix_simple.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -334,6 +369,7 @@ description: Result of parsing helix_simple.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -341,6 +377,7 @@ description: Result of parsing helix_simple.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -356,6 +393,7 @@ description: Result of parsing helix_simple.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -364,9 +402,11 @@ description: Result of parsing helix_simple.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "edge001", "start": 0, "type": "Identifier" @@ -382,9 +422,11 @@ description: Result of parsing helix_simple.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helix", "start": 0, "type": "Identifier" @@ -395,16 +437,19 @@ description: Result of parsing helix_simple.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -412,12 +457,14 @@ description: Result of parsing helix_simple.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/helix_simple/program_memory.snap b/rust/kcl-lib/tests/helix_simple/program_memory.snap index fb00ad03d..52703915c 100644 --- a/rust/kcl-lib/tests/helix_simple/program_memory.snap +++ b/rust/kcl-lib/tests/helix_simple/program_memory.snap @@ -40,6 +40,7 @@ description: Variables in memory after executing helix_simple.kcl "tag": { "commentStart": 126, "end": 134, + "moduleId": 0, "start": 126, "type": "TagDeclarator", "value": "edge001" diff --git a/rust/kcl-lib/tests/i_shape/ast.snap b/rust/kcl-lib/tests/i_shape/ast.snap index e3b60fa38..9f5e793d5 100644 --- a/rust/kcl-lib/tests/i_shape/ast.snap +++ b/rust/kcl-lib/tests/i_shape/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing i_shape.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "d_wrist_circumference", "start": 0, "type": "Identifier" @@ -23,6 +24,7 @@ description: Result of parsing i_shape.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "22.8", "start": 0, "type": "Literal", @@ -35,6 +37,7 @@ description: Result of parsing i_shape.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10.7", "start": 0, "type": "Literal", @@ -47,6 +50,7 @@ description: Result of parsing i_shape.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "16.4", "start": 0, "type": "Literal", @@ -59,6 +63,7 @@ description: Result of parsing i_shape.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "18.5", "start": 0, "type": "Literal", @@ -70,15 +75,18 @@ description: Result of parsing i_shape.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -91,6 +99,7 @@ description: Result of parsing i_shape.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -108,13 +117,16 @@ description: Result of parsing i_shape.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "d_wrist_circumference", "start": 0, "type": "Identifier" @@ -127,6 +139,7 @@ description: Result of parsing i_shape.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -140,18 +153,22 @@ description: Result of parsing i_shape.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "d_wrist_circumference", "start": 0, "type": "Identifier" @@ -164,6 +181,7 @@ description: Result of parsing i_shape.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -181,18 +199,22 @@ description: Result of parsing i_shape.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "d_wrist_circumference", "start": 0, "type": "Identifier" @@ -205,6 +227,7 @@ description: Result of parsing i_shape.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -222,18 +245,22 @@ description: Result of parsing i_shape.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "d_wrist_circumference", "start": 0, "type": "Identifier" @@ -246,6 +273,7 @@ description: Result of parsing i_shape.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -263,11 +291,13 @@ description: Result of parsing i_shape.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -280,6 +310,7 @@ description: Result of parsing i_shape.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -287,6 +318,7 @@ description: Result of parsing i_shape.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "120.0", "start": 0, "type": "Literal", @@ -296,11 +328,13 @@ description: Result of parsing i_shape.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -313,6 +347,7 @@ description: Result of parsing i_shape.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hand_thickness", "start": 0, "type": "Identifier" @@ -320,6 +355,7 @@ description: Result of parsing i_shape.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "24.0", "start": 0, "type": "Literal", @@ -329,11 +365,13 @@ description: Result of parsing i_shape.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -346,6 +384,7 @@ description: Result of parsing i_shape.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -353,6 +392,7 @@ description: Result of parsing i_shape.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.0", "start": 0, "type": "Literal", @@ -362,11 +402,13 @@ description: Result of parsing i_shape.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -379,6 +421,7 @@ description: Result of parsing i_shape.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "brace_base", "start": 0, "type": "Identifier" @@ -386,13 +429,16 @@ description: Result of parsing i_shape.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -403,6 +449,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -410,9 +457,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -430,6 +479,7 @@ description: Result of parsing i_shape.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -441,9 +491,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -456,6 +508,7 @@ description: Result of parsing i_shape.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -467,6 +520,7 @@ description: Result of parsing i_shape.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -477,9 +531,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -490,6 +546,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -502,6 +559,7 @@ description: Result of parsing i_shape.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -516,9 +574,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -528,14 +588,17 @@ description: Result of parsing i_shape.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -552,6 +615,7 @@ description: Result of parsing i_shape.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -563,6 +627,7 @@ description: Result of parsing i_shape.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -573,9 +638,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -586,6 +653,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -598,6 +666,7 @@ description: Result of parsing i_shape.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -609,9 +678,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -625,9 +696,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -639,6 +712,7 @@ description: Result of parsing i_shape.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -649,9 +723,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -662,6 +738,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -674,6 +751,7 @@ description: Result of parsing i_shape.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -684,6 +762,7 @@ description: Result of parsing i_shape.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25.0", "start": 0, "type": "Literal", @@ -693,14 +772,17 @@ description: Result of parsing i_shape.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -720,9 +802,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -733,6 +817,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -745,6 +830,7 @@ description: Result of parsing i_shape.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -757,9 +843,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -771,6 +859,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -780,9 +869,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -794,6 +885,7 @@ description: Result of parsing i_shape.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -804,9 +896,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -817,6 +911,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -829,6 +924,7 @@ description: Result of parsing i_shape.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -841,13 +937,16 @@ description: Result of parsing i_shape.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "d_wrist_circumference", "start": 0, "type": "Identifier" @@ -860,6 +959,7 @@ description: Result of parsing i_shape.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -873,6 +973,7 @@ description: Result of parsing i_shape.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -881,9 +982,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -893,10 +996,12 @@ description: Result of parsing i_shape.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -916,6 +1021,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -927,9 +1033,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -940,6 +1048,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -952,6 +1061,7 @@ description: Result of parsing i_shape.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -964,9 +1074,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -978,6 +1090,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -987,9 +1100,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -1001,6 +1116,7 @@ description: Result of parsing i_shape.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1011,9 +1127,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1024,6 +1142,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1036,6 +1155,7 @@ description: Result of parsing i_shape.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1053,9 +1173,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1065,10 +1187,12 @@ description: Result of parsing i_shape.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25.0", "start": 0, "type": "Literal", @@ -1082,10 +1206,12 @@ description: Result of parsing i_shape.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "23.0", "start": 0, "type": "Literal", @@ -1099,6 +1225,7 @@ description: Result of parsing i_shape.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -1107,9 +1234,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -1119,10 +1248,12 @@ description: Result of parsing i_shape.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1146,9 +1277,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1159,6 +1292,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1171,6 +1305,7 @@ description: Result of parsing i_shape.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1182,9 +1317,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -1198,9 +1335,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -1212,6 +1351,7 @@ description: Result of parsing i_shape.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1222,9 +1362,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1235,6 +1377,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1247,6 +1390,7 @@ description: Result of parsing i_shape.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1257,6 +1401,7 @@ description: Result of parsing i_shape.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.0", "start": 0, "type": "Literal", @@ -1266,6 +1411,7 @@ description: Result of parsing i_shape.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -1274,9 +1420,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -1286,10 +1434,12 @@ description: Result of parsing i_shape.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1313,9 +1463,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1326,6 +1478,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1338,6 +1491,7 @@ description: Result of parsing i_shape.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1349,9 +1503,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -1365,9 +1521,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -1379,6 +1537,7 @@ description: Result of parsing i_shape.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1389,9 +1548,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1402,6 +1563,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1414,6 +1576,7 @@ description: Result of parsing i_shape.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1424,6 +1587,7 @@ description: Result of parsing i_shape.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "23.0", "start": 0, "type": "Literal", @@ -1433,14 +1597,17 @@ description: Result of parsing i_shape.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -1460,9 +1627,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1473,6 +1642,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1485,6 +1655,7 @@ description: Result of parsing i_shape.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1497,9 +1668,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -1511,6 +1684,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1520,9 +1694,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -1534,6 +1710,7 @@ description: Result of parsing i_shape.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1544,9 +1721,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1557,6 +1736,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1569,6 +1749,7 @@ description: Result of parsing i_shape.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1587,9 +1768,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hand_thickness", "start": 0, "type": "Identifier" @@ -1599,10 +1782,12 @@ description: Result of parsing i_shape.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.0", "start": 0, "type": "Literal", @@ -1616,10 +1801,12 @@ description: Result of parsing i_shape.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.0", "start": 0, "type": "Literal", @@ -1633,6 +1820,7 @@ description: Result of parsing i_shape.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -1641,9 +1829,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -1653,10 +1843,12 @@ description: Result of parsing i_shape.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1676,6 +1868,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1687,9 +1880,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1700,6 +1895,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1712,6 +1908,7 @@ description: Result of parsing i_shape.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1724,9 +1921,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -1738,6 +1937,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1748,9 +1948,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -1762,6 +1964,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1769,6 +1972,7 @@ description: Result of parsing i_shape.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1779,9 +1983,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1792,6 +1998,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1804,6 +2011,7 @@ description: Result of parsing i_shape.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1815,6 +2023,7 @@ description: Result of parsing i_shape.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "23.0", "start": 0, "type": "Literal", @@ -1824,14 +2033,17 @@ description: Result of parsing i_shape.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -1847,6 +2059,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1858,9 +2071,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1871,6 +2086,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1883,6 +2099,7 @@ description: Result of parsing i_shape.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1894,9 +2111,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -1911,9 +2130,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -1925,6 +2146,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1932,6 +2154,7 @@ description: Result of parsing i_shape.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1942,9 +2165,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1955,6 +2180,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1967,6 +2193,7 @@ description: Result of parsing i_shape.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1977,6 +2204,7 @@ description: Result of parsing i_shape.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.0", "start": 0, "type": "Literal", @@ -1986,6 +2214,7 @@ description: Result of parsing i_shape.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -1994,9 +2223,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -2006,10 +2237,12 @@ description: Result of parsing i_shape.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2033,9 +2266,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -2046,6 +2281,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2058,6 +2294,7 @@ description: Result of parsing i_shape.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2069,9 +2306,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -2086,9 +2325,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -2100,6 +2341,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2107,6 +2349,7 @@ description: Result of parsing i_shape.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2117,9 +2360,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -2130,6 +2375,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2142,6 +2388,7 @@ description: Result of parsing i_shape.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2160,9 +2407,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2172,10 +2421,12 @@ description: Result of parsing i_shape.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25.0", "start": 0, "type": "Literal", @@ -2189,10 +2440,12 @@ description: Result of parsing i_shape.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "23.0", "start": 0, "type": "Literal", @@ -2206,6 +2459,7 @@ description: Result of parsing i_shape.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -2214,9 +2468,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -2226,10 +2482,12 @@ description: Result of parsing i_shape.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2249,6 +2507,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2260,9 +2519,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -2273,6 +2534,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2285,6 +2547,7 @@ description: Result of parsing i_shape.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2297,9 +2560,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -2311,6 +2576,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2321,9 +2587,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -2335,6 +2603,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2342,6 +2611,7 @@ description: Result of parsing i_shape.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2352,9 +2622,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -2365,6 +2637,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2377,6 +2650,7 @@ description: Result of parsing i_shape.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2398,13 +2672,16 @@ description: Result of parsing i_shape.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "d_wrist_circumference", "start": 0, "type": "Identifier" @@ -2417,6 +2694,7 @@ description: Result of parsing i_shape.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -2430,18 +2708,22 @@ description: Result of parsing i_shape.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "d_wrist_circumference", "start": 0, "type": "Identifier" @@ -2454,6 +2736,7 @@ description: Result of parsing i_shape.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2471,18 +2754,22 @@ description: Result of parsing i_shape.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "d_wrist_circumference", "start": 0, "type": "Identifier" @@ -2495,6 +2782,7 @@ description: Result of parsing i_shape.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -2512,14 +2800,17 @@ description: Result of parsing i_shape.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hand_thickness", "start": 0, "type": "Identifier" @@ -2533,14 +2824,17 @@ description: Result of parsing i_shape.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -2556,6 +2850,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2567,9 +2862,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -2580,6 +2877,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2592,6 +2890,7 @@ description: Result of parsing i_shape.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2604,9 +2903,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -2618,6 +2919,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2628,9 +2930,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -2642,6 +2946,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2649,6 +2954,7 @@ description: Result of parsing i_shape.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2659,9 +2965,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -2672,6 +2980,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2684,6 +2993,7 @@ description: Result of parsing i_shape.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2695,6 +3005,7 @@ description: Result of parsing i_shape.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25.0", "start": 0, "type": "Literal", @@ -2704,14 +3015,17 @@ description: Result of parsing i_shape.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -2727,6 +3041,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2738,9 +3053,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -2751,6 +3068,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2763,6 +3081,7 @@ description: Result of parsing i_shape.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2774,9 +3093,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -2791,9 +3112,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -2805,6 +3128,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2812,6 +3136,7 @@ description: Result of parsing i_shape.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2822,9 +3147,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -2835,19 +3162,23 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -2858,12 +3189,14 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2872,15 +3205,18 @@ description: Result of parsing i_shape.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2900,6 +3236,7 @@ description: Result of parsing i_shape.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "inner", "start": 0, "type": "Identifier" @@ -2907,13 +3244,16 @@ description: Result of parsing i_shape.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2924,6 +3264,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2931,9 +3272,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -2951,6 +3294,7 @@ description: Result of parsing i_shape.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -2961,6 +3305,7 @@ description: Result of parsing i_shape.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2973,6 +3318,7 @@ description: Result of parsing i_shape.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2984,6 +3330,7 @@ description: Result of parsing i_shape.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2994,9 +3341,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -3007,6 +3356,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3019,6 +3369,7 @@ description: Result of parsing i_shape.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3026,6 +3377,7 @@ description: Result of parsing i_shape.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -3041,9 +3393,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -3054,6 +3408,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3066,6 +3421,7 @@ description: Result of parsing i_shape.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -3077,9 +3433,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -3093,9 +3451,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -3107,6 +3467,7 @@ description: Result of parsing i_shape.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3117,9 +3478,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -3130,6 +3493,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3142,6 +3506,7 @@ description: Result of parsing i_shape.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3152,6 +3517,7 @@ description: Result of parsing i_shape.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25.0", "start": 0, "type": "Literal", @@ -3161,6 +3527,7 @@ description: Result of parsing i_shape.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -3169,9 +3536,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -3181,10 +3550,12 @@ description: Result of parsing i_shape.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3208,9 +3579,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -3221,6 +3594,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3233,6 +3607,7 @@ description: Result of parsing i_shape.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -3245,9 +3620,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -3259,6 +3636,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3268,9 +3646,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -3282,6 +3662,7 @@ description: Result of parsing i_shape.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3292,9 +3673,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -3305,6 +3688,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3317,6 +3701,7 @@ description: Result of parsing i_shape.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3325,6 +3710,7 @@ description: Result of parsing i_shape.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -3336,6 +3722,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3347,9 +3734,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -3360,6 +3749,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3372,6 +3762,7 @@ description: Result of parsing i_shape.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -3384,9 +3775,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -3398,6 +3791,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3408,9 +3802,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -3422,6 +3818,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3429,6 +3826,7 @@ description: Result of parsing i_shape.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3439,9 +3837,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -3452,6 +3852,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3464,6 +3865,7 @@ description: Result of parsing i_shape.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3475,6 +3877,7 @@ description: Result of parsing i_shape.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25.0", "start": 0, "type": "Literal", @@ -3484,6 +3887,7 @@ description: Result of parsing i_shape.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -3492,9 +3896,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -3504,10 +3910,12 @@ description: Result of parsing i_shape.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3527,6 +3935,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3538,9 +3947,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -3551,6 +3962,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3563,6 +3975,7 @@ description: Result of parsing i_shape.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -3574,9 +3987,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -3591,9 +4006,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corner_radius", "start": 0, "type": "Identifier" @@ -3605,6 +4022,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3612,6 +4030,7 @@ description: Result of parsing i_shape.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3622,9 +4041,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -3635,19 +4056,23 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -3658,12 +4083,14 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3672,15 +4099,18 @@ description: Result of parsing i_shape.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3693,6 +4123,7 @@ description: Result of parsing i_shape.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "final", "start": 0, "type": "Identifier" @@ -3703,9 +4134,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "brace_base", "start": 0, "type": "Identifier" @@ -3722,6 +4155,7 @@ description: Result of parsing i_shape.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -3730,9 +4164,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "inner", "start": 0, "type": "Identifier" @@ -3748,9 +4184,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -3761,6 +4199,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3773,6 +4212,7 @@ description: Result of parsing i_shape.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3780,6 +4220,7 @@ description: Result of parsing i_shape.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.0", "start": 0, "type": "Literal", @@ -3795,9 +4236,11 @@ description: Result of parsing i_shape.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -3808,6 +4251,7 @@ description: Result of parsing i_shape.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3816,15 +4260,18 @@ description: Result of parsing i_shape.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3832,12 +4279,14 @@ description: Result of parsing i_shape.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "5": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3849,6 +4298,7 @@ description: Result of parsing i_shape.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/if_else/ast.snap b/rust/kcl-lib/tests/if_else/ast.snap index 4bfe18779..dc2051937 100644 --- a/rust/kcl-lib/tests/if_else/ast.snap +++ b/rust/kcl-lib/tests/if_else/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing if_else.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "a", "start": 0, "type": "Identifier" @@ -22,6 +23,7 @@ description: Result of parsing if_else.kcl "cond": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -35,6 +37,7 @@ description: Result of parsing if_else.kcl "cond": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -43,6 +46,7 @@ description: Result of parsing if_else.kcl }, "digest": null, "end": 0, + "moduleId": 0, "start": 0, "then_val": { "body": [ @@ -52,6 +56,7 @@ description: Result of parsing if_else.kcl "expression": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -61,6 +66,7 @@ description: Result of parsing if_else.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -68,6 +74,7 @@ description: Result of parsing if_else.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "type": "ElseIf" @@ -82,6 +89,7 @@ description: Result of parsing if_else.kcl "expression": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -91,6 +99,7 @@ description: Result of parsing if_else.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -98,8 +107,10 @@ description: Result of parsing if_else.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, + "moduleId": 0, "start": 0, "then_val": { "body": [ @@ -109,6 +120,7 @@ description: Result of parsing if_else.kcl "expression": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -118,6 +130,7 @@ description: Result of parsing if_else.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -125,16 +138,19 @@ description: Result of parsing if_else.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "type": "IfExpression", "type": "IfExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -149,6 +165,7 @@ description: Result of parsing if_else.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -156,6 +173,7 @@ description: Result of parsing if_else.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -171,6 +189,7 @@ description: Result of parsing if_else.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -178,6 +197,7 @@ description: Result of parsing if_else.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"the 'if' branch gets returned\"", "start": 0, "type": "Literal", @@ -190,9 +210,11 @@ description: Result of parsing if_else.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -203,6 +225,7 @@ description: Result of parsing if_else.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -210,9 +233,11 @@ description: Result of parsing if_else.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "a", "start": 0, "type": "Identifier" @@ -223,6 +248,7 @@ description: Result of parsing if_else.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -235,6 +261,7 @@ description: Result of parsing if_else.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "b", "start": 0, "type": "Identifier" @@ -244,6 +271,7 @@ description: Result of parsing if_else.kcl "cond": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "false", "start": 0, "type": "Literal", @@ -257,6 +285,7 @@ description: Result of parsing if_else.kcl "cond": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -265,6 +294,7 @@ description: Result of parsing if_else.kcl }, "digest": null, "end": 0, + "moduleId": 0, "start": 0, "then_val": { "body": [ @@ -274,6 +304,7 @@ description: Result of parsing if_else.kcl "expression": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -283,6 +314,7 @@ description: Result of parsing if_else.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -290,6 +322,7 @@ description: Result of parsing if_else.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "type": "ElseIf" @@ -304,6 +337,7 @@ description: Result of parsing if_else.kcl "expression": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -313,6 +347,7 @@ description: Result of parsing if_else.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -320,8 +355,10 @@ description: Result of parsing if_else.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, + "moduleId": 0, "start": 0, "then_val": { "body": [ @@ -331,6 +368,7 @@ description: Result of parsing if_else.kcl "expression": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -340,6 +378,7 @@ description: Result of parsing if_else.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -347,16 +386,19 @@ description: Result of parsing if_else.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "type": "IfExpression", "type": "IfExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -371,6 +413,7 @@ description: Result of parsing if_else.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -378,6 +421,7 @@ description: Result of parsing if_else.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -393,6 +437,7 @@ description: Result of parsing if_else.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -400,6 +445,7 @@ description: Result of parsing if_else.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"the 'else if' branch gets returned\"", "start": 0, "type": "Literal", @@ -412,9 +458,11 @@ description: Result of parsing if_else.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -425,6 +473,7 @@ description: Result of parsing if_else.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -432,9 +481,11 @@ description: Result of parsing if_else.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "b", "start": 0, "type": "Identifier" @@ -445,6 +496,7 @@ description: Result of parsing if_else.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -457,6 +509,7 @@ description: Result of parsing if_else.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "c", "start": 0, "type": "Identifier" @@ -466,6 +519,7 @@ description: Result of parsing if_else.kcl "cond": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "false", "start": 0, "type": "Literal", @@ -479,6 +533,7 @@ description: Result of parsing if_else.kcl "cond": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "false", "start": 0, "type": "Literal", @@ -487,6 +542,7 @@ description: Result of parsing if_else.kcl }, "digest": null, "end": 0, + "moduleId": 0, "start": 0, "then_val": { "body": [ @@ -496,6 +552,7 @@ description: Result of parsing if_else.kcl "expression": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -505,6 +562,7 @@ description: Result of parsing if_else.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -512,6 +570,7 @@ description: Result of parsing if_else.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "type": "ElseIf" @@ -526,6 +585,7 @@ description: Result of parsing if_else.kcl "expression": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -535,6 +595,7 @@ description: Result of parsing if_else.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -542,8 +603,10 @@ description: Result of parsing if_else.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, + "moduleId": 0, "start": 0, "then_val": { "body": [ @@ -553,6 +616,7 @@ description: Result of parsing if_else.kcl "expression": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -562,6 +626,7 @@ description: Result of parsing if_else.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -569,16 +634,19 @@ description: Result of parsing if_else.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "type": "IfExpression", "type": "IfExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -593,6 +661,7 @@ description: Result of parsing if_else.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -600,6 +669,7 @@ description: Result of parsing if_else.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -615,6 +685,7 @@ description: Result of parsing if_else.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -622,6 +693,7 @@ description: Result of parsing if_else.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"the 'else' branch gets returned\"", "start": 0, "type": "Literal", @@ -634,9 +706,11 @@ description: Result of parsing if_else.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -647,6 +721,7 @@ description: Result of parsing if_else.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -654,9 +729,11 @@ description: Result of parsing if_else.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "c", "start": 0, "type": "Identifier" @@ -667,6 +744,7 @@ description: Result of parsing if_else.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -674,12 +752,14 @@ description: Result of parsing if_else.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -691,6 +771,7 @@ description: Result of parsing if_else.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -703,6 +784,7 @@ description: Result of parsing if_else.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -714,6 +796,7 @@ description: Result of parsing if_else.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/import_async/ast.snap b/rust/kcl-lib/tests/import_async/ast.snap index f12bc507d..8dc1fedf1 100644 --- a/rust/kcl-lib/tests/import_async/ast.snap +++ b/rust/kcl-lib/tests/import_async/ast.snap @@ -8,10 +8,12 @@ description: Result of parsing import_async.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "outerAttrs": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "name": null, "properties": [ { @@ -20,19 +22,23 @@ description: Result of parsing import_async.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "m", "start": 0, "type": "Identifier" @@ -57,6 +63,7 @@ description: Result of parsing import_async.kcl "alias": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "screw", "start": 0, "type": "Identifier" @@ -74,6 +81,7 @@ description: Result of parsing import_async.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "myScrew", "start": 0, "type": "Identifier" @@ -82,9 +90,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "screw", "start": 0, "type": "Identifier" @@ -94,11 +104,13 @@ description: Result of parsing import_async.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -111,6 +123,7 @@ description: Result of parsing import_async.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helicalGear", "start": 0, "type": "Identifier" @@ -126,6 +139,7 @@ description: Result of parsing import_async.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitchDiameter", "start": 0, "type": "Identifier" @@ -137,9 +151,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -149,14 +165,17 @@ description: Result of parsing import_async.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -170,11 +189,13 @@ description: Result of parsing import_async.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Calculate gear parameters" ], @@ -190,6 +211,7 @@ description: Result of parsing import_async.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "addendum", "start": 0, "type": "Identifier" @@ -198,9 +220,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -210,11 +234,13 @@ description: Result of parsing import_async.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -227,6 +253,7 @@ description: Result of parsing import_async.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "deddendum", "start": 0, "type": "Identifier" @@ -237,6 +264,7 @@ description: Result of parsing import_async.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.25", "start": 0, "type": "Literal", @@ -246,14 +274,17 @@ description: Result of parsing import_async.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -267,11 +298,13 @@ description: Result of parsing import_async.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -284,6 +317,7 @@ description: Result of parsing import_async.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -295,9 +329,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitchDiameter", "start": 0, "type": "Identifier" @@ -307,15 +343,19 @@ description: Result of parsing import_async.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -326,6 +366,7 @@ description: Result of parsing import_async.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -333,9 +374,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pressureAngle", "start": 0, "type": "Identifier" @@ -350,11 +393,13 @@ description: Result of parsing import_async.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -367,6 +412,7 @@ description: Result of parsing import_async.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -378,9 +424,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitchDiameter", "start": 0, "type": "Identifier" @@ -390,6 +438,7 @@ description: Result of parsing import_async.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -397,6 +446,7 @@ description: Result of parsing import_async.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -406,14 +456,17 @@ description: Result of parsing import_async.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -431,11 +484,13 @@ description: Result of parsing import_async.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -448,6 +503,7 @@ description: Result of parsing import_async.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keywayWidth", "start": 0, "type": "Identifier" @@ -455,6 +511,7 @@ description: Result of parsing import_async.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -464,11 +521,13 @@ description: Result of parsing import_async.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -486,6 +545,7 @@ description: Result of parsing import_async.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keywayDepth", "start": 0, "type": "Identifier" @@ -497,9 +557,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keywayWidth", "start": 0, "type": "Identifier" @@ -509,10 +571,12 @@ description: Result of parsing import_async.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -526,11 +590,13 @@ description: Result of parsing import_async.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -543,6 +609,7 @@ description: Result of parsing import_async.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDiam", "start": 0, "type": "Identifier" @@ -550,6 +617,7 @@ description: Result of parsing import_async.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7", "start": 0, "type": "Literal", @@ -559,11 +627,13 @@ description: Result of parsing import_async.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -576,6 +646,7 @@ description: Result of parsing import_async.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeRadius", "start": 0, "type": "Identifier" @@ -587,9 +658,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDiam", "start": 0, "type": "Identifier" @@ -599,10 +672,12 @@ description: Result of parsing import_async.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -616,11 +691,13 @@ description: Result of parsing import_async.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -633,18 +710,22 @@ description: Result of parsing import_async.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startAngle", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "asin", "start": 0, "type": "Identifier" @@ -655,6 +736,7 @@ description: Result of parsing import_async.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -668,9 +750,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keywayWidth", "start": 0, "type": "Identifier" @@ -680,10 +764,12 @@ description: Result of parsing import_async.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -697,14 +783,17 @@ description: Result of parsing import_async.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeRadius", "start": 0, "type": "Identifier" @@ -719,11 +808,13 @@ description: Result of parsing import_async.kcl "type": "BinaryExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -736,6 +827,7 @@ description: Result of parsing import_async.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeWithKeyway", "start": 0, "type": "Identifier" @@ -743,13 +835,16 @@ description: Result of parsing import_async.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -760,6 +855,7 @@ description: Result of parsing import_async.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -767,9 +863,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -787,6 +885,7 @@ description: Result of parsing import_async.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -801,9 +900,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeRadius", "start": 0, "type": "Identifier" @@ -813,15 +914,19 @@ description: Result of parsing import_async.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -832,6 +937,7 @@ description: Result of parsing import_async.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -839,9 +945,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startAngle", "start": 0, "type": "Identifier" @@ -863,9 +971,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeRadius", "start": 0, "type": "Identifier" @@ -875,15 +985,19 @@ description: Result of parsing import_async.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -894,6 +1008,7 @@ description: Result of parsing import_async.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -901,9 +1016,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startAngle", "start": 0, "type": "Identifier" @@ -920,6 +1037,7 @@ description: Result of parsing import_async.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -930,9 +1048,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -943,6 +1063,7 @@ description: Result of parsing import_async.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -955,6 +1076,7 @@ description: Result of parsing import_async.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -963,9 +1085,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keywayDepth", "start": 0, "type": "Identifier" @@ -981,9 +1105,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -994,6 +1120,7 @@ description: Result of parsing import_async.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1006,6 +1133,7 @@ description: Result of parsing import_async.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1015,9 +1143,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keywayWidth", "start": 0, "type": "Identifier" @@ -1029,6 +1159,7 @@ description: Result of parsing import_async.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1040,9 +1171,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1053,6 +1186,7 @@ description: Result of parsing import_async.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1065,6 +1199,7 @@ description: Result of parsing import_async.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1074,9 +1209,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keywayDepth", "start": 0, "type": "Identifier" @@ -1088,6 +1225,7 @@ description: Result of parsing import_async.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1099,9 +1237,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1112,6 +1252,7 @@ description: Result of parsing import_async.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1124,6 +1265,7 @@ description: Result of parsing import_async.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -1138,6 +1280,7 @@ description: Result of parsing import_async.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1149,19 +1292,23 @@ description: Result of parsing import_async.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startAngle", "start": 0, "type": "Identifier" @@ -1175,10 +1322,12 @@ description: Result of parsing import_async.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -1198,6 +1347,7 @@ description: Result of parsing import_async.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -1205,6 +1355,7 @@ description: Result of parsing import_async.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -1220,6 +1371,7 @@ description: Result of parsing import_async.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1228,9 +1380,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeRadius", "start": 0, "type": "Identifier" @@ -1246,9 +1400,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -1259,6 +1415,7 @@ description: Result of parsing import_async.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1271,6 +1428,7 @@ description: Result of parsing import_async.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -1278,6 +1436,7 @@ description: Result of parsing import_async.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -1293,6 +1452,7 @@ description: Result of parsing import_async.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -1301,9 +1461,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startAngle", "start": 0, "type": "Identifier" @@ -1319,6 +1481,7 @@ description: Result of parsing import_async.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1327,9 +1490,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeRadius", "start": 0, "type": "Identifier" @@ -1345,9 +1510,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -1358,19 +1525,23 @@ description: Result of parsing import_async.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1381,6 +1552,7 @@ description: Result of parsing import_async.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1389,12 +1561,14 @@ description: Result of parsing import_async.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "7": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1411,11 +1585,13 @@ description: Result of parsing import_async.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1433,6 +1609,7 @@ description: Result of parsing import_async.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helicalGearSketch", "start": 0, "type": "Identifier" @@ -1448,18 +1625,22 @@ description: Result of parsing import_async.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixCalc", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "acos", "start": 0, "type": "Identifier" @@ -1470,6 +1651,7 @@ description: Result of parsing import_async.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1483,9 +1665,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetHeight", "start": 0, "type": "Identifier" @@ -1495,15 +1679,19 @@ description: Result of parsing import_async.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tan", "start": 0, "type": "Identifier" @@ -1514,6 +1702,7 @@ description: Result of parsing import_async.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1521,9 +1710,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixAngle", "start": 0, "type": "Identifier" @@ -1538,6 +1729,7 @@ description: Result of parsing import_async.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, @@ -1546,9 +1738,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -1558,10 +1752,12 @@ description: Result of parsing import_async.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1580,11 +1776,13 @@ description: Result of parsing import_async.kcl "type": "BinaryExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Calculate the amount to rotate each planar sketch of the gear given the gear helix angle and total gear height" ], @@ -1600,6 +1798,7 @@ description: Result of parsing import_async.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helicalGearSketch", "start": 0, "type": "Identifier" @@ -1607,13 +1806,16 @@ description: Result of parsing import_async.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1624,6 +1826,7 @@ description: Result of parsing import_async.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1634,6 +1837,7 @@ description: Result of parsing import_async.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -1642,9 +1846,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetHeight", "start": 0, "type": "Identifier" @@ -1660,9 +1866,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -1673,6 +1881,7 @@ description: Result of parsing import_async.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1680,9 +1889,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -1701,6 +1912,7 @@ description: Result of parsing import_async.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1712,6 +1924,7 @@ description: Result of parsing import_async.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1720,9 +1933,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixCalc", "start": 0, "type": "Identifier" @@ -1738,6 +1953,7 @@ description: Result of parsing import_async.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1749,9 +1965,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -1761,10 +1979,12 @@ description: Result of parsing import_async.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1784,9 +2004,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "polar", "start": 0, "type": "Identifier" @@ -1797,6 +2019,7 @@ description: Result of parsing import_async.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1808,9 +2031,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1821,6 +2046,7 @@ description: Result of parsing import_async.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1833,6 +2059,7 @@ description: Result of parsing import_async.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startRadius", "start": 0, "type": "Identifier" @@ -1844,9 +2071,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -1856,10 +2085,12 @@ description: Result of parsing import_async.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1879,6 +2110,7 @@ description: Result of parsing import_async.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endRadius", "start": 0, "type": "Identifier" @@ -1890,9 +2122,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -1902,10 +2136,12 @@ description: Result of parsing import_async.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1925,6 +2161,7 @@ description: Result of parsing import_async.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1933,9 +2170,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixCalc", "start": 0, "type": "Identifier" @@ -1951,6 +2190,7 @@ description: Result of parsing import_async.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1958,6 +2198,7 @@ description: Result of parsing import_async.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1969,9 +2210,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "involuteCircular", "start": 0, "type": "Identifier" @@ -1982,6 +2225,7 @@ description: Result of parsing import_async.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1994,6 +2238,7 @@ description: Result of parsing import_async.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2005,6 +2250,7 @@ description: Result of parsing import_async.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2018,6 +2264,7 @@ description: Result of parsing import_async.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "160", "start": 0, "type": "Literal", @@ -2027,14 +2274,17 @@ description: Result of parsing import_async.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -2048,14 +2298,17 @@ description: Result of parsing import_async.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixCalc", "start": 0, "type": "Identifier" @@ -2075,6 +2328,7 @@ description: Result of parsing import_async.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2086,9 +2340,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -2098,10 +2354,12 @@ description: Result of parsing import_async.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2121,9 +2379,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "polar", "start": 0, "type": "Identifier" @@ -2134,6 +2394,7 @@ description: Result of parsing import_async.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2145,9 +2406,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2158,6 +2421,7 @@ description: Result of parsing import_async.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2170,6 +2434,7 @@ description: Result of parsing import_async.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startRadius", "start": 0, "type": "Identifier" @@ -2181,9 +2446,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -2193,10 +2460,12 @@ description: Result of parsing import_async.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2216,6 +2485,7 @@ description: Result of parsing import_async.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endRadius", "start": 0, "type": "Identifier" @@ -2227,9 +2497,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -2239,10 +2511,12 @@ description: Result of parsing import_async.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2262,6 +2536,7 @@ description: Result of parsing import_async.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2276,6 +2551,7 @@ description: Result of parsing import_async.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -2285,15 +2561,19 @@ description: Result of parsing import_async.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "atan", "start": 0, "type": "Identifier" @@ -2304,6 +2584,7 @@ description: Result of parsing import_async.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2311,13 +2592,16 @@ description: Result of parsing import_async.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndY", "start": 0, "type": "Identifier" @@ -2328,6 +2612,7 @@ description: Result of parsing import_async.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2335,9 +2620,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -2348,15 +2635,19 @@ description: Result of parsing import_async.kcl "type": "Name" } }, + "moduleId": 0, "operator": "/", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndX", "start": 0, "type": "Identifier" @@ -2367,6 +2658,7 @@ description: Result of parsing import_async.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2374,9 +2666,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -2396,6 +2690,7 @@ description: Result of parsing import_async.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -2403,6 +2698,7 @@ description: Result of parsing import_async.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -2412,14 +2708,17 @@ description: Result of parsing import_async.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixCalc", "start": 0, "type": "Identifier" @@ -2439,6 +2738,7 @@ description: Result of parsing import_async.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2450,6 +2750,7 @@ description: Result of parsing import_async.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "reverse", "start": 0, "type": "Identifier" @@ -2457,6 +2758,7 @@ description: Result of parsing import_async.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -2469,9 +2771,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "involuteCircular", "start": 0, "type": "Identifier" @@ -2482,6 +2786,7 @@ description: Result of parsing import_async.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2494,6 +2799,7 @@ description: Result of parsing import_async.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2505,6 +2811,7 @@ description: Result of parsing import_async.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2518,6 +2825,7 @@ description: Result of parsing import_async.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -2527,14 +2835,17 @@ description: Result of parsing import_async.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -2548,14 +2859,17 @@ description: Result of parsing import_async.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixCalc", "start": 0, "type": "Identifier" @@ -2575,6 +2889,7 @@ description: Result of parsing import_async.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2586,9 +2901,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -2598,10 +2915,12 @@ description: Result of parsing import_async.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2621,9 +2940,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "polar", "start": 0, "type": "Identifier" @@ -2634,6 +2955,7 @@ description: Result of parsing import_async.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2645,9 +2967,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2658,6 +2982,7 @@ description: Result of parsing import_async.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2670,6 +2995,7 @@ description: Result of parsing import_async.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -2678,9 +3004,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -2696,6 +3024,7 @@ description: Result of parsing import_async.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -2706,6 +3035,7 @@ description: Result of parsing import_async.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2718,6 +3048,7 @@ description: Result of parsing import_async.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2729,6 +3060,7 @@ description: Result of parsing import_async.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2739,6 +3071,7 @@ description: Result of parsing import_async.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -2746,6 +3079,7 @@ description: Result of parsing import_async.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -2761,6 +3095,7 @@ description: Result of parsing import_async.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -2768,6 +3103,7 @@ description: Result of parsing import_async.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -2780,9 +3116,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular2d", "start": 0, "type": "Identifier" @@ -2793,25 +3131,30 @@ description: Result of parsing import_async.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -2822,6 +3165,7 @@ description: Result of parsing import_async.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2834,6 +3178,7 @@ description: Result of parsing import_async.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -2842,9 +3187,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeWithKeyway", "start": 0, "type": "Identifier" @@ -2860,9 +3207,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -2873,6 +3222,7 @@ description: Result of parsing import_async.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2881,12 +3231,14 @@ description: Result of parsing import_async.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "4": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2900,6 +3252,7 @@ description: Result of parsing import_async.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2916,11 +3269,13 @@ description: Result of parsing import_async.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2935,9 +3290,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helicalGearSketch", "start": 0, "type": "Identifier" @@ -2949,6 +3306,7 @@ description: Result of parsing import_async.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -2956,16 +3314,19 @@ description: Result of parsing import_async.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetHeight", "start": 0, "type": "Identifier" @@ -2976,11 +3337,13 @@ description: Result of parsing import_async.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2993,6 +3356,7 @@ description: Result of parsing import_async.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch001", "start": 0, "type": "Identifier" @@ -3004,6 +3368,7 @@ description: Result of parsing import_async.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetHeight", "start": 0, "type": "Identifier" @@ -3011,6 +3376,7 @@ description: Result of parsing import_async.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3026,9 +3392,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helicalGearSketch", "start": 0, "type": "Identifier" @@ -3039,16 +3407,19 @@ description: Result of parsing import_async.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -3066,6 +3437,7 @@ description: Result of parsing import_async.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch002", "start": 0, "type": "Identifier" @@ -3077,6 +3449,7 @@ description: Result of parsing import_async.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetHeight", "start": 0, "type": "Identifier" @@ -3088,9 +3461,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearHeight", "start": 0, "type": "Identifier" @@ -3100,10 +3475,12 @@ description: Result of parsing import_async.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3123,9 +3500,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helicalGearSketch", "start": 0, "type": "Identifier" @@ -3136,16 +3515,19 @@ description: Result of parsing import_async.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -3163,6 +3545,7 @@ description: Result of parsing import_async.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch003", "start": 0, "type": "Identifier" @@ -3174,6 +3557,7 @@ description: Result of parsing import_async.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetHeight", "start": 0, "type": "Identifier" @@ -3182,9 +3566,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearHeight", "start": 0, "type": "Identifier" @@ -3200,9 +3586,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helicalGearSketch", "start": 0, "type": "Identifier" @@ -3213,16 +3601,19 @@ description: Result of parsing import_async.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -3240,18 +3631,22 @@ description: Result of parsing import_async.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helicalGear", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "loft", "start": 0, "type": "Identifier" @@ -3262,6 +3657,7 @@ description: Result of parsing import_async.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3272,9 +3668,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch001", "start": 0, "type": "Identifier" @@ -3288,9 +3686,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch002", "start": 0, "type": "Identifier" @@ -3304,9 +3704,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch003", "start": 0, "type": "Identifier" @@ -3318,16 +3720,19 @@ description: Result of parsing import_async.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -3342,9 +3747,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helicalGear", "start": 0, "type": "Identifier" @@ -3356,6 +3763,7 @@ description: Result of parsing import_async.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -3363,12 +3771,14 @@ description: Result of parsing import_async.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "15": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3383,12 +3793,14 @@ description: Result of parsing import_async.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -3399,6 +3811,7 @@ description: Result of parsing import_async.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -3409,6 +3822,7 @@ description: Result of parsing import_async.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pressureAngle", "start": 0, "type": "Identifier" @@ -3419,6 +3833,7 @@ description: Result of parsing import_async.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixAngle", "start": 0, "type": "Identifier" @@ -3429,6 +3844,7 @@ description: Result of parsing import_async.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearHeight", "start": 0, "type": "Identifier" @@ -3439,11 +3855,13 @@ description: Result of parsing import_async.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "", "", @@ -3463,6 +3881,7 @@ description: Result of parsing import_async.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -3470,6 +3889,7 @@ description: Result of parsing import_async.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "21", "start": 0, "type": "Literal", @@ -3485,6 +3905,7 @@ description: Result of parsing import_async.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -3492,6 +3913,7 @@ description: Result of parsing import_async.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3507,6 +3929,7 @@ description: Result of parsing import_async.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pressureAngle", "start": 0, "type": "Identifier" @@ -3514,6 +3937,7 @@ description: Result of parsing import_async.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -3529,6 +3953,7 @@ description: Result of parsing import_async.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixAngle", "start": 0, "type": "Identifier" @@ -3536,6 +3961,7 @@ description: Result of parsing import_async.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "35", "start": 0, "type": "Literal", @@ -3551,6 +3977,7 @@ description: Result of parsing import_async.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearHeight", "start": 0, "type": "Identifier" @@ -3558,6 +3985,7 @@ description: Result of parsing import_async.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7", "start": 0, "type": "Literal", @@ -3573,9 +4001,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helicalGear", "start": 0, "type": "Identifier" @@ -3586,11 +4016,13 @@ description: Result of parsing import_async.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -3604,9 +4036,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "myScrew", "start": 0, "type": "Identifier" @@ -3623,6 +4057,7 @@ description: Result of parsing import_async.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -3630,6 +4065,7 @@ description: Result of parsing import_async.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -3645,9 +4081,11 @@ description: Result of parsing import_async.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -3658,6 +4096,7 @@ description: Result of parsing import_async.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3666,10 +4105,12 @@ description: Result of parsing import_async.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -3681,9 +4122,11 @@ description: Result of parsing import_async.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -3695,19 +4138,23 @@ description: Result of parsing import_async.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -3723,12 +4170,14 @@ description: Result of parsing import_async.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3740,6 +4189,7 @@ description: Result of parsing import_async.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3751,6 +4201,7 @@ description: Result of parsing import_async.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3763,6 +4214,7 @@ description: Result of parsing import_async.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/import_constant/ast.snap b/rust/kcl-lib/tests/import_constant/ast.snap index 150a724d4..d7a995bea 100644 --- a/rust/kcl-lib/tests/import_constant/ast.snap +++ b/rust/kcl-lib/tests/import_constant/ast.snap @@ -8,6 +8,7 @@ description: Result of parsing import_constant.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "export_constant.kcl" @@ -19,9 +20,11 @@ description: Result of parsing import_constant.kcl "alias": null, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "three", "start": 0, "type": "Identifier" @@ -38,6 +41,7 @@ description: Result of parsing import_constant.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/import_cycle1/ast.snap b/rust/kcl-lib/tests/import_cycle1/ast.snap index 056501066..fc44c94ff 100644 --- a/rust/kcl-lib/tests/import_cycle1/ast.snap +++ b/rust/kcl-lib/tests/import_cycle1/ast.snap @@ -8,6 +8,7 @@ description: Result of parsing import_cycle1.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "import_cycle2.kcl" @@ -19,9 +20,11 @@ description: Result of parsing import_cycle1.kcl "alias": null, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "two", "start": 0, "type": "Identifier" @@ -43,6 +46,7 @@ description: Result of parsing import_cycle1.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "one", "start": 0, "type": "Identifier" @@ -55,13 +59,16 @@ description: Result of parsing import_cycle1.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "two", "start": 0, "type": "Identifier" @@ -72,15 +79,18 @@ description: Result of parsing import_cycle1.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -96,6 +106,7 @@ description: Result of parsing import_cycle1.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -103,20 +114,24 @@ description: Result of parsing import_cycle1.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [], "start": 0, "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration", @@ -129,9 +144,11 @@ description: Result of parsing import_cycle1.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -143,19 +160,23 @@ description: Result of parsing import_cycle1.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -171,12 +192,14 @@ description: Result of parsing import_cycle1.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -189,6 +212,7 @@ description: Result of parsing import_cycle1.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/import_export/ast.snap b/rust/kcl-lib/tests/import_export/ast.snap index 0e15fdab2..f638a33cd 100644 --- a/rust/kcl-lib/tests/import_export/ast.snap +++ b/rust/kcl-lib/tests/import_export/ast.snap @@ -8,6 +8,7 @@ description: Result of parsing import_export.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "export_1.kcl" @@ -19,9 +20,11 @@ description: Result of parsing import_export.kcl "alias": null, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "three", "start": 0, "type": "Identifier" @@ -38,6 +41,7 @@ description: Result of parsing import_export.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/import_file_not_exist_error/ast.snap b/rust/kcl-lib/tests/import_file_not_exist_error/ast.snap index 095f423c4..2848426a5 100644 --- a/rust/kcl-lib/tests/import_file_not_exist_error/ast.snap +++ b/rust/kcl-lib/tests/import_file_not_exist_error/ast.snap @@ -8,6 +8,7 @@ description: Result of parsing import_file_not_exist_error.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "not-exist.kcl" @@ -19,9 +20,11 @@ description: Result of parsing import_file_not_exist_error.kcl "alias": null, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hotdog", "start": 0, "type": "Identifier" @@ -38,6 +41,7 @@ description: Result of parsing import_file_not_exist_error.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/import_file_parse_error/ast.snap b/rust/kcl-lib/tests/import_file_parse_error/ast.snap index 18b310fb2..5192bdb27 100644 --- a/rust/kcl-lib/tests/import_file_parse_error/ast.snap +++ b/rust/kcl-lib/tests/import_file_parse_error/ast.snap @@ -8,6 +8,7 @@ description: Result of parsing import_file_parse_error.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "parse-failure.kcl" @@ -19,9 +20,11 @@ description: Result of parsing import_file_parse_error.kcl "alias": null, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hotdog", "start": 0, "type": "Identifier" @@ -38,6 +41,7 @@ description: Result of parsing import_file_parse_error.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/import_foreign/ast.snap b/rust/kcl-lib/tests/import_foreign/ast.snap index cfa1ba128..832cbd2ba 100644 --- a/rust/kcl-lib/tests/import_foreign/ast.snap +++ b/rust/kcl-lib/tests/import_foreign/ast.snap @@ -8,6 +8,7 @@ description: Result of parsing import_foreign.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Foreign", "path": "../inputs/cube.gltf" @@ -17,6 +18,7 @@ description: Result of parsing import_foreign.kcl "alias": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cube", "start": 0, "type": "Identifier" @@ -34,6 +36,7 @@ description: Result of parsing import_foreign.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "model", "start": 0, "type": "Identifier" @@ -42,9 +45,11 @@ description: Result of parsing import_foreign.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cube", "start": 0, "type": "Identifier" @@ -54,11 +59,13 @@ description: Result of parsing import_foreign.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -66,12 +73,14 @@ description: Result of parsing import_foreign.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/import_function_not_sketch/ast.snap b/rust/kcl-lib/tests/import_function_not_sketch/ast.snap index 78240d7a4..63601b2a2 100644 --- a/rust/kcl-lib/tests/import_function_not_sketch/ast.snap +++ b/rust/kcl-lib/tests/import_function_not_sketch/ast.snap @@ -8,6 +8,7 @@ description: Result of parsing import_function_not_sketch.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "my_functions.kcl" @@ -19,9 +20,11 @@ description: Result of parsing import_function_not_sketch.kcl "alias": null, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "two", "start": 0, "type": "Identifier" @@ -43,6 +46,7 @@ description: Result of parsing import_function_not_sketch.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "one", "start": 0, "type": "Identifier" @@ -55,13 +59,16 @@ description: Result of parsing import_function_not_sketch.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "two", "start": 0, "type": "Identifier" @@ -72,15 +79,18 @@ description: Result of parsing import_function_not_sketch.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -96,6 +106,7 @@ description: Result of parsing import_function_not_sketch.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -103,20 +114,24 @@ description: Result of parsing import_function_not_sketch.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [], "start": 0, "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration", @@ -129,9 +144,11 @@ description: Result of parsing import_function_not_sketch.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -143,19 +160,23 @@ description: Result of parsing import_function_not_sketch.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -171,12 +192,14 @@ description: Result of parsing import_function_not_sketch.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -189,6 +212,7 @@ description: Result of parsing import_function_not_sketch.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/import_glob/ast.snap b/rust/kcl-lib/tests/import_glob/ast.snap index 854bec1e2..10a2637cc 100644 --- a/rust/kcl-lib/tests/import_glob/ast.snap +++ b/rust/kcl-lib/tests/import_glob/ast.snap @@ -8,6 +8,7 @@ description: Result of parsing import_glob.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "export_constant.kcl" @@ -15,6 +16,7 @@ description: Result of parsing import_glob.kcl "selector": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "Glob" }, @@ -25,6 +27,7 @@ description: Result of parsing import_glob.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/import_mesh_clone/ast.snap b/rust/kcl-lib/tests/import_mesh_clone/ast.snap index f3b8c8dc7..725085623 100644 --- a/rust/kcl-lib/tests/import_mesh_clone/ast.snap +++ b/rust/kcl-lib/tests/import_mesh_clone/ast.snap @@ -8,10 +8,12 @@ description: Result of parsing import_mesh_clone.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "outerAttrs": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "name": null, "properties": [ { @@ -20,19 +22,23 @@ description: Result of parsing import_mesh_clone.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "m", "start": 0, "type": "Identifier" @@ -57,6 +63,7 @@ description: Result of parsing import_mesh_clone.kcl "alias": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yellow", "start": 0, "type": "Identifier" @@ -75,9 +82,11 @@ description: Result of parsing import_mesh_clone.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yellow", "start": 0, "type": "Identifier" @@ -94,6 +103,7 @@ description: Result of parsing import_mesh_clone.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -102,6 +112,7 @@ description: Result of parsing import_mesh_clone.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2000", "start": 0, "type": "Literal", @@ -113,6 +124,7 @@ description: Result of parsing import_mesh_clone.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -124,6 +136,7 @@ description: Result of parsing import_mesh_clone.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -132,6 +145,7 @@ description: Result of parsing import_mesh_clone.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2000", "start": 0, "type": "Literal", @@ -143,6 +157,7 @@ description: Result of parsing import_mesh_clone.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -154,9 +169,11 @@ description: Result of parsing import_mesh_clone.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -167,12 +184,14 @@ description: Result of parsing import_mesh_clone.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -181,10 +200,12 @@ description: Result of parsing import_mesh_clone.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -199,6 +220,7 @@ description: Result of parsing import_mesh_clone.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -206,6 +228,7 @@ description: Result of parsing import_mesh_clone.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"#ffff00\"", "start": 0, "type": "Literal", @@ -218,9 +241,11 @@ description: Result of parsing import_mesh_clone.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "appearance", "start": 0, "type": "Identifier" @@ -231,6 +256,7 @@ description: Result of parsing import_mesh_clone.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -238,9 +264,11 @@ description: Result of parsing import_mesh_clone.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yellow", "start": 0, "type": "Identifier" @@ -251,6 +279,7 @@ description: Result of parsing import_mesh_clone.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -263,6 +292,7 @@ description: Result of parsing import_mesh_clone.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "red", "start": 0, "type": "Identifier" @@ -270,13 +300,16 @@ description: Result of parsing import_mesh_clone.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clone", "start": 0, "type": "Identifier" @@ -287,6 +320,7 @@ description: Result of parsing import_mesh_clone.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -294,9 +328,11 @@ description: Result of parsing import_mesh_clone.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yellow", "start": 0, "type": "Identifier" @@ -314,6 +350,7 @@ description: Result of parsing import_mesh_clone.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -321,6 +358,7 @@ description: Result of parsing import_mesh_clone.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4000", "start": 0, "type": "Literal", @@ -336,9 +374,11 @@ description: Result of parsing import_mesh_clone.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -349,12 +389,14 @@ description: Result of parsing import_mesh_clone.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -363,15 +405,18 @@ description: Result of parsing import_mesh_clone.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -386,6 +431,7 @@ description: Result of parsing import_mesh_clone.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -393,6 +439,7 @@ description: Result of parsing import_mesh_clone.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"#ff0000\"", "start": 0, "type": "Literal", @@ -405,9 +452,11 @@ description: Result of parsing import_mesh_clone.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "appearance", "start": 0, "type": "Identifier" @@ -418,6 +467,7 @@ description: Result of parsing import_mesh_clone.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -425,9 +475,11 @@ description: Result of parsing import_mesh_clone.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "red", "start": 0, "type": "Identifier" @@ -438,6 +490,7 @@ description: Result of parsing import_mesh_clone.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -450,6 +503,7 @@ description: Result of parsing import_mesh_clone.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "green", "start": 0, "type": "Identifier" @@ -457,13 +511,16 @@ description: Result of parsing import_mesh_clone.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clone", "start": 0, "type": "Identifier" @@ -474,6 +531,7 @@ description: Result of parsing import_mesh_clone.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -481,9 +539,11 @@ description: Result of parsing import_mesh_clone.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yellow", "start": 0, "type": "Identifier" @@ -501,6 +561,7 @@ description: Result of parsing import_mesh_clone.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -508,6 +569,7 @@ description: Result of parsing import_mesh_clone.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4000", "start": 0, "type": "Literal", @@ -523,9 +585,11 @@ description: Result of parsing import_mesh_clone.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -536,12 +600,14 @@ description: Result of parsing import_mesh_clone.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -550,15 +616,18 @@ description: Result of parsing import_mesh_clone.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -573,6 +642,7 @@ description: Result of parsing import_mesh_clone.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -580,6 +650,7 @@ description: Result of parsing import_mesh_clone.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"#00ff00\"", "start": 0, "type": "Literal", @@ -592,9 +663,11 @@ description: Result of parsing import_mesh_clone.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "appearance", "start": 0, "type": "Identifier" @@ -605,6 +678,7 @@ description: Result of parsing import_mesh_clone.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -612,9 +686,11 @@ description: Result of parsing import_mesh_clone.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "green", "start": 0, "type": "Identifier" @@ -625,6 +701,7 @@ description: Result of parsing import_mesh_clone.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -637,6 +714,7 @@ description: Result of parsing import_mesh_clone.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blue", "start": 0, "type": "Identifier" @@ -644,13 +722,16 @@ description: Result of parsing import_mesh_clone.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clone", "start": 0, "type": "Identifier" @@ -661,6 +742,7 @@ description: Result of parsing import_mesh_clone.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -668,9 +750,11 @@ description: Result of parsing import_mesh_clone.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "red", "start": 0, "type": "Identifier" @@ -688,6 +772,7 @@ description: Result of parsing import_mesh_clone.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -695,6 +780,7 @@ description: Result of parsing import_mesh_clone.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4000", "start": 0, "type": "Literal", @@ -710,9 +796,11 @@ description: Result of parsing import_mesh_clone.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -723,12 +811,14 @@ description: Result of parsing import_mesh_clone.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -737,15 +827,18 @@ description: Result of parsing import_mesh_clone.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -760,6 +853,7 @@ description: Result of parsing import_mesh_clone.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -767,6 +861,7 @@ description: Result of parsing import_mesh_clone.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"#0000ff\"", "start": 0, "type": "Literal", @@ -779,9 +874,11 @@ description: Result of parsing import_mesh_clone.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "appearance", "start": 0, "type": "Identifier" @@ -792,6 +889,7 @@ description: Result of parsing import_mesh_clone.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -799,9 +897,11 @@ description: Result of parsing import_mesh_clone.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blue", "start": 0, "type": "Identifier" @@ -812,6 +912,7 @@ description: Result of parsing import_mesh_clone.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -819,12 +920,14 @@ description: Result of parsing import_mesh_clone.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -836,6 +939,7 @@ description: Result of parsing import_mesh_clone.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -847,6 +951,7 @@ description: Result of parsing import_mesh_clone.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -858,6 +963,7 @@ description: Result of parsing import_mesh_clone.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/import_only_at_top_level/ast.snap b/rust/kcl-lib/tests/import_only_at_top_level/ast.snap index 2c7d02eb3..3a03cc292 100644 --- a/rust/kcl-lib/tests/import_only_at_top_level/ast.snap +++ b/rust/kcl-lib/tests/import_only_at_top_level/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing import_only_at_top_level.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "main", "start": 0, "type": "Identifier" @@ -23,6 +24,7 @@ description: Result of parsing import_only_at_top_level.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "empty.kcl" @@ -39,6 +41,7 @@ description: Result of parsing import_only_at_top_level.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -50,6 +53,7 @@ description: Result of parsing import_only_at_top_level.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -57,20 +61,24 @@ description: Result of parsing import_only_at_top_level.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [], "start": 0, "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -79,13 +87,16 @@ description: Result of parsing import_only_at_top_level.kcl "commentStart": 0, "end": 0, "expression": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "main", "start": 0, "type": "Identifier" @@ -96,11 +107,13 @@ description: Result of parsing import_only_at_top_level.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -108,12 +121,14 @@ description: Result of parsing import_only_at_top_level.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/import_side_effect/ast.snap b/rust/kcl-lib/tests/import_side_effect/ast.snap index 2fd618675..f272ec84c 100644 --- a/rust/kcl-lib/tests/import_side_effect/ast.snap +++ b/rust/kcl-lib/tests/import_side_effect/ast.snap @@ -8,6 +8,7 @@ description: Result of parsing import_side_effect.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "export_side_effect.kcl" @@ -19,9 +20,11 @@ description: Result of parsing import_side_effect.kcl "alias": null, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "foo", "start": 0, "type": "Identifier" @@ -38,6 +41,7 @@ description: Result of parsing import_side_effect.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/import_transform/ast.snap b/rust/kcl-lib/tests/import_transform/ast.snap index 00011abd5..5abf8ae6a 100644 --- a/rust/kcl-lib/tests/import_transform/ast.snap +++ b/rust/kcl-lib/tests/import_transform/ast.snap @@ -8,10 +8,12 @@ description: Result of parsing import_transform.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "outerAttrs": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "name": null, "properties": [ { @@ -20,19 +22,23 @@ description: Result of parsing import_transform.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "m", "start": 0, "type": "Identifier" @@ -57,6 +63,7 @@ description: Result of parsing import_transform.kcl "alias": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "screw", "start": 0, "type": "Identifier" @@ -75,9 +82,11 @@ description: Result of parsing import_transform.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "screw", "start": 0, "type": "Identifier" @@ -94,6 +103,7 @@ description: Result of parsing import_transform.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "roll", "start": 0, "type": "Identifier" @@ -101,6 +111,7 @@ description: Result of parsing import_transform.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.14", "start": 0, "type": "Literal", @@ -116,6 +127,7 @@ description: Result of parsing import_transform.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitch", "start": 0, "type": "Identifier" @@ -123,6 +135,7 @@ description: Result of parsing import_transform.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.14", "start": 0, "type": "Literal", @@ -138,6 +151,7 @@ description: Result of parsing import_transform.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yaw", "start": 0, "type": "Identifier" @@ -145,6 +159,7 @@ description: Result of parsing import_transform.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.14", "start": 0, "type": "Literal", @@ -160,9 +175,11 @@ description: Result of parsing import_transform.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotate", "start": 0, "type": "Identifier" @@ -173,12 +190,14 @@ description: Result of parsing import_transform.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -191,6 +210,7 @@ description: Result of parsing import_transform.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -198,6 +218,7 @@ description: Result of parsing import_transform.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.14", "start": 0, "type": "Literal", @@ -213,6 +234,7 @@ description: Result of parsing import_transform.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -220,6 +242,7 @@ description: Result of parsing import_transform.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.14", "start": 0, "type": "Literal", @@ -235,6 +258,7 @@ description: Result of parsing import_transform.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -242,6 +266,7 @@ description: Result of parsing import_transform.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.14", "start": 0, "type": "Literal", @@ -257,9 +282,11 @@ description: Result of parsing import_transform.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -270,12 +297,14 @@ description: Result of parsing import_transform.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -288,6 +317,7 @@ description: Result of parsing import_transform.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -295,6 +325,7 @@ description: Result of parsing import_transform.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.14", "start": 0, "type": "Literal", @@ -310,6 +341,7 @@ description: Result of parsing import_transform.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -317,6 +349,7 @@ description: Result of parsing import_transform.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.14", "start": 0, "type": "Literal", @@ -332,6 +365,7 @@ description: Result of parsing import_transform.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -339,6 +373,7 @@ description: Result of parsing import_transform.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.14", "start": 0, "type": "Literal", @@ -354,9 +389,11 @@ description: Result of parsing import_transform.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -367,12 +404,14 @@ description: Result of parsing import_transform.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -381,10 +420,12 @@ description: Result of parsing import_transform.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -392,12 +433,14 @@ description: Result of parsing import_transform.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/import_whole_simple/ast.snap b/rust/kcl-lib/tests/import_whole_simple/ast.snap index c34f06ac4..e306baaa4 100644 --- a/rust/kcl-lib/tests/import_whole_simple/ast.snap +++ b/rust/kcl-lib/tests/import_whole_simple/ast.snap @@ -1,6 +1,6 @@ --- source: kcl-lib/src/simulation_tests.rs -description: Result of parsing import_whole.kcl +description: Result of parsing import_whole_simple.kcl --- { "Ok": { @@ -8,6 +8,7 @@ description: Result of parsing import_whole.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "exported_mod.kcl" @@ -17,6 +18,7 @@ description: Result of parsing import_whole.kcl "alias": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "foo", "start": 0, "type": "Identifier" @@ -34,6 +36,7 @@ description: Result of parsing import_whole.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bar", "start": 0, "type": "Identifier" @@ -44,9 +47,11 @@ description: Result of parsing import_whole.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "foo", "start": 0, "type": "Identifier" @@ -63,6 +68,7 @@ description: Result of parsing import_whole.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -70,6 +76,7 @@ description: Result of parsing import_whole.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -85,9 +92,11 @@ description: Result of parsing import_whole.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -98,6 +107,7 @@ description: Result of parsing import_whole.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -106,15 +116,18 @@ description: Result of parsing import_whole.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -126,9 +139,11 @@ description: Result of parsing import_whole.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -140,19 +155,23 @@ description: Result of parsing import_whole.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -168,12 +187,14 @@ description: Result of parsing import_whole.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -186,6 +207,7 @@ description: Result of parsing import_whole.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/import_whole_transitive_import/ast.snap b/rust/kcl-lib/tests/import_whole_transitive_import/ast.snap index 6bfad0f2e..f3369fc85 100644 --- a/rust/kcl-lib/tests/import_whole_transitive_import/ast.snap +++ b/rust/kcl-lib/tests/import_whole_transitive_import/ast.snap @@ -8,6 +8,7 @@ description: Result of parsing import_whole_transitive_import.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "part.kcl" @@ -28,6 +29,7 @@ description: Result of parsing import_whole_transitive_import.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bar", "start": 0, "type": "Identifier" @@ -38,9 +40,11 @@ description: Result of parsing import_whole_transitive_import.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part", "start": 0, "type": "Identifier" @@ -57,6 +61,7 @@ description: Result of parsing import_whole_transitive_import.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -64,6 +69,7 @@ description: Result of parsing import_whole_transitive_import.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -79,9 +85,11 @@ description: Result of parsing import_whole_transitive_import.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -92,6 +100,7 @@ description: Result of parsing import_whole_transitive_import.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -100,15 +109,18 @@ description: Result of parsing import_whole_transitive_import.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -120,9 +132,11 @@ description: Result of parsing import_whole_transitive_import.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -134,19 +148,23 @@ description: Result of parsing import_whole_transitive_import.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -162,12 +180,14 @@ description: Result of parsing import_whole_transitive_import.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -180,6 +200,7 @@ description: Result of parsing import_whole_transitive_import.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/index_of_array/ast.snap b/rust/kcl-lib/tests/index_of_array/ast.snap index 2923b9d4f..ca466c2b1 100644 --- a/rust/kcl-lib/tests/index_of_array/ast.snap +++ b/rust/kcl-lib/tests/index_of_array/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing index_of_array.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arr", "start": 0, "type": "Identifier" @@ -23,6 +24,7 @@ description: Result of parsing index_of_array.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -35,6 +37,7 @@ description: Result of parsing index_of_array.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "91", "start": 0, "type": "Literal", @@ -47,6 +50,7 @@ description: Result of parsing index_of_array.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "92", "start": 0, "type": "Literal", @@ -58,15 +62,18 @@ description: Result of parsing index_of_array.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -79,6 +86,7 @@ description: Result of parsing index_of_array.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "result0", "start": 0, "type": "Identifier" @@ -87,13 +95,16 @@ description: Result of parsing index_of_array.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arr", "start": 0, "type": "Identifier" @@ -106,6 +117,7 @@ description: Result of parsing index_of_array.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -119,11 +131,13 @@ description: Result of parsing index_of_array.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -138,6 +152,7 @@ description: Result of parsing index_of_array.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isLessThanOrEqual", "start": 0, "type": "Identifier" @@ -145,6 +160,7 @@ description: Result of parsing index_of_array.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "91", "start": 0, "type": "Literal", @@ -160,6 +176,7 @@ description: Result of parsing index_of_array.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -167,6 +184,7 @@ description: Result of parsing index_of_array.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"Literal property lookup\"", "start": 0, "type": "Literal", @@ -179,9 +197,11 @@ description: Result of parsing index_of_array.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -192,6 +212,7 @@ description: Result of parsing index_of_array.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -199,9 +220,11 @@ description: Result of parsing index_of_array.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "result0", "start": 0, "type": "Identifier" @@ -212,6 +235,7 @@ description: Result of parsing index_of_array.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -226,6 +250,7 @@ description: Result of parsing index_of_array.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isGreaterThanOrEqual", "start": 0, "type": "Identifier" @@ -233,6 +258,7 @@ description: Result of parsing index_of_array.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "91", "start": 0, "type": "Literal", @@ -248,6 +274,7 @@ description: Result of parsing index_of_array.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -255,6 +282,7 @@ description: Result of parsing index_of_array.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"Literal property lookup\"", "start": 0, "type": "Literal", @@ -267,9 +295,11 @@ description: Result of parsing index_of_array.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -280,6 +310,7 @@ description: Result of parsing index_of_array.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -287,9 +318,11 @@ description: Result of parsing index_of_array.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "result0", "start": 0, "type": "Identifier" @@ -300,6 +333,7 @@ description: Result of parsing index_of_array.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -312,6 +346,7 @@ description: Result of parsing index_of_array.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier" @@ -322,6 +357,7 @@ description: Result of parsing index_of_array.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -331,10 +367,12 @@ description: Result of parsing index_of_array.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -348,11 +386,13 @@ description: Result of parsing index_of_array.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -365,6 +405,7 @@ description: Result of parsing index_of_array.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "result1", "start": 0, "type": "Identifier" @@ -373,13 +414,16 @@ description: Result of parsing index_of_array.kcl "commentStart": 0, "computed": true, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arr", "start": 0, "type": "Identifier" @@ -392,6 +436,7 @@ description: Result of parsing index_of_array.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier", @@ -401,11 +446,13 @@ description: Result of parsing index_of_array.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -420,6 +467,7 @@ description: Result of parsing index_of_array.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isLessThanOrEqual", "start": 0, "type": "Identifier" @@ -427,6 +475,7 @@ description: Result of parsing index_of_array.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "91", "start": 0, "type": "Literal", @@ -442,6 +491,7 @@ description: Result of parsing index_of_array.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -449,6 +499,7 @@ description: Result of parsing index_of_array.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"Computed property lookup\"", "start": 0, "type": "Literal", @@ -461,9 +512,11 @@ description: Result of parsing index_of_array.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -474,6 +527,7 @@ description: Result of parsing index_of_array.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -481,9 +535,11 @@ description: Result of parsing index_of_array.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "result1", "start": 0, "type": "Identifier" @@ -494,6 +550,7 @@ description: Result of parsing index_of_array.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -508,6 +565,7 @@ description: Result of parsing index_of_array.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isGreaterThanOrEqual", "start": 0, "type": "Identifier" @@ -515,6 +573,7 @@ description: Result of parsing index_of_array.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "91", "start": 0, "type": "Literal", @@ -530,6 +589,7 @@ description: Result of parsing index_of_array.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -537,6 +597,7 @@ description: Result of parsing index_of_array.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"Computed property lookup\"", "start": 0, "type": "Literal", @@ -549,9 +610,11 @@ description: Result of parsing index_of_array.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -562,6 +625,7 @@ description: Result of parsing index_of_array.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -569,9 +633,11 @@ description: Result of parsing index_of_array.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "result1", "start": 0, "type": "Identifier" @@ -582,6 +648,7 @@ description: Result of parsing index_of_array.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -589,12 +656,14 @@ description: Result of parsing index_of_array.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -606,6 +675,7 @@ description: Result of parsing index_of_array.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -617,6 +687,7 @@ description: Result of parsing index_of_array.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -628,6 +699,7 @@ description: Result of parsing index_of_array.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -639,6 +711,7 @@ description: Result of parsing index_of_array.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -650,6 +723,7 @@ description: Result of parsing index_of_array.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -662,6 +736,7 @@ description: Result of parsing index_of_array.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -673,6 +748,7 @@ description: Result of parsing index_of_array.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/intersect_cubes/ast.snap b/rust/kcl-lib/tests/intersect_cubes/ast.snap index 4f44cd343..c0c478a42 100644 --- a/rust/kcl-lib/tests/intersect_cubes/ast.snap +++ b/rust/kcl-lib/tests/intersect_cubes/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing intersect_cubes.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cube", "start": 0, "type": "Identifier" @@ -24,13 +25,16 @@ description: Result of parsing intersect_cubes.kcl "argument": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -41,6 +45,7 @@ description: Result of parsing intersect_cubes.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -48,9 +53,11 @@ description: Result of parsing intersect_cubes.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -68,6 +75,7 @@ description: Result of parsing intersect_cubes.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -82,13 +90,16 @@ description: Result of parsing intersect_cubes.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -101,6 +112,7 @@ description: Result of parsing intersect_cubes.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -114,14 +126,17 @@ description: Result of parsing intersect_cubes.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size", "start": 0, "type": "Identifier" @@ -142,13 +157,16 @@ description: Result of parsing intersect_cubes.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -161,6 +179,7 @@ description: Result of parsing intersect_cubes.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -174,14 +193,17 @@ description: Result of parsing intersect_cubes.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size", "start": 0, "type": "Identifier" @@ -197,6 +219,7 @@ description: Result of parsing intersect_cubes.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -207,9 +230,11 @@ description: Result of parsing intersect_cubes.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -220,6 +245,7 @@ description: Result of parsing intersect_cubes.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -232,6 +258,7 @@ description: Result of parsing intersect_cubes.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -246,13 +273,16 @@ description: Result of parsing intersect_cubes.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -265,6 +295,7 @@ description: Result of parsing intersect_cubes.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -278,14 +309,17 @@ description: Result of parsing intersect_cubes.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size", "start": 0, "type": "Identifier" @@ -306,13 +340,16 @@ description: Result of parsing intersect_cubes.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -325,6 +362,7 @@ description: Result of parsing intersect_cubes.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -338,14 +376,17 @@ description: Result of parsing intersect_cubes.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size", "start": 0, "type": "Identifier" @@ -361,6 +402,7 @@ description: Result of parsing intersect_cubes.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -371,9 +413,11 @@ description: Result of parsing intersect_cubes.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -384,6 +428,7 @@ description: Result of parsing intersect_cubes.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -396,6 +441,7 @@ description: Result of parsing intersect_cubes.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -410,13 +456,16 @@ description: Result of parsing intersect_cubes.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -429,6 +478,7 @@ description: Result of parsing intersect_cubes.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -442,14 +492,17 @@ description: Result of parsing intersect_cubes.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size", "start": 0, "type": "Identifier" @@ -470,13 +523,16 @@ description: Result of parsing intersect_cubes.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -489,6 +545,7 @@ description: Result of parsing intersect_cubes.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -502,14 +559,17 @@ description: Result of parsing intersect_cubes.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size", "start": 0, "type": "Identifier" @@ -525,6 +585,7 @@ description: Result of parsing intersect_cubes.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -535,9 +596,11 @@ description: Result of parsing intersect_cubes.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -548,6 +611,7 @@ description: Result of parsing intersect_cubes.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -560,6 +624,7 @@ description: Result of parsing intersect_cubes.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -574,13 +639,16 @@ description: Result of parsing intersect_cubes.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -593,6 +661,7 @@ description: Result of parsing intersect_cubes.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -606,14 +675,17 @@ description: Result of parsing intersect_cubes.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size", "start": 0, "type": "Identifier" @@ -634,13 +706,16 @@ description: Result of parsing intersect_cubes.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -653,6 +728,7 @@ description: Result of parsing intersect_cubes.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -666,14 +742,17 @@ description: Result of parsing intersect_cubes.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size", "start": 0, "type": "Identifier" @@ -689,6 +768,7 @@ description: Result of parsing intersect_cubes.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -699,9 +779,11 @@ description: Result of parsing intersect_cubes.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -712,19 +794,23 @@ description: Result of parsing intersect_cubes.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -735,6 +821,7 @@ description: Result of parsing intersect_cubes.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -747,6 +834,7 @@ description: Result of parsing intersect_cubes.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -757,6 +845,7 @@ description: Result of parsing intersect_cubes.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -766,14 +855,17 @@ description: Result of parsing intersect_cubes.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size", "start": 0, "type": "Identifier" @@ -793,9 +885,11 @@ description: Result of parsing intersect_cubes.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -806,6 +900,7 @@ description: Result of parsing intersect_cubes.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -814,12 +909,14 @@ description: Result of parsing intersect_cubes.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -827,16 +924,19 @@ description: Result of parsing intersect_cubes.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -847,6 +947,7 @@ description: Result of parsing intersect_cubes.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size", "start": 0, "type": "Identifier" @@ -857,11 +958,13 @@ description: Result of parsing intersect_cubes.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -874,6 +977,7 @@ description: Result of parsing intersect_cubes.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part001", "start": 0, "type": "Identifier" @@ -885,6 +989,7 @@ description: Result of parsing intersect_cubes.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -895,6 +1000,7 @@ description: Result of parsing intersect_cubes.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -907,6 +1013,7 @@ description: Result of parsing intersect_cubes.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -918,6 +1025,7 @@ description: Result of parsing intersect_cubes.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -928,6 +1036,7 @@ description: Result of parsing intersect_cubes.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size", "start": 0, "type": "Identifier" @@ -935,6 +1044,7 @@ description: Result of parsing intersect_cubes.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -950,9 +1060,11 @@ description: Result of parsing intersect_cubes.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cube", "start": 0, "type": "Identifier" @@ -963,16 +1075,19 @@ description: Result of parsing intersect_cubes.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -985,6 +1100,7 @@ description: Result of parsing intersect_cubes.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part002", "start": 0, "type": "Identifier" @@ -998,6 +1114,7 @@ description: Result of parsing intersect_cubes.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1008,6 +1125,7 @@ description: Result of parsing intersect_cubes.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7", "start": 0, "type": "Literal", @@ -1020,6 +1138,7 @@ description: Result of parsing intersect_cubes.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -1031,6 +1150,7 @@ description: Result of parsing intersect_cubes.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1041,6 +1161,7 @@ description: Result of parsing intersect_cubes.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size", "start": 0, "type": "Identifier" @@ -1048,6 +1169,7 @@ description: Result of parsing intersect_cubes.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -1063,9 +1185,11 @@ description: Result of parsing intersect_cubes.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cube", "start": 0, "type": "Identifier" @@ -1076,6 +1200,7 @@ description: Result of parsing intersect_cubes.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1088,6 +1213,7 @@ description: Result of parsing intersect_cubes.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -1095,6 +1221,7 @@ description: Result of parsing intersect_cubes.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1110,9 +1237,11 @@ description: Result of parsing intersect_cubes.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -1123,6 +1252,7 @@ description: Result of parsing intersect_cubes.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1131,15 +1261,18 @@ description: Result of parsing intersect_cubes.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1152,18 +1285,22 @@ description: Result of parsing intersect_cubes.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fullPart", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "intersect", "start": 0, "type": "Identifier" @@ -1174,6 +1311,7 @@ description: Result of parsing intersect_cubes.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1184,9 +1322,11 @@ description: Result of parsing intersect_cubes.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part001", "start": 0, "type": "Identifier" @@ -1200,9 +1340,11 @@ description: Result of parsing intersect_cubes.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part002", "start": 0, "type": "Identifier" @@ -1214,16 +1356,19 @@ description: Result of parsing intersect_cubes.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1231,12 +1376,14 @@ description: Result of parsing intersect_cubes.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1248,6 +1395,7 @@ description: Result of parsing intersect_cubes.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/invalid_index_fractional/ast.snap b/rust/kcl-lib/tests/invalid_index_fractional/ast.snap index 9df77d73c..6efded428 100644 --- a/rust/kcl-lib/tests/invalid_index_fractional/ast.snap +++ b/rust/kcl-lib/tests/invalid_index_fractional/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing invalid_index_fractional.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arr", "start": 0, "type": "Identifier" @@ -23,6 +24,7 @@ description: Result of parsing invalid_index_fractional.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -35,6 +37,7 @@ description: Result of parsing invalid_index_fractional.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -47,6 +50,7 @@ description: Result of parsing invalid_index_fractional.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -58,15 +62,18 @@ description: Result of parsing invalid_index_fractional.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -79,6 +86,7 @@ description: Result of parsing invalid_index_fractional.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -87,13 +95,16 @@ description: Result of parsing invalid_index_fractional.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arr", "start": 0, "type": "Identifier" @@ -106,6 +117,7 @@ description: Result of parsing invalid_index_fractional.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.2", "start": 0, "type": "Literal", @@ -119,11 +131,13 @@ description: Result of parsing invalid_index_fractional.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -131,6 +145,7 @@ description: Result of parsing invalid_index_fractional.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/invalid_index_negative/ast.snap b/rust/kcl-lib/tests/invalid_index_negative/ast.snap index 64b7dd4a1..2050e14f6 100644 --- a/rust/kcl-lib/tests/invalid_index_negative/ast.snap +++ b/rust/kcl-lib/tests/invalid_index_negative/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing invalid_index_negative.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arr", "start": 0, "type": "Identifier" @@ -23,6 +24,7 @@ description: Result of parsing invalid_index_negative.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -35,6 +37,7 @@ description: Result of parsing invalid_index_negative.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -47,6 +50,7 @@ description: Result of parsing invalid_index_negative.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -58,15 +62,18 @@ description: Result of parsing invalid_index_negative.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -79,6 +86,7 @@ description: Result of parsing invalid_index_negative.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier" @@ -87,6 +95,7 @@ description: Result of parsing invalid_index_negative.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -98,16 +107,19 @@ description: Result of parsing invalid_index_negative.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -120,6 +132,7 @@ description: Result of parsing invalid_index_negative.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -128,13 +141,16 @@ description: Result of parsing invalid_index_negative.kcl "commentStart": 0, "computed": true, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arr", "start": 0, "type": "Identifier" @@ -147,6 +163,7 @@ description: Result of parsing invalid_index_negative.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier", @@ -156,11 +173,13 @@ description: Result of parsing invalid_index_negative.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -168,6 +187,7 @@ description: Result of parsing invalid_index_negative.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/invalid_index_str/ast.snap b/rust/kcl-lib/tests/invalid_index_str/ast.snap index 60797828a..15266bb32 100644 --- a/rust/kcl-lib/tests/invalid_index_str/ast.snap +++ b/rust/kcl-lib/tests/invalid_index_str/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing invalid_index_str.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arr", "start": 0, "type": "Identifier" @@ -23,6 +24,7 @@ description: Result of parsing invalid_index_str.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -35,6 +37,7 @@ description: Result of parsing invalid_index_str.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -47,6 +50,7 @@ description: Result of parsing invalid_index_str.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -58,15 +62,18 @@ description: Result of parsing invalid_index_str.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -79,6 +86,7 @@ description: Result of parsing invalid_index_str.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -87,13 +95,16 @@ description: Result of parsing invalid_index_str.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arr", "start": 0, "type": "Identifier" @@ -106,6 +117,7 @@ description: Result of parsing invalid_index_str.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"s\"", "start": 0, "type": "Literal", @@ -116,11 +128,13 @@ description: Result of parsing invalid_index_str.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -128,6 +142,7 @@ description: Result of parsing invalid_index_str.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/invalid_member_object/ast.snap b/rust/kcl-lib/tests/invalid_member_object/ast.snap index d8fd315ee..b62fea1bb 100644 --- a/rust/kcl-lib/tests/invalid_member_object/ast.snap +++ b/rust/kcl-lib/tests/invalid_member_object/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing invalid_member_object.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "num", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing invalid_member_object.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "999", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing invalid_member_object.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -46,6 +50,7 @@ description: Result of parsing invalid_member_object.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -54,13 +59,16 @@ description: Result of parsing invalid_member_object.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "num", "start": 0, "type": "Identifier" @@ -73,6 +81,7 @@ description: Result of parsing invalid_member_object.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -86,11 +95,13 @@ description: Result of parsing invalid_member_object.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -98,6 +109,7 @@ description: Result of parsing invalid_member_object.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/invalid_member_object_prop/ast.snap b/rust/kcl-lib/tests/invalid_member_object_prop/ast.snap index a1aa40135..09dd18257 100644 --- a/rust/kcl-lib/tests/invalid_member_object_prop/ast.snap +++ b/rust/kcl-lib/tests/invalid_member_object_prop/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing invalid_member_object_prop.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "b", "start": 0, "type": "Identifier" @@ -20,17 +21,20 @@ description: Result of parsing invalid_member_object_prop.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", "type": "Literal", "value": true }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -43,6 +47,7 @@ description: Result of parsing invalid_member_object_prop.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -51,13 +56,16 @@ description: Result of parsing invalid_member_object_prop.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "b", "start": 0, "type": "Identifier" @@ -70,6 +78,7 @@ description: Result of parsing invalid_member_object_prop.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"property\"", "start": 0, "type": "Literal", @@ -80,11 +89,13 @@ description: Result of parsing invalid_member_object_prop.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -92,6 +103,7 @@ description: Result of parsing invalid_member_object_prop.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/invalid_member_object_using_string/ast.snap b/rust/kcl-lib/tests/invalid_member_object_using_string/ast.snap index b44248bb2..187a30390 100644 --- a/rust/kcl-lib/tests/invalid_member_object_using_string/ast.snap +++ b/rust/kcl-lib/tests/invalid_member_object_using_string/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing invalid_member_object_using_string.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p", "start": 0, "type": "Identifier" @@ -20,17 +21,20 @@ description: Result of parsing invalid_member_object_using_string.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"foo\"", "start": 0, "type": "Literal", "type": "Literal", "value": "foo" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -43,6 +47,7 @@ description: Result of parsing invalid_member_object_using_string.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "obj", "start": 0, "type": "Identifier" @@ -50,6 +55,7 @@ description: Result of parsing invalid_member_object_using_string.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -57,15 +63,18 @@ description: Result of parsing invalid_member_object_using_string.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "foo", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -82,15 +91,18 @@ description: Result of parsing invalid_member_object_using_string.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bar", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -106,11 +118,13 @@ description: Result of parsing invalid_member_object_using_string.kcl "type": "ObjectExpression", "type": "ObjectExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -123,6 +137,7 @@ description: Result of parsing invalid_member_object_using_string.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "one", "start": 0, "type": "Identifier" @@ -131,13 +146,16 @@ description: Result of parsing invalid_member_object_using_string.kcl "commentStart": 0, "computed": true, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "obj", "start": 0, "type": "Identifier" @@ -150,6 +168,7 @@ description: Result of parsing invalid_member_object_using_string.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p", "start": 0, "type": "Identifier", @@ -159,11 +178,13 @@ description: Result of parsing invalid_member_object_using_string.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Try to index with a string." ], @@ -174,12 +195,14 @@ description: Result of parsing invalid_member_object_using_string.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": {}, "startNodes": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -191,6 +214,7 @@ description: Result of parsing invalid_member_object_using_string.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/involute_circular_units/ast.snap b/rust/kcl-lib/tests/involute_circular_units/ast.snap index 7ec0e4abe..f8c5c14cd 100644 --- a/rust/kcl-lib/tests/involute_circular_units/ast.snap +++ b/rust/kcl-lib/tests/involute_circular_units/ast.snap @@ -1,6 +1,5 @@ --- source: kcl-lib/src/simulation_tests.rs -assertion_line: 87 description: Result of parsing involute_circular_units.kcl --- { @@ -14,6 +13,7 @@ description: Result of parsing involute_circular_units.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -21,6 +21,7 @@ description: Result of parsing involute_circular_units.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "21", "start": 0, "type": "Literal", @@ -30,11 +31,13 @@ description: Result of parsing involute_circular_units.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define parameters" ], @@ -50,6 +53,7 @@ description: Result of parsing involute_circular_units.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -57,6 +61,7 @@ description: Result of parsing involute_circular_units.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -66,11 +71,13 @@ description: Result of parsing involute_circular_units.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -83,6 +90,7 @@ description: Result of parsing involute_circular_units.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitchDiameter", "start": 0, "type": "Identifier" @@ -94,9 +102,11 @@ description: Result of parsing involute_circular_units.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -106,14 +116,17 @@ description: Result of parsing involute_circular_units.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -127,11 +140,13 @@ description: Result of parsing involute_circular_units.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -144,6 +159,7 @@ description: Result of parsing involute_circular_units.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pressureAngle", "start": 0, "type": "Identifier" @@ -151,6 +167,7 @@ description: Result of parsing involute_circular_units.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20deg", "start": 0, "type": "Literal", @@ -160,11 +177,13 @@ description: Result of parsing involute_circular_units.kcl "suffix": "Deg" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -177,6 +196,7 @@ description: Result of parsing involute_circular_units.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "addendum", "start": 0, "type": "Identifier" @@ -185,9 +205,11 @@ description: Result of parsing involute_circular_units.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -197,11 +219,13 @@ description: Result of parsing involute_circular_units.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -214,6 +238,7 @@ description: Result of parsing involute_circular_units.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "deddendum", "start": 0, "type": "Identifier" @@ -224,6 +249,7 @@ description: Result of parsing involute_circular_units.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.25", "start": 0, "type": "Literal", @@ -233,14 +259,17 @@ description: Result of parsing involute_circular_units.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -254,11 +283,13 @@ description: Result of parsing involute_circular_units.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -271,6 +302,7 @@ description: Result of parsing involute_circular_units.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -282,9 +314,11 @@ description: Result of parsing involute_circular_units.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitchDiameter", "start": 0, "type": "Identifier" @@ -294,15 +328,19 @@ description: Result of parsing involute_circular_units.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -313,6 +351,7 @@ description: Result of parsing involute_circular_units.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -320,9 +359,11 @@ description: Result of parsing involute_circular_units.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pressureAngle", "start": 0, "type": "Identifier" @@ -337,11 +378,13 @@ description: Result of parsing involute_circular_units.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -354,6 +397,7 @@ description: Result of parsing involute_circular_units.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -365,9 +409,11 @@ description: Result of parsing involute_circular_units.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitchDiameter", "start": 0, "type": "Identifier" @@ -377,6 +423,7 @@ description: Result of parsing involute_circular_units.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -384,6 +431,7 @@ description: Result of parsing involute_circular_units.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -393,14 +441,17 @@ description: Result of parsing involute_circular_units.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -418,11 +469,13 @@ description: Result of parsing involute_circular_units.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -435,6 +488,7 @@ description: Result of parsing involute_circular_units.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearHeight", "start": 0, "type": "Identifier" @@ -442,6 +496,7 @@ description: Result of parsing involute_circular_units.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".3", "start": 0, "type": "Literal", @@ -451,11 +506,13 @@ description: Result of parsing involute_circular_units.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -468,6 +525,7 @@ description: Result of parsing involute_circular_units.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle001", "start": 0, "type": "Identifier" @@ -475,6 +533,7 @@ description: Result of parsing involute_circular_units.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -484,11 +543,13 @@ description: Result of parsing involute_circular_units.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -501,6 +562,7 @@ description: Result of parsing involute_circular_units.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -508,13 +570,16 @@ description: Result of parsing involute_circular_units.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -525,6 +590,7 @@ description: Result of parsing involute_circular_units.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -532,9 +598,11 @@ description: Result of parsing involute_circular_units.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -552,6 +620,7 @@ description: Result of parsing involute_circular_units.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -566,9 +635,11 @@ description: Result of parsing involute_circular_units.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -578,10 +649,12 @@ description: Result of parsing involute_circular_units.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -598,6 +671,7 @@ description: Result of parsing involute_circular_units.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -609,6 +683,7 @@ description: Result of parsing involute_circular_units.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -619,9 +694,11 @@ description: Result of parsing involute_circular_units.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -632,6 +709,7 @@ description: Result of parsing involute_circular_units.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -644,6 +722,7 @@ description: Result of parsing involute_circular_units.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startRadius", "start": 0, "type": "Identifier" @@ -655,9 +734,11 @@ description: Result of parsing involute_circular_units.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -667,10 +748,12 @@ description: Result of parsing involute_circular_units.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -690,6 +773,7 @@ description: Result of parsing involute_circular_units.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endRadius", "start": 0, "type": "Identifier" @@ -701,9 +785,11 @@ description: Result of parsing involute_circular_units.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -713,10 +799,12 @@ description: Result of parsing involute_circular_units.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -736,6 +824,7 @@ description: Result of parsing involute_circular_units.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -743,6 +832,7 @@ description: Result of parsing involute_circular_units.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -758,6 +848,7 @@ description: Result of parsing involute_circular_units.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -765,6 +856,7 @@ description: Result of parsing involute_circular_units.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -776,9 +868,11 @@ description: Result of parsing involute_circular_units.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "involuteCircular", "start": 0, "type": "Identifier" @@ -789,6 +883,7 @@ description: Result of parsing involute_circular_units.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -801,6 +896,7 @@ description: Result of parsing involute_circular_units.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -809,13 +905,16 @@ description: Result of parsing involute_circular_units.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lastSegX", "start": 0, "type": "Identifier" @@ -826,25 +925,30 @@ description: Result of parsing involute_circular_units.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lastSegY", "start": 0, "type": "Identifier" @@ -855,12 +959,14 @@ description: Result of parsing involute_circular_units.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -868,6 +974,7 @@ description: Result of parsing involute_circular_units.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -878,9 +985,11 @@ description: Result of parsing involute_circular_units.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -891,6 +1000,7 @@ description: Result of parsing involute_circular_units.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -903,18 +1013,22 @@ description: Result of parsing involute_circular_units.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "asin", "start": 0, "type": "Identifier" @@ -925,6 +1039,7 @@ description: Result of parsing involute_circular_units.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -932,13 +1047,16 @@ description: Result of parsing involute_circular_units.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndY", "start": 0, "type": "Identifier" @@ -949,6 +1067,7 @@ description: Result of parsing involute_circular_units.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -956,9 +1075,11 @@ description: Result of parsing involute_circular_units.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -969,15 +1090,19 @@ description: Result of parsing involute_circular_units.kcl "type": "Name" } }, + "moduleId": 0, "operator": "/", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndX", "start": 0, "type": "Identifier" @@ -988,6 +1113,7 @@ description: Result of parsing involute_circular_units.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -995,9 +1121,11 @@ description: Result of parsing involute_circular_units.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -1019,6 +1147,7 @@ description: Result of parsing involute_circular_units.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -1026,6 +1155,7 @@ description: Result of parsing involute_circular_units.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "9", "start": 0, "type": "Literal", @@ -1041,6 +1171,7 @@ description: Result of parsing involute_circular_units.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1052,9 +1183,11 @@ description: Result of parsing involute_circular_units.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -1064,10 +1197,12 @@ description: Result of parsing involute_circular_units.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1087,6 +1222,7 @@ description: Result of parsing involute_circular_units.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1094,6 +1230,7 @@ description: Result of parsing involute_circular_units.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1105,9 +1242,11 @@ description: Result of parsing involute_circular_units.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -1118,6 +1257,7 @@ description: Result of parsing involute_circular_units.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1130,6 +1270,7 @@ description: Result of parsing involute_circular_units.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startRadius", "start": 0, "type": "Identifier" @@ -1141,9 +1282,11 @@ description: Result of parsing involute_circular_units.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -1153,10 +1296,12 @@ description: Result of parsing involute_circular_units.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1176,6 +1321,7 @@ description: Result of parsing involute_circular_units.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endRadius", "start": 0, "type": "Identifier" @@ -1187,9 +1333,11 @@ description: Result of parsing involute_circular_units.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -1199,10 +1347,12 @@ description: Result of parsing involute_circular_units.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1222,6 +1372,7 @@ description: Result of parsing involute_circular_units.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1230,6 +1381,7 @@ description: Result of parsing involute_circular_units.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12", "start": 0, "type": "Literal", @@ -1241,6 +1393,7 @@ description: Result of parsing involute_circular_units.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1252,6 +1405,7 @@ description: Result of parsing involute_circular_units.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "reverse", "start": 0, "type": "Identifier" @@ -1259,6 +1413,7 @@ description: Result of parsing involute_circular_units.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -1271,9 +1426,11 @@ description: Result of parsing involute_circular_units.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "involuteCircular", "start": 0, "type": "Identifier" @@ -1284,6 +1441,7 @@ description: Result of parsing involute_circular_units.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1296,6 +1454,7 @@ description: Result of parsing involute_circular_units.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1304,13 +1463,16 @@ description: Result of parsing involute_circular_units.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lastSegX", "start": 0, "type": "Identifier" @@ -1321,25 +1483,30 @@ description: Result of parsing involute_circular_units.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lastSegY", "start": 0, "type": "Identifier" @@ -1350,12 +1517,14 @@ description: Result of parsing involute_circular_units.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1363,6 +1532,7 @@ description: Result of parsing involute_circular_units.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1373,9 +1543,11 @@ description: Result of parsing involute_circular_units.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1386,6 +1558,7 @@ description: Result of parsing involute_circular_units.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1398,6 +1571,7 @@ description: Result of parsing involute_circular_units.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1409,6 +1583,7 @@ description: Result of parsing involute_circular_units.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1419,6 +1594,7 @@ description: Result of parsing involute_circular_units.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -1428,14 +1604,17 @@ description: Result of parsing involute_circular_units.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -1455,6 +1634,7 @@ description: Result of parsing involute_circular_units.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1466,9 +1646,11 @@ description: Result of parsing involute_circular_units.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -1478,10 +1660,12 @@ description: Result of parsing involute_circular_units.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1501,9 +1685,11 @@ description: Result of parsing involute_circular_units.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "polar", "start": 0, "type": "Identifier" @@ -1514,6 +1700,7 @@ description: Result of parsing involute_circular_units.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1525,9 +1712,11 @@ description: Result of parsing involute_circular_units.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1538,6 +1727,7 @@ description: Result of parsing involute_circular_units.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1550,6 +1740,7 @@ description: Result of parsing involute_circular_units.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -1558,9 +1749,11 @@ description: Result of parsing involute_circular_units.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -1576,6 +1769,7 @@ description: Result of parsing involute_circular_units.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1586,6 +1780,7 @@ description: Result of parsing involute_circular_units.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1598,6 +1793,7 @@ description: Result of parsing involute_circular_units.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1609,6 +1805,7 @@ description: Result of parsing involute_circular_units.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1619,6 +1816,7 @@ description: Result of parsing involute_circular_units.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -1626,6 +1824,7 @@ description: Result of parsing involute_circular_units.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -1641,6 +1840,7 @@ description: Result of parsing involute_circular_units.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -1648,6 +1848,7 @@ description: Result of parsing involute_circular_units.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -1660,9 +1861,11 @@ description: Result of parsing involute_circular_units.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular2d", "start": 0, "type": "Identifier" @@ -1673,25 +1876,30 @@ description: Result of parsing involute_circular_units.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1702,6 +1910,7 @@ description: Result of parsing involute_circular_units.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1714,6 +1923,7 @@ description: Result of parsing involute_circular_units.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -1725,6 +1935,7 @@ description: Result of parsing involute_circular_units.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1735,6 +1946,7 @@ description: Result of parsing involute_circular_units.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1747,6 +1959,7 @@ description: Result of parsing involute_circular_units.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1758,6 +1971,7 @@ description: Result of parsing involute_circular_units.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1768,6 +1982,7 @@ description: Result of parsing involute_circular_units.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1775,6 +1990,7 @@ description: Result of parsing involute_circular_units.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1790,9 +2006,11 @@ description: Result of parsing involute_circular_units.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1803,6 +2021,7 @@ description: Result of parsing involute_circular_units.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1814,9 +2033,11 @@ description: Result of parsing involute_circular_units.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -1827,6 +2048,7 @@ description: Result of parsing involute_circular_units.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1839,6 +2061,7 @@ description: Result of parsing involute_circular_units.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1847,9 +2070,11 @@ description: Result of parsing involute_circular_units.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearHeight", "start": 0, "type": "Identifier" @@ -1865,9 +2090,11 @@ description: Result of parsing involute_circular_units.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1878,6 +2105,7 @@ description: Result of parsing involute_circular_units.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1886,15 +2114,18 @@ description: Result of parsing involute_circular_units.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1906,9 +2137,11 @@ description: Result of parsing involute_circular_units.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -1920,19 +2153,23 @@ description: Result of parsing involute_circular_units.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cm", "start": 0, "type": "Identifier" @@ -1948,12 +2185,14 @@ description: Result of parsing involute_circular_units.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "8": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1966,6 +2205,7 @@ description: Result of parsing involute_circular_units.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/involute_circular_units/program_memory.snap b/rust/kcl-lib/tests/involute_circular_units/program_memory.snap index 856f1089f..b0dc1863d 100644 --- a/rust/kcl-lib/tests/involute_circular_units/program_memory.snap +++ b/rust/kcl-lib/tests/involute_circular_units/program_memory.snap @@ -140,6 +140,7 @@ description: Variables in memory after executing involute_circular_units.kcl "tag": { "commentStart": 505, "end": 511, + "moduleId": 0, "start": 505, "type": "TagDeclarator", "value": "seg01" @@ -160,6 +161,7 @@ description: Variables in memory after executing involute_circular_units.kcl "tag": { "commentStart": 708, "end": 714, + "moduleId": 0, "start": 708, "type": "TagDeclarator", "value": "seg02" @@ -204,6 +206,7 @@ description: Variables in memory after executing involute_circular_units.kcl "tag": { "commentStart": 505, "end": 511, + "moduleId": 0, "start": 505, "type": "TagDeclarator", "value": "seg01" @@ -254,6 +257,7 @@ description: Variables in memory after executing involute_circular_units.kcl "tag": { "commentStart": 708, "end": 714, + "moduleId": 0, "start": 708, "type": "TagDeclarator", "value": "seg02" diff --git a/rust/kcl-lib/tests/kcl_samples/axial-fan/ast.snap b/rust/kcl-lib/tests/kcl_samples/axial-fan/ast.snap index 5929487ee..d2d504a6a 100644 --- a/rust/kcl-lib/tests/kcl_samples/axial-fan/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/axial-fan/ast.snap @@ -8,6 +8,7 @@ description: Result of parsing axial-fan.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "fan-housing.kcl" @@ -20,6 +21,7 @@ description: Result of parsing axial-fan.kcl "alias": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fanHousing", "start": 0, "type": "Identifier" @@ -32,6 +34,7 @@ description: Result of parsing axial-fan.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "motor.kcl" @@ -41,6 +44,7 @@ description: Result of parsing axial-fan.kcl "alias": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "motor", "start": 0, "type": "Identifier" @@ -53,6 +57,7 @@ description: Result of parsing axial-fan.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "fan.kcl" @@ -62,6 +67,7 @@ description: Result of parsing axial-fan.kcl "alias": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fan", "start": 0, "type": "Identifier" @@ -78,9 +84,11 @@ description: Result of parsing axial-fan.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fanHousing", "start": 0, "type": "Identifier" @@ -90,6 +98,7 @@ description: Result of parsing axial-fan.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "preComments": [ "", "", @@ -106,9 +115,11 @@ description: Result of parsing axial-fan.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "motor", "start": 0, "type": "Identifier" @@ -118,6 +129,7 @@ description: Result of parsing axial-fan.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -129,9 +141,11 @@ description: Result of parsing axial-fan.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fan", "start": 0, "type": "Identifier" @@ -141,6 +155,7 @@ description: Result of parsing axial-fan.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -152,9 +167,11 @@ description: Result of parsing axial-fan.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -173,19 +190,23 @@ description: Result of parsing axial-fan.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -202,15 +223,18 @@ description: Result of parsing axial-fan.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -226,12 +250,14 @@ description: Result of parsing axial-fan.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": {}, "startNodes": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/ball-bearing/ast.snap b/rust/kcl-lib/tests/kcl_samples/ball-bearing/ast.snap index 611c70e5d..002f8c960 100644 --- a/rust/kcl-lib/tests/kcl_samples/ball-bearing/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/ball-bearing/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing ball-bearing.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "outsideDiameter", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing ball-bearing.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.625", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing ball-bearing.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define parameters" ], @@ -49,6 +53,7 @@ description: Result of parsing ball-bearing.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sphereDia", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing ball-bearing.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing ball-bearing.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing ball-bearing.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shaftDia", "start": 0, "type": "Identifier" @@ -89,6 +98,7 @@ description: Result of parsing ball-bearing.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.75", "start": 0, "type": "Literal", @@ -98,11 +108,13 @@ description: Result of parsing ball-bearing.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -115,6 +127,7 @@ description: Result of parsing ball-bearing.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "overallThickness", "start": 0, "type": "Identifier" @@ -122,6 +135,7 @@ description: Result of parsing ball-bearing.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.313", "start": 0, "type": "Literal", @@ -131,11 +145,13 @@ description: Result of parsing ball-bearing.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -148,6 +164,7 @@ description: Result of parsing ball-bearing.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -155,6 +172,7 @@ description: Result of parsing ball-bearing.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.100", "start": 0, "type": "Literal", @@ -164,11 +182,13 @@ description: Result of parsing ball-bearing.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -181,6 +201,7 @@ description: Result of parsing ball-bearing.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "overHangLength", "start": 0, "type": "Identifier" @@ -188,6 +209,7 @@ description: Result of parsing ball-bearing.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".3", "start": 0, "type": "Literal", @@ -197,11 +219,13 @@ description: Result of parsing ball-bearing.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -214,6 +238,7 @@ description: Result of parsing ball-bearing.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nBalls", "start": 0, "type": "Identifier" @@ -221,6 +246,7 @@ description: Result of parsing ball-bearing.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -230,11 +256,13 @@ description: Result of parsing ball-bearing.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -247,6 +275,7 @@ description: Result of parsing ball-bearing.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "chainWidth", "start": 0, "type": "Identifier" @@ -258,9 +287,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sphereDia", "start": 0, "type": "Identifier" @@ -270,10 +301,12 @@ description: Result of parsing ball-bearing.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -287,11 +320,13 @@ description: Result of parsing ball-bearing.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -304,6 +339,7 @@ description: Result of parsing ball-bearing.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "chainThickness", "start": 0, "type": "Identifier" @@ -315,9 +351,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sphereDia", "start": 0, "type": "Identifier" @@ -327,10 +365,12 @@ description: Result of parsing ball-bearing.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8", "start": 0, "type": "Literal", @@ -344,11 +384,13 @@ description: Result of parsing ball-bearing.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -361,6 +403,7 @@ description: Result of parsing ball-bearing.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "linkDiameter", "start": 0, "type": "Identifier" @@ -372,9 +415,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sphereDia", "start": 0, "type": "Identifier" @@ -384,10 +429,12 @@ description: Result of parsing ball-bearing.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -401,11 +448,13 @@ description: Result of parsing ball-bearing.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -418,6 +467,7 @@ description: Result of parsing ball-bearing.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "insideWallSketch", "start": 0, "type": "Identifier" @@ -425,13 +475,16 @@ description: Result of parsing ball-bearing.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -442,6 +495,7 @@ description: Result of parsing ball-bearing.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -452,6 +506,7 @@ description: Result of parsing ball-bearing.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -464,9 +519,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "overallThickness", "start": 0, "type": "Identifier" @@ -478,15 +535,18 @@ description: Result of parsing ball-bearing.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -506,9 +566,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -519,6 +581,7 @@ description: Result of parsing ball-bearing.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -526,9 +589,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -547,6 +612,7 @@ description: Result of parsing ball-bearing.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -557,6 +623,7 @@ description: Result of parsing ball-bearing.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -569,6 +636,7 @@ description: Result of parsing ball-bearing.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -580,6 +648,7 @@ description: Result of parsing ball-bearing.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -590,6 +659,7 @@ description: Result of parsing ball-bearing.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -604,9 +674,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shaftDia", "start": 0, "type": "Identifier" @@ -616,10 +688,12 @@ description: Result of parsing ball-bearing.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -633,14 +707,17 @@ description: Result of parsing ball-bearing.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -660,9 +737,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -673,6 +752,7 @@ description: Result of parsing ball-bearing.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -685,6 +765,7 @@ description: Result of parsing ball-bearing.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -696,6 +777,7 @@ description: Result of parsing ball-bearing.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -706,6 +788,7 @@ description: Result of parsing ball-bearing.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -718,6 +801,7 @@ description: Result of parsing ball-bearing.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -729,6 +813,7 @@ description: Result of parsing ball-bearing.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -739,6 +824,7 @@ description: Result of parsing ball-bearing.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -750,9 +836,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shaftDia", "start": 0, "type": "Identifier" @@ -762,10 +850,12 @@ description: Result of parsing ball-bearing.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -785,9 +875,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -798,6 +890,7 @@ description: Result of parsing ball-bearing.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -809,9 +902,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -822,6 +917,7 @@ description: Result of parsing ball-bearing.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -830,12 +926,14 @@ description: Result of parsing ball-bearing.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -852,11 +950,13 @@ description: Result of parsing ball-bearing.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -874,6 +974,7 @@ description: Result of parsing ball-bearing.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "insideWall", "start": 0, "type": "Identifier" @@ -885,6 +986,7 @@ description: Result of parsing ball-bearing.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -893,9 +995,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "overallThickness", "start": 0, "type": "Identifier" @@ -911,9 +1015,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -924,6 +1030,7 @@ description: Result of parsing ball-bearing.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -931,9 +1038,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "insideWallSketch", "start": 0, "type": "Identifier" @@ -944,11 +1053,13 @@ description: Result of parsing ball-bearing.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -961,6 +1072,7 @@ description: Result of parsing ball-bearing.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ballsSketch", "start": 0, "type": "Identifier" @@ -968,13 +1080,16 @@ description: Result of parsing ball-bearing.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -985,6 +1100,7 @@ description: Result of parsing ball-bearing.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -992,9 +1108,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -1012,6 +1130,7 @@ description: Result of parsing ball-bearing.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1029,9 +1148,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shaftDia", "start": 0, "type": "Identifier" @@ -1041,10 +1162,12 @@ description: Result of parsing ball-bearing.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1058,14 +1181,17 @@ description: Result of parsing ball-bearing.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -1082,6 +1208,7 @@ description: Result of parsing ball-bearing.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.001", "start": 0, "type": "Literal", @@ -1093,6 +1220,7 @@ description: Result of parsing ball-bearing.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1103,9 +1231,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1116,6 +1246,7 @@ description: Result of parsing ball-bearing.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1128,6 +1259,7 @@ description: Result of parsing ball-bearing.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -1135,6 +1267,7 @@ description: Result of parsing ball-bearing.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -1150,6 +1283,7 @@ description: Result of parsing ball-bearing.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -1157,6 +1291,7 @@ description: Result of parsing ball-bearing.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1172,6 +1307,7 @@ description: Result of parsing ball-bearing.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1183,9 +1319,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sphereDia", "start": 0, "type": "Identifier" @@ -1195,10 +1333,12 @@ description: Result of parsing ball-bearing.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1218,9 +1358,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -1231,19 +1373,23 @@ description: Result of parsing ball-bearing.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1254,6 +1400,7 @@ description: Result of parsing ball-bearing.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1262,12 +1409,14 @@ description: Result of parsing ball-bearing.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "3": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1284,11 +1433,13 @@ description: Result of parsing ball-bearing.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1306,6 +1457,7 @@ description: Result of parsing ball-bearing.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "balls", "start": 0, "type": "Identifier" @@ -1319,6 +1471,7 @@ description: Result of parsing ball-bearing.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -1327,9 +1480,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "X", "start": 0, "type": "Identifier" @@ -1345,9 +1500,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -1358,6 +1515,7 @@ description: Result of parsing ball-bearing.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1365,9 +1523,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ballsSketch", "start": 0, "type": "Identifier" @@ -1385,6 +1545,7 @@ description: Result of parsing ball-bearing.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -1392,6 +1553,7 @@ description: Result of parsing ball-bearing.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -1407,6 +1569,7 @@ description: Result of parsing ball-bearing.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -1417,6 +1580,7 @@ description: Result of parsing ball-bearing.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1429,6 +1593,7 @@ description: Result of parsing ball-bearing.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1441,6 +1606,7 @@ description: Result of parsing ball-bearing.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1452,6 +1618,7 @@ description: Result of parsing ball-bearing.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1462,6 +1629,7 @@ description: Result of parsing ball-bearing.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1472,6 +1640,7 @@ description: Result of parsing ball-bearing.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1484,6 +1653,7 @@ description: Result of parsing ball-bearing.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1496,6 +1666,7 @@ description: Result of parsing ball-bearing.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1507,6 +1678,7 @@ description: Result of parsing ball-bearing.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1517,6 +1689,7 @@ description: Result of parsing ball-bearing.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -1525,9 +1698,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nBalls", "start": 0, "type": "Identifier" @@ -1543,6 +1718,7 @@ description: Result of parsing ball-bearing.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -1550,6 +1726,7 @@ description: Result of parsing ball-bearing.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -1562,9 +1739,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular3d", "start": 0, "type": "Identifier" @@ -1575,6 +1754,7 @@ description: Result of parsing ball-bearing.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1583,12 +1763,14 @@ description: Result of parsing ball-bearing.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1605,11 +1787,13 @@ description: Result of parsing ball-bearing.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1622,6 +1806,7 @@ description: Result of parsing ball-bearing.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "chainSketch", "start": 0, "type": "Identifier" @@ -1629,13 +1814,16 @@ description: Result of parsing ball-bearing.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1646,6 +1834,7 @@ description: Result of parsing ball-bearing.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1653,9 +1842,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -1673,6 +1864,7 @@ description: Result of parsing ball-bearing.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1696,9 +1888,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shaftDia", "start": 0, "type": "Identifier" @@ -1708,10 +1902,12 @@ description: Result of parsing ball-bearing.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1725,14 +1921,17 @@ description: Result of parsing ball-bearing.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -1746,6 +1945,7 @@ description: Result of parsing ball-bearing.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -1754,9 +1954,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sphereDia", "start": 0, "type": "Identifier" @@ -1766,10 +1968,12 @@ description: Result of parsing ball-bearing.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1787,6 +1991,7 @@ description: Result of parsing ball-bearing.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -1795,9 +2000,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "chainWidth", "start": 0, "type": "Identifier" @@ -1807,10 +2014,12 @@ description: Result of parsing ball-bearing.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1834,6 +2043,7 @@ description: Result of parsing ball-bearing.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.125", "start": 0, "type": "Literal", @@ -1843,15 +2053,19 @@ description: Result of parsing ball-bearing.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -1862,12 +2076,14 @@ description: Result of parsing ball-bearing.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "60", "start": 0, "type": "Literal", @@ -1884,6 +2100,7 @@ description: Result of parsing ball-bearing.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1894,9 +2111,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1907,6 +2126,7 @@ description: Result of parsing ball-bearing.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1919,6 +2139,7 @@ description: Result of parsing ball-bearing.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -1926,6 +2147,7 @@ description: Result of parsing ball-bearing.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "120", "start": 0, "type": "Literal", @@ -1941,6 +2163,7 @@ description: Result of parsing ball-bearing.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -1948,6 +2171,7 @@ description: Result of parsing ball-bearing.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "60", "start": 0, "type": "Literal", @@ -1963,6 +2187,7 @@ description: Result of parsing ball-bearing.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1974,9 +2199,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sphereDia", "start": 0, "type": "Identifier" @@ -1986,10 +2213,12 @@ description: Result of parsing ball-bearing.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2009,9 +2238,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -2022,6 +2253,7 @@ description: Result of parsing ball-bearing.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2034,6 +2266,7 @@ description: Result of parsing ball-bearing.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2044,6 +2277,7 @@ description: Result of parsing ball-bearing.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2057,9 +2291,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "chainThickness", "start": 0, "type": "Identifier" @@ -2071,6 +2307,7 @@ description: Result of parsing ball-bearing.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2081,9 +2318,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2094,6 +2333,7 @@ description: Result of parsing ball-bearing.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2106,6 +2346,7 @@ description: Result of parsing ball-bearing.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2118,9 +2359,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "chainWidth", "start": 0, "type": "Identifier" @@ -2132,6 +2375,7 @@ description: Result of parsing ball-bearing.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2140,6 +2384,7 @@ description: Result of parsing ball-bearing.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2151,6 +2396,7 @@ description: Result of parsing ball-bearing.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2161,9 +2407,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2174,19 +2422,23 @@ description: Result of parsing ball-bearing.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -2197,6 +2449,7 @@ description: Result of parsing ball-bearing.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2205,12 +2458,14 @@ description: Result of parsing ball-bearing.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "5": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2227,11 +2482,13 @@ description: Result of parsing ball-bearing.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2244,6 +2501,7 @@ description: Result of parsing ball-bearing.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "chainHead", "start": 0, "type": "Identifier" @@ -2257,6 +2515,7 @@ description: Result of parsing ball-bearing.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -2265,9 +2524,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "X", "start": 0, "type": "Identifier" @@ -2283,9 +2544,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -2296,6 +2559,7 @@ description: Result of parsing ball-bearing.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2303,9 +2567,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "chainSketch", "start": 0, "type": "Identifier" @@ -2323,6 +2589,7 @@ description: Result of parsing ball-bearing.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -2330,6 +2597,7 @@ description: Result of parsing ball-bearing.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -2345,6 +2613,7 @@ description: Result of parsing ball-bearing.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -2355,6 +2624,7 @@ description: Result of parsing ball-bearing.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2367,6 +2637,7 @@ description: Result of parsing ball-bearing.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2379,6 +2650,7 @@ description: Result of parsing ball-bearing.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -2390,6 +2662,7 @@ description: Result of parsing ball-bearing.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2400,6 +2673,7 @@ description: Result of parsing ball-bearing.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -2410,6 +2684,7 @@ description: Result of parsing ball-bearing.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2422,6 +2697,7 @@ description: Result of parsing ball-bearing.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2434,6 +2710,7 @@ description: Result of parsing ball-bearing.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2445,6 +2722,7 @@ description: Result of parsing ball-bearing.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2455,6 +2733,7 @@ description: Result of parsing ball-bearing.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -2463,9 +2742,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nBalls", "start": 0, "type": "Identifier" @@ -2481,6 +2762,7 @@ description: Result of parsing ball-bearing.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -2488,6 +2770,7 @@ description: Result of parsing ball-bearing.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -2500,9 +2783,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular3d", "start": 0, "type": "Identifier" @@ -2513,6 +2798,7 @@ description: Result of parsing ball-bearing.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2521,12 +2807,14 @@ description: Result of parsing ball-bearing.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2543,11 +2831,13 @@ description: Result of parsing ball-bearing.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2560,6 +2850,7 @@ description: Result of parsing ball-bearing.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "linkSketch", "start": 0, "type": "Identifier" @@ -2567,13 +2858,16 @@ description: Result of parsing ball-bearing.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2584,6 +2878,7 @@ description: Result of parsing ball-bearing.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2591,9 +2886,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -2611,6 +2908,7 @@ description: Result of parsing ball-bearing.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -2631,9 +2929,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shaftDia", "start": 0, "type": "Identifier" @@ -2643,10 +2943,12 @@ description: Result of parsing ball-bearing.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2660,14 +2962,17 @@ description: Result of parsing ball-bearing.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -2681,6 +2986,7 @@ description: Result of parsing ball-bearing.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -2689,9 +2995,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sphereDia", "start": 0, "type": "Identifier" @@ -2701,10 +3009,12 @@ description: Result of parsing ball-bearing.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2725,6 +3035,7 @@ description: Result of parsing ball-bearing.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2736,6 +3047,7 @@ description: Result of parsing ball-bearing.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2746,6 +3058,7 @@ description: Result of parsing ball-bearing.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2757,9 +3070,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "linkDiameter", "start": 0, "type": "Identifier" @@ -2769,10 +3084,12 @@ description: Result of parsing ball-bearing.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2792,9 +3109,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -2805,6 +3124,7 @@ description: Result of parsing ball-bearing.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2813,12 +3133,14 @@ description: Result of parsing ball-bearing.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2835,11 +3157,13 @@ description: Result of parsing ball-bearing.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2852,6 +3176,7 @@ description: Result of parsing ball-bearing.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "linkRevolve", "start": 0, "type": "Identifier" @@ -2865,6 +3190,7 @@ description: Result of parsing ball-bearing.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -2873,9 +3199,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "Y", "start": 0, "type": "Identifier" @@ -2891,6 +3219,7 @@ description: Result of parsing ball-bearing.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2901,6 +3230,7 @@ description: Result of parsing ball-bearing.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -2910,14 +3240,17 @@ description: Result of parsing ball-bearing.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nBalls", "start": 0, "type": "Identifier" @@ -2937,9 +3270,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -2950,6 +3285,7 @@ description: Result of parsing ball-bearing.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2957,9 +3293,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "linkSketch", "start": 0, "type": "Identifier" @@ -2977,6 +3315,7 @@ description: Result of parsing ball-bearing.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -2984,6 +3323,7 @@ description: Result of parsing ball-bearing.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -2999,6 +3339,7 @@ description: Result of parsing ball-bearing.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -3009,6 +3350,7 @@ description: Result of parsing ball-bearing.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3021,6 +3363,7 @@ description: Result of parsing ball-bearing.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3033,6 +3376,7 @@ description: Result of parsing ball-bearing.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -3044,6 +3388,7 @@ description: Result of parsing ball-bearing.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3054,6 +3399,7 @@ description: Result of parsing ball-bearing.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -3064,6 +3410,7 @@ description: Result of parsing ball-bearing.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3076,6 +3423,7 @@ description: Result of parsing ball-bearing.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3088,6 +3436,7 @@ description: Result of parsing ball-bearing.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3099,6 +3448,7 @@ description: Result of parsing ball-bearing.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3109,6 +3459,7 @@ description: Result of parsing ball-bearing.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -3117,9 +3468,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nBalls", "start": 0, "type": "Identifier" @@ -3135,6 +3488,7 @@ description: Result of parsing ball-bearing.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -3142,6 +3496,7 @@ description: Result of parsing ball-bearing.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -3154,9 +3509,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular3d", "start": 0, "type": "Identifier" @@ -3167,6 +3524,7 @@ description: Result of parsing ball-bearing.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3175,12 +3533,14 @@ description: Result of parsing ball-bearing.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3197,11 +3557,13 @@ description: Result of parsing ball-bearing.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3214,6 +3576,7 @@ description: Result of parsing ball-bearing.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "outsideWallSketch", "start": 0, "type": "Identifier" @@ -3221,13 +3584,16 @@ description: Result of parsing ball-bearing.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -3238,6 +3604,7 @@ description: Result of parsing ball-bearing.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3248,6 +3615,7 @@ description: Result of parsing ball-bearing.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -3260,9 +3628,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "overallThickness", "start": 0, "type": "Identifier" @@ -3274,15 +3644,18 @@ description: Result of parsing ball-bearing.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3302,9 +3675,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -3315,6 +3690,7 @@ description: Result of parsing ball-bearing.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3322,9 +3698,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -3343,6 +3721,7 @@ description: Result of parsing ball-bearing.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -3353,6 +3732,7 @@ description: Result of parsing ball-bearing.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3365,6 +3745,7 @@ description: Result of parsing ball-bearing.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3376,6 +3757,7 @@ description: Result of parsing ball-bearing.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3386,6 +3768,7 @@ description: Result of parsing ball-bearing.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3397,9 +3780,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "outsideDiameter", "start": 0, "type": "Identifier" @@ -3409,10 +3794,12 @@ description: Result of parsing ball-bearing.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3432,9 +3819,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -3445,6 +3834,7 @@ description: Result of parsing ball-bearing.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3457,6 +3847,7 @@ description: Result of parsing ball-bearing.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -3468,6 +3859,7 @@ description: Result of parsing ball-bearing.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -3478,6 +3870,7 @@ description: Result of parsing ball-bearing.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3490,6 +3883,7 @@ description: Result of parsing ball-bearing.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3501,6 +3895,7 @@ description: Result of parsing ball-bearing.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3511,6 +3906,7 @@ description: Result of parsing ball-bearing.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3528,9 +3924,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shaftDia", "start": 0, "type": "Identifier" @@ -3540,10 +3938,12 @@ description: Result of parsing ball-bearing.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3557,14 +3957,17 @@ description: Result of parsing ball-bearing.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -3578,14 +3981,17 @@ description: Result of parsing ball-bearing.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sphereDia", "start": 0, "type": "Identifier" @@ -3605,9 +4011,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -3618,6 +4026,7 @@ description: Result of parsing ball-bearing.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3629,9 +4038,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -3642,6 +4053,7 @@ description: Result of parsing ball-bearing.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3650,15 +4062,18 @@ description: Result of parsing ball-bearing.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3671,6 +4086,7 @@ description: Result of parsing ball-bearing.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "outsideWall", "start": 0, "type": "Identifier" @@ -3682,6 +4098,7 @@ description: Result of parsing ball-bearing.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3690,9 +4107,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "overallThickness", "start": 0, "type": "Identifier" @@ -3708,9 +4127,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -3721,6 +4142,7 @@ description: Result of parsing ball-bearing.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3728,9 +4150,11 @@ description: Result of parsing ball-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "outsideWallSketch", "start": 0, "type": "Identifier" @@ -3741,11 +4165,13 @@ description: Result of parsing ball-bearing.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3757,9 +4183,11 @@ description: Result of parsing ball-bearing.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -3778,19 +4206,23 @@ description: Result of parsing ball-bearing.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -3807,15 +4239,18 @@ description: Result of parsing ball-bearing.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -3831,12 +4266,14 @@ description: Result of parsing ball-bearing.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "18": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3849,6 +4286,7 @@ description: Result of parsing ball-bearing.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/ball-joint-rod-end/ast.snap b/rust/kcl-lib/tests/kcl_samples/ball-joint-rod-end/ast.snap index 19ad55c42..992f83a22 100644 --- a/rust/kcl-lib/tests/kcl_samples/ball-joint-rod-end/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/ball-joint-rod-end/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing ball-joint-rod-end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ballBoltLength", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing ball-joint-rod-end.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing ball-joint-rod-end.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// variables" ], @@ -49,6 +53,7 @@ description: Result of parsing ball-joint-rod-end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ballRadius", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing ball-joint-rod-end.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing ball-joint-rod-end.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,18 +90,22 @@ description: Result of parsing ball-joint-rod-end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketchStartAngle", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "asin", "start": 0, "type": "Identifier" @@ -104,6 +116,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -114,9 +127,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ballBoltLength", "start": 0, "type": "Identifier" @@ -126,14 +141,17 @@ description: Result of parsing ball-joint-rod-end.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ballRadius", "start": 0, "type": "Identifier" @@ -148,11 +166,13 @@ description: Result of parsing ball-joint-rod-end.kcl "type": "BinaryExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -165,6 +185,7 @@ description: Result of parsing ball-joint-rod-end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "housingThicknessHalf", "start": 0, "type": "Identifier" @@ -172,6 +193,7 @@ description: Result of parsing ball-joint-rod-end.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.5", "start": 0, "type": "Literal", @@ -181,11 +203,13 @@ description: Result of parsing ball-joint-rod-end.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -198,6 +222,7 @@ description: Result of parsing ball-joint-rod-end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "housingR1", "start": 0, "type": "Identifier" @@ -205,6 +230,7 @@ description: Result of parsing ball-joint-rod-end.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11", "start": 0, "type": "Literal", @@ -214,11 +240,13 @@ description: Result of parsing ball-joint-rod-end.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -231,6 +259,7 @@ description: Result of parsing ball-joint-rod-end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "housingR2", "start": 0, "type": "Identifier" @@ -238,6 +267,7 @@ description: Result of parsing ball-joint-rod-end.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8", "start": 0, "type": "Literal", @@ -247,11 +277,13 @@ description: Result of parsing ball-joint-rod-end.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -264,6 +296,7 @@ description: Result of parsing ball-joint-rod-end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tolerance", "start": 0, "type": "Identifier" @@ -271,6 +304,7 @@ description: Result of parsing ball-joint-rod-end.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -280,11 +314,13 @@ description: Result of parsing ball-joint-rod-end.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -297,6 +333,7 @@ description: Result of parsing ball-joint-rod-end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shaftR", "start": 0, "type": "Identifier" @@ -304,6 +341,7 @@ description: Result of parsing ball-joint-rod-end.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8", "start": 0, "type": "Literal", @@ -313,11 +351,13 @@ description: Result of parsing ball-joint-rod-end.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -330,6 +370,7 @@ description: Result of parsing ball-joint-rod-end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distanceBetweenEyeAndShaftEnd", "start": 0, "type": "Identifier" @@ -337,6 +378,7 @@ description: Result of parsing ball-joint-rod-end.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "36", "start": 0, "type": "Literal", @@ -346,11 +388,13 @@ description: Result of parsing ball-joint-rod-end.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -363,6 +407,7 @@ description: Result of parsing ball-joint-rod-end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radiusToFlat", "start": 0, "type": "Identifier" @@ -370,6 +415,7 @@ description: Result of parsing ball-joint-rod-end.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12", "start": 0, "type": "Literal", @@ -379,11 +425,13 @@ description: Result of parsing ball-joint-rod-end.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -396,6 +444,7 @@ description: Result of parsing ball-joint-rod-end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flatsWidth", "start": 0, "type": "Identifier" @@ -403,6 +452,7 @@ description: Result of parsing ball-joint-rod-end.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "14", "start": 0, "type": "Literal", @@ -412,11 +462,13 @@ description: Result of parsing ball-joint-rod-end.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -429,6 +481,7 @@ description: Result of parsing ball-joint-rod-end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tapperInAng", "start": 0, "type": "Identifier" @@ -436,6 +489,7 @@ description: Result of parsing ball-joint-rod-end.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "45", "start": 0, "type": "Literal", @@ -445,11 +499,13 @@ description: Result of parsing ball-joint-rod-end.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -462,6 +518,7 @@ description: Result of parsing ball-joint-rod-end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDForM8Tap", "start": 0, "type": "Identifier" @@ -469,6 +526,7 @@ description: Result of parsing ball-joint-rod-end.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6.8", "start": 0, "type": "Literal", @@ -478,11 +536,13 @@ description: Result of parsing ball-joint-rod-end.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -495,6 +555,7 @@ description: Result of parsing ball-joint-rod-end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holdDepth", "start": 0, "type": "Identifier" @@ -502,6 +563,7 @@ description: Result of parsing ball-joint-rod-end.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "18", "start": 0, "type": "Literal", @@ -511,11 +573,13 @@ description: Result of parsing ball-joint-rod-end.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -528,18 +592,22 @@ description: Result of parsing ball-joint-rod-end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "retainingLoopSketchAngle1", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "asin", "start": 0, "type": "Identifier" @@ -550,6 +618,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -560,9 +629,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "housingThicknessHalf", "start": 0, "type": "Identifier" @@ -572,14 +643,17 @@ description: Result of parsing ball-joint-rod-end.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "housingR1", "start": 0, "type": "Identifier" @@ -594,11 +668,13 @@ description: Result of parsing ball-joint-rod-end.kcl "type": "BinaryExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -616,18 +692,22 @@ description: Result of parsing ball-joint-rod-end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "retainingLoopSketchAngle2", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "asin", "start": 0, "type": "Identifier" @@ -638,6 +718,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -648,9 +729,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "housingThicknessHalf", "start": 0, "type": "Identifier" @@ -660,14 +743,17 @@ description: Result of parsing ball-joint-rod-end.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "housingR2", "start": 0, "type": "Identifier" @@ -682,11 +768,13 @@ description: Result of parsing ball-joint-rod-end.kcl "type": "BinaryExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -699,6 +787,7 @@ description: Result of parsing ball-joint-rod-end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pointOnRingPolar", "start": 0, "type": "Identifier" @@ -710,6 +799,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -721,9 +811,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "retainingLoopSketchAngle2", "start": 0, "type": "Identifier" @@ -733,10 +825,12 @@ description: Result of parsing ball-joint-rod-end.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -756,6 +850,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -767,9 +862,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "housingR2", "start": 0, "type": "Identifier" @@ -779,14 +876,17 @@ description: Result of parsing ball-joint-rod-end.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tolerance", "start": 0, "type": "Identifier" @@ -806,9 +906,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "polar", "start": 0, "type": "Identifier" @@ -819,16 +921,19 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -841,6 +946,7 @@ description: Result of parsing ball-joint-rod-end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "polarY", "start": 0, "type": "Identifier" @@ -849,13 +955,16 @@ description: Result of parsing ball-joint-rod-end.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pointOnRingPolar", "start": 0, "type": "Identifier" @@ -868,6 +977,7 @@ description: Result of parsing ball-joint-rod-end.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -881,11 +991,13 @@ description: Result of parsing ball-joint-rod-end.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -898,18 +1010,22 @@ description: Result of parsing ball-joint-rod-end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "intersectPoint", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sqrt", "start": 0, "type": "Identifier" @@ -920,6 +1036,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -933,6 +1050,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "exp", "start": 0, "type": "Identifier" @@ -940,6 +1058,7 @@ description: Result of parsing ball-joint-rod-end.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -955,9 +1074,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pow", "start": 0, "type": "Identifier" @@ -968,6 +1089,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -975,9 +1097,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "housingR1", "start": 0, "type": "Identifier" @@ -988,6 +1112,7 @@ description: Result of parsing ball-joint-rod-end.kcl "type": "Name" } }, + "moduleId": 0, "operator": "-", "right": { "arguments": [ @@ -996,6 +1121,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "exp", "start": 0, "type": "Identifier" @@ -1003,6 +1129,7 @@ description: Result of parsing ball-joint-rod-end.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1018,9 +1145,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pow", "start": 0, "type": "Identifier" @@ -1031,6 +1160,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1038,9 +1168,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shaftR", "start": 0, "type": "Identifier" @@ -1056,11 +1188,13 @@ description: Result of parsing ball-joint-rod-end.kcl "type": "BinaryExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1073,18 +1207,22 @@ description: Result of parsing ball-joint-rod-end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ballSketch", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1095,6 +1233,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1102,9 +1241,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -1115,11 +1256,13 @@ description: Result of parsing ball-joint-rod-end.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1140,6 +1283,7 @@ description: Result of parsing ball-joint-rod-end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ballProfile", "start": 0, "type": "Identifier" @@ -1153,6 +1297,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1164,6 +1309,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1175,9 +1321,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketchStartAngle", "start": 0, "type": "Identifier" @@ -1187,10 +1335,12 @@ description: Result of parsing ball-joint-rod-end.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -1210,6 +1360,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1218,9 +1369,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ballRadius", "start": 0, "type": "Identifier" @@ -1236,9 +1389,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "polar", "start": 0, "type": "Identifier" @@ -1249,6 +1404,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1260,9 +1416,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1273,6 +1431,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1280,9 +1439,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ballSketch", "start": 0, "type": "Identifier" @@ -1300,6 +1461,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -1311,9 +1473,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketchStartAngle", "start": 0, "type": "Identifier" @@ -1323,10 +1487,12 @@ description: Result of parsing ball-joint-rod-end.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -1346,6 +1512,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -1356,6 +1523,7 @@ description: Result of parsing ball-joint-rod-end.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -1365,14 +1533,17 @@ description: Result of parsing ball-joint-rod-end.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketchStartAngle", "start": 0, "type": "Identifier" @@ -1392,6 +1563,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1400,9 +1572,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ballRadius", "start": 0, "type": "Identifier" @@ -1418,9 +1592,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -1431,6 +1607,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1443,6 +1620,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1450,6 +1628,7 @@ description: Result of parsing ball-joint-rod-end.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -1465,9 +1644,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1478,6 +1659,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1490,6 +1672,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1499,9 +1682,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ballBoltLength", "start": 0, "type": "Identifier" @@ -1513,6 +1698,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1524,9 +1710,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1537,6 +1725,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1549,6 +1738,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1557,13 +1747,16 @@ description: Result of parsing ball-joint-rod-end.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -1574,25 +1767,30 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -1603,12 +1801,14 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1616,6 +1816,7 @@ description: Result of parsing ball-joint-rod-end.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1626,9 +1827,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1639,19 +1842,23 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1662,6 +1869,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1670,15 +1878,18 @@ description: Result of parsing ball-joint-rod-end.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1691,6 +1902,7 @@ description: Result of parsing ball-joint-rod-end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ballRevolve", "start": 0, "type": "Identifier" @@ -1704,6 +1916,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1711,6 +1924,7 @@ description: Result of parsing ball-joint-rod-end.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -1726,6 +1940,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -1734,9 +1949,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "X", "start": 0, "type": "Identifier" @@ -1752,9 +1969,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -1765,6 +1984,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1772,9 +1992,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ballProfile", "start": 0, "type": "Identifier" @@ -1792,6 +2014,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -1799,6 +2022,7 @@ description: Result of parsing ball-joint-rod-end.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"#519afb\"", "start": 0, "type": "Literal", @@ -1811,9 +2035,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "appearance", "start": 0, "type": "Identifier" @@ -1824,12 +2050,14 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1838,12 +2066,14 @@ description: Result of parsing ball-joint-rod-end.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1860,11 +2090,13 @@ description: Result of parsing ball-joint-rod-end.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1877,18 +2109,22 @@ description: Result of parsing ball-joint-rod-end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "retainingLoopSketch", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1899,6 +2135,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1906,9 +2143,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -1919,11 +2158,13 @@ description: Result of parsing ball-joint-rod-end.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1936,6 +2177,7 @@ description: Result of parsing ball-joint-rod-end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "retainingLoopProfile", "start": 0, "type": "Identifier" @@ -1949,6 +2191,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1960,6 +2203,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1971,9 +2215,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "retainingLoopSketchAngle1", "start": 0, "type": "Identifier" @@ -1983,10 +2229,12 @@ description: Result of parsing ball-joint-rod-end.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -2006,6 +2254,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2014,9 +2263,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "housingR1", "start": 0, "type": "Identifier" @@ -2032,9 +2283,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "polar", "start": 0, "type": "Identifier" @@ -2045,6 +2298,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2056,9 +2310,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -2069,6 +2325,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2076,9 +2333,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "retainingLoopSketch", "start": 0, "type": "Identifier" @@ -2096,6 +2355,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -2107,9 +2367,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "retainingLoopSketchAngle1", "start": 0, "type": "Identifier" @@ -2119,10 +2381,12 @@ description: Result of parsing ball-joint-rod-end.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -2142,6 +2406,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -2152,6 +2417,7 @@ description: Result of parsing ball-joint-rod-end.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -2161,14 +2427,17 @@ description: Result of parsing ball-joint-rod-end.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "retainingLoopSketchAngle1", "start": 0, "type": "Identifier" @@ -2188,6 +2457,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2196,9 +2466,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "housingR1", "start": 0, "type": "Identifier" @@ -2214,9 +2486,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -2227,6 +2501,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2239,6 +2514,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2247,9 +2523,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "polarY", "start": 0, "type": "Identifier" @@ -2265,9 +2543,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -2278,6 +2558,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2290,6 +2571,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -2302,9 +2584,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "retainingLoopSketchAngle2", "start": 0, "type": "Identifier" @@ -2316,15 +2600,18 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -2344,6 +2631,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -2354,6 +2642,7 @@ description: Result of parsing ball-joint-rod-end.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -2363,14 +2652,17 @@ description: Result of parsing ball-joint-rod-end.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "retainingLoopSketchAngle2", "start": 0, "type": "Identifier" @@ -2390,6 +2682,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2398,9 +2691,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "housingR2", "start": 0, "type": "Identifier" @@ -2416,9 +2711,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -2429,6 +2726,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2441,6 +2739,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2449,13 +2748,16 @@ description: Result of parsing ball-joint-rod-end.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -2466,25 +2768,30 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -2495,12 +2802,14 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2508,6 +2817,7 @@ description: Result of parsing ball-joint-rod-end.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2518,9 +2828,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2531,19 +2843,23 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -2554,6 +2870,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2562,15 +2879,18 @@ description: Result of parsing ball-joint-rod-end.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2583,6 +2903,7 @@ description: Result of parsing ball-joint-rod-end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "retainingLoopRevolve", "start": 0, "type": "Identifier" @@ -2594,6 +2915,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2601,6 +2923,7 @@ description: Result of parsing ball-joint-rod-end.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -2616,6 +2939,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -2624,9 +2948,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "X", "start": 0, "type": "Identifier" @@ -2642,9 +2968,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -2655,6 +2983,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2662,9 +2991,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "retainingLoopProfile", "start": 0, "type": "Identifier" @@ -2675,11 +3006,13 @@ description: Result of parsing ball-joint-rod-end.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2692,6 +3025,7 @@ description: Result of parsing ball-joint-rod-end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "intersectPoint2", "start": 0, "type": "Identifier" @@ -2703,6 +3037,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2711,6 +3046,7 @@ description: Result of parsing ball-joint-rod-end.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -2722,6 +3058,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2733,6 +3070,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2744,9 +3082,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "housingR1", "start": 0, "type": "Identifier" @@ -2756,10 +3096,12 @@ description: Result of parsing ball-joint-rod-end.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08", "start": 0, "type": "Literal", @@ -2779,9 +3121,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "polar", "start": 0, "type": "Identifier" @@ -2792,16 +3136,19 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2814,18 +3161,22 @@ description: Result of parsing ball-joint-rod-end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "threadedShaftBodyRevolveSketch", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2836,6 +3187,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2843,9 +3195,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -2856,11 +3210,13 @@ description: Result of parsing ball-joint-rod-end.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2879,6 +3235,7 @@ description: Result of parsing ball-joint-rod-end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "threadedShaftBodyRevolveProfile", "start": 0, "type": "Identifier" @@ -2892,6 +3249,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -2902,6 +3260,7 @@ description: Result of parsing ball-joint-rod-end.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2916,9 +3275,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distanceBetweenEyeAndShaftEnd", "start": 0, "type": "Identifier" @@ -2930,6 +3291,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2937,6 +3299,7 @@ description: Result of parsing ball-joint-rod-end.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2947,9 +3310,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -2960,6 +3325,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2967,9 +3333,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "threadedShaftBodyRevolveSketch", "start": 0, "type": "Identifier" @@ -2987,6 +3355,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2998,9 +3367,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shaftR", "start": 0, "type": "Identifier" @@ -3010,10 +3381,12 @@ description: Result of parsing ball-joint-rod-end.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.07", "start": 0, "type": "Literal", @@ -3033,6 +3406,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -3040,6 +3414,7 @@ description: Result of parsing ball-joint-rod-end.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -3051,9 +3426,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -3064,6 +3441,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3076,6 +3454,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3085,9 +3464,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "intersectPoint", "start": 0, "type": "Identifier" @@ -3099,6 +3480,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3110,6 +3492,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -3117,6 +3500,7 @@ description: Result of parsing ball-joint-rod-end.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -3128,9 +3512,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -3141,6 +3527,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3153,6 +3540,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "interiorAbsolute", "start": 0, "type": "Identifier" @@ -3161,9 +3549,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "intersectPoint2", "start": 0, "type": "Identifier" @@ -3179,6 +3569,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3193,9 +3584,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "housingR1", "start": 0, "type": "Identifier" @@ -3205,10 +3598,12 @@ description: Result of parsing ball-joint-rod-end.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08", "start": 0, "type": "Literal", @@ -3225,6 +3620,7 @@ description: Result of parsing ball-joint-rod-end.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3236,6 +3632,7 @@ description: Result of parsing ball-joint-rod-end.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3246,9 +3643,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -3259,6 +3658,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3271,6 +3671,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3278,6 +3679,7 @@ description: Result of parsing ball-joint-rod-end.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3293,9 +3695,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -3306,6 +3710,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3318,6 +3723,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3326,13 +3732,16 @@ description: Result of parsing ball-joint-rod-end.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -3343,25 +3752,30 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -3372,12 +3786,14 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3385,6 +3801,7 @@ description: Result of parsing ball-joint-rod-end.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3395,9 +3812,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3408,19 +3827,23 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -3431,6 +3854,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3439,12 +3863,14 @@ description: Result of parsing ball-joint-rod-end.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3458,6 +3884,7 @@ description: Result of parsing ball-joint-rod-end.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3474,11 +3901,13 @@ description: Result of parsing ball-joint-rod-end.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3491,6 +3920,7 @@ description: Result of parsing ball-joint-rod-end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "threadedShaftBodyRevolve", "start": 0, "type": "Identifier" @@ -3502,6 +3932,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -3509,6 +3940,7 @@ description: Result of parsing ball-joint-rod-end.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -3524,6 +3956,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -3532,9 +3965,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "Y", "start": 0, "type": "Identifier" @@ -3550,9 +3985,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -3563,6 +4000,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3570,9 +4008,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "threadedShaftBodyRevolveProfile", "start": 0, "type": "Identifier" @@ -3583,11 +4023,13 @@ description: Result of parsing ball-joint-rod-end.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3600,18 +4042,22 @@ description: Result of parsing ball-joint-rod-end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "threadedShaftBodySketch", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -3622,6 +4068,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3630,9 +4077,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -3644,17 +4093,20 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -3672,6 +4124,7 @@ description: Result of parsing ball-joint-rod-end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "threadedShaftBodyProfile", "start": 0, "type": "Identifier" @@ -3685,6 +4138,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -3695,6 +4149,7 @@ description: Result of parsing ball-joint-rod-end.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3712,9 +4167,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distanceBetweenEyeAndShaftEnd", "start": 0, "type": "Identifier" @@ -3726,15 +4183,18 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -3750,6 +4210,7 @@ description: Result of parsing ball-joint-rod-end.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3760,9 +4221,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -3773,6 +4236,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3780,9 +4244,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "threadedShaftBodySketch", "start": 0, "type": "Identifier" @@ -3800,6 +4266,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3811,9 +4278,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flatsWidth", "start": 0, "type": "Identifier" @@ -3823,10 +4292,12 @@ description: Result of parsing ball-joint-rod-end.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3846,9 +4317,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -3859,6 +4332,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3871,6 +4345,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3886,9 +4361,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "intersectPoint", "start": 0, "type": "Identifier" @@ -3900,15 +4377,18 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.5", "start": 0, "type": "Literal", @@ -3922,10 +4402,12 @@ description: Result of parsing ball-joint-rod-end.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.11", "start": 0, "type": "Literal", @@ -3945,6 +4427,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -3952,6 +4435,7 @@ description: Result of parsing ball-joint-rod-end.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -3963,9 +4447,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -3976,6 +4462,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3988,6 +4475,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -3995,6 +4483,7 @@ description: Result of parsing ball-joint-rod-end.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -4006,6 +4495,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -4017,9 +4507,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tapperInAng", "start": 0, "type": "Identifier" @@ -4029,10 +4521,12 @@ description: Result of parsing ball-joint-rod-end.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -4052,6 +4546,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteX", "start": 0, "type": "Identifier" @@ -4063,9 +4558,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "housingThicknessHalf", "start": 0, "type": "Identifier" @@ -4075,10 +4572,12 @@ description: Result of parsing ball-joint-rod-end.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -4098,9 +4597,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -4111,6 +4612,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4123,6 +4625,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -4130,6 +4633,7 @@ description: Result of parsing ball-joint-rod-end.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4145,6 +4649,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -4152,6 +4657,7 @@ description: Result of parsing ball-joint-rod-end.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -4163,9 +4669,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -4176,6 +4684,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4188,6 +4697,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -4200,9 +4710,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "housingThicknessHalf", "start": 0, "type": "Identifier" @@ -4214,15 +4726,18 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.15", "start": 0, "type": "Literal", @@ -4242,9 +4757,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -4255,6 +4772,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4267,19 +4785,23 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -4290,6 +4812,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4297,9 +4820,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -4312,6 +4837,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4323,6 +4849,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -4330,6 +4857,7 @@ description: Result of parsing ball-joint-rod-end.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -4341,9 +4869,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -4354,6 +4884,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4366,6 +4897,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -4374,9 +4906,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tapperInAng", "start": 0, "type": "Identifier" @@ -4392,6 +4926,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteX", "start": 0, "type": "Identifier" @@ -4404,9 +4939,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flatsWidth", "start": 0, "type": "Identifier" @@ -4418,15 +4955,18 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4446,6 +4986,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -4453,6 +4994,7 @@ description: Result of parsing ball-joint-rod-end.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -4464,9 +5006,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -4477,6 +5021,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4489,19 +5034,23 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -4512,6 +5061,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4519,9 +5069,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "longflats", "start": 0, "type": "Identifier" @@ -4534,6 +5086,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4545,9 +5098,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -4558,6 +5113,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4570,6 +5126,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -4578,13 +5135,16 @@ description: Result of parsing ball-joint-rod-end.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -4595,25 +5155,30 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -4624,12 +5189,14 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -4637,6 +5204,7 @@ description: Result of parsing ball-joint-rod-end.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4647,9 +5215,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4660,19 +5230,23 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -4683,6 +5257,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4691,15 +5266,18 @@ description: Result of parsing ball-joint-rod-end.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4712,6 +5290,7 @@ description: Result of parsing ball-joint-rod-end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "threadedShaftBodyFlats", "start": 0, "type": "Identifier" @@ -4725,6 +5304,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4732,6 +5312,7 @@ description: Result of parsing ball-joint-rod-end.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "40", "start": 0, "type": "Literal", @@ -4747,9 +5328,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -4760,6 +5343,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4767,9 +5351,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "threadedShaftBodyProfile", "start": 0, "type": "Identifier" @@ -4787,6 +5373,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -4794,6 +5381,7 @@ description: Result of parsing ball-joint-rod-end.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -4809,6 +5397,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -4816,6 +5405,7 @@ description: Result of parsing ball-joint-rod-end.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4831,6 +5421,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -4838,6 +5429,7 @@ description: Result of parsing ball-joint-rod-end.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4853,9 +5445,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -4866,6 +5460,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4878,6 +5473,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -4885,6 +5481,7 @@ description: Result of parsing ball-joint-rod-end.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.9", "start": 0, "type": "Literal", @@ -4900,6 +5497,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -4914,6 +5512,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faces", "start": 0, "type": "Identifier" @@ -4925,9 +5524,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -4941,9 +5542,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -4955,6 +5558,7 @@ description: Result of parsing ball-joint-rod-end.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4965,9 +5569,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getCommonEdge", "start": 0, "type": "Identifier" @@ -4978,6 +5584,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4985,6 +5592,7 @@ description: Result of parsing ball-joint-rod-end.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4995,9 +5603,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -5008,6 +5618,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5020,6 +5631,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -5027,6 +5639,7 @@ description: Result of parsing ball-joint-rod-end.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.5", "start": 0, "type": "Literal", @@ -5042,6 +5655,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -5056,6 +5670,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faces", "start": 0, "type": "Identifier" @@ -5067,9 +5682,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg03", "start": 0, "type": "Identifier" @@ -5083,9 +5700,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg04", "start": 0, "type": "Identifier" @@ -5097,6 +5716,7 @@ description: Result of parsing ball-joint-rod-end.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5107,9 +5727,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getCommonEdge", "start": 0, "type": "Identifier" @@ -5120,6 +5742,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5127,6 +5750,7 @@ description: Result of parsing ball-joint-rod-end.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5137,9 +5761,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -5150,6 +5776,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5158,15 +5785,18 @@ description: Result of parsing ball-joint-rod-end.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5179,18 +5809,22 @@ description: Result of parsing ball-joint-rod-end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "solid001", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "intersect", "start": 0, "type": "Identifier" @@ -5201,6 +5835,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5211,9 +5846,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "threadedShaftBodyRevolve", "start": 0, "type": "Identifier" @@ -5227,9 +5864,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "threadedShaftBodyFlats", "start": 0, "type": "Identifier" @@ -5241,16 +5880,19 @@ description: Result of parsing ball-joint-rod-end.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5263,18 +5905,22 @@ description: Result of parsing ball-joint-rod-end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch005", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -5285,6 +5931,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5293,9 +5940,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -5307,17 +5956,20 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5330,6 +5982,7 @@ description: Result of parsing ball-joint-rod-end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile005", "start": 0, "type": "Identifier" @@ -5341,6 +5994,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -5351,6 +6005,7 @@ description: Result of parsing ball-joint-rod-end.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5363,6 +6018,7 @@ description: Result of parsing ball-joint-rod-end.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5374,6 +6030,7 @@ description: Result of parsing ball-joint-rod-end.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5384,6 +6041,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -5395,9 +6053,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ballRadius", "start": 0, "type": "Identifier" @@ -5407,10 +6067,12 @@ description: Result of parsing ball-joint-rod-end.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5430,9 +6092,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -5443,6 +6107,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5450,9 +6115,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch005", "start": 0, "type": "Identifier" @@ -5463,11 +6130,13 @@ description: Result of parsing ball-joint-rod-end.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5480,6 +6149,7 @@ description: Result of parsing ball-joint-rod-end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude002", "start": 0, "type": "Identifier" @@ -5493,6 +6163,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5500,6 +6171,7 @@ description: Result of parsing ball-joint-rod-end.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "100", "start": 0, "type": "Literal", @@ -5515,9 +6187,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -5528,6 +6202,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5535,9 +6210,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile005", "start": 0, "type": "Identifier" @@ -5555,6 +6232,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -5562,6 +6240,7 @@ description: Result of parsing ball-joint-rod-end.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5577,6 +6256,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -5585,6 +6265,7 @@ description: Result of parsing ball-joint-rod-end.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "50", "start": 0, "type": "Literal", @@ -5596,6 +6277,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5607,6 +6289,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -5614,6 +6297,7 @@ description: Result of parsing ball-joint-rod-end.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5629,9 +6313,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -5642,6 +6328,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5650,15 +6337,18 @@ description: Result of parsing ball-joint-rod-end.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5671,6 +6361,7 @@ description: Result of parsing ball-joint-rod-end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "solid002", "start": 0, "type": "Identifier" @@ -5682,6 +6373,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tools", "start": 0, "type": "Identifier" @@ -5693,9 +6385,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude002", "start": 0, "type": "Identifier" @@ -5707,6 +6401,7 @@ description: Result of parsing ball-joint-rod-end.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5717,9 +6412,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract", "start": 0, "type": "Identifier" @@ -5730,6 +6427,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5740,9 +6438,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "solid001", "start": 0, "type": "Identifier" @@ -5754,16 +6454,19 @@ description: Result of parsing ball-joint-rod-end.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5776,18 +6479,22 @@ description: Result of parsing ball-joint-rod-end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "solid003", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "union", "start": 0, "type": "Identifier" @@ -5798,6 +6505,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5808,9 +6516,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "solid002", "start": 0, "type": "Identifier" @@ -5824,9 +6534,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "retainingLoopRevolve", "start": 0, "type": "Identifier" @@ -5838,16 +6550,19 @@ description: Result of parsing ball-joint-rod-end.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Join the thread body with the retaining loop for the balljoint" ], @@ -5863,6 +6578,7 @@ description: Result of parsing ball-joint-rod-end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane001", "start": 0, "type": "Identifier" @@ -5874,6 +6590,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -5886,9 +6603,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distanceBetweenEyeAndShaftEnd", "start": 0, "type": "Identifier" @@ -5900,15 +6619,18 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -5928,9 +6650,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -5941,6 +6665,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5948,9 +6673,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -5961,11 +6688,13 @@ description: Result of parsing ball-joint-rod-end.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5978,18 +6707,22 @@ description: Result of parsing ball-joint-rod-end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -6000,6 +6733,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6007,9 +6741,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane001", "start": 0, "type": "Identifier" @@ -6020,11 +6756,13 @@ description: Result of parsing ball-joint-rod-end.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6037,6 +6775,7 @@ description: Result of parsing ball-joint-rod-end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile001", "start": 0, "type": "Identifier" @@ -6048,6 +6787,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -6058,6 +6798,7 @@ description: Result of parsing ball-joint-rod-end.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6070,6 +6811,7 @@ description: Result of parsing ball-joint-rod-end.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6081,6 +6823,7 @@ description: Result of parsing ball-joint-rod-end.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6091,6 +6834,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -6102,9 +6846,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDForM8Tap", "start": 0, "type": "Identifier" @@ -6114,10 +6860,12 @@ description: Result of parsing ball-joint-rod-end.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -6137,9 +6885,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -6150,6 +6900,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6157,9 +6908,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -6170,11 +6923,13 @@ description: Result of parsing ball-joint-rod-end.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6187,6 +6942,7 @@ description: Result of parsing ball-joint-rod-end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "threadedRodHole", "start": 0, "type": "Identifier" @@ -6198,6 +6954,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -6209,9 +6966,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holdDepth", "start": 0, "type": "Identifier" @@ -6221,10 +6980,12 @@ description: Result of parsing ball-joint-rod-end.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -6244,9 +7005,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -6257,6 +7020,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6264,9 +7028,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile001", "start": 0, "type": "Identifier" @@ -6277,11 +7043,13 @@ description: Result of parsing ball-joint-rod-end.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6294,6 +7062,7 @@ description: Result of parsing ball-joint-rod-end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "solid004", "start": 0, "type": "Identifier" @@ -6305,6 +7074,7 @@ description: Result of parsing ball-joint-rod-end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tools", "start": 0, "type": "Identifier" @@ -6316,9 +7086,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "threadedRodHole", "start": 0, "type": "Identifier" @@ -6330,6 +7102,7 @@ description: Result of parsing ball-joint-rod-end.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6340,9 +7113,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract", "start": 0, "type": "Identifier" @@ -6353,6 +7128,7 @@ description: Result of parsing ball-joint-rod-end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6363,9 +7139,11 @@ description: Result of parsing ball-joint-rod-end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "solid003", "start": 0, "type": "Identifier" @@ -6377,16 +7155,19 @@ description: Result of parsing ball-joint-rod-end.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -6403,9 +7184,11 @@ description: Result of parsing ball-joint-rod-end.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -6424,19 +7207,23 @@ description: Result of parsing ball-joint-rod-end.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -6453,15 +7240,18 @@ description: Result of parsing ball-joint-rod-end.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -6477,12 +7267,14 @@ description: Result of parsing ball-joint-rod-end.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "17": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -6494,6 +7286,7 @@ description: Result of parsing ball-joint-rod-end.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -6505,6 +7298,7 @@ description: Result of parsing ball-joint-rod-end.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -6516,6 +7310,7 @@ description: Result of parsing ball-joint-rod-end.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -6528,6 +7323,7 @@ description: Result of parsing ball-joint-rod-end.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/ball-joint-rod-end/program_memory.snap b/rust/kcl-lib/tests/kcl_samples/ball-joint-rod-end/program_memory.snap index 2b3fb8822..802124cc2 100644 --- a/rust/kcl-lib/tests/kcl_samples/ball-joint-rod-end/program_memory.snap +++ b/rust/kcl-lib/tests/kcl_samples/ball-joint-rod-end/program_memory.snap @@ -1500,6 +1500,7 @@ description: Variables in memory after executing ball-joint-rod-end.kcl "tag": { "commentStart": 2631, "end": 2637, + "moduleId": 0, "start": 2631, "type": "TagDeclarator", "value": "seg05" @@ -1513,6 +1514,7 @@ description: Variables in memory after executing ball-joint-rod-end.kcl "tag": { "commentStart": 2719, "end": 2724, + "moduleId": 0, "start": 2719, "type": "TagDeclarator", "value": "kink" @@ -1550,6 +1552,7 @@ description: Variables in memory after executing ball-joint-rod-end.kcl "tag": { "commentStart": 2631, "end": 2637, + "moduleId": 0, "start": 2631, "type": "TagDeclarator", "value": "seg05" @@ -1575,6 +1578,7 @@ description: Variables in memory after executing ball-joint-rod-end.kcl "tag": { "commentStart": 2719, "end": 2724, + "moduleId": 0, "start": 2719, "type": "TagDeclarator", "value": "kink" @@ -1764,6 +1768,7 @@ description: Variables in memory after executing ball-joint-rod-end.kcl "tag": { "commentStart": 2631, "end": 2637, + "moduleId": 0, "start": 2631, "type": "TagDeclarator", "value": "seg05" @@ -1777,6 +1782,7 @@ description: Variables in memory after executing ball-joint-rod-end.kcl "tag": { "commentStart": 2719, "end": 2724, + "moduleId": 0, "start": 2719, "type": "TagDeclarator", "value": "kink" @@ -1814,6 +1820,7 @@ description: Variables in memory after executing ball-joint-rod-end.kcl "tag": { "commentStart": 2631, "end": 2637, + "moduleId": 0, "start": 2631, "type": "TagDeclarator", "value": "seg05" @@ -1839,6 +1846,7 @@ description: Variables in memory after executing ball-joint-rod-end.kcl "tag": { "commentStart": 2719, "end": 2724, + "moduleId": 0, "start": 2719, "type": "TagDeclarator", "value": "kink" @@ -2028,6 +2036,7 @@ description: Variables in memory after executing ball-joint-rod-end.kcl "tag": { "commentStart": 2631, "end": 2637, + "moduleId": 0, "start": 2631, "type": "TagDeclarator", "value": "seg05" @@ -2041,6 +2050,7 @@ description: Variables in memory after executing ball-joint-rod-end.kcl "tag": { "commentStart": 2719, "end": 2724, + "moduleId": 0, "start": 2719, "type": "TagDeclarator", "value": "kink" @@ -2078,6 +2088,7 @@ description: Variables in memory after executing ball-joint-rod-end.kcl "tag": { "commentStart": 2631, "end": 2637, + "moduleId": 0, "start": 2631, "type": "TagDeclarator", "value": "seg05" @@ -2103,6 +2114,7 @@ description: Variables in memory after executing ball-joint-rod-end.kcl "tag": { "commentStart": 2719, "end": 2724, + "moduleId": 0, "start": 2719, "type": "TagDeclarator", "value": "kink" @@ -2292,6 +2304,7 @@ description: Variables in memory after executing ball-joint-rod-end.kcl "tag": { "commentStart": 2631, "end": 2637, + "moduleId": 0, "start": 2631, "type": "TagDeclarator", "value": "seg05" @@ -2305,6 +2318,7 @@ description: Variables in memory after executing ball-joint-rod-end.kcl "tag": { "commentStart": 2719, "end": 2724, + "moduleId": 0, "start": 2719, "type": "TagDeclarator", "value": "kink" @@ -2342,6 +2356,7 @@ description: Variables in memory after executing ball-joint-rod-end.kcl "tag": { "commentStart": 2631, "end": 2637, + "moduleId": 0, "start": 2631, "type": "TagDeclarator", "value": "seg05" @@ -2367,6 +2382,7 @@ description: Variables in memory after executing ball-joint-rod-end.kcl "tag": { "commentStart": 2719, "end": 2724, + "moduleId": 0, "start": 2719, "type": "TagDeclarator", "value": "kink" @@ -2684,6 +2700,7 @@ description: Variables in memory after executing ball-joint-rod-end.kcl "tag": { "commentStart": 3423, "end": 3433, + "moduleId": 0, "start": 3423, "type": "TagDeclarator", "value": "longflats" @@ -2697,6 +2714,7 @@ description: Variables in memory after executing ball-joint-rod-end.kcl "tag": { "commentStart": 3457, "end": 3463, + "moduleId": 0, "start": 3457, "type": "TagDeclarator", "value": "seg01" @@ -2710,6 +2728,7 @@ description: Variables in memory after executing ball-joint-rod-end.kcl "tag": { "commentStart": 3568, "end": 3574, + "moduleId": 0, "start": 3568, "type": "TagDeclarator", "value": "seg02" @@ -2730,6 +2749,7 @@ description: Variables in memory after executing ball-joint-rod-end.kcl "tag": { "commentStart": 3673, "end": 3679, + "moduleId": 0, "start": 3673, "type": "TagDeclarator", "value": "seg03" @@ -2743,6 +2763,7 @@ description: Variables in memory after executing ball-joint-rod-end.kcl "tag": { "commentStart": 3756, "end": 3762, + "moduleId": 0, "start": 3756, "type": "TagDeclarator", "value": "seg04" @@ -2799,6 +2820,7 @@ description: Variables in memory after executing ball-joint-rod-end.kcl "tag": { "commentStart": 3423, "end": 3433, + "moduleId": 0, "start": 3423, "type": "TagDeclarator", "value": "longflats" @@ -2824,6 +2846,7 @@ description: Variables in memory after executing ball-joint-rod-end.kcl "tag": { "commentStart": 3457, "end": 3463, + "moduleId": 0, "start": 3457, "type": "TagDeclarator", "value": "seg01" @@ -2849,6 +2872,7 @@ description: Variables in memory after executing ball-joint-rod-end.kcl "tag": { "commentStart": 3568, "end": 3574, + "moduleId": 0, "start": 3568, "type": "TagDeclarator", "value": "seg02" @@ -2893,6 +2917,7 @@ description: Variables in memory after executing ball-joint-rod-end.kcl "tag": { "commentStart": 3673, "end": 3679, + "moduleId": 0, "start": 3673, "type": "TagDeclarator", "value": "seg03" @@ -2918,6 +2943,7 @@ description: Variables in memory after executing ball-joint-rod-end.kcl "tag": { "commentStart": 3756, "end": 3762, + "moduleId": 0, "start": 3756, "type": "TagDeclarator", "value": "seg04" @@ -3149,6 +3175,7 @@ description: Variables in memory after executing ball-joint-rod-end.kcl "tag": { "commentStart": 3423, "end": 3433, + "moduleId": 0, "start": 3423, "type": "TagDeclarator", "value": "longflats" @@ -3174,6 +3201,7 @@ description: Variables in memory after executing ball-joint-rod-end.kcl "tag": { "commentStart": 3457, "end": 3463, + "moduleId": 0, "start": 3457, "type": "TagDeclarator", "value": "seg01" @@ -3199,6 +3227,7 @@ description: Variables in memory after executing ball-joint-rod-end.kcl "tag": { "commentStart": 3568, "end": 3574, + "moduleId": 0, "start": 3568, "type": "TagDeclarator", "value": "seg02" @@ -3243,6 +3272,7 @@ description: Variables in memory after executing ball-joint-rod-end.kcl "tag": { "commentStart": 3673, "end": 3679, + "moduleId": 0, "start": 3673, "type": "TagDeclarator", "value": "seg03" @@ -3268,6 +3298,7 @@ description: Variables in memory after executing ball-joint-rod-end.kcl "tag": { "commentStart": 3756, "end": 3762, + "moduleId": 0, "start": 3756, "type": "TagDeclarator", "value": "seg04" @@ -3430,6 +3461,7 @@ description: Variables in memory after executing ball-joint-rod-end.kcl "tag": { "commentStart": 2631, "end": 2637, + "moduleId": 0, "start": 2631, "type": "TagDeclarator", "value": "seg05" @@ -3443,6 +3475,7 @@ description: Variables in memory after executing ball-joint-rod-end.kcl "tag": { "commentStart": 2719, "end": 2724, + "moduleId": 0, "start": 2719, "type": "TagDeclarator", "value": "kink" @@ -3480,6 +3513,7 @@ description: Variables in memory after executing ball-joint-rod-end.kcl "tag": { "commentStart": 2631, "end": 2637, + "moduleId": 0, "start": 2631, "type": "TagDeclarator", "value": "seg05" @@ -3505,6 +3539,7 @@ description: Variables in memory after executing ball-joint-rod-end.kcl "tag": { "commentStart": 2719, "end": 2724, + "moduleId": 0, "start": 2719, "type": "TagDeclarator", "value": "kink" @@ -3698,6 +3733,7 @@ description: Variables in memory after executing ball-joint-rod-end.kcl "tag": { "commentStart": 2631, "end": 2637, + "moduleId": 0, "start": 2631, "type": "TagDeclarator", "value": "seg05" @@ -3723,6 +3759,7 @@ description: Variables in memory after executing ball-joint-rod-end.kcl "tag": { "commentStart": 2719, "end": 2724, + "moduleId": 0, "start": 2719, "type": "TagDeclarator", "value": "kink" diff --git a/rust/kcl-lib/tests/kcl_samples/bench/ast.snap b/rust/kcl-lib/tests/kcl_samples/bench/ast.snap index 040072c94..931faf39f 100644 --- a/rust/kcl-lib/tests/kcl_samples/bench/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/bench/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing bench.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "benchLength", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing bench.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "56", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing bench.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define the bench length" ], @@ -44,6 +48,7 @@ description: Result of parsing bench.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "bench-parts.kcl" @@ -60,9 +65,11 @@ description: Result of parsing bench.kcl "alias": null, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dividerThickness", "start": 0, "type": "Identifier" @@ -79,6 +86,7 @@ description: Result of parsing bench.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "bench-parts.kcl" @@ -90,9 +98,11 @@ description: Result of parsing bench.kcl "alias": null, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "divider", "start": 0, "type": "Identifier" @@ -109,6 +119,7 @@ description: Result of parsing bench.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "bench-parts.kcl" @@ -120,9 +131,11 @@ description: Result of parsing bench.kcl "alias": null, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "connector", "start": 0, "type": "Identifier" @@ -139,6 +152,7 @@ description: Result of parsing bench.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "bench-parts.kcl" @@ -150,9 +164,11 @@ description: Result of parsing bench.kcl "alias": null, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seatSlats", "start": 0, "type": "Identifier" @@ -169,6 +185,7 @@ description: Result of parsing bench.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "bench-parts.kcl" @@ -180,9 +197,11 @@ description: Result of parsing bench.kcl "alias": null, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "backSlats", "start": 0, "type": "Identifier" @@ -199,6 +218,7 @@ description: Result of parsing bench.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "bench-parts.kcl" @@ -210,9 +230,11 @@ description: Result of parsing bench.kcl "alias": null, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "armRest", "start": 0, "type": "Identifier" @@ -230,13 +252,16 @@ description: Result of parsing bench.kcl "commentStart": 0, "end": 0, "expression": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "divider", "start": 0, "type": "Identifier" @@ -247,6 +272,7 @@ description: Result of parsing bench.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -254,9 +280,11 @@ description: Result of parsing bench.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -267,6 +295,7 @@ description: Result of parsing bench.kcl "type": "Name" } }, + "moduleId": 0, "preComments": [ "", "", @@ -280,13 +309,16 @@ description: Result of parsing bench.kcl "commentStart": 0, "end": 0, "expression": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "divider", "start": 0, "type": "Identifier" @@ -297,6 +329,7 @@ description: Result of parsing bench.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -307,6 +340,7 @@ description: Result of parsing bench.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -318,9 +352,11 @@ description: Result of parsing bench.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "benchLength", "start": 0, "type": "Identifier" @@ -330,10 +366,12 @@ description: Result of parsing bench.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -353,9 +391,11 @@ description: Result of parsing bench.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -366,6 +406,7 @@ description: Result of parsing bench.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -373,9 +414,11 @@ description: Result of parsing bench.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -387,6 +430,7 @@ description: Result of parsing bench.kcl } } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -395,13 +439,16 @@ description: Result of parsing bench.kcl "commentStart": 0, "end": 0, "expression": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "divider", "start": 0, "type": "Identifier" @@ -412,6 +459,7 @@ description: Result of parsing bench.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -422,6 +470,7 @@ description: Result of parsing bench.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -434,9 +483,11 @@ description: Result of parsing bench.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "benchLength", "start": 0, "type": "Identifier" @@ -448,15 +499,18 @@ description: Result of parsing bench.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -476,9 +530,11 @@ description: Result of parsing bench.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -489,6 +545,7 @@ description: Result of parsing bench.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -496,9 +553,11 @@ description: Result of parsing bench.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -510,6 +569,7 @@ description: Result of parsing bench.kcl } } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -524,6 +584,7 @@ description: Result of parsing bench.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -532,9 +593,11 @@ description: Result of parsing bench.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "benchLength", "start": 0, "type": "Identifier" @@ -550,9 +613,11 @@ description: Result of parsing bench.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "connector", "start": 0, "type": "Identifier" @@ -563,6 +628,7 @@ description: Result of parsing bench.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -573,6 +639,7 @@ description: Result of parsing bench.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -585,9 +652,11 @@ description: Result of parsing bench.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "benchLength", "start": 0, "type": "Identifier" @@ -599,15 +668,18 @@ description: Result of parsing bench.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -627,9 +699,11 @@ description: Result of parsing bench.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -640,6 +714,7 @@ description: Result of parsing bench.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -647,9 +722,11 @@ description: Result of parsing bench.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -661,6 +738,7 @@ description: Result of parsing bench.kcl } } }, + "moduleId": 0, "preComments": [ "", "", @@ -680,6 +758,7 @@ description: Result of parsing bench.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -691,9 +770,11 @@ description: Result of parsing bench.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "benchLength", "start": 0, "type": "Identifier" @@ -703,14 +784,17 @@ description: Result of parsing bench.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dividerThickness", "start": 0, "type": "Identifier" @@ -730,9 +814,11 @@ description: Result of parsing bench.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seatSlats", "start": 0, "type": "Identifier" @@ -743,6 +829,7 @@ description: Result of parsing bench.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -753,6 +840,7 @@ description: Result of parsing bench.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -768,9 +856,11 @@ description: Result of parsing bench.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "benchLength", "start": 0, "type": "Identifier" @@ -782,15 +872,18 @@ description: Result of parsing bench.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -804,6 +897,7 @@ description: Result of parsing bench.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -812,9 +906,11 @@ description: Result of parsing bench.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dividerThickness", "start": 0, "type": "Identifier" @@ -824,10 +920,12 @@ description: Result of parsing bench.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -851,9 +949,11 @@ description: Result of parsing bench.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -864,6 +964,7 @@ description: Result of parsing bench.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -871,9 +972,11 @@ description: Result of parsing bench.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -885,6 +988,7 @@ description: Result of parsing bench.kcl } } }, + "moduleId": 0, "preComments": [ "", "", @@ -904,6 +1008,7 @@ description: Result of parsing bench.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -915,9 +1020,11 @@ description: Result of parsing bench.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "benchLength", "start": 0, "type": "Identifier" @@ -927,14 +1034,17 @@ description: Result of parsing bench.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dividerThickness", "start": 0, "type": "Identifier" @@ -954,9 +1064,11 @@ description: Result of parsing bench.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "backSlats", "start": 0, "type": "Identifier" @@ -967,6 +1079,7 @@ description: Result of parsing bench.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -977,6 +1090,7 @@ description: Result of parsing bench.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -992,9 +1106,11 @@ description: Result of parsing bench.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "benchLength", "start": 0, "type": "Identifier" @@ -1006,15 +1122,18 @@ description: Result of parsing bench.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1028,6 +1147,7 @@ description: Result of parsing bench.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -1036,9 +1156,11 @@ description: Result of parsing bench.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dividerThickness", "start": 0, "type": "Identifier" @@ -1048,10 +1170,12 @@ description: Result of parsing bench.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1075,9 +1199,11 @@ description: Result of parsing bench.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -1088,6 +1214,7 @@ description: Result of parsing bench.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1095,9 +1222,11 @@ description: Result of parsing bench.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -1109,6 +1238,7 @@ description: Result of parsing bench.kcl } } }, + "moduleId": 0, "preComments": [ "", "", @@ -1128,6 +1258,7 @@ description: Result of parsing bench.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -1139,9 +1270,11 @@ description: Result of parsing bench.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "benchLength", "start": 0, "type": "Identifier" @@ -1151,10 +1284,12 @@ description: Result of parsing bench.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1174,9 +1309,11 @@ description: Result of parsing bench.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "armRest", "start": 0, "type": "Identifier" @@ -1187,6 +1324,7 @@ description: Result of parsing bench.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1194,9 +1332,11 @@ description: Result of parsing bench.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -1207,6 +1347,7 @@ description: Result of parsing bench.kcl "type": "Name" } }, + "moduleId": 0, "preComments": [ "", "", @@ -1226,6 +1367,7 @@ description: Result of parsing bench.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -1238,9 +1380,11 @@ description: Result of parsing bench.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "benchLength", "start": 0, "type": "Identifier" @@ -1252,15 +1396,18 @@ description: Result of parsing bench.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1280,9 +1427,11 @@ description: Result of parsing bench.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "armRest", "start": 0, "type": "Identifier" @@ -1293,6 +1442,7 @@ description: Result of parsing bench.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1300,9 +1450,11 @@ description: Result of parsing bench.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -1313,6 +1465,7 @@ description: Result of parsing bench.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -1324,9 +1477,11 @@ description: Result of parsing bench.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -1345,19 +1500,23 @@ description: Result of parsing bench.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -1374,15 +1533,18 @@ description: Result of parsing bench.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -1398,12 +1560,14 @@ description: Result of parsing bench.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": {}, "startNodes": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/bone-plate/ast.snap b/rust/kcl-lib/tests/kcl_samples/bone-plate/ast.snap index 21591c649..77723ae38 100644 --- a/rust/kcl-lib/tests/kcl_samples/bone-plate/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/bone-plate/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing bone-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltSize", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing bone-plate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.5", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing bone-plate.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define parameters" ], @@ -49,6 +53,7 @@ description: Result of parsing bone-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateRevolve", "start": 0, "type": "Identifier" @@ -56,13 +61,16 @@ description: Result of parsing bone-plate.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -73,6 +81,7 @@ description: Result of parsing bone-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -80,9 +89,11 @@ description: Result of parsing bone-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -100,6 +111,7 @@ description: Result of parsing bone-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -110,6 +122,7 @@ description: Result of parsing bone-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "22.9", "start": 0, "type": "Literal", @@ -122,6 +135,7 @@ description: Result of parsing bone-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -133,6 +147,7 @@ description: Result of parsing bone-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -143,9 +158,11 @@ description: Result of parsing bone-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -156,6 +173,7 @@ description: Result of parsing bone-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -168,6 +186,7 @@ description: Result of parsing bone-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -175,6 +194,7 @@ description: Result of parsing bone-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -190,6 +210,7 @@ description: Result of parsing bone-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -197,6 +218,7 @@ description: Result of parsing bone-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "176", "start": 0, "type": "Literal", @@ -212,6 +234,7 @@ description: Result of parsing bone-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -219,6 +242,7 @@ description: Result of parsing bone-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "120", "start": 0, "type": "Literal", @@ -234,9 +258,11 @@ description: Result of parsing bone-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -247,6 +273,7 @@ description: Result of parsing bone-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -259,6 +286,7 @@ description: Result of parsing bone-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -267,6 +295,7 @@ description: Result of parsing bone-plate.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "60", "start": 0, "type": "Literal", @@ -278,6 +307,7 @@ description: Result of parsing bone-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -289,6 +319,7 @@ description: Result of parsing bone-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -296,6 +327,7 @@ description: Result of parsing bone-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "54", "start": 0, "type": "Literal", @@ -311,6 +343,7 @@ description: Result of parsing bone-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -318,6 +351,7 @@ description: Result of parsing bone-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -333,9 +367,11 @@ description: Result of parsing bone-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -346,6 +382,7 @@ description: Result of parsing bone-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -358,6 +395,7 @@ description: Result of parsing bone-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -365,6 +403,7 @@ description: Result of parsing bone-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -380,6 +419,7 @@ description: Result of parsing bone-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -387,6 +427,7 @@ description: Result of parsing bone-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "176", "start": 0, "type": "Literal", @@ -402,6 +443,7 @@ description: Result of parsing bone-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -409,6 +451,7 @@ description: Result of parsing bone-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "120", "start": 0, "type": "Literal", @@ -424,9 +467,11 @@ description: Result of parsing bone-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -437,6 +482,7 @@ description: Result of parsing bone-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -449,6 +495,7 @@ description: Result of parsing bone-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -457,6 +504,7 @@ description: Result of parsing bone-plate.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "60", "start": 0, "type": "Literal", @@ -468,6 +516,7 @@ description: Result of parsing bone-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -479,6 +528,7 @@ description: Result of parsing bone-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -486,6 +536,7 @@ description: Result of parsing bone-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "54", "start": 0, "type": "Literal", @@ -501,6 +552,7 @@ description: Result of parsing bone-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -508,6 +560,7 @@ description: Result of parsing bone-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -523,9 +576,11 @@ description: Result of parsing bone-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -536,6 +591,7 @@ description: Result of parsing bone-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -548,6 +604,7 @@ description: Result of parsing bone-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -555,6 +612,7 @@ description: Result of parsing bone-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -570,6 +628,7 @@ description: Result of parsing bone-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -577,6 +636,7 @@ description: Result of parsing bone-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "176", "start": 0, "type": "Literal", @@ -592,6 +652,7 @@ description: Result of parsing bone-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -599,6 +660,7 @@ description: Result of parsing bone-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "120", "start": 0, "type": "Literal", @@ -614,9 +676,11 @@ description: Result of parsing bone-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -627,6 +691,7 @@ description: Result of parsing bone-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -639,6 +704,7 @@ description: Result of parsing bone-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -647,6 +713,7 @@ description: Result of parsing bone-plate.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "60", "start": 0, "type": "Literal", @@ -658,6 +725,7 @@ description: Result of parsing bone-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -669,6 +737,7 @@ description: Result of parsing bone-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -676,6 +745,7 @@ description: Result of parsing bone-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "54", "start": 0, "type": "Literal", @@ -691,6 +761,7 @@ description: Result of parsing bone-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -698,6 +769,7 @@ description: Result of parsing bone-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -713,9 +785,11 @@ description: Result of parsing bone-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -726,6 +800,7 @@ description: Result of parsing bone-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -738,6 +813,7 @@ description: Result of parsing bone-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -745,6 +821,7 @@ description: Result of parsing bone-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -760,6 +837,7 @@ description: Result of parsing bone-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -767,6 +845,7 @@ description: Result of parsing bone-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "174", "start": 0, "type": "Literal", @@ -782,6 +861,7 @@ description: Result of parsing bone-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -789,6 +869,7 @@ description: Result of parsing bone-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "170", "start": 0, "type": "Literal", @@ -804,9 +885,11 @@ description: Result of parsing bone-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -817,6 +900,7 @@ description: Result of parsing bone-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -829,6 +913,7 @@ description: Result of parsing bone-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -839,6 +924,7 @@ description: Result of parsing bone-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "41.8", "start": 0, "type": "Literal", @@ -851,6 +937,7 @@ description: Result of parsing bone-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "91.88", "start": 0, "type": "Literal", @@ -862,6 +949,7 @@ description: Result of parsing bone-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -872,9 +960,11 @@ description: Result of parsing bone-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -885,6 +975,7 @@ description: Result of parsing bone-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -897,6 +988,7 @@ description: Result of parsing bone-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -907,6 +999,7 @@ description: Result of parsing bone-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "56.92", "start": 0, "type": "Literal", @@ -919,6 +1012,7 @@ description: Result of parsing bone-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "117.08", "start": 0, "type": "Literal", @@ -930,6 +1024,7 @@ description: Result of parsing bone-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -940,6 +1035,7 @@ description: Result of parsing bone-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -947,6 +1043,7 @@ description: Result of parsing bone-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -958,9 +1055,11 @@ description: Result of parsing bone-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -971,6 +1070,7 @@ description: Result of parsing bone-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -983,18 +1083,22 @@ description: Result of parsing bone-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentToEnd", "start": 0, "type": "Identifier" @@ -1005,6 +1109,7 @@ description: Result of parsing bone-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1012,9 +1117,11 @@ description: Result of parsing bone-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -1031,6 +1138,7 @@ description: Result of parsing bone-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1038,6 +1146,7 @@ description: Result of parsing bone-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "23.16", "start": 0, "type": "Literal", @@ -1053,9 +1162,11 @@ description: Result of parsing bone-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1066,6 +1177,7 @@ description: Result of parsing bone-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1078,6 +1190,7 @@ description: Result of parsing bone-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1088,6 +1201,7 @@ description: Result of parsing bone-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "60.93", "start": 0, "type": "Literal", @@ -1100,6 +1214,7 @@ description: Result of parsing bone-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "140.44", "start": 0, "type": "Literal", @@ -1111,6 +1226,7 @@ description: Result of parsing bone-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1121,6 +1237,7 @@ description: Result of parsing bone-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1128,6 +1245,7 @@ description: Result of parsing bone-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1139,9 +1257,11 @@ description: Result of parsing bone-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1152,6 +1272,7 @@ description: Result of parsing bone-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1164,18 +1285,22 @@ description: Result of parsing bone-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentToEnd", "start": 0, "type": "Identifier" @@ -1186,6 +1311,7 @@ description: Result of parsing bone-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1193,9 +1319,11 @@ description: Result of parsing bone-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -1212,6 +1340,7 @@ description: Result of parsing bone-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1219,6 +1348,7 @@ description: Result of parsing bone-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25.65", "start": 0, "type": "Literal", @@ -1234,9 +1364,11 @@ description: Result of parsing bone-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1247,6 +1379,7 @@ description: Result of parsing bone-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1259,6 +1392,7 @@ description: Result of parsing bone-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1269,6 +1403,7 @@ description: Result of parsing bone-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "48.35", "start": 0, "type": "Literal", @@ -1281,6 +1416,7 @@ description: Result of parsing bone-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "85.53", "start": 0, "type": "Literal", @@ -1292,6 +1428,7 @@ description: Result of parsing bone-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1302,9 +1439,11 @@ description: Result of parsing bone-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1315,6 +1454,7 @@ description: Result of parsing bone-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1327,6 +1467,7 @@ description: Result of parsing bone-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1337,6 +1478,7 @@ description: Result of parsing bone-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "35.2", "start": 0, "type": "Literal", @@ -1349,6 +1491,7 @@ description: Result of parsing bone-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "67.73", "start": 0, "type": "Literal", @@ -1360,6 +1503,7 @@ description: Result of parsing bone-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1370,6 +1514,7 @@ description: Result of parsing bone-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1377,6 +1522,7 @@ description: Result of parsing bone-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1388,9 +1534,11 @@ description: Result of parsing bone-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1401,6 +1549,7 @@ description: Result of parsing bone-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1413,18 +1562,22 @@ description: Result of parsing bone-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentToEnd", "start": 0, "type": "Identifier" @@ -1435,6 +1588,7 @@ description: Result of parsing bone-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1442,9 +1596,11 @@ description: Result of parsing bone-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg03", "start": 0, "type": "Identifier" @@ -1461,6 +1617,7 @@ description: Result of parsing bone-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1468,6 +1625,7 @@ description: Result of parsing bone-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "49.06", "start": 0, "type": "Literal", @@ -1483,9 +1641,11 @@ description: Result of parsing bone-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1496,6 +1656,7 @@ description: Result of parsing bone-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1508,6 +1669,7 @@ description: Result of parsing bone-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1516,13 +1678,16 @@ description: Result of parsing bone-plate.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -1533,25 +1698,30 @@ description: Result of parsing bone-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -1562,12 +1732,14 @@ description: Result of parsing bone-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1575,6 +1747,7 @@ description: Result of parsing bone-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1585,9 +1758,11 @@ description: Result of parsing bone-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1598,19 +1773,23 @@ description: Result of parsing bone-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1621,6 +1800,7 @@ description: Result of parsing bone-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1633,6 +1813,7 @@ description: Result of parsing bone-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -1641,9 +1822,11 @@ description: Result of parsing bone-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "Y", "start": 0, "type": "Identifier" @@ -1659,6 +1842,7 @@ description: Result of parsing bone-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1666,6 +1850,7 @@ description: Result of parsing bone-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "65", "start": 0, "type": "Literal", @@ -1681,6 +1866,7 @@ description: Result of parsing bone-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "symmetric", "start": 0, "type": "Identifier" @@ -1688,6 +1874,7 @@ description: Result of parsing bone-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -1700,9 +1887,11 @@ description: Result of parsing bone-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -1713,6 +1902,7 @@ description: Result of parsing bone-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1721,12 +1911,14 @@ description: Result of parsing bone-plate.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "19": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1743,11 +1935,13 @@ description: Result of parsing bone-plate.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1765,6 +1959,7 @@ description: Result of parsing bone-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeFn", "start": 0, "type": "Identifier" @@ -1776,13 +1971,16 @@ description: Result of parsing bone-plate.kcl "argument": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1793,6 +1991,7 @@ description: Result of parsing bone-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1800,9 +1999,11 @@ description: Result of parsing bone-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -1820,6 +2021,7 @@ description: Result of parsing bone-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1828,9 +2030,11 @@ description: Result of parsing bone-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1846,6 +2050,7 @@ description: Result of parsing bone-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "diameter", "start": 0, "type": "Identifier" @@ -1854,9 +2059,11 @@ description: Result of parsing bone-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltSize", "start": 0, "type": "Identifier" @@ -1872,9 +2079,11 @@ description: Result of parsing bone-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1885,6 +2094,7 @@ description: Result of parsing bone-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1897,6 +2107,7 @@ description: Result of parsing bone-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1905,6 +2116,7 @@ description: Result of parsing bone-plate.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "100", "start": 0, "type": "Literal", @@ -1916,6 +2128,7 @@ description: Result of parsing bone-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1927,9 +2140,11 @@ description: Result of parsing bone-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1940,6 +2155,7 @@ description: Result of parsing bone-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1948,12 +2164,14 @@ description: Result of parsing bone-plate.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -1961,16 +2179,19 @@ description: Result of parsing bone-plate.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1982,11 +2203,13 @@ description: Result of parsing bone-plate.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1999,6 +2222,7 @@ description: Result of parsing bone-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeCenters", "start": 0, "type": "Identifier" @@ -2012,6 +2236,7 @@ description: Result of parsing bone-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2024,6 +2249,7 @@ description: Result of parsing bone-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12.25", "start": 0, "type": "Literal", @@ -2035,6 +2261,7 @@ description: Result of parsing bone-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2045,6 +2272,7 @@ description: Result of parsing bone-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2057,6 +2285,7 @@ description: Result of parsing bone-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "29.5", "start": 0, "type": "Literal", @@ -2068,6 +2297,7 @@ description: Result of parsing bone-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2078,6 +2308,7 @@ description: Result of parsing bone-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2090,6 +2321,7 @@ description: Result of parsing bone-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "46.25", "start": 0, "type": "Literal", @@ -2101,6 +2333,7 @@ description: Result of parsing bone-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2111,6 +2344,7 @@ description: Result of parsing bone-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2123,6 +2357,7 @@ description: Result of parsing bone-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "77", "start": 0, "type": "Literal", @@ -2134,6 +2369,7 @@ description: Result of parsing bone-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2144,6 +2380,7 @@ description: Result of parsing bone-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2156,6 +2393,7 @@ description: Result of parsing bone-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "100", "start": 0, "type": "Literal", @@ -2167,6 +2405,7 @@ description: Result of parsing bone-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2177,6 +2416,7 @@ description: Result of parsing bone-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2189,6 +2429,7 @@ description: Result of parsing bone-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "130", "start": 0, "type": "Literal", @@ -2200,6 +2441,7 @@ description: Result of parsing bone-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2211,6 +2453,7 @@ description: Result of parsing bone-plate.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -2222,6 +2465,7 @@ description: Result of parsing bone-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2230,6 +2474,7 @@ description: Result of parsing bone-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "130", "start": 0, "type": "Literal", @@ -2241,6 +2486,7 @@ description: Result of parsing bone-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2251,6 +2497,7 @@ description: Result of parsing bone-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -2263,6 +2510,7 @@ description: Result of parsing bone-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "130", "start": 0, "type": "Literal", @@ -2274,21 +2522,25 @@ description: Result of parsing bone-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2306,6 +2558,7 @@ description: Result of parsing bone-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holes", "start": 0, "type": "Identifier" @@ -2317,6 +2570,7 @@ description: Result of parsing bone-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -2325,9 +2579,11 @@ description: Result of parsing bone-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeFn", "start": 0, "type": "Identifier" @@ -2343,9 +2599,11 @@ description: Result of parsing bone-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "map", "start": 0, "type": "Identifier" @@ -2356,6 +2614,7 @@ description: Result of parsing bone-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2363,9 +2622,11 @@ description: Result of parsing bone-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeCenters", "start": 0, "type": "Identifier" @@ -2376,11 +2637,13 @@ description: Result of parsing bone-plate.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2398,6 +2661,7 @@ description: Result of parsing bone-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "solid", "start": 0, "type": "Identifier" @@ -2409,6 +2673,7 @@ description: Result of parsing bone-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tools", "start": 0, "type": "Identifier" @@ -2417,9 +2682,11 @@ description: Result of parsing bone-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holes", "start": 0, "type": "Identifier" @@ -2435,9 +2702,11 @@ description: Result of parsing bone-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract", "start": 0, "type": "Identifier" @@ -2448,6 +2717,7 @@ description: Result of parsing bone-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2458,9 +2728,11 @@ description: Result of parsing bone-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateRevolve", "start": 0, "type": "Identifier" @@ -2472,16 +2744,19 @@ description: Result of parsing bone-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2498,9 +2773,11 @@ description: Result of parsing bone-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -2519,19 +2796,23 @@ description: Result of parsing bone-plate.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -2547,12 +2828,14 @@ description: Result of parsing bone-plate.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": {}, "startNodes": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/bone-plate/program_memory.snap b/rust/kcl-lib/tests/kcl_samples/bone-plate/program_memory.snap index e571c1a38..b6c08e861 100644 --- a/rust/kcl-lib/tests/kcl_samples/bone-plate/program_memory.snap +++ b/rust/kcl-lib/tests/kcl_samples/bone-plate/program_memory.snap @@ -1212,6 +1212,7 @@ description: Variables in memory after executing bone-plate.kcl "tag": { "commentStart": 1064, "end": 1070, + "moduleId": 0, "start": 1064, "type": "TagDeclarator", "value": "seg01" @@ -1232,6 +1233,7 @@ description: Variables in memory after executing bone-plate.kcl "tag": { "commentStart": 1189, "end": 1195, + "moduleId": 0, "start": 1189, "type": "TagDeclarator", "value": "seg02" @@ -1259,6 +1261,7 @@ description: Variables in memory after executing bone-plate.kcl "tag": { "commentStart": 1361, "end": 1367, + "moduleId": 0, "start": 1361, "type": "TagDeclarator", "value": "seg03" @@ -1500,6 +1503,7 @@ description: Variables in memory after executing bone-plate.kcl "tag": { "commentStart": 1064, "end": 1070, + "moduleId": 0, "start": 1064, "type": "TagDeclarator", "value": "seg01" @@ -1549,6 +1553,7 @@ description: Variables in memory after executing bone-plate.kcl "tag": { "commentStart": 1189, "end": 1195, + "moduleId": 0, "start": 1189, "type": "TagDeclarator", "value": "seg02" @@ -1622,6 +1627,7 @@ description: Variables in memory after executing bone-plate.kcl "tag": { "commentStart": 1361, "end": 1367, + "moduleId": 0, "start": 1361, "type": "TagDeclarator", "value": "seg03" @@ -1855,6 +1861,7 @@ description: Variables in memory after executing bone-plate.kcl "tag": { "commentStart": 1064, "end": 1070, + "moduleId": 0, "start": 1064, "type": "TagDeclarator", "value": "seg01" @@ -1875,6 +1882,7 @@ description: Variables in memory after executing bone-plate.kcl "tag": { "commentStart": 1189, "end": 1195, + "moduleId": 0, "start": 1189, "type": "TagDeclarator", "value": "seg02" @@ -1902,6 +1910,7 @@ description: Variables in memory after executing bone-plate.kcl "tag": { "commentStart": 1361, "end": 1367, + "moduleId": 0, "start": 1361, "type": "TagDeclarator", "value": "seg03" @@ -2143,6 +2152,7 @@ description: Variables in memory after executing bone-plate.kcl "tag": { "commentStart": 1064, "end": 1070, + "moduleId": 0, "start": 1064, "type": "TagDeclarator", "value": "seg01" @@ -2192,6 +2202,7 @@ description: Variables in memory after executing bone-plate.kcl "tag": { "commentStart": 1189, "end": 1195, + "moduleId": 0, "start": 1189, "type": "TagDeclarator", "value": "seg02" @@ -2265,6 +2276,7 @@ description: Variables in memory after executing bone-plate.kcl "tag": { "commentStart": 1361, "end": 1367, + "moduleId": 0, "start": 1361, "type": "TagDeclarator", "value": "seg03" diff --git a/rust/kcl-lib/tests/kcl_samples/bottle/ast.snap b/rust/kcl-lib/tests/kcl_samples/bottle/ast.snap index 37c8e5712..823529639 100644 --- a/rust/kcl-lib/tests/kcl_samples/bottle/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/bottle/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing bottle.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bottleWidth", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing bottle.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "80", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing bottle.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Input dimensions to define the bottle" ], @@ -49,6 +53,7 @@ description: Result of parsing bottle.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bottleLength", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing bottle.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "125", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing bottle.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing bottle.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bottleHeight", "start": 0, "type": "Identifier" @@ -89,6 +98,7 @@ description: Result of parsing bottle.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "220", "start": 0, "type": "Literal", @@ -98,11 +108,13 @@ description: Result of parsing bottle.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -115,6 +127,7 @@ description: Result of parsing bottle.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "neckDepth", "start": 0, "type": "Identifier" @@ -122,6 +135,7 @@ description: Result of parsing bottle.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "18", "start": 0, "type": "Literal", @@ -131,11 +145,13 @@ description: Result of parsing bottle.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -148,6 +164,7 @@ description: Result of parsing bottle.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "neckDiameter", "start": 0, "type": "Identifier" @@ -155,6 +172,7 @@ description: Result of parsing bottle.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "45", "start": 0, "type": "Literal", @@ -164,11 +182,13 @@ description: Result of parsing bottle.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -181,6 +201,7 @@ description: Result of parsing bottle.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -188,6 +209,7 @@ description: Result of parsing bottle.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -197,11 +219,13 @@ description: Result of parsing bottle.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -214,6 +238,7 @@ description: Result of parsing bottle.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bottleBody", "start": 0, "type": "Identifier" @@ -221,13 +246,16 @@ description: Result of parsing bottle.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -238,6 +266,7 @@ description: Result of parsing bottle.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -245,9 +274,11 @@ description: Result of parsing bottle.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -265,6 +296,7 @@ description: Result of parsing bottle.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -280,9 +312,11 @@ description: Result of parsing bottle.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bottleLength", "start": 0, "type": "Identifier" @@ -294,15 +328,18 @@ description: Result of parsing bottle.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -319,6 +356,7 @@ description: Result of parsing bottle.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -330,6 +368,7 @@ description: Result of parsing bottle.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -340,9 +379,11 @@ description: Result of parsing bottle.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -353,6 +394,7 @@ description: Result of parsing bottle.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -365,6 +407,7 @@ description: Result of parsing bottle.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -376,9 +419,11 @@ description: Result of parsing bottle.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bottleWidth", "start": 0, "type": "Identifier" @@ -388,10 +433,12 @@ description: Result of parsing bottle.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -411,9 +458,11 @@ description: Result of parsing bottle.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -424,6 +473,7 @@ description: Result of parsing bottle.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -436,6 +486,7 @@ description: Result of parsing bottle.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -450,9 +501,11 @@ description: Result of parsing bottle.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bottleLength", "start": 0, "type": "Identifier" @@ -462,10 +515,12 @@ description: Result of parsing bottle.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -486,9 +541,11 @@ description: Result of parsing bottle.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bottleWidth", "start": 0, "type": "Identifier" @@ -498,10 +555,12 @@ description: Result of parsing bottle.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -517,6 +576,7 @@ description: Result of parsing bottle.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -527,6 +587,7 @@ description: Result of parsing bottle.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "interiorAbsolute", "start": 0, "type": "Identifier" @@ -537,6 +598,7 @@ description: Result of parsing bottle.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -553,9 +615,11 @@ description: Result of parsing bottle.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bottleWidth", "start": 0, "type": "Identifier" @@ -565,10 +629,12 @@ description: Result of parsing bottle.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -584,6 +650,7 @@ description: Result of parsing bottle.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -594,9 +661,11 @@ description: Result of parsing bottle.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -607,6 +676,7 @@ description: Result of parsing bottle.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -619,6 +689,7 @@ description: Result of parsing bottle.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -626,6 +697,7 @@ description: Result of parsing bottle.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -641,9 +713,11 @@ description: Result of parsing bottle.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -654,6 +728,7 @@ description: Result of parsing bottle.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -666,6 +741,7 @@ description: Result of parsing bottle.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -674,9 +750,11 @@ description: Result of parsing bottle.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "X", "start": 0, "type": "Identifier" @@ -692,9 +770,11 @@ description: Result of parsing bottle.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mirror2d", "start": 0, "type": "Identifier" @@ -705,19 +785,23 @@ description: Result of parsing bottle.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -728,6 +812,7 @@ description: Result of parsing bottle.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -740,6 +825,7 @@ description: Result of parsing bottle.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -751,9 +837,11 @@ description: Result of parsing bottle.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bottleHeight", "start": 0, "type": "Identifier" @@ -763,14 +851,17 @@ description: Result of parsing bottle.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "neckDepth", "start": 0, "type": "Identifier" @@ -790,9 +881,11 @@ description: Result of parsing bottle.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -803,6 +896,7 @@ description: Result of parsing bottle.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -811,12 +905,14 @@ description: Result of parsing bottle.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "7": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -833,11 +929,13 @@ description: Result of parsing bottle.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -855,6 +953,7 @@ description: Result of parsing bottle.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bottleNeck", "start": 0, "type": "Identifier" @@ -868,6 +967,7 @@ description: Result of parsing bottle.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -876,9 +976,11 @@ description: Result of parsing bottle.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -894,9 +996,11 @@ description: Result of parsing bottle.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -907,6 +1011,7 @@ description: Result of parsing bottle.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -914,9 +1019,11 @@ description: Result of parsing bottle.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bottleBody", "start": 0, "type": "Identifier" @@ -934,6 +1041,7 @@ description: Result of parsing bottle.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -944,6 +1052,7 @@ description: Result of parsing bottle.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -956,6 +1065,7 @@ description: Result of parsing bottle.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -967,6 +1077,7 @@ description: Result of parsing bottle.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -977,6 +1088,7 @@ description: Result of parsing bottle.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -988,9 +1100,11 @@ description: Result of parsing bottle.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "neckDiameter", "start": 0, "type": "Identifier" @@ -1000,10 +1114,12 @@ description: Result of parsing bottle.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1023,9 +1139,11 @@ description: Result of parsing bottle.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1036,6 +1154,7 @@ description: Result of parsing bottle.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1048,6 +1167,7 @@ description: Result of parsing bottle.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1056,9 +1176,11 @@ description: Result of parsing bottle.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "neckDepth", "start": 0, "type": "Identifier" @@ -1074,9 +1196,11 @@ description: Result of parsing bottle.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1087,6 +1211,7 @@ description: Result of parsing bottle.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1095,12 +1220,14 @@ description: Result of parsing bottle.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1117,11 +1244,13 @@ description: Result of parsing bottle.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1134,6 +1263,7 @@ description: Result of parsing bottle.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bottleShell", "start": 0, "type": "Identifier" @@ -1147,6 +1277,7 @@ description: Result of parsing bottle.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faces", "start": 0, "type": "Identifier" @@ -1158,9 +1289,11 @@ description: Result of parsing bottle.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -1172,6 +1305,7 @@ description: Result of parsing bottle.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1182,6 +1316,7 @@ description: Result of parsing bottle.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -1190,9 +1325,11 @@ description: Result of parsing bottle.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -1208,9 +1345,11 @@ description: Result of parsing bottle.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shell", "start": 0, "type": "Identifier" @@ -1221,6 +1360,7 @@ description: Result of parsing bottle.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1228,9 +1368,11 @@ description: Result of parsing bottle.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bottleNeck", "start": 0, "type": "Identifier" @@ -1248,6 +1390,7 @@ description: Result of parsing bottle.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -1255,6 +1398,7 @@ description: Result of parsing bottle.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"#0078c2\"", "start": 0, "type": "Literal", @@ -1267,9 +1411,11 @@ description: Result of parsing bottle.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "appearance", "start": 0, "type": "Identifier" @@ -1280,12 +1426,14 @@ description: Result of parsing bottle.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1294,15 +1442,18 @@ description: Result of parsing bottle.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1314,9 +1465,11 @@ description: Result of parsing bottle.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -1335,19 +1488,23 @@ description: Result of parsing bottle.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -1364,15 +1521,18 @@ description: Result of parsing bottle.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -1388,12 +1548,14 @@ description: Result of parsing bottle.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": {}, "startNodes": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/bracket/ast.snap b/rust/kcl-lib/tests/kcl_samples/bracket/ast.snap index deee1685d..0df19e2e1 100644 --- a/rust/kcl-lib/tests/kcl_samples/bracket/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/bracket/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sigmaAllow", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing bracket.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "35000", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing bracket.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define parameters" ], @@ -49,6 +53,7 @@ description: Result of parsing bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing bracket.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.0", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing bracket.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p", "start": 0, "type": "Identifier" @@ -89,6 +98,7 @@ description: Result of parsing bracket.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "300", "start": 0, "type": "Literal", @@ -98,11 +108,13 @@ description: Result of parsing bracket.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -115,6 +127,7 @@ description: Result of parsing bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fos", "start": 0, "type": "Identifier" @@ -122,6 +135,7 @@ description: Result of parsing bracket.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.2", "start": 0, "type": "Literal", @@ -131,11 +145,13 @@ description: Result of parsing bracket.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -148,6 +164,7 @@ description: Result of parsing bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shelfMountLength", "start": 0, "type": "Identifier" @@ -155,6 +172,7 @@ description: Result of parsing bracket.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.0", "start": 0, "type": "Literal", @@ -164,11 +182,13 @@ description: Result of parsing bracket.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -181,6 +201,7 @@ description: Result of parsing bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallMountLength", "start": 0, "type": "Identifier" @@ -188,6 +209,7 @@ description: Result of parsing bracket.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.25", "start": 0, "type": "Literal", @@ -197,11 +219,13 @@ description: Result of parsing bracket.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -214,6 +238,7 @@ description: Result of parsing bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shelfDepth", "start": 0, "type": "Identifier" @@ -221,6 +246,7 @@ description: Result of parsing bracket.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12", "start": 0, "type": "Literal", @@ -230,11 +256,13 @@ description: Result of parsing bracket.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -247,6 +275,7 @@ description: Result of parsing bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shelfMountingHoleDiameter", "start": 0, "type": "Identifier" @@ -254,6 +283,7 @@ description: Result of parsing bracket.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".50", "start": 0, "type": "Literal", @@ -263,11 +293,13 @@ description: Result of parsing bracket.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -280,6 +312,7 @@ description: Result of parsing bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallMountingHoleDiameter", "start": 0, "type": "Identifier" @@ -287,6 +320,7 @@ description: Result of parsing bracket.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".625", "start": 0, "type": "Literal", @@ -296,11 +330,13 @@ description: Result of parsing bracket.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -313,6 +349,7 @@ description: Result of parsing bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "moment", "start": 0, "type": "Identifier" @@ -324,9 +361,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shelfDepth", "start": 0, "type": "Identifier" @@ -336,14 +375,17 @@ description: Result of parsing bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p", "start": 0, "type": "Identifier" @@ -357,11 +399,13 @@ description: Result of parsing bracket.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -379,18 +423,22 @@ description: Result of parsing bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sqrt", "start": 0, "type": "Identifier" @@ -401,6 +449,7 @@ description: Result of parsing bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -417,9 +466,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "moment", "start": 0, "type": "Identifier" @@ -429,14 +480,17 @@ description: Result of parsing bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fos", "start": 0, "type": "Identifier" @@ -450,10 +504,12 @@ description: Result of parsing bracket.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -467,6 +523,7 @@ description: Result of parsing bracket.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, @@ -475,9 +532,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sigmaAllow", "start": 0, "type": "Identifier" @@ -487,14 +546,17 @@ description: Result of parsing bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -513,11 +575,13 @@ description: Result of parsing bracket.kcl "type": "BinaryExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -530,6 +594,7 @@ description: Result of parsing bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bendRadius", "start": 0, "type": "Identifier" @@ -537,6 +602,7 @@ description: Result of parsing bracket.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25", "start": 0, "type": "Literal", @@ -546,11 +612,13 @@ description: Result of parsing bracket.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -563,6 +631,7 @@ description: Result of parsing bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extBendRadius", "start": 0, "type": "Identifier" @@ -574,9 +643,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bendRadius", "start": 0, "type": "Identifier" @@ -586,14 +657,17 @@ description: Result of parsing bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -607,11 +681,13 @@ description: Result of parsing bracket.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -624,6 +700,7 @@ description: Result of parsing bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "filletRadius", "start": 0, "type": "Identifier" @@ -631,6 +708,7 @@ description: Result of parsing bracket.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".5", "start": 0, "type": "Literal", @@ -640,11 +718,13 @@ description: Result of parsing bracket.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -657,6 +737,7 @@ description: Result of parsing bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shelfMountingHolePlacementOffset", "start": 0, "type": "Identifier" @@ -668,9 +749,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shelfMountingHoleDiameter", "start": 0, "type": "Identifier" @@ -680,10 +763,12 @@ description: Result of parsing bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.5", "start": 0, "type": "Literal", @@ -697,11 +782,13 @@ description: Result of parsing bracket.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -714,6 +801,7 @@ description: Result of parsing bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallMountingHolePlacementOffset", "start": 0, "type": "Identifier" @@ -725,9 +813,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallMountingHoleDiameter", "start": 0, "type": "Identifier" @@ -737,10 +827,12 @@ description: Result of parsing bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.5", "start": 0, "type": "Literal", @@ -754,11 +846,13 @@ description: Result of parsing bracket.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -773,6 +867,7 @@ description: Result of parsing bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isGreaterThanOrEqual", "start": 0, "type": "Identifier" @@ -784,9 +879,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallMountingHoleDiameter", "start": 0, "type": "Identifier" @@ -796,10 +893,12 @@ description: Result of parsing bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -819,6 +918,7 @@ description: Result of parsing bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -826,6 +926,7 @@ description: Result of parsing bracket.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"Holes not possible. Either decrease hole diameter or increase wallMountLength\"", "start": 0, "type": "Literal", @@ -838,9 +939,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -851,6 +954,7 @@ description: Result of parsing bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -858,9 +962,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallMountLength", "start": 0, "type": "Identifier" @@ -871,6 +977,7 @@ description: Result of parsing bracket.kcl "type": "Name" } }, + "moduleId": 0, "preComments": [ "", "", @@ -890,6 +997,7 @@ description: Result of parsing bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isGreaterThanOrEqual", "start": 0, "type": "Identifier" @@ -901,9 +1009,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shelfMountingHoleDiameter", "start": 0, "type": "Identifier" @@ -913,10 +1023,12 @@ description: Result of parsing bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.5", "start": 0, "type": "Literal", @@ -936,6 +1048,7 @@ description: Result of parsing bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -943,6 +1056,7 @@ description: Result of parsing bracket.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"wallMountLength must be longer for hole sizes to work. Either decrease mounting hole diameters or increase shelfMountLength\"", "start": 0, "type": "Literal", @@ -955,9 +1069,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -968,6 +1084,7 @@ description: Result of parsing bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -975,9 +1092,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shelfMountLength", "start": 0, "type": "Identifier" @@ -988,6 +1107,7 @@ description: Result of parsing bracket.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -1002,6 +1122,7 @@ description: Result of parsing bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isGreaterThanOrEqual", "start": 0, "type": "Identifier" @@ -1013,9 +1134,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shelfMountingHoleDiameter", "start": 0, "type": "Identifier" @@ -1025,10 +1148,12 @@ description: Result of parsing bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.5", "start": 0, "type": "Literal", @@ -1048,6 +1173,7 @@ description: Result of parsing bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -1055,6 +1181,7 @@ description: Result of parsing bracket.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"Holes not possible. Either decrease hole diameter or increase width\"", "start": 0, "type": "Literal", @@ -1067,9 +1194,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -1080,6 +1209,7 @@ description: Result of parsing bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1087,9 +1217,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -1100,6 +1232,7 @@ description: Result of parsing bracket.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -1114,6 +1247,7 @@ description: Result of parsing bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isGreaterThanOrEqual", "start": 0, "type": "Identifier" @@ -1125,9 +1259,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallMountingHoleDiameter", "start": 0, "type": "Identifier" @@ -1137,10 +1273,12 @@ description: Result of parsing bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.5", "start": 0, "type": "Literal", @@ -1160,6 +1298,7 @@ description: Result of parsing bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -1167,6 +1306,7 @@ description: Result of parsing bracket.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"Holes not possible. Either decrease hole diameter or increase width\"", "start": 0, "type": "Literal", @@ -1179,9 +1319,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -1192,6 +1334,7 @@ description: Result of parsing bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1199,9 +1342,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -1212,6 +1357,7 @@ description: Result of parsing bracket.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -1224,6 +1370,7 @@ description: Result of parsing bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bracketBody", "start": 0, "type": "Identifier" @@ -1231,13 +1378,16 @@ description: Result of parsing bracket.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1248,6 +1398,7 @@ description: Result of parsing bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1255,9 +1406,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -1275,6 +1428,7 @@ description: Result of parsing bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1285,6 +1439,7 @@ description: Result of parsing bracket.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1297,6 +1452,7 @@ description: Result of parsing bracket.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1308,6 +1464,7 @@ description: Result of parsing bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1318,9 +1475,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1331,6 +1490,7 @@ description: Result of parsing bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1343,6 +1503,7 @@ description: Result of parsing bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1354,9 +1515,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shelfMountLength", "start": 0, "type": "Identifier" @@ -1366,14 +1529,17 @@ description: Result of parsing bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -1393,6 +1559,7 @@ description: Result of parsing bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1400,6 +1567,7 @@ description: Result of parsing bracket.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1411,9 +1579,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1424,6 +1594,7 @@ description: Result of parsing bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1436,6 +1607,7 @@ description: Result of parsing bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1444,9 +1616,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -1462,6 +1636,7 @@ description: Result of parsing bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1469,6 +1644,7 @@ description: Result of parsing bracket.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1480,9 +1656,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1493,6 +1671,7 @@ description: Result of parsing bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1505,6 +1684,7 @@ description: Result of parsing bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1514,9 +1694,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shelfMountLength", "start": 0, "type": "Identifier" @@ -1528,6 +1710,7 @@ description: Result of parsing bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1539,6 +1722,7 @@ description: Result of parsing bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1546,6 +1730,7 @@ description: Result of parsing bracket.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1557,9 +1742,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1570,6 +1757,7 @@ description: Result of parsing bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1582,6 +1770,7 @@ description: Result of parsing bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1591,9 +1780,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallMountLength", "start": 0, "type": "Identifier" @@ -1605,6 +1796,7 @@ description: Result of parsing bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1616,6 +1808,7 @@ description: Result of parsing bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1623,6 +1816,7 @@ description: Result of parsing bracket.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1634,9 +1828,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1647,6 +1843,7 @@ description: Result of parsing bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1659,6 +1856,7 @@ description: Result of parsing bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1667,9 +1865,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -1685,6 +1885,7 @@ description: Result of parsing bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1692,6 +1893,7 @@ description: Result of parsing bracket.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1703,9 +1905,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1716,6 +1920,7 @@ description: Result of parsing bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1728,6 +1933,7 @@ description: Result of parsing bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1736,13 +1942,16 @@ description: Result of parsing bracket.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -1753,25 +1962,30 @@ description: Result of parsing bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -1782,12 +1996,14 @@ description: Result of parsing bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1795,6 +2011,7 @@ description: Result of parsing bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1805,6 +2022,7 @@ description: Result of parsing bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1812,6 +2030,7 @@ description: Result of parsing bracket.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1823,9 +2042,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1836,19 +2057,23 @@ description: Result of parsing bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1859,6 +2084,7 @@ description: Result of parsing bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1871,6 +2097,7 @@ description: Result of parsing bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1879,9 +2106,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -1897,9 +2126,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1910,12 +2141,14 @@ description: Result of parsing bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1924,12 +2157,14 @@ description: Result of parsing bracket.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "9": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1946,11 +2181,13 @@ description: Result of parsing bracket.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1968,6 +2205,7 @@ description: Result of parsing bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shelfMountingHoles", "start": 0, "type": "Identifier" @@ -1981,6 +2219,7 @@ description: Result of parsing bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -1989,9 +2228,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg03", "start": 0, "type": "Identifier" @@ -2007,9 +2248,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2020,6 +2263,7 @@ description: Result of parsing bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2027,9 +2271,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bracketBody", "start": 0, "type": "Identifier" @@ -2047,6 +2293,7 @@ description: Result of parsing bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -2062,9 +2309,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bendRadius", "start": 0, "type": "Identifier" @@ -2074,14 +2323,17 @@ description: Result of parsing bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shelfMountingHolePlacementOffset", "start": 0, "type": "Identifier" @@ -2097,6 +2349,7 @@ description: Result of parsing bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2106,9 +2359,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shelfMountingHolePlacementOffset", "start": 0, "type": "Identifier" @@ -2120,6 +2375,7 @@ description: Result of parsing bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2130,6 +2386,7 @@ description: Result of parsing bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2141,9 +2398,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shelfMountingHoleDiameter", "start": 0, "type": "Identifier" @@ -2153,10 +2412,12 @@ description: Result of parsing bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2176,9 +2437,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -2189,6 +2452,7 @@ description: Result of parsing bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2201,6 +2465,7 @@ description: Result of parsing bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -2208,6 +2473,7 @@ description: Result of parsing bracket.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2223,6 +2489,7 @@ description: Result of parsing bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -2241,9 +2508,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extBendRadius", "start": 0, "type": "Identifier" @@ -2253,14 +2522,17 @@ description: Result of parsing bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shelfMountingHolePlacementOffset", "start": 0, "type": "Identifier" @@ -2276,19 +2548,23 @@ description: Result of parsing bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shelfMountLength", "start": 0, "type": "Identifier" @@ -2302,14 +2578,17 @@ description: Result of parsing bracket.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shelfMountingHolePlacementOffset", "start": 0, "type": "Identifier" @@ -2329,6 +2608,7 @@ description: Result of parsing bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -2340,6 +2620,7 @@ description: Result of parsing bracket.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -2351,6 +2632,7 @@ description: Result of parsing bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2359,6 +2641,7 @@ description: Result of parsing bracket.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2370,6 +2653,7 @@ description: Result of parsing bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2380,9 +2664,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear2d", "start": 0, "type": "Identifier" @@ -2393,6 +2679,7 @@ description: Result of parsing bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2405,6 +2692,7 @@ description: Result of parsing bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -2412,6 +2700,7 @@ description: Result of parsing bracket.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2427,6 +2716,7 @@ description: Result of parsing bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -2438,9 +2728,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -2450,6 +2742,7 @@ description: Result of parsing bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -2458,9 +2751,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shelfMountingHolePlacementOffset", "start": 0, "type": "Identifier" @@ -2470,10 +2765,12 @@ description: Result of parsing bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2497,6 +2794,7 @@ description: Result of parsing bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -2507,6 +2805,7 @@ description: Result of parsing bracket.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2519,6 +2818,7 @@ description: Result of parsing bracket.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -2530,6 +2830,7 @@ description: Result of parsing bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2540,9 +2841,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear2d", "start": 0, "type": "Identifier" @@ -2553,6 +2856,7 @@ description: Result of parsing bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2565,6 +2869,7 @@ description: Result of parsing bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2577,9 +2882,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -2591,15 +2898,18 @@ description: Result of parsing bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".01", "start": 0, "type": "Literal", @@ -2619,9 +2929,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2632,12 +2944,14 @@ description: Result of parsing bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2646,12 +2960,14 @@ description: Result of parsing bracket.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "4": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2668,11 +2984,13 @@ description: Result of parsing bracket.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2685,6 +3003,7 @@ description: Result of parsing bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallMountingHoles", "start": 0, "type": "Identifier" @@ -2698,6 +3017,7 @@ description: Result of parsing bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -2706,9 +3026,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg04", "start": 0, "type": "Identifier" @@ -2724,9 +3046,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2737,6 +3061,7 @@ description: Result of parsing bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2744,9 +3069,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bracketBody", "start": 0, "type": "Identifier" @@ -2764,6 +3091,7 @@ description: Result of parsing bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -2781,9 +3109,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallMountLength", "start": 0, "type": "Identifier" @@ -2793,14 +3123,17 @@ description: Result of parsing bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallMountingHolePlacementOffset", "start": 0, "type": "Identifier" @@ -2814,14 +3147,17 @@ description: Result of parsing bracket.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bendRadius", "start": 0, "type": "Identifier" @@ -2839,9 +3175,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallMountingHolePlacementOffset", "start": 0, "type": "Identifier" @@ -2853,6 +3191,7 @@ description: Result of parsing bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2863,6 +3202,7 @@ description: Result of parsing bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2874,9 +3214,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallMountingHoleDiameter", "start": 0, "type": "Identifier" @@ -2886,10 +3228,12 @@ description: Result of parsing bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2909,9 +3253,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -2922,6 +3268,7 @@ description: Result of parsing bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2934,6 +3281,7 @@ description: Result of parsing bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -2941,6 +3289,7 @@ description: Result of parsing bracket.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2956,6 +3305,7 @@ description: Result of parsing bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -2967,9 +3317,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -2979,6 +3331,7 @@ description: Result of parsing bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -2987,9 +3340,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallMountingHolePlacementOffset", "start": 0, "type": "Identifier" @@ -2999,10 +3354,12 @@ description: Result of parsing bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3026,6 +3383,7 @@ description: Result of parsing bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -3036,6 +3394,7 @@ description: Result of parsing bracket.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3048,6 +3407,7 @@ description: Result of parsing bracket.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -3059,6 +3419,7 @@ description: Result of parsing bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3069,9 +3430,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear2d", "start": 0, "type": "Identifier" @@ -3082,6 +3445,7 @@ description: Result of parsing bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3094,6 +3458,7 @@ description: Result of parsing bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3106,9 +3471,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -3120,15 +3487,18 @@ description: Result of parsing bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -3148,9 +3518,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -3161,12 +3533,14 @@ description: Result of parsing bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3175,12 +3549,14 @@ description: Result of parsing bracket.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "3": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3197,11 +3573,13 @@ description: Result of parsing bracket.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3216,6 +3594,7 @@ description: Result of parsing bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3224,9 +3603,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extBendRadius", "start": 0, "type": "Identifier" @@ -3242,6 +3623,7 @@ description: Result of parsing bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -3250,13 +3632,16 @@ description: Result of parsing bracket.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -3267,6 +3652,7 @@ description: Result of parsing bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3274,9 +3660,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg03", "start": 0, "type": "Identifier" @@ -3289,6 +3677,7 @@ description: Result of parsing bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3299,9 +3688,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -3312,6 +3703,7 @@ description: Result of parsing bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3319,9 +3711,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bracketBody", "start": 0, "type": "Identifier" @@ -3332,6 +3726,7 @@ description: Result of parsing bracket.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -3346,6 +3741,7 @@ description: Result of parsing bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3354,9 +3750,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bendRadius", "start": 0, "type": "Identifier" @@ -3372,6 +3770,7 @@ description: Result of parsing bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -3380,13 +3779,16 @@ description: Result of parsing bracket.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -3397,6 +3799,7 @@ description: Result of parsing bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3404,9 +3807,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg06", "start": 0, "type": "Identifier" @@ -3419,6 +3824,7 @@ description: Result of parsing bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3429,9 +3835,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -3442,6 +3850,7 @@ description: Result of parsing bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3449,9 +3858,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bracketBody", "start": 0, "type": "Identifier" @@ -3462,6 +3873,7 @@ description: Result of parsing bracket.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -3476,6 +3888,7 @@ description: Result of parsing bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3484,9 +3897,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "filletRadius", "start": 0, "type": "Identifier" @@ -3502,6 +3917,7 @@ description: Result of parsing bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -3513,9 +3929,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -3526,13 +3944,16 @@ description: Result of parsing bracket.kcl "type": "Name" }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getOppositeEdge", "start": 0, "type": "Identifier" @@ -3543,6 +3964,7 @@ description: Result of parsing bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3550,9 +3972,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -3567,9 +3991,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg05", "start": 0, "type": "Identifier" @@ -3580,13 +4006,16 @@ description: Result of parsing bracket.kcl "type": "Name" }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getOppositeEdge", "start": 0, "type": "Identifier" @@ -3597,6 +4026,7 @@ description: Result of parsing bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3604,9 +4034,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg05", "start": 0, "type": "Identifier" @@ -3619,6 +4051,7 @@ description: Result of parsing bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3629,9 +4062,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -3642,6 +4077,7 @@ description: Result of parsing bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3649,9 +4085,11 @@ description: Result of parsing bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bracketBody", "start": 0, "type": "Identifier" @@ -3662,6 +4100,7 @@ description: Result of parsing bracket.kcl "type": "Name" } }, + "moduleId": 0, "preComments": [ "", "", @@ -3678,9 +4117,11 @@ description: Result of parsing bracket.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -3699,19 +4140,23 @@ description: Result of parsing bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -3728,15 +4173,18 @@ description: Result of parsing bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -3752,12 +4200,14 @@ description: Result of parsing bracket.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3771,6 +4221,7 @@ description: Result of parsing bracket.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3784,6 +4235,7 @@ description: Result of parsing bracket.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3797,6 +4249,7 @@ description: Result of parsing bracket.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3810,6 +4263,7 @@ description: Result of parsing bracket.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3823,6 +4277,7 @@ description: Result of parsing bracket.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3837,6 +4292,7 @@ description: Result of parsing bracket.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/bracket/program_memory.snap b/rust/kcl-lib/tests/kcl_samples/bracket/program_memory.snap index e5df95d98..b3fcbffd9 100644 --- a/rust/kcl-lib/tests/kcl_samples/bracket/program_memory.snap +++ b/rust/kcl-lib/tests/kcl_samples/bracket/program_memory.snap @@ -30,6 +30,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2165, "end": 2171, + "moduleId": 0, "start": 2165, "type": "TagDeclarator", "value": "seg01" @@ -43,6 +44,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2210, "end": 2216, + "moduleId": 0, "start": 2210, "type": "TagDeclarator", "value": "seg02" @@ -56,6 +58,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2263, "end": 2269, + "moduleId": 0, "start": 2263, "type": "TagDeclarator", "value": "seg03" @@ -69,6 +72,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2315, "end": 2321, + "moduleId": 0, "start": 2315, "type": "TagDeclarator", "value": "seg04" @@ -82,6 +86,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2360, "end": 2366, + "moduleId": 0, "start": 2360, "type": "TagDeclarator", "value": "seg05" @@ -95,6 +100,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2436, "end": 2442, + "moduleId": 0, "start": 2436, "type": "TagDeclarator", "value": "seg06" @@ -118,6 +124,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2165, "end": 2171, + "moduleId": 0, "start": 2165, "type": "TagDeclarator", "value": "seg01" @@ -143,6 +150,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2210, "end": 2216, + "moduleId": 0, "start": 2210, "type": "TagDeclarator", "value": "seg02" @@ -168,6 +176,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2263, "end": 2269, + "moduleId": 0, "start": 2263, "type": "TagDeclarator", "value": "seg03" @@ -193,6 +202,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2315, "end": 2321, + "moduleId": 0, "start": 2315, "type": "TagDeclarator", "value": "seg04" @@ -218,6 +228,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2360, "end": 2366, + "moduleId": 0, "start": 2360, "type": "TagDeclarator", "value": "seg05" @@ -243,6 +254,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2436, "end": 2442, + "moduleId": 0, "start": 2436, "type": "TagDeclarator", "value": "seg06" @@ -593,6 +605,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2165, "end": 2171, + "moduleId": 0, "start": 2165, "type": "TagDeclarator", "value": "seg01" @@ -606,6 +619,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2210, "end": 2216, + "moduleId": 0, "start": 2210, "type": "TagDeclarator", "value": "seg02" @@ -619,6 +633,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2263, "end": 2269, + "moduleId": 0, "start": 2263, "type": "TagDeclarator", "value": "seg03" @@ -632,6 +647,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2315, "end": 2321, + "moduleId": 0, "start": 2315, "type": "TagDeclarator", "value": "seg04" @@ -645,6 +661,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2360, "end": 2366, + "moduleId": 0, "start": 2360, "type": "TagDeclarator", "value": "seg05" @@ -658,6 +675,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2436, "end": 2442, + "moduleId": 0, "start": 2436, "type": "TagDeclarator", "value": "seg06" @@ -681,6 +699,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2165, "end": 2171, + "moduleId": 0, "start": 2165, "type": "TagDeclarator", "value": "seg01" @@ -706,6 +725,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2210, "end": 2216, + "moduleId": 0, "start": 2210, "type": "TagDeclarator", "value": "seg02" @@ -731,6 +751,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2263, "end": 2269, + "moduleId": 0, "start": 2263, "type": "TagDeclarator", "value": "seg03" @@ -756,6 +777,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2315, "end": 2321, + "moduleId": 0, "start": 2315, "type": "TagDeclarator", "value": "seg04" @@ -781,6 +803,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2360, "end": 2366, + "moduleId": 0, "start": 2360, "type": "TagDeclarator", "value": "seg05" @@ -806,6 +829,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2436, "end": 2442, + "moduleId": 0, "start": 2436, "type": "TagDeclarator", "value": "seg06" @@ -1042,6 +1066,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2165, "end": 2171, + "moduleId": 0, "start": 2165, "type": "TagDeclarator", "value": "seg01" @@ -1055,6 +1080,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2210, "end": 2216, + "moduleId": 0, "start": 2210, "type": "TagDeclarator", "value": "seg02" @@ -1068,6 +1094,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2263, "end": 2269, + "moduleId": 0, "start": 2263, "type": "TagDeclarator", "value": "seg03" @@ -1081,6 +1108,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2315, "end": 2321, + "moduleId": 0, "start": 2315, "type": "TagDeclarator", "value": "seg04" @@ -1094,6 +1122,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2360, "end": 2366, + "moduleId": 0, "start": 2360, "type": "TagDeclarator", "value": "seg05" @@ -1107,6 +1136,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2436, "end": 2442, + "moduleId": 0, "start": 2436, "type": "TagDeclarator", "value": "seg06" @@ -1130,6 +1160,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2165, "end": 2171, + "moduleId": 0, "start": 2165, "type": "TagDeclarator", "value": "seg01" @@ -1155,6 +1186,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2210, "end": 2216, + "moduleId": 0, "start": 2210, "type": "TagDeclarator", "value": "seg02" @@ -1180,6 +1212,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2263, "end": 2269, + "moduleId": 0, "start": 2263, "type": "TagDeclarator", "value": "seg03" @@ -1205,6 +1238,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2315, "end": 2321, + "moduleId": 0, "start": 2315, "type": "TagDeclarator", "value": "seg04" @@ -1230,6 +1264,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2360, "end": 2366, + "moduleId": 0, "start": 2360, "type": "TagDeclarator", "value": "seg05" @@ -1255,6 +1290,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2436, "end": 2442, + "moduleId": 0, "start": 2436, "type": "TagDeclarator", "value": "seg06" @@ -1491,6 +1527,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2165, "end": 2171, + "moduleId": 0, "start": 2165, "type": "TagDeclarator", "value": "seg01" @@ -1504,6 +1541,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2210, "end": 2216, + "moduleId": 0, "start": 2210, "type": "TagDeclarator", "value": "seg02" @@ -1517,6 +1555,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2263, "end": 2269, + "moduleId": 0, "start": 2263, "type": "TagDeclarator", "value": "seg03" @@ -1530,6 +1569,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2315, "end": 2321, + "moduleId": 0, "start": 2315, "type": "TagDeclarator", "value": "seg04" @@ -1543,6 +1583,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2360, "end": 2366, + "moduleId": 0, "start": 2360, "type": "TagDeclarator", "value": "seg05" @@ -1556,6 +1597,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2436, "end": 2442, + "moduleId": 0, "start": 2436, "type": "TagDeclarator", "value": "seg06" @@ -1579,6 +1621,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2165, "end": 2171, + "moduleId": 0, "start": 2165, "type": "TagDeclarator", "value": "seg01" @@ -1604,6 +1647,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2210, "end": 2216, + "moduleId": 0, "start": 2210, "type": "TagDeclarator", "value": "seg02" @@ -1629,6 +1673,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2263, "end": 2269, + "moduleId": 0, "start": 2263, "type": "TagDeclarator", "value": "seg03" @@ -1654,6 +1699,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2315, "end": 2321, + "moduleId": 0, "start": 2315, "type": "TagDeclarator", "value": "seg04" @@ -1679,6 +1725,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2360, "end": 2366, + "moduleId": 0, "start": 2360, "type": "TagDeclarator", "value": "seg05" @@ -1704,6 +1751,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2436, "end": 2442, + "moduleId": 0, "start": 2436, "type": "TagDeclarator", "value": "seg06" @@ -1940,6 +1988,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2165, "end": 2171, + "moduleId": 0, "start": 2165, "type": "TagDeclarator", "value": "seg01" @@ -1953,6 +2002,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2210, "end": 2216, + "moduleId": 0, "start": 2210, "type": "TagDeclarator", "value": "seg02" @@ -1966,6 +2016,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2263, "end": 2269, + "moduleId": 0, "start": 2263, "type": "TagDeclarator", "value": "seg03" @@ -1979,6 +2030,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2315, "end": 2321, + "moduleId": 0, "start": 2315, "type": "TagDeclarator", "value": "seg04" @@ -1992,6 +2044,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2360, "end": 2366, + "moduleId": 0, "start": 2360, "type": "TagDeclarator", "value": "seg05" @@ -2005,6 +2058,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2436, "end": 2442, + "moduleId": 0, "start": 2436, "type": "TagDeclarator", "value": "seg06" @@ -2028,6 +2082,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2165, "end": 2171, + "moduleId": 0, "start": 2165, "type": "TagDeclarator", "value": "seg01" @@ -2053,6 +2108,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2210, "end": 2216, + "moduleId": 0, "start": 2210, "type": "TagDeclarator", "value": "seg02" @@ -2078,6 +2134,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2263, "end": 2269, + "moduleId": 0, "start": 2263, "type": "TagDeclarator", "value": "seg03" @@ -2103,6 +2160,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2315, "end": 2321, + "moduleId": 0, "start": 2315, "type": "TagDeclarator", "value": "seg04" @@ -2128,6 +2186,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2360, "end": 2366, + "moduleId": 0, "start": 2360, "type": "TagDeclarator", "value": "seg05" @@ -2153,6 +2212,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2436, "end": 2442, + "moduleId": 0, "start": 2436, "type": "TagDeclarator", "value": "seg06" @@ -2459,6 +2519,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2165, "end": 2171, + "moduleId": 0, "start": 2165, "type": "TagDeclarator", "value": "seg01" @@ -2472,6 +2533,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2210, "end": 2216, + "moduleId": 0, "start": 2210, "type": "TagDeclarator", "value": "seg02" @@ -2485,6 +2547,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2263, "end": 2269, + "moduleId": 0, "start": 2263, "type": "TagDeclarator", "value": "seg03" @@ -2498,6 +2561,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2315, "end": 2321, + "moduleId": 0, "start": 2315, "type": "TagDeclarator", "value": "seg04" @@ -2511,6 +2575,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2360, "end": 2366, + "moduleId": 0, "start": 2360, "type": "TagDeclarator", "value": "seg05" @@ -2524,6 +2589,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2436, "end": 2442, + "moduleId": 0, "start": 2436, "type": "TagDeclarator", "value": "seg06" @@ -2547,6 +2613,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2165, "end": 2171, + "moduleId": 0, "start": 2165, "type": "TagDeclarator", "value": "seg01" @@ -2572,6 +2639,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2210, "end": 2216, + "moduleId": 0, "start": 2210, "type": "TagDeclarator", "value": "seg02" @@ -2597,6 +2665,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2263, "end": 2269, + "moduleId": 0, "start": 2263, "type": "TagDeclarator", "value": "seg03" @@ -2622,6 +2691,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2315, "end": 2321, + "moduleId": 0, "start": 2315, "type": "TagDeclarator", "value": "seg04" @@ -2647,6 +2717,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2360, "end": 2366, + "moduleId": 0, "start": 2360, "type": "TagDeclarator", "value": "seg05" @@ -2672,6 +2743,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2436, "end": 2442, + "moduleId": 0, "start": 2436, "type": "TagDeclarator", "value": "seg06" @@ -2908,6 +2980,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2165, "end": 2171, + "moduleId": 0, "start": 2165, "type": "TagDeclarator", "value": "seg01" @@ -2921,6 +2994,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2210, "end": 2216, + "moduleId": 0, "start": 2210, "type": "TagDeclarator", "value": "seg02" @@ -2934,6 +3008,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2263, "end": 2269, + "moduleId": 0, "start": 2263, "type": "TagDeclarator", "value": "seg03" @@ -2947,6 +3022,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2315, "end": 2321, + "moduleId": 0, "start": 2315, "type": "TagDeclarator", "value": "seg04" @@ -2960,6 +3036,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2360, "end": 2366, + "moduleId": 0, "start": 2360, "type": "TagDeclarator", "value": "seg05" @@ -2973,6 +3050,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2436, "end": 2442, + "moduleId": 0, "start": 2436, "type": "TagDeclarator", "value": "seg06" @@ -2996,6 +3074,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2165, "end": 2171, + "moduleId": 0, "start": 2165, "type": "TagDeclarator", "value": "seg01" @@ -3021,6 +3100,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2210, "end": 2216, + "moduleId": 0, "start": 2210, "type": "TagDeclarator", "value": "seg02" @@ -3046,6 +3126,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2263, "end": 2269, + "moduleId": 0, "start": 2263, "type": "TagDeclarator", "value": "seg03" @@ -3071,6 +3152,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2315, "end": 2321, + "moduleId": 0, "start": 2315, "type": "TagDeclarator", "value": "seg04" @@ -3096,6 +3178,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2360, "end": 2366, + "moduleId": 0, "start": 2360, "type": "TagDeclarator", "value": "seg05" @@ -3121,6 +3204,7 @@ description: Variables in memory after executing bracket.kcl "tag": { "commentStart": 2436, "end": 2442, + "moduleId": 0, "start": 2436, "type": "TagDeclarator", "value": "seg06" diff --git a/rust/kcl-lib/tests/kcl_samples/brake-rotor/ast.snap b/rust/kcl-lib/tests/kcl_samples/brake-rotor/ast.snap index f23532135..6dcf45609 100644 --- a/rust/kcl-lib/tests/kcl_samples/brake-rotor/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/brake-rotor/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dDisc", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing brake-rotor.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "320", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing brake-rotor.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define parameters." ], @@ -49,6 +53,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dPitchCircle", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing brake-rotor.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "114.3", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing brake-rotor.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dBore", "start": 0, "type": "Identifier" @@ -89,6 +98,7 @@ description: Result of parsing brake-rotor.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "64", "start": 0, "type": "Literal", @@ -98,11 +108,13 @@ description: Result of parsing brake-rotor.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -115,6 +127,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nStuds", "start": 0, "type": "Identifier" @@ -122,6 +135,7 @@ description: Result of parsing brake-rotor.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -131,11 +145,13 @@ description: Result of parsing brake-rotor.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -148,6 +164,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dStudDrilling", "start": 0, "type": "Identifier" @@ -155,6 +172,7 @@ description: Result of parsing brake-rotor.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12.5", "start": 0, "type": "Literal", @@ -164,11 +182,13 @@ description: Result of parsing brake-rotor.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -181,6 +201,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hFrictionSurface", "start": 0, "type": "Identifier" @@ -188,6 +209,7 @@ description: Result of parsing brake-rotor.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "60", "start": 0, "type": "Literal", @@ -197,11 +219,13 @@ description: Result of parsing brake-rotor.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -214,6 +238,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tDiscHalf", "start": 0, "type": "Identifier" @@ -221,6 +246,7 @@ description: Result of parsing brake-rotor.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -230,11 +256,13 @@ description: Result of parsing brake-rotor.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -247,6 +275,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tVent", "start": 0, "type": "Identifier" @@ -254,6 +283,7 @@ description: Result of parsing brake-rotor.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -263,11 +293,13 @@ description: Result of parsing brake-rotor.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -285,6 +317,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wVent", "start": 0, "type": "Identifier" @@ -292,6 +325,7 @@ description: Result of parsing brake-rotor.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -301,11 +335,13 @@ description: Result of parsing brake-rotor.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -318,6 +354,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rVentFillet", "start": 0, "type": "Identifier" @@ -325,6 +362,7 @@ description: Result of parsing brake-rotor.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -334,11 +372,13 @@ description: Result of parsing brake-rotor.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -351,6 +391,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nVentBosses", "start": 0, "type": "Identifier" @@ -358,6 +399,7 @@ description: Result of parsing brake-rotor.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "36", "start": 0, "type": "Literal", @@ -367,11 +409,13 @@ description: Result of parsing brake-rotor.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -384,6 +428,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dDrillDia", "start": 0, "type": "Identifier" @@ -391,6 +436,7 @@ description: Result of parsing brake-rotor.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -400,11 +446,13 @@ description: Result of parsing brake-rotor.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -422,6 +470,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "aBase", "start": 0, "type": "Identifier" @@ -429,6 +478,7 @@ description: Result of parsing brake-rotor.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -438,11 +488,13 @@ description: Result of parsing brake-rotor.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -455,6 +507,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "aSweep", "start": 0, "type": "Identifier" @@ -462,6 +515,7 @@ description: Result of parsing brake-rotor.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -471,11 +525,13 @@ description: Result of parsing brake-rotor.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -488,6 +544,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nArcs", "start": 0, "type": "Identifier" @@ -495,6 +552,7 @@ description: Result of parsing brake-rotor.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12", "start": 0, "type": "Literal", @@ -504,11 +562,13 @@ description: Result of parsing brake-rotor.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -521,6 +581,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "aDraftBell", "start": 0, "type": "Identifier" @@ -528,6 +589,7 @@ description: Result of parsing brake-rotor.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -537,11 +599,13 @@ description: Result of parsing brake-rotor.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -559,6 +623,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tBell", "start": 0, "type": "Identifier" @@ -566,6 +631,7 @@ description: Result of parsing brake-rotor.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -575,11 +641,13 @@ description: Result of parsing brake-rotor.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -592,6 +660,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hBellAboveDiscFace", "start": 0, "type": "Identifier" @@ -599,6 +668,7 @@ description: Result of parsing brake-rotor.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "40", "start": 0, "type": "Literal", @@ -608,11 +678,13 @@ description: Result of parsing brake-rotor.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -625,6 +697,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hBellSubflush", "start": 0, "type": "Identifier" @@ -632,6 +705,7 @@ description: Result of parsing brake-rotor.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -641,11 +715,13 @@ description: Result of parsing brake-rotor.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -658,6 +734,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wUndercut", "start": 0, "type": "Identifier" @@ -665,6 +742,7 @@ description: Result of parsing brake-rotor.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8", "start": 0, "type": "Literal", @@ -674,11 +752,13 @@ description: Result of parsing brake-rotor.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -691,6 +771,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "drillHole", "start": 0, "type": "Identifier" @@ -706,6 +787,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rInner", "start": 0, "type": "Identifier" @@ -720,9 +802,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dDisc", "start": 0, "type": "Identifier" @@ -732,10 +816,12 @@ description: Result of parsing brake-rotor.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -749,14 +835,17 @@ description: Result of parsing brake-rotor.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hFrictionSurface", "start": 0, "type": "Identifier" @@ -770,11 +859,13 @@ description: Result of parsing brake-rotor.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Sketch a vent hole at line parameter value t on an arc drawn across the disc surface." ], @@ -790,6 +881,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rOuter", "start": 0, "type": "Identifier" @@ -801,9 +893,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dDisc", "start": 0, "type": "Identifier" @@ -813,10 +907,12 @@ description: Result of parsing brake-rotor.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -830,11 +926,13 @@ description: Result of parsing brake-rotor.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -847,6 +945,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "aStart", "start": 0, "type": "Identifier" @@ -855,9 +954,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "aBase", "start": 0, "type": "Identifier" @@ -867,11 +968,13 @@ description: Result of parsing brake-rotor.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -884,6 +987,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "aEnd", "start": 0, "type": "Identifier" @@ -895,9 +999,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "aBase", "start": 0, "type": "Identifier" @@ -907,14 +1013,17 @@ description: Result of parsing brake-rotor.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "aSweep", "start": 0, "type": "Identifier" @@ -928,11 +1037,13 @@ description: Result of parsing brake-rotor.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -945,6 +1056,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rCurrent", "start": 0, "type": "Identifier" @@ -956,9 +1068,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rInner", "start": 0, "type": "Identifier" @@ -968,6 +1082,7 @@ description: Result of parsing brake-rotor.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -976,9 +1091,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "t", "start": 0, "type": "Identifier" @@ -988,6 +1105,7 @@ description: Result of parsing brake-rotor.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, @@ -996,9 +1114,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rOuter", "start": 0, "type": "Identifier" @@ -1008,14 +1128,17 @@ description: Result of parsing brake-rotor.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rInner", "start": 0, "type": "Identifier" @@ -1037,11 +1160,13 @@ description: Result of parsing brake-rotor.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1059,6 +1184,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "aCurrent", "start": 0, "type": "Identifier" @@ -1070,9 +1196,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "aStart", "start": 0, "type": "Identifier" @@ -1082,6 +1210,7 @@ description: Result of parsing brake-rotor.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -1090,9 +1219,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "t", "start": 0, "type": "Identifier" @@ -1102,6 +1233,7 @@ description: Result of parsing brake-rotor.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, @@ -1110,9 +1242,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "aEnd", "start": 0, "type": "Identifier" @@ -1122,14 +1256,17 @@ description: Result of parsing brake-rotor.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "aStart", "start": 0, "type": "Identifier" @@ -1151,11 +1288,13 @@ description: Result of parsing brake-rotor.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1173,6 +1312,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xCenter", "start": 0, "type": "Identifier" @@ -1184,9 +1324,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rCurrent", "start": 0, "type": "Identifier" @@ -1196,15 +1338,19 @@ description: Result of parsing brake-rotor.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -1215,6 +1361,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1222,9 +1369,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "aCurrent", "start": 0, "type": "Identifier" @@ -1239,11 +1388,13 @@ description: Result of parsing brake-rotor.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1261,6 +1412,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yCenter", "start": 0, "type": "Identifier" @@ -1272,9 +1424,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rCurrent", "start": 0, "type": "Identifier" @@ -1284,15 +1438,19 @@ description: Result of parsing brake-rotor.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -1303,6 +1461,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1310,9 +1469,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "aCurrent", "start": 0, "type": "Identifier" @@ -1327,11 +1488,13 @@ description: Result of parsing brake-rotor.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1344,6 +1507,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "drillCircle", "start": 0, "type": "Identifier" @@ -1355,6 +1519,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1366,9 +1531,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xCenter", "start": 0, "type": "Identifier" @@ -1382,9 +1549,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yCenter", "start": 0, "type": "Identifier" @@ -1396,6 +1565,7 @@ description: Result of parsing brake-rotor.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1406,6 +1576,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1417,9 +1588,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dDrillDia", "start": 0, "type": "Identifier" @@ -1429,10 +1602,12 @@ description: Result of parsing brake-rotor.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1452,9 +1627,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1465,6 +1642,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1472,9 +1650,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "activeSketch", "start": 0, "type": "Identifier" @@ -1485,11 +1665,13 @@ description: Result of parsing brake-rotor.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1504,9 +1686,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "drillCircle", "start": 0, "type": "Identifier" @@ -1518,6 +1702,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -1525,12 +1710,14 @@ description: Result of parsing brake-rotor.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1545,12 +1732,14 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "activeSketch", "start": 0, "type": "Identifier" @@ -1561,6 +1750,7 @@ description: Result of parsing brake-rotor.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "t", "start": 0, "type": "Identifier" @@ -1571,11 +1761,13 @@ description: Result of parsing brake-rotor.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1588,6 +1780,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "createDiscHalf", "start": 0, "type": "Identifier" @@ -1603,18 +1796,22 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketchFace", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1625,6 +1822,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1632,9 +1830,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane", "start": 0, "type": "Identifier" @@ -1645,11 +1845,13 @@ description: Result of parsing brake-rotor.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Create a disc half with a vent hole pattern." ], @@ -1665,6 +1867,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileFace", "start": 0, "type": "Identifier" @@ -1678,6 +1881,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1688,6 +1892,7 @@ description: Result of parsing brake-rotor.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1700,6 +1905,7 @@ description: Result of parsing brake-rotor.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1711,6 +1917,7 @@ description: Result of parsing brake-rotor.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1721,6 +1928,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1732,9 +1940,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dDiscParam", "start": 0, "type": "Identifier" @@ -1744,10 +1954,12 @@ description: Result of parsing brake-rotor.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1767,9 +1979,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1780,6 +1994,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1787,9 +2002,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketchFace", "start": 0, "type": "Identifier" @@ -1807,6 +2024,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -1818,6 +2036,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1828,6 +2047,7 @@ description: Result of parsing brake-rotor.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1840,6 +2060,7 @@ description: Result of parsing brake-rotor.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1851,6 +2072,7 @@ description: Result of parsing brake-rotor.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1861,6 +2083,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1875,9 +2098,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dDiscParam", "start": 0, "type": "Identifier" @@ -1887,10 +2112,12 @@ description: Result of parsing brake-rotor.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1904,14 +2131,17 @@ description: Result of parsing brake-rotor.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hFrictionSurfaceParam", "start": 0, "type": "Identifier" @@ -1931,9 +2161,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1944,6 +2176,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1951,9 +2184,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketchFace", "start": 0, "type": "Identifier" @@ -1970,9 +2205,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -1983,6 +2220,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1991,12 +2229,14 @@ description: Result of parsing brake-rotor.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2013,11 +2253,13 @@ description: Result of parsing brake-rotor.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2030,6 +2272,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hole1", "start": 0, "type": "Identifier" @@ -2041,6 +2284,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "activeSketch", "start": 0, "type": "Identifier" @@ -2049,9 +2293,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketchFace", "start": 0, "type": "Identifier" @@ -2067,6 +2313,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "t", "start": 0, "type": "Identifier" @@ -2074,6 +2321,7 @@ description: Result of parsing brake-rotor.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2", "start": 0, "type": "Literal", @@ -2089,9 +2337,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "drillHole", "start": 0, "type": "Identifier" @@ -2102,16 +2352,19 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2124,6 +2377,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hole2", "start": 0, "type": "Identifier" @@ -2135,6 +2389,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "activeSketch", "start": 0, "type": "Identifier" @@ -2143,9 +2398,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketchFace", "start": 0, "type": "Identifier" @@ -2161,6 +2418,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "t", "start": 0, "type": "Identifier" @@ -2168,6 +2426,7 @@ description: Result of parsing brake-rotor.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -2183,9 +2442,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "drillHole", "start": 0, "type": "Identifier" @@ -2196,16 +2457,19 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2218,6 +2482,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hole3", "start": 0, "type": "Identifier" @@ -2229,6 +2494,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "activeSketch", "start": 0, "type": "Identifier" @@ -2237,9 +2503,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketchFace", "start": 0, "type": "Identifier" @@ -2255,6 +2523,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "t", "start": 0, "type": "Identifier" @@ -2262,6 +2531,7 @@ description: Result of parsing brake-rotor.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8", "start": 0, "type": "Literal", @@ -2277,9 +2547,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "drillHole", "start": 0, "type": "Identifier" @@ -2290,16 +2562,19 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2312,6 +2587,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holes", "start": 0, "type": "Identifier" @@ -2323,6 +2599,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -2331,9 +2608,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nArcs", "start": 0, "type": "Identifier" @@ -2349,6 +2628,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -2359,6 +2639,7 @@ description: Result of parsing brake-rotor.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2371,6 +2652,7 @@ description: Result of parsing brake-rotor.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2382,6 +2664,7 @@ description: Result of parsing brake-rotor.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2392,6 +2675,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -2399,6 +2683,7 @@ description: Result of parsing brake-rotor.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -2414,6 +2699,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -2421,6 +2707,7 @@ description: Result of parsing brake-rotor.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -2433,9 +2720,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular2d", "start": 0, "type": "Identifier" @@ -2446,6 +2735,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2456,9 +2746,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hole1", "start": 0, "type": "Identifier" @@ -2472,9 +2764,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hole2", "start": 0, "type": "Identifier" @@ -2488,9 +2782,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hole3", "start": 0, "type": "Identifier" @@ -2502,16 +2798,19 @@ description: Result of parsing brake-rotor.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2529,6 +2828,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileDrilled", "start": 0, "type": "Identifier" @@ -2540,6 +2840,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -2548,9 +2849,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holes", "start": 0, "type": "Identifier" @@ -2566,9 +2869,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -2579,6 +2884,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2586,9 +2892,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileFace", "start": 0, "type": "Identifier" @@ -2599,11 +2907,13 @@ description: Result of parsing brake-rotor.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2616,6 +2926,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "discHalf", "start": 0, "type": "Identifier" @@ -2627,6 +2938,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2635,9 +2947,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tDiscHalfParam", "start": 0, "type": "Identifier" @@ -2653,9 +2967,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2666,6 +2982,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2673,9 +2990,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileFace", "start": 0, "type": "Identifier" @@ -2686,11 +3005,13 @@ description: Result of parsing brake-rotor.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2705,9 +3026,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "discHalf", "start": 0, "type": "Identifier" @@ -2719,6 +3042,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -2726,16 +3050,19 @@ description: Result of parsing brake-rotor.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane", "start": 0, "type": "Identifier" @@ -2746,6 +3073,7 @@ description: Result of parsing brake-rotor.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dDiscParam", "start": 0, "type": "Identifier" @@ -2756,6 +3084,7 @@ description: Result of parsing brake-rotor.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hFrictionSurfaceParam", "start": 0, "type": "Identifier" @@ -2766,6 +3095,7 @@ description: Result of parsing brake-rotor.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tDiscHalfParam", "start": 0, "type": "Identifier" @@ -2776,11 +3106,13 @@ description: Result of parsing brake-rotor.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2793,6 +3125,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "discInboard", "start": 0, "type": "Identifier" @@ -2804,6 +3137,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane", "start": 0, "type": "Identifier" @@ -2812,9 +3146,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -2830,6 +3166,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dDiscParam", "start": 0, "type": "Identifier" @@ -2838,9 +3175,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dDisc", "start": 0, "type": "Identifier" @@ -2856,6 +3195,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hFrictionSurfaceParam", "start": 0, "type": "Identifier" @@ -2864,9 +3204,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hFrictionSurface", "start": 0, "type": "Identifier" @@ -2882,6 +3224,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tDiscHalfParam", "start": 0, "type": "Identifier" @@ -2890,9 +3233,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tDiscHalf", "start": 0, "type": "Identifier" @@ -2908,9 +3253,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "createDiscHalf", "start": 0, "type": "Identifier" @@ -2921,16 +3268,19 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2951,6 +3301,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "planeVent", "start": 0, "type": "Identifier" @@ -2962,6 +3313,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -2970,9 +3322,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tDiscHalf", "start": 0, "type": "Identifier" @@ -2988,9 +3342,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -3001,6 +3357,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3008,9 +3365,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -3021,11 +3380,13 @@ description: Result of parsing brake-rotor.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -3043,18 +3404,22 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketchVent", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -3065,6 +3430,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3072,9 +3438,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "planeVent", "start": 0, "type": "Identifier" @@ -3085,11 +3453,13 @@ description: Result of parsing brake-rotor.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3102,6 +3472,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileVent", "start": 0, "type": "Identifier" @@ -3115,6 +3486,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -3127,9 +3499,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wVent", "start": 0, "type": "Identifier" @@ -3141,6 +3515,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3153,9 +3528,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dDisc", "start": 0, "type": "Identifier" @@ -3165,10 +3542,12 @@ description: Result of parsing brake-rotor.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3184,6 +3563,7 @@ description: Result of parsing brake-rotor.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3194,9 +3574,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -3207,6 +3589,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3214,9 +3597,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketchVent", "start": 0, "type": "Identifier" @@ -3234,6 +3619,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -3241,6 +3627,7 @@ description: Result of parsing brake-rotor.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3256,6 +3643,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3264,9 +3652,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wVent", "start": 0, "type": "Identifier" @@ -3282,6 +3672,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -3289,6 +3680,7 @@ description: Result of parsing brake-rotor.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -3300,9 +3692,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -3313,6 +3707,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3325,6 +3720,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -3333,13 +3729,16 @@ description: Result of parsing brake-rotor.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -3350,6 +3749,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3357,9 +3757,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -3370,10 +3772,12 @@ description: Result of parsing brake-rotor.kcl "type": "Name" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -3393,6 +3797,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3401,9 +3806,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hFrictionSurface", "start": 0, "type": "Identifier" @@ -3419,6 +3826,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -3426,6 +3834,7 @@ description: Result of parsing brake-rotor.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -3437,9 +3846,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -3450,6 +3861,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3462,18 +3874,22 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -3484,6 +3900,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3491,9 +3908,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -3510,19 +3929,23 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -3533,6 +3956,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3540,9 +3964,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -3555,6 +3981,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3566,6 +3993,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -3573,6 +4001,7 @@ description: Result of parsing brake-rotor.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -3584,9 +4013,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -3597,6 +4028,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3609,6 +4041,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3617,13 +4050,16 @@ description: Result of parsing brake-rotor.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -3634,25 +4070,30 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -3663,12 +4104,14 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3676,6 +4119,7 @@ description: Result of parsing brake-rotor.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3686,6 +4130,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -3693,6 +4138,7 @@ description: Result of parsing brake-rotor.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -3704,9 +4150,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3717,19 +4165,23 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -3740,6 +4192,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3748,15 +4201,18 @@ description: Result of parsing brake-rotor.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3769,6 +4225,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ventPad", "start": 0, "type": "Identifier" @@ -3782,6 +4239,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3790,9 +4248,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tVent", "start": 0, "type": "Identifier" @@ -3808,9 +4268,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -3821,6 +4283,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3828,9 +4291,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileVent", "start": 0, "type": "Identifier" @@ -3848,6 +4313,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3856,9 +4322,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rVentFillet", "start": 0, "type": "Identifier" @@ -3874,6 +4342,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -3888,6 +4357,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faces", "start": 0, "type": "Identifier" @@ -3899,9 +4369,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -3915,9 +4387,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -3929,6 +4403,7 @@ description: Result of parsing brake-rotor.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3939,9 +4414,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getCommonEdge", "start": 0, "type": "Identifier" @@ -3952,6 +4429,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3964,6 +4442,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faces", "start": 0, "type": "Identifier" @@ -3975,9 +4454,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -3991,9 +4472,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -4005,6 +4488,7 @@ description: Result of parsing brake-rotor.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4015,9 +4499,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getCommonEdge", "start": 0, "type": "Identifier" @@ -4028,6 +4514,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4040,6 +4527,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faces", "start": 0, "type": "Identifier" @@ -4051,9 +4539,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -4067,9 +4557,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg03", "start": 0, "type": "Identifier" @@ -4081,6 +4573,7 @@ description: Result of parsing brake-rotor.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4091,9 +4584,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getCommonEdge", "start": 0, "type": "Identifier" @@ -4104,6 +4599,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4116,6 +4612,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faces", "start": 0, "type": "Identifier" @@ -4127,9 +4624,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg03", "start": 0, "type": "Identifier" @@ -4143,9 +4642,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -4157,6 +4658,7 @@ description: Result of parsing brake-rotor.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4167,9 +4669,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getCommonEdge", "start": 0, "type": "Identifier" @@ -4180,6 +4684,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4187,6 +4692,7 @@ description: Result of parsing brake-rotor.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4197,9 +4703,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -4210,6 +4718,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4218,15 +4727,18 @@ description: Result of parsing brake-rotor.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4239,6 +4751,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ventSet", "start": 0, "type": "Identifier" @@ -4250,6 +4763,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -4258,9 +4772,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nVentBosses", "start": 0, "type": "Identifier" @@ -4276,6 +4792,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -4286,6 +4803,7 @@ description: Result of parsing brake-rotor.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4298,6 +4816,7 @@ description: Result of parsing brake-rotor.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4310,6 +4829,7 @@ description: Result of parsing brake-rotor.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -4321,6 +4841,7 @@ description: Result of parsing brake-rotor.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4331,6 +4852,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -4341,6 +4863,7 @@ description: Result of parsing brake-rotor.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4353,6 +4876,7 @@ description: Result of parsing brake-rotor.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4366,9 +4890,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tDiscHalf", "start": 0, "type": "Identifier" @@ -4380,6 +4906,7 @@ description: Result of parsing brake-rotor.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4390,6 +4917,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -4397,6 +4925,7 @@ description: Result of parsing brake-rotor.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -4412,6 +4941,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -4419,6 +4949,7 @@ description: Result of parsing brake-rotor.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -4431,9 +4962,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular3d", "start": 0, "type": "Identifier" @@ -4444,6 +4977,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4451,9 +4985,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ventPad", "start": 0, "type": "Identifier" @@ -4464,11 +5000,13 @@ description: Result of parsing brake-rotor.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4481,6 +5019,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "planeOutboard", "start": 0, "type": "Identifier" @@ -4492,6 +5031,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -4503,9 +5043,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tDiscHalf", "start": 0, "type": "Identifier" @@ -4515,14 +5057,17 @@ description: Result of parsing brake-rotor.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tVent", "start": 0, "type": "Identifier" @@ -4542,9 +5087,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -4555,6 +5102,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4562,9 +5110,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -4575,11 +5125,13 @@ description: Result of parsing brake-rotor.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -4597,6 +5149,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "discOutboard", "start": 0, "type": "Identifier" @@ -4608,6 +5161,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane", "start": 0, "type": "Identifier" @@ -4616,9 +5170,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "planeOutboard", "start": 0, "type": "Identifier" @@ -4634,6 +5190,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dDiscParam", "start": 0, "type": "Identifier" @@ -4642,9 +5199,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dDisc", "start": 0, "type": "Identifier" @@ -4660,6 +5219,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hFrictionSurfaceParam", "start": 0, "type": "Identifier" @@ -4668,9 +5228,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hFrictionSurface", "start": 0, "type": "Identifier" @@ -4686,6 +5248,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tDiscHalfParam", "start": 0, "type": "Identifier" @@ -4694,9 +5257,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tDiscHalf", "start": 0, "type": "Identifier" @@ -4712,9 +5277,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "createDiscHalf", "start": 0, "type": "Identifier" @@ -4725,16 +5292,19 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4747,6 +5317,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rCenter", "start": 0, "type": "Identifier" @@ -4764,9 +5335,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dDisc", "start": 0, "type": "Identifier" @@ -4776,10 +5349,12 @@ description: Result of parsing brake-rotor.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4793,14 +5368,17 @@ description: Result of parsing brake-rotor.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hFrictionSurface", "start": 0, "type": "Identifier" @@ -4814,14 +5392,17 @@ description: Result of parsing brake-rotor.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wUndercut", "start": 0, "type": "Identifier" @@ -4835,11 +5416,13 @@ description: Result of parsing brake-rotor.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -4857,6 +5440,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rBore", "start": 0, "type": "Identifier" @@ -4868,9 +5452,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dBore", "start": 0, "type": "Identifier" @@ -4880,10 +5466,12 @@ description: Result of parsing brake-rotor.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4897,11 +5485,13 @@ description: Result of parsing brake-rotor.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4914,6 +5504,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lDraftExterior", "start": 0, "type": "Identifier" @@ -4925,9 +5516,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hBellAboveDiscFace", "start": 0, "type": "Identifier" @@ -4937,15 +5530,19 @@ description: Result of parsing brake-rotor.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tan", "start": 0, "type": "Identifier" @@ -4956,6 +5553,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4965,6 +5563,7 @@ description: Result of parsing brake-rotor.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -4974,14 +5573,17 @@ description: Result of parsing brake-rotor.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "aDraftBell", "start": 0, "type": "Identifier" @@ -5000,11 +5602,13 @@ description: Result of parsing brake-rotor.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5017,6 +5621,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lDraftInterior", "start": 0, "type": "Identifier" @@ -5031,9 +5636,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hBellAboveDiscFace", "start": 0, "type": "Identifier" @@ -5043,14 +5650,17 @@ description: Result of parsing brake-rotor.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tBell", "start": 0, "type": "Identifier" @@ -5064,15 +5674,19 @@ description: Result of parsing brake-rotor.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tan", "start": 0, "type": "Identifier" @@ -5083,6 +5697,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5092,6 +5707,7 @@ description: Result of parsing brake-rotor.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -5101,14 +5717,17 @@ description: Result of parsing brake-rotor.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "aDraftBell", "start": 0, "type": "Identifier" @@ -5127,11 +5746,13 @@ description: Result of parsing brake-rotor.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5144,6 +5765,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rOuter", "start": 0, "type": "Identifier" @@ -5158,9 +5780,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rCenter", "start": 0, "type": "Identifier" @@ -5170,14 +5794,17 @@ description: Result of parsing brake-rotor.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lDraftExterior", "start": 0, "type": "Identifier" @@ -5191,14 +5818,17 @@ description: Result of parsing brake-rotor.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rBore", "start": 0, "type": "Identifier" @@ -5212,11 +5842,13 @@ description: Result of parsing brake-rotor.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -5234,6 +5866,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rInner", "start": 0, "type": "Identifier" @@ -5248,9 +5881,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rOuter", "start": 0, "type": "Identifier" @@ -5260,14 +5895,17 @@ description: Result of parsing brake-rotor.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lDraftExterior", "start": 0, "type": "Identifier" @@ -5281,6 +5919,7 @@ description: Result of parsing brake-rotor.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -5289,9 +5928,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tBell", "start": 0, "type": "Identifier" @@ -5301,14 +5942,17 @@ description: Result of parsing brake-rotor.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lDraftInterior", "start": 0, "type": "Identifier" @@ -5326,11 +5970,13 @@ description: Result of parsing brake-rotor.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5343,18 +5989,22 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketchDiscBell", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -5365,6 +6015,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5373,9 +6024,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -5387,17 +6040,20 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5410,6 +6066,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bodyDiscBell", "start": 0, "type": "Identifier" @@ -5423,6 +6080,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -5441,9 +6099,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dDisc", "start": 0, "type": "Identifier" @@ -5455,15 +6115,18 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5477,14 +6140,17 @@ description: Result of parsing brake-rotor.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hFrictionSurface", "start": 0, "type": "Identifier" @@ -5508,9 +6174,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tDiscHalf", "start": 0, "type": "Identifier" @@ -5520,10 +6188,12 @@ description: Result of parsing brake-rotor.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5537,14 +6207,17 @@ description: Result of parsing brake-rotor.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tVent", "start": 0, "type": "Identifier" @@ -5560,6 +6233,7 @@ description: Result of parsing brake-rotor.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5570,9 +6244,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -5583,6 +6259,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5590,9 +6267,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketchDiscBell", "start": 0, "type": "Identifier" @@ -5610,6 +6289,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -5618,6 +6298,7 @@ description: Result of parsing brake-rotor.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -5629,6 +6310,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5640,6 +6322,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -5647,6 +6330,7 @@ description: Result of parsing brake-rotor.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5662,6 +6346,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -5673,9 +6358,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wUndercut", "start": 0, "type": "Identifier" @@ -5685,10 +6372,12 @@ description: Result of parsing brake-rotor.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5708,9 +6397,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -5721,12 +6412,14 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -5739,6 +6432,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -5750,9 +6444,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lDraftExterior", "start": 0, "type": "Identifier" @@ -5766,9 +6462,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hBellAboveDiscFace", "start": 0, "type": "Identifier" @@ -5780,6 +6478,7 @@ description: Result of parsing brake-rotor.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5790,9 +6489,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5803,6 +6504,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5815,6 +6517,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5823,9 +6526,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rOuter", "start": 0, "type": "Identifier" @@ -5841,6 +6546,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -5848,6 +6554,7 @@ description: Result of parsing brake-rotor.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -5859,9 +6566,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -5872,6 +6581,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5884,6 +6594,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5893,9 +6604,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tBell", "start": 0, "type": "Identifier" @@ -5907,6 +6620,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5918,9 +6632,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -5931,6 +6647,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5943,6 +6660,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5952,9 +6670,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rInner", "start": 0, "type": "Identifier" @@ -5966,6 +6686,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5977,9 +6698,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -5990,6 +6713,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6002,6 +6726,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -6014,9 +6739,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lDraftInterior", "start": 0, "type": "Identifier" @@ -6028,6 +6755,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6038,9 +6766,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hBellAboveDiscFace", "start": 0, "type": "Identifier" @@ -6052,6 +6782,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6059,6 +6790,7 @@ description: Result of parsing brake-rotor.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6069,9 +6801,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -6082,6 +6816,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6094,6 +6829,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -6104,6 +6840,7 @@ description: Result of parsing brake-rotor.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6117,6 +6854,7 @@ description: Result of parsing brake-rotor.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -6128,6 +6866,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6135,6 +6874,7 @@ description: Result of parsing brake-rotor.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6145,9 +6885,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -6158,6 +6900,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6170,6 +6913,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -6181,6 +6925,7 @@ description: Result of parsing brake-rotor.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -6192,11 +6937,13 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, @@ -6205,9 +6952,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tBell", "start": 0, "type": "Identifier" @@ -6217,14 +6966,17 @@ description: Result of parsing brake-rotor.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wUndercut", "start": 0, "type": "Identifier" @@ -6248,9 +7000,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -6261,19 +7015,23 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -6284,12 +7042,14 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -6302,6 +7062,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -6310,9 +7071,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "Y", "start": 0, "type": "Identifier" @@ -6328,9 +7091,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -6341,6 +7106,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6349,12 +7115,14 @@ description: Result of parsing brake-rotor.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "7": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -6368,6 +7136,7 @@ description: Result of parsing brake-rotor.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -6384,11 +7153,13 @@ description: Result of parsing brake-rotor.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6401,6 +7172,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketchLugs", "start": 0, "type": "Identifier" @@ -6412,6 +7184,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -6420,9 +7193,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg04", "start": 0, "type": "Identifier" @@ -6438,9 +7213,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -6451,6 +7228,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6458,9 +7236,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bodyDiscBell", "start": 0, "type": "Identifier" @@ -6471,11 +7251,13 @@ description: Result of parsing brake-rotor.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6488,6 +7270,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStud", "start": 0, "type": "Identifier" @@ -6501,6 +7284,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -6511,6 +7295,7 @@ description: Result of parsing brake-rotor.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6527,9 +7312,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dPitchCircle", "start": 0, "type": "Identifier" @@ -6539,10 +7326,12 @@ description: Result of parsing brake-rotor.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -6558,6 +7347,7 @@ description: Result of parsing brake-rotor.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6568,6 +7358,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -6579,9 +7370,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dStudDrilling", "start": 0, "type": "Identifier" @@ -6591,10 +7384,12 @@ description: Result of parsing brake-rotor.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -6614,9 +7409,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -6627,6 +7424,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6634,9 +7432,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketchLugs", "start": 0, "type": "Identifier" @@ -6654,6 +7454,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -6662,9 +7463,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nStuds", "start": 0, "type": "Identifier" @@ -6680,6 +7483,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -6690,6 +7494,7 @@ description: Result of parsing brake-rotor.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6702,6 +7507,7 @@ description: Result of parsing brake-rotor.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6713,6 +7519,7 @@ description: Result of parsing brake-rotor.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6723,6 +7530,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -6730,6 +7538,7 @@ description: Result of parsing brake-rotor.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -6745,6 +7554,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -6752,6 +7562,7 @@ description: Result of parsing brake-rotor.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -6764,9 +7575,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular2d", "start": 0, "type": "Identifier" @@ -6777,12 +7590,14 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -6791,15 +7606,18 @@ description: Result of parsing brake-rotor.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6812,6 +7630,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clearance", "start": 0, "type": "Identifier" @@ -6819,6 +7638,7 @@ description: Result of parsing brake-rotor.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -6828,11 +7648,13 @@ description: Result of parsing brake-rotor.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6845,6 +7667,7 @@ description: Result of parsing brake-rotor.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lugs", "start": 0, "type": "Identifier" @@ -6856,6 +7679,7 @@ description: Result of parsing brake-rotor.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -6867,6 +7691,7 @@ description: Result of parsing brake-rotor.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -6878,11 +7703,13 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, @@ -6891,9 +7718,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tBell", "start": 0, "type": "Identifier" @@ -6903,14 +7732,17 @@ description: Result of parsing brake-rotor.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clearance", "start": 0, "type": "Identifier" @@ -6934,9 +7766,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -6947,6 +7781,7 @@ description: Result of parsing brake-rotor.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6954,9 +7789,11 @@ description: Result of parsing brake-rotor.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStud", "start": 0, "type": "Identifier" @@ -6967,11 +7804,13 @@ description: Result of parsing brake-rotor.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6983,9 +7822,11 @@ description: Result of parsing brake-rotor.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -6997,19 +7838,23 @@ description: Result of parsing brake-rotor.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -7025,12 +7870,14 @@ description: Result of parsing brake-rotor.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "4": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -7044,6 +7891,7 @@ description: Result of parsing brake-rotor.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -7057,6 +7905,7 @@ description: Result of parsing brake-rotor.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -7068,6 +7917,7 @@ description: Result of parsing brake-rotor.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -7079,6 +7929,7 @@ description: Result of parsing brake-rotor.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -7090,6 +7941,7 @@ description: Result of parsing brake-rotor.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -7101,6 +7953,7 @@ description: Result of parsing brake-rotor.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -7112,6 +7965,7 @@ description: Result of parsing brake-rotor.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -7126,6 +7980,7 @@ description: Result of parsing brake-rotor.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -7137,6 +7992,7 @@ description: Result of parsing brake-rotor.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -7148,6 +8004,7 @@ description: Result of parsing brake-rotor.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -7157,6 +8014,7 @@ description: Result of parsing brake-rotor.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/brake-rotor/program_memory.snap b/rust/kcl-lib/tests/kcl_samples/brake-rotor/program_memory.snap index 063076a7a..e50079b09 100644 --- a/rust/kcl-lib/tests/kcl_samples/brake-rotor/program_memory.snap +++ b/rust/kcl-lib/tests/kcl_samples/brake-rotor/program_memory.snap @@ -70,6 +70,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 4473, "end": 4479, + "moduleId": 0, "start": 4473, "type": "TagDeclarator", "value": "seg04" @@ -179,6 +180,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 4473, "end": 4479, + "moduleId": 0, "start": 4473, "type": "TagDeclarator", "value": "seg04" @@ -838,6 +840,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 4473, "end": 4479, + "moduleId": 0, "start": 4473, "type": "TagDeclarator", "value": "seg04" @@ -947,6 +950,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 4473, "end": 4479, + "moduleId": 0, "start": 4473, "type": "TagDeclarator", "value": "seg04" @@ -1272,6 +1276,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 4473, "end": 4479, + "moduleId": 0, "start": 4473, "type": "TagDeclarator", "value": "seg04" @@ -1381,6 +1386,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 4473, "end": 4479, + "moduleId": 0, "start": 4473, "type": "TagDeclarator", "value": "seg04" @@ -1706,6 +1712,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 4473, "end": 4479, + "moduleId": 0, "start": 4473, "type": "TagDeclarator", "value": "seg04" @@ -1815,6 +1822,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 4473, "end": 4479, + "moduleId": 0, "start": 4473, "type": "TagDeclarator", "value": "seg04" @@ -2140,6 +2148,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 4473, "end": 4479, + "moduleId": 0, "start": 4473, "type": "TagDeclarator", "value": "seg04" @@ -2249,6 +2258,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 4473, "end": 4479, + "moduleId": 0, "start": 4473, "type": "TagDeclarator", "value": "seg04" @@ -2574,6 +2584,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 4473, "end": 4479, + "moduleId": 0, "start": 4473, "type": "TagDeclarator", "value": "seg04" @@ -2683,6 +2694,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 4473, "end": 4479, + "moduleId": 0, "start": 4473, "type": "TagDeclarator", "value": "seg04" @@ -3103,6 +3115,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 4473, "end": 4479, + "moduleId": 0, "start": 4473, "type": "TagDeclarator", "value": "seg04" @@ -3212,6 +3225,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 4473, "end": 4479, + "moduleId": 0, "start": 4473, "type": "TagDeclarator", "value": "seg04" @@ -3516,6 +3530,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 4473, "end": 4479, + "moduleId": 0, "start": 4473, "type": "TagDeclarator", "value": "seg04" @@ -3625,6 +3640,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 4473, "end": 4479, + "moduleId": 0, "start": 4473, "type": "TagDeclarator", "value": "seg04" @@ -3929,6 +3945,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 4473, "end": 4479, + "moduleId": 0, "start": 4473, "type": "TagDeclarator", "value": "seg04" @@ -4038,6 +4055,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 4473, "end": 4479, + "moduleId": 0, "start": 4473, "type": "TagDeclarator", "value": "seg04" @@ -4342,6 +4360,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 4473, "end": 4479, + "moduleId": 0, "start": 4473, "type": "TagDeclarator", "value": "seg04" @@ -4451,6 +4470,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 4473, "end": 4479, + "moduleId": 0, "start": 4473, "type": "TagDeclarator", "value": "seg04" @@ -4755,6 +4775,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 4473, "end": 4479, + "moduleId": 0, "start": 4473, "type": "TagDeclarator", "value": "seg04" @@ -4864,6 +4885,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 4473, "end": 4479, + "moduleId": 0, "start": 4473, "type": "TagDeclarator", "value": "seg04" @@ -5109,6 +5131,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -5134,6 +5157,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -5159,6 +5183,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -5184,6 +5209,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -5460,6 +5486,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 4473, "end": 4479, + "moduleId": 0, "start": 4473, "type": "TagDeclarator", "value": "seg04" @@ -5569,6 +5596,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 4473, "end": 4479, + "moduleId": 0, "start": 4473, "type": "TagDeclarator", "value": "seg04" @@ -5855,6 +5883,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -5868,6 +5897,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -5881,6 +5911,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -5894,6 +5925,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -5917,6 +5949,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -5942,6 +5975,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -5967,6 +6001,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -5992,6 +6027,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -6197,6 +6233,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -6210,6 +6247,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -6223,6 +6261,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -6236,6 +6275,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -6259,6 +6299,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -6284,6 +6325,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -6309,6 +6351,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -6334,6 +6377,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -6536,6 +6580,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -6549,6 +6594,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -6562,6 +6608,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -6575,6 +6622,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -6598,6 +6646,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -6623,6 +6672,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -6648,6 +6698,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -6673,6 +6724,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -6875,6 +6927,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -6888,6 +6941,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -6901,6 +6955,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -6914,6 +6969,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -6937,6 +6993,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -6962,6 +7019,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -6987,6 +7045,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -7012,6 +7071,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -7214,6 +7274,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -7227,6 +7288,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -7240,6 +7302,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -7253,6 +7316,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -7276,6 +7340,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -7301,6 +7366,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -7326,6 +7392,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -7351,6 +7418,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -7553,6 +7621,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -7566,6 +7635,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -7579,6 +7649,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -7592,6 +7663,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -7615,6 +7687,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -7640,6 +7713,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -7665,6 +7739,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -7690,6 +7765,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -7892,6 +7968,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -7905,6 +7982,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -7918,6 +7996,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -7931,6 +8010,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -7954,6 +8034,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -7979,6 +8060,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -8004,6 +8086,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -8029,6 +8112,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -8231,6 +8315,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -8244,6 +8329,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -8257,6 +8343,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -8270,6 +8357,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -8293,6 +8381,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -8318,6 +8407,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -8343,6 +8433,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -8368,6 +8459,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -8570,6 +8662,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -8583,6 +8676,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -8596,6 +8690,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -8609,6 +8704,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -8632,6 +8728,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -8657,6 +8754,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -8682,6 +8780,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -8707,6 +8806,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -8909,6 +9009,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -8922,6 +9023,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -8935,6 +9037,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -8948,6 +9051,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -8971,6 +9075,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -8996,6 +9101,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -9021,6 +9127,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -9046,6 +9153,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -9248,6 +9356,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -9261,6 +9370,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -9274,6 +9384,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -9287,6 +9398,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -9310,6 +9422,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -9335,6 +9448,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -9360,6 +9474,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -9385,6 +9500,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -9587,6 +9703,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -9600,6 +9717,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -9613,6 +9731,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -9626,6 +9745,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -9649,6 +9769,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -9674,6 +9795,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -9699,6 +9821,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -9724,6 +9847,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -9926,6 +10050,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -9939,6 +10064,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -9952,6 +10078,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -9965,6 +10092,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -9988,6 +10116,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -10013,6 +10142,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -10038,6 +10168,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -10063,6 +10194,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -10265,6 +10397,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -10278,6 +10411,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -10291,6 +10425,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -10304,6 +10439,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -10327,6 +10463,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -10352,6 +10489,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -10377,6 +10515,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -10402,6 +10541,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -10604,6 +10744,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -10617,6 +10758,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -10630,6 +10772,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -10643,6 +10786,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -10666,6 +10810,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -10691,6 +10836,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -10716,6 +10862,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -10741,6 +10888,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -10943,6 +11091,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -10956,6 +11105,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -10969,6 +11119,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -10982,6 +11133,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -11005,6 +11157,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -11030,6 +11183,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -11055,6 +11209,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -11080,6 +11235,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -11282,6 +11438,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -11295,6 +11452,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -11308,6 +11466,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -11321,6 +11480,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -11344,6 +11504,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -11369,6 +11530,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -11394,6 +11556,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -11419,6 +11582,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -11621,6 +11785,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -11634,6 +11799,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -11647,6 +11813,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -11660,6 +11827,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -11683,6 +11851,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -11708,6 +11877,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -11733,6 +11903,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -11758,6 +11929,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -11960,6 +12132,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -11973,6 +12146,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -11986,6 +12160,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -11999,6 +12174,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -12022,6 +12198,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -12047,6 +12224,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -12072,6 +12250,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -12097,6 +12276,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -12299,6 +12479,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -12312,6 +12493,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -12325,6 +12507,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -12338,6 +12521,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -12361,6 +12545,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -12386,6 +12571,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -12411,6 +12597,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -12436,6 +12623,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -12638,6 +12826,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -12651,6 +12840,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -12664,6 +12854,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -12677,6 +12868,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -12700,6 +12892,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -12725,6 +12918,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -12750,6 +12944,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -12775,6 +12970,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -12977,6 +13173,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -12990,6 +13187,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -13003,6 +13201,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -13016,6 +13215,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -13039,6 +13239,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -13064,6 +13265,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -13089,6 +13291,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -13114,6 +13317,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -13316,6 +13520,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -13329,6 +13534,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -13342,6 +13548,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -13355,6 +13562,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -13378,6 +13586,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -13403,6 +13612,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -13428,6 +13638,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -13453,6 +13664,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -13655,6 +13867,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -13668,6 +13881,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -13681,6 +13895,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -13694,6 +13909,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -13717,6 +13933,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -13742,6 +13959,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -13767,6 +13985,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -13792,6 +14011,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -13994,6 +14214,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -14007,6 +14228,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -14020,6 +14242,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -14033,6 +14256,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -14056,6 +14280,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -14081,6 +14306,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -14106,6 +14332,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -14131,6 +14358,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -14333,6 +14561,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -14346,6 +14575,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -14359,6 +14589,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -14372,6 +14603,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -14395,6 +14627,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -14420,6 +14653,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -14445,6 +14679,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -14470,6 +14705,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -14672,6 +14908,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -14685,6 +14922,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -14698,6 +14936,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -14711,6 +14950,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -14734,6 +14974,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -14759,6 +15000,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -14784,6 +15026,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -14809,6 +15052,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -15011,6 +15255,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -15024,6 +15269,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -15037,6 +15283,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -15050,6 +15297,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -15073,6 +15321,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -15098,6 +15347,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -15123,6 +15373,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -15148,6 +15399,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -15350,6 +15602,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -15363,6 +15616,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -15376,6 +15630,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -15389,6 +15644,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -15412,6 +15668,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -15437,6 +15694,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -15462,6 +15720,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -15487,6 +15746,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -15689,6 +15949,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -15702,6 +15963,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -15715,6 +15977,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -15728,6 +15991,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -15751,6 +16015,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -15776,6 +16041,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -15801,6 +16067,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -15826,6 +16093,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -16028,6 +16296,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -16041,6 +16310,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -16054,6 +16324,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -16067,6 +16338,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -16090,6 +16362,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -16115,6 +16388,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -16140,6 +16414,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -16165,6 +16440,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -16367,6 +16643,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -16380,6 +16657,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -16393,6 +16671,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -16406,6 +16685,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -16429,6 +16709,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -16454,6 +16735,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -16479,6 +16761,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -16504,6 +16787,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -16706,6 +16990,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -16719,6 +17004,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -16732,6 +17018,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -16745,6 +17032,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -16768,6 +17056,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -16793,6 +17082,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -16818,6 +17108,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -16843,6 +17134,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -17045,6 +17337,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -17058,6 +17351,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -17071,6 +17365,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -17084,6 +17379,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -17107,6 +17403,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -17132,6 +17429,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -17157,6 +17455,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -17182,6 +17481,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -17384,6 +17684,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -17397,6 +17698,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -17410,6 +17712,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -17423,6 +17726,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -17446,6 +17750,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -17471,6 +17776,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -17496,6 +17802,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -17521,6 +17828,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -17723,6 +18031,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -17736,6 +18045,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -17749,6 +18059,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -17762,6 +18073,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -17785,6 +18097,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -17810,6 +18123,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -17835,6 +18149,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -17860,6 +18175,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -18062,6 +18378,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -18075,6 +18392,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -18088,6 +18406,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -18101,6 +18420,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" @@ -18124,6 +18444,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2641, "end": 2662, + "moduleId": 0, "start": 2641, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -18149,6 +18470,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2756, "end": 2762, + "moduleId": 0, "start": 2756, "type": "TagDeclarator", "value": "seg02" @@ -18174,6 +18496,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2864, "end": 2870, + "moduleId": 0, "start": 2864, "type": "TagDeclarator", "value": "seg03" @@ -18199,6 +18522,7 @@ description: Variables in memory after executing brake-rotor.kcl "tag": { "commentStart": 2940, "end": 2946, + "moduleId": 0, "start": 2940, "type": "TagDeclarator", "value": "seg01" diff --git a/rust/kcl-lib/tests/kcl_samples/car-wheel-assembly/ast.snap b/rust/kcl-lib/tests/kcl_samples/car-wheel-assembly/ast.snap index 3c693a827..ee44a2358 100644 --- a/rust/kcl-lib/tests/kcl_samples/car-wheel-assembly/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/car-wheel-assembly/ast.snap @@ -8,6 +8,7 @@ description: Result of parsing car-wheel-assembly.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "car-wheel.kcl" @@ -20,6 +21,7 @@ description: Result of parsing car-wheel-assembly.kcl "alias": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "carWheel", "start": 0, "type": "Identifier" @@ -32,6 +34,7 @@ description: Result of parsing car-wheel-assembly.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "car-rotor.kcl" @@ -41,6 +44,7 @@ description: Result of parsing car-wheel-assembly.kcl "alias": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "carRotor", "start": 0, "type": "Identifier" @@ -53,6 +57,7 @@ description: Result of parsing car-wheel-assembly.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "brake-caliper.kcl" @@ -62,6 +67,7 @@ description: Result of parsing car-wheel-assembly.kcl "alias": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "brakeCaliper", "start": 0, "type": "Identifier" @@ -74,6 +80,7 @@ description: Result of parsing car-wheel-assembly.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "lug-nut.kcl" @@ -83,6 +90,7 @@ description: Result of parsing car-wheel-assembly.kcl "alias": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lugNut", "start": 0, "type": "Identifier" @@ -95,6 +103,7 @@ description: Result of parsing car-wheel-assembly.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "car-tire.kcl" @@ -104,6 +113,7 @@ description: Result of parsing car-wheel-assembly.kcl "alias": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "carTire", "start": 0, "type": "Identifier" @@ -116,6 +126,7 @@ description: Result of parsing car-wheel-assembly.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "parameters.kcl" @@ -128,6 +139,7 @@ description: Result of parsing car-wheel-assembly.kcl "selector": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "Glob" }, @@ -144,9 +156,11 @@ description: Result of parsing car-wheel-assembly.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "carRotor", "start": 0, "type": "Identifier" @@ -163,6 +177,7 @@ description: Result of parsing car-wheel-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -170,6 +185,7 @@ description: Result of parsing car-wheel-assembly.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -185,6 +201,7 @@ description: Result of parsing car-wheel-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -192,6 +209,7 @@ description: Result of parsing car-wheel-assembly.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -207,6 +225,7 @@ description: Result of parsing car-wheel-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -214,6 +233,7 @@ description: Result of parsing car-wheel-assembly.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -229,9 +249,11 @@ description: Result of parsing car-wheel-assembly.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -242,6 +264,7 @@ description: Result of parsing car-wheel-assembly.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -250,12 +273,14 @@ description: Result of parsing car-wheel-assembly.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -272,6 +297,7 @@ description: Result of parsing car-wheel-assembly.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "preComments": [ "", "", @@ -288,9 +314,11 @@ description: Result of parsing car-wheel-assembly.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "carWheel", "start": 0, "type": "Identifier" @@ -300,6 +328,7 @@ description: Result of parsing car-wheel-assembly.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -313,9 +342,11 @@ description: Result of parsing car-wheel-assembly.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lugNut", "start": 0, "type": "Identifier" @@ -332,6 +363,7 @@ description: Result of parsing car-wheel-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -339,6 +371,7 @@ description: Result of parsing car-wheel-assembly.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -354,6 +387,7 @@ description: Result of parsing car-wheel-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -364,6 +398,7 @@ description: Result of parsing car-wheel-assembly.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -376,6 +411,7 @@ description: Result of parsing car-wheel-assembly.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -388,6 +424,7 @@ description: Result of parsing car-wheel-assembly.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -399,6 +436,7 @@ description: Result of parsing car-wheel-assembly.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -409,6 +447,7 @@ description: Result of parsing car-wheel-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -419,6 +458,7 @@ description: Result of parsing car-wheel-assembly.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -431,6 +471,7 @@ description: Result of parsing car-wheel-assembly.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -443,6 +484,7 @@ description: Result of parsing car-wheel-assembly.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -454,6 +496,7 @@ description: Result of parsing car-wheel-assembly.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -464,6 +507,7 @@ description: Result of parsing car-wheel-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -472,9 +516,11 @@ description: Result of parsing car-wheel-assembly.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lugCount", "start": 0, "type": "Identifier" @@ -490,6 +536,7 @@ description: Result of parsing car-wheel-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -497,6 +544,7 @@ description: Result of parsing car-wheel-assembly.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "false", "start": 0, "type": "Literal", @@ -509,9 +557,11 @@ description: Result of parsing car-wheel-assembly.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular3d", "start": 0, "type": "Identifier" @@ -522,6 +572,7 @@ description: Result of parsing car-wheel-assembly.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -530,12 +581,14 @@ description: Result of parsing car-wheel-assembly.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -552,6 +605,7 @@ description: Result of parsing car-wheel-assembly.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "preComments": [ "", "", @@ -570,9 +624,11 @@ description: Result of parsing car-wheel-assembly.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "brakeCaliper", "start": 0, "type": "Identifier" @@ -589,6 +645,7 @@ description: Result of parsing car-wheel-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -596,6 +653,7 @@ description: Result of parsing car-wheel-assembly.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -611,6 +669,7 @@ description: Result of parsing car-wheel-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -618,6 +677,7 @@ description: Result of parsing car-wheel-assembly.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -633,6 +693,7 @@ description: Result of parsing car-wheel-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -640,6 +701,7 @@ description: Result of parsing car-wheel-assembly.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -655,9 +717,11 @@ description: Result of parsing car-wheel-assembly.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -668,6 +732,7 @@ description: Result of parsing car-wheel-assembly.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -676,12 +741,14 @@ description: Result of parsing car-wheel-assembly.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -698,6 +765,7 @@ description: Result of parsing car-wheel-assembly.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -709,9 +777,11 @@ description: Result of parsing car-wheel-assembly.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "carTire", "start": 0, "type": "Identifier" @@ -721,6 +791,7 @@ description: Result of parsing car-wheel-assembly.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -732,9 +803,11 @@ description: Result of parsing car-wheel-assembly.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -753,19 +826,23 @@ description: Result of parsing car-wheel-assembly.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -782,15 +859,18 @@ description: Result of parsing car-wheel-assembly.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -806,12 +886,14 @@ description: Result of parsing car-wheel-assembly.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": {}, "startNodes": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/clock/ast.snap b/rust/kcl-lib/tests/kcl_samples/clock/ast.snap index 39bbec475..8c12b91db 100644 --- a/rust/kcl-lib/tests/kcl_samples/clock/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/clock/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing clock.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "500", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing clock.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Clock", "// A clock with roman numerals", @@ -53,6 +57,7 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockThickness", "start": 0, "type": "Identifier" @@ -60,6 +65,7 @@ description: Result of parsing clock.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "50", "start": 0, "type": "Literal", @@ -69,11 +75,13 @@ description: Result of parsing clock.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -86,6 +94,7 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "minuteHandLength", "start": 0, "type": "Identifier" @@ -93,6 +102,7 @@ description: Result of parsing clock.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "100", "start": 0, "type": "Literal", @@ -102,11 +112,13 @@ description: Result of parsing clock.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -119,6 +131,7 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nubDiameter", "start": 0, "type": "Identifier" @@ -126,6 +139,7 @@ description: Result of parsing clock.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -135,11 +149,13 @@ description: Result of parsing clock.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -152,6 +168,7 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numHeight", "start": 0, "type": "Identifier" @@ -159,6 +176,7 @@ description: Result of parsing clock.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -168,11 +186,13 @@ description: Result of parsing clock.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -185,6 +205,7 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "minuteHandWidth", "start": 0, "type": "Identifier" @@ -192,6 +213,7 @@ description: Result of parsing clock.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25", "start": 0, "type": "Literal", @@ -201,11 +223,13 @@ description: Result of parsing clock.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -218,6 +242,7 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hourHandWidth", "start": 0, "type": "Identifier" @@ -225,6 +250,7 @@ description: Result of parsing clock.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25", "start": 0, "type": "Literal", @@ -234,11 +260,13 @@ description: Result of parsing clock.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -251,6 +279,7 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hourHandLargeDiameter", "start": 0, "type": "Identifier" @@ -258,6 +287,7 @@ description: Result of parsing clock.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "230", "start": 0, "type": "Literal", @@ -267,11 +297,13 @@ description: Result of parsing clock.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -284,6 +316,7 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "minuteHandLargeDiameter", "start": 0, "type": "Identifier" @@ -291,6 +324,7 @@ description: Result of parsing clock.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "310", "start": 0, "type": "Literal", @@ -300,11 +334,13 @@ description: Result of parsing clock.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -317,6 +353,7 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "filletRadius", "start": 0, "type": "Identifier" @@ -324,6 +361,7 @@ description: Result of parsing clock.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -333,11 +371,13 @@ description: Result of parsing clock.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -350,6 +390,7 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ridgeThickness", "start": 0, "type": "Identifier" @@ -357,6 +398,7 @@ description: Result of parsing clock.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -366,11 +408,13 @@ description: Result of parsing clock.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -383,6 +427,7 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberThickness", "start": 0, "type": "Identifier" @@ -390,6 +435,7 @@ description: Result of parsing clock.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -399,11 +445,13 @@ description: Result of parsing clock.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -416,6 +464,7 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ridgeDiameter", "start": 0, "type": "Identifier" @@ -427,9 +476,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -439,10 +490,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "50", "start": 0, "type": "Literal", @@ -456,11 +509,13 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -478,6 +533,7 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hourHandArmLength", "start": 0, "type": "Identifier" @@ -492,9 +548,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -504,10 +562,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -521,10 +581,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".25", "start": 0, "type": "Literal", @@ -538,11 +600,13 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -555,6 +619,7 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "minuteHandArmLength", "start": 0, "type": "Identifier" @@ -569,9 +634,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -581,10 +648,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -598,10 +667,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".40", "start": 0, "type": "Literal", @@ -615,11 +686,13 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -634,6 +707,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isGreaterThan", "start": 0, "type": "Identifier" @@ -641,6 +715,7 @@ description: Result of parsing clock.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "450", "start": 0, "type": "Literal", @@ -656,6 +731,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -663,6 +739,7 @@ description: Result of parsing clock.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"clock diameter needs to be greater than 400\"", "start": 0, "type": "Literal", @@ -675,9 +752,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -688,6 +767,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -695,9 +775,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -708,6 +790,7 @@ description: Result of parsing clock.kcl "type": "Name" } }, + "moduleId": 0, "preComments": [ "", "", @@ -725,6 +808,7 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hour", "start": 0, "type": "Identifier" @@ -732,6 +816,7 @@ description: Result of parsing clock.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "9", "start": 0, "type": "Literal", @@ -741,11 +826,13 @@ description: Result of parsing clock.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -763,6 +850,7 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "minute", "start": 0, "type": "Identifier" @@ -770,6 +858,7 @@ description: Result of parsing clock.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "29", "start": 0, "type": "Literal", @@ -779,11 +868,13 @@ description: Result of parsing clock.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -796,6 +887,7 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hourHandAngle", "start": 0, "type": "Identifier" @@ -806,6 +898,7 @@ description: Result of parsing clock.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -815,6 +908,7 @@ description: Result of parsing clock.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -823,9 +917,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hour", "start": 0, "type": "Identifier" @@ -835,10 +931,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -856,11 +954,13 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -878,6 +978,7 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "minuteHandAngle", "start": 0, "type": "Identifier" @@ -888,6 +989,7 @@ description: Result of parsing clock.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -897,6 +999,7 @@ description: Result of parsing clock.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -905,9 +1008,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "minute", "start": 0, "type": "Identifier" @@ -917,10 +1022,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -938,11 +1045,13 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -955,18 +1064,22 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockBodySketch", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -977,6 +1090,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -984,9 +1098,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -997,11 +1113,13 @@ description: Result of parsing clock.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1019,6 +1137,7 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile001", "start": 0, "type": "Identifier" @@ -1030,6 +1149,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1040,6 +1160,7 @@ description: Result of parsing clock.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1052,6 +1173,7 @@ description: Result of parsing clock.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1063,6 +1185,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1073,6 +1196,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "diameter", "start": 0, "type": "Identifier" @@ -1081,9 +1205,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -1099,6 +1225,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1106,6 +1233,7 @@ description: Result of parsing clock.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1117,9 +1245,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1130,6 +1260,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1137,9 +1268,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockBodySketch", "start": 0, "type": "Identifier" @@ -1150,11 +1283,13 @@ description: Result of parsing clock.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1167,6 +1302,7 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockBody", "start": 0, "type": "Identifier" @@ -1180,6 +1316,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1188,9 +1325,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockThickness", "start": 0, "type": "Identifier" @@ -1206,6 +1345,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tagStart", "start": 0, "type": "Identifier" @@ -1213,6 +1353,7 @@ description: Result of parsing clock.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1224,9 +1365,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1237,6 +1380,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1244,9 +1388,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile001", "start": 0, "type": "Identifier" @@ -1264,6 +1410,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1272,9 +1419,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "filletRadius", "start": 0, "type": "Identifier" @@ -1290,6 +1439,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -1304,6 +1454,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faces", "start": 0, "type": "Identifier" @@ -1315,9 +1466,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -1331,9 +1484,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "capStart001", "start": 0, "type": "Identifier" @@ -1345,6 +1500,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1355,9 +1511,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getCommonEdge", "start": 0, "type": "Identifier" @@ -1368,6 +1526,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1375,6 +1534,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1385,9 +1545,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -1398,6 +1560,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1406,12 +1569,14 @@ description: Result of parsing clock.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1428,11 +1593,13 @@ description: Result of parsing clock.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1445,6 +1612,7 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockRidgeSketch", "start": 0, "type": "Identifier" @@ -1456,6 +1624,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -1464,9 +1633,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -1482,9 +1653,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1495,6 +1668,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1502,9 +1676,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockBody", "start": 0, "type": "Identifier" @@ -1515,11 +1691,13 @@ description: Result of parsing clock.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1532,6 +1710,7 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile002", "start": 0, "type": "Identifier" @@ -1543,6 +1722,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1553,6 +1733,7 @@ description: Result of parsing clock.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1565,6 +1746,7 @@ description: Result of parsing clock.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1576,6 +1758,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1586,6 +1769,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "diameter", "start": 0, "type": "Identifier" @@ -1594,9 +1778,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -1612,6 +1798,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1619,6 +1806,7 @@ description: Result of parsing clock.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1630,9 +1818,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1643,6 +1833,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1650,9 +1841,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockRidgeSketch", "start": 0, "type": "Identifier" @@ -1663,11 +1856,13 @@ description: Result of parsing clock.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1680,6 +1875,7 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile003", "start": 0, "type": "Identifier" @@ -1691,6 +1887,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1701,6 +1898,7 @@ description: Result of parsing clock.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1713,6 +1911,7 @@ description: Result of parsing clock.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1724,6 +1923,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1734,6 +1934,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "diameter", "start": 0, "type": "Identifier" @@ -1742,9 +1943,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ridgeDiameter", "start": 0, "type": "Identifier" @@ -1760,9 +1963,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1773,6 +1978,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1780,9 +1986,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockRidgeSketch", "start": 0, "type": "Identifier" @@ -1793,11 +2001,13 @@ description: Result of parsing clock.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1812,6 +2022,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -1820,9 +2031,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile003", "start": 0, "type": "Identifier" @@ -1838,9 +2051,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -1851,6 +2066,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1858,9 +2074,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile002", "start": 0, "type": "Identifier" @@ -1871,6 +2089,7 @@ description: Result of parsing clock.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -1883,6 +2102,7 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockRidge", "start": 0, "type": "Identifier" @@ -1896,6 +2116,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1904,9 +2125,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ridgeThickness", "start": 0, "type": "Identifier" @@ -1922,6 +2145,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tagEnd", "start": 0, "type": "Identifier" @@ -1929,6 +2153,7 @@ description: Result of parsing clock.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1940,9 +2165,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1953,6 +2180,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1960,9 +2188,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile002", "start": 0, "type": "Identifier" @@ -1980,6 +2210,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1988,9 +2219,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "filletRadius", "start": 0, "type": "Identifier" @@ -2006,6 +2239,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -2020,6 +2254,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faces", "start": 0, "type": "Identifier" @@ -2031,9 +2266,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -2047,9 +2284,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "capEnd001", "start": 0, "type": "Identifier" @@ -2061,6 +2300,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2071,9 +2311,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getCommonEdge", "start": 0, "type": "Identifier" @@ -2084,6 +2326,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2091,6 +2334,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2101,9 +2345,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -2114,6 +2360,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2126,6 +2373,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -2133,6 +2381,7 @@ description: Result of parsing clock.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"#ab4321\"", "start": 0, "type": "Literal", @@ -2145,9 +2394,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "appearance", "start": 0, "type": "Identifier" @@ -2158,12 +2409,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2172,12 +2425,14 @@ description: Result of parsing clock.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2194,11 +2449,13 @@ description: Result of parsing clock.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2211,6 +2468,7 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -2218,12 +2476,14 @@ description: Result of parsing clock.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2243,15 +2503,18 @@ description: Result of parsing clock.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "one", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -2259,10 +2522,12 @@ description: Result of parsing clock.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -2284,9 +2549,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -2296,10 +2563,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2313,10 +2582,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -2330,10 +2601,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -2347,15 +2620,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -2366,12 +2643,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "60", "start": 0, "type": "Literal", @@ -2402,9 +2681,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -2414,10 +2695,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2431,10 +2714,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -2448,10 +2733,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -2465,15 +2752,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -2484,12 +2775,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "60", "start": 0, "type": "Literal", @@ -2506,6 +2799,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2523,15 +2817,18 @@ description: Result of parsing clock.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "two", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -2539,10 +2836,12 @@ description: Result of parsing clock.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -2567,9 +2866,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -2579,10 +2880,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2596,10 +2899,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -2613,10 +2918,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -2630,15 +2937,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -2649,12 +2960,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -2669,10 +2982,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -2702,9 +3017,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -2714,10 +3031,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2731,10 +3050,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -2748,10 +3069,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -2765,15 +3088,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -2784,12 +3111,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -2806,6 +3135,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2817,10 +3147,12 @@ description: Result of parsing clock.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i2", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -2845,9 +3177,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -2857,10 +3191,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2874,10 +3210,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -2891,10 +3229,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -2908,15 +3248,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -2927,12 +3271,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -2947,10 +3293,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -2980,9 +3328,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -2992,10 +3342,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3009,10 +3361,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -3026,10 +3380,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -3043,15 +3399,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -3062,12 +3422,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -3084,6 +3446,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3101,15 +3464,18 @@ description: Result of parsing clock.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "three", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -3117,10 +3483,12 @@ description: Result of parsing clock.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -3145,9 +3513,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -3157,10 +3527,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3174,10 +3546,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -3191,10 +3565,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -3208,15 +3584,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -3227,12 +3607,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3247,10 +3629,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15", "start": 0, "type": "Literal", @@ -3280,9 +3664,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -3292,10 +3678,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3309,10 +3697,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -3326,10 +3716,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -3343,15 +3735,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -3362,12 +3758,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3384,6 +3782,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3395,10 +3794,12 @@ description: Result of parsing clock.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i2", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -3420,9 +3821,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -3432,10 +3835,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3449,10 +3854,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -3466,10 +3873,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -3483,15 +3892,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -3502,12 +3915,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3538,9 +3953,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -3550,10 +3967,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3567,10 +3986,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -3584,10 +4005,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -3601,15 +4024,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -3620,12 +4047,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3642,6 +4071,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3653,10 +4083,12 @@ description: Result of parsing clock.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i3", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -3681,9 +4113,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -3693,10 +4127,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3710,10 +4146,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -3727,10 +4165,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -3744,15 +4184,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -3763,12 +4207,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3783,10 +4229,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15", "start": 0, "type": "Literal", @@ -3816,9 +4264,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -3828,10 +4278,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3845,10 +4297,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -3862,10 +4316,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -3879,15 +4335,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -3898,12 +4358,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3920,6 +4382,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3937,15 +4400,18 @@ description: Result of parsing clock.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "four", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -3953,10 +4419,12 @@ description: Result of parsing clock.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -3981,9 +4449,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -3993,10 +4463,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4010,10 +4482,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -4027,10 +4501,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -4044,15 +4520,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -4063,6 +4543,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4070,6 +4551,7 @@ description: Result of parsing clock.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -4081,6 +4563,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4091,10 +4574,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -4124,9 +4609,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -4136,10 +4623,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4153,10 +4642,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -4170,10 +4661,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -4187,15 +4680,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -4206,6 +4703,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4213,6 +4711,7 @@ description: Result of parsing clock.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -4224,6 +4723,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4236,6 +4736,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4247,10 +4748,12 @@ description: Result of parsing clock.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "v", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -4275,9 +4778,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -4287,10 +4792,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4304,10 +4811,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -4321,10 +4830,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -4338,15 +4849,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -4357,6 +4872,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4364,6 +4880,7 @@ description: Result of parsing clock.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -4375,6 +4892,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4385,10 +4903,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "13", "start": 0, "type": "Literal", @@ -4418,9 +4938,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -4430,10 +4952,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4447,10 +4971,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -4464,10 +4990,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -4481,15 +5009,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -4500,6 +5032,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4507,6 +5040,7 @@ description: Result of parsing clock.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -4518,6 +5052,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4530,6 +5065,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4547,15 +5083,18 @@ description: Result of parsing clock.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "five", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -4563,10 +5102,12 @@ description: Result of parsing clock.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "v", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -4588,9 +5129,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -4600,10 +5143,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4617,10 +5162,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -4634,10 +5181,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -4651,15 +5200,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -4670,6 +5223,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4677,6 +5231,7 @@ description: Result of parsing clock.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "60", "start": 0, "type": "Literal", @@ -4688,6 +5243,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4714,9 +5270,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -4726,10 +5284,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4743,10 +5303,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -4760,10 +5322,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -4777,15 +5341,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -4796,6 +5364,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4803,6 +5372,7 @@ description: Result of parsing clock.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "60", "start": 0, "type": "Literal", @@ -4814,6 +5384,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4826,6 +5397,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4843,15 +5415,18 @@ description: Result of parsing clock.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "six", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -4859,10 +5434,12 @@ description: Result of parsing clock.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "v", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -4887,9 +5464,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -4899,10 +5478,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4916,10 +5497,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -4933,10 +5516,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -4950,15 +5535,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -4969,6 +5558,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4976,6 +5566,7 @@ description: Result of parsing clock.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -4987,6 +5578,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4997,10 +5589,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -5030,9 +5624,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -5042,10 +5638,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5059,10 +5657,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -5076,10 +5676,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -5093,15 +5695,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -5112,6 +5718,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5119,6 +5726,7 @@ description: Result of parsing clock.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -5130,6 +5738,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5142,6 +5751,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5153,10 +5763,12 @@ description: Result of parsing clock.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -5181,9 +5793,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -5193,10 +5807,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5210,10 +5826,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -5227,10 +5845,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -5244,15 +5864,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -5263,6 +5887,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5270,6 +5895,7 @@ description: Result of parsing clock.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -5281,6 +5907,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5291,10 +5918,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12", "start": 0, "type": "Literal", @@ -5324,9 +5953,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -5336,10 +5967,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5353,10 +5986,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -5370,10 +6005,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -5387,15 +6024,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -5406,6 +6047,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5413,6 +6055,7 @@ description: Result of parsing clock.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -5424,6 +6067,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5436,6 +6080,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5453,15 +6098,18 @@ description: Result of parsing clock.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seven", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -5469,10 +6117,12 @@ description: Result of parsing clock.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "v", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -5497,9 +6147,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -5509,10 +6161,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5526,10 +6180,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -5543,10 +6199,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -5560,15 +6218,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -5579,6 +6241,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5586,6 +6249,7 @@ description: Result of parsing clock.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "120", "start": 0, "type": "Literal", @@ -5597,6 +6261,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5607,10 +6272,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15", "start": 0, "type": "Literal", @@ -5640,9 +6307,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -5652,10 +6321,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5669,10 +6340,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -5686,10 +6359,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -5703,15 +6378,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -5722,6 +6401,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5729,6 +6409,7 @@ description: Result of parsing clock.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "120", "start": 0, "type": "Literal", @@ -5740,6 +6421,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5752,6 +6434,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5763,10 +6446,12 @@ description: Result of parsing clock.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -5791,9 +6476,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -5803,10 +6490,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5820,10 +6509,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -5837,10 +6528,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -5854,15 +6547,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -5873,6 +6570,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5880,6 +6578,7 @@ description: Result of parsing clock.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "120", "start": 0, "type": "Literal", @@ -5891,6 +6590,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5901,10 +6601,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -5934,9 +6636,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -5946,10 +6650,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5963,10 +6669,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -5980,10 +6688,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -5997,15 +6707,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -6016,6 +6730,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6023,6 +6738,7 @@ description: Result of parsing clock.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "120", "start": 0, "type": "Literal", @@ -6034,6 +6750,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6046,6 +6763,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6057,10 +6775,12 @@ description: Result of parsing clock.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i2", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -6085,9 +6805,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -6097,10 +6819,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -6114,10 +6838,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -6131,10 +6857,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -6148,15 +6876,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -6167,6 +6899,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6174,6 +6907,7 @@ description: Result of parsing clock.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "120", "start": 0, "type": "Literal", @@ -6185,6 +6919,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6195,10 +6930,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -6228,9 +6965,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -6240,10 +6979,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -6257,10 +6998,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -6274,10 +7017,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -6291,15 +7036,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -6310,6 +7059,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6317,6 +7067,7 @@ description: Result of parsing clock.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "120", "start": 0, "type": "Literal", @@ -6328,6 +7079,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6340,6 +7092,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6357,15 +7110,18 @@ description: Result of parsing clock.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "eight", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -6373,10 +7129,12 @@ description: Result of parsing clock.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "v", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -6401,9 +7159,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -6413,10 +7173,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -6430,10 +7192,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -6447,10 +7211,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -6464,15 +7230,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -6483,6 +7253,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6490,6 +7261,7 @@ description: Result of parsing clock.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "150", "start": 0, "type": "Literal", @@ -6501,6 +7273,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6511,10 +7284,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -6544,9 +7319,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -6556,10 +7333,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -6573,10 +7352,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -6590,10 +7371,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -6607,15 +7390,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -6626,6 +7413,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6633,6 +7421,7 @@ description: Result of parsing clock.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "150", "start": 0, "type": "Literal", @@ -6644,6 +7433,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6656,6 +7446,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6667,10 +7458,12 @@ description: Result of parsing clock.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -6695,9 +7488,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -6707,10 +7502,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -6724,10 +7521,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -6741,10 +7540,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -6758,15 +7559,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -6777,6 +7582,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6784,6 +7590,7 @@ description: Result of parsing clock.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "150", "start": 0, "type": "Literal", @@ -6795,6 +7602,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6805,10 +7613,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -6838,9 +7648,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -6850,10 +7662,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -6867,10 +7681,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -6884,10 +7700,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -6901,15 +7719,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -6920,6 +7742,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6927,6 +7750,7 @@ description: Result of parsing clock.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "150", "start": 0, "type": "Literal", @@ -6938,6 +7762,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6950,6 +7775,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6961,10 +7787,12 @@ description: Result of parsing clock.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i2", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -6989,9 +7817,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -7001,10 +7831,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -7018,10 +7850,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -7035,10 +7869,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -7052,15 +7888,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -7071,6 +7911,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7078,6 +7919,7 @@ description: Result of parsing clock.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "150", "start": 0, "type": "Literal", @@ -7089,6 +7931,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7099,10 +7942,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25", "start": 0, "type": "Literal", @@ -7132,9 +7977,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -7144,10 +7991,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -7161,10 +8010,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -7178,10 +8029,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -7195,15 +8048,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -7214,6 +8071,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7221,6 +8079,7 @@ description: Result of parsing clock.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "150", "start": 0, "type": "Literal", @@ -7232,6 +8091,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7244,6 +8104,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7255,10 +8116,12 @@ description: Result of parsing clock.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i3", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -7283,9 +8146,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -7295,10 +8160,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -7312,10 +8179,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -7329,10 +8198,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -7346,15 +8217,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -7365,6 +8240,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7372,6 +8248,7 @@ description: Result of parsing clock.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "150", "start": 0, "type": "Literal", @@ -7383,6 +8260,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7393,10 +8271,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "40", "start": 0, "type": "Literal", @@ -7426,9 +8306,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -7438,10 +8320,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -7455,10 +8339,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -7472,10 +8358,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -7489,15 +8377,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -7508,6 +8400,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7515,6 +8408,7 @@ description: Result of parsing clock.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "150", "start": 0, "type": "Literal", @@ -7526,6 +8420,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7538,6 +8433,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7555,15 +8451,18 @@ description: Result of parsing clock.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nine", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -7571,10 +8470,12 @@ description: Result of parsing clock.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -7599,9 +8500,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -7611,10 +8514,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -7628,10 +8533,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -7645,10 +8552,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -7662,15 +8571,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -7681,12 +8594,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -7701,10 +8616,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15", "start": 0, "type": "Literal", @@ -7734,9 +8651,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -7746,10 +8665,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -7763,10 +8684,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -7780,10 +8703,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -7797,15 +8722,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -7816,12 +8745,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -7838,6 +8769,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7849,10 +8781,12 @@ description: Result of parsing clock.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -7877,9 +8811,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -7889,10 +8825,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -7906,10 +8844,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -7923,10 +8863,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -7940,15 +8882,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -7959,12 +8905,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -7979,10 +8927,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15", "start": 0, "type": "Literal", @@ -8012,9 +8962,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -8024,10 +8976,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -8041,10 +8995,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -8058,10 +9014,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -8075,15 +9033,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -8094,12 +9056,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -8116,6 +9080,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8133,15 +9098,18 @@ description: Result of parsing clock.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ten", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -8149,10 +9117,12 @@ description: Result of parsing clock.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -8177,9 +9147,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -8189,10 +9161,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -8206,10 +9180,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -8223,10 +9199,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -8240,15 +9218,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -8259,12 +9241,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "150", "start": 0, "type": "Literal", @@ -8279,10 +9263,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -8312,9 +9298,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -8324,10 +9312,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -8341,10 +9331,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -8358,10 +9350,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -8375,15 +9369,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -8394,12 +9392,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "150", "start": 0, "type": "Literal", @@ -8416,6 +9416,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8433,15 +9434,18 @@ description: Result of parsing clock.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "eleven", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -8449,10 +9453,12 @@ description: Result of parsing clock.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -8474,9 +9480,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -8486,10 +9494,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -8503,10 +9513,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -8520,10 +9532,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -8537,15 +9551,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -8556,12 +9574,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "120", "start": 0, "type": "Literal", @@ -8592,9 +9612,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -8604,10 +9626,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -8621,10 +9645,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -8638,10 +9664,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -8655,15 +9683,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -8674,12 +9706,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "120", "start": 0, "type": "Literal", @@ -8696,6 +9730,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8707,10 +9742,12 @@ description: Result of parsing clock.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -8735,9 +9772,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -8747,10 +9786,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -8764,10 +9805,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -8781,10 +9824,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -8798,15 +9843,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -8817,12 +9866,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "120", "start": 0, "type": "Literal", @@ -8837,10 +9888,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -8870,9 +9923,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -8882,10 +9937,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -8899,10 +9956,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -8916,10 +9975,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -8933,15 +9994,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -8952,12 +10017,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "120", "start": 0, "type": "Literal", @@ -8974,6 +10041,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8991,15 +10059,18 @@ description: Result of parsing clock.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "twelve", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -9007,10 +10078,12 @@ description: Result of parsing clock.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -9035,9 +10108,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -9047,10 +10122,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -9064,10 +10141,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -9081,10 +10160,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -9098,15 +10179,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -9117,12 +10202,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -9137,10 +10224,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -9170,9 +10259,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -9182,10 +10273,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -9199,10 +10292,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -9216,10 +10311,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -9233,15 +10330,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -9252,12 +10353,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -9274,6 +10377,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9285,10 +10389,12 @@ description: Result of parsing clock.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -9313,9 +10419,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -9325,10 +10433,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -9342,10 +10452,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -9359,10 +10471,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -9376,15 +10490,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -9395,12 +10513,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -9415,10 +10535,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -9448,9 +10570,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -9460,10 +10584,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -9477,10 +10603,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -9494,10 +10622,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -9511,15 +10641,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -9530,12 +10664,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -9552,6 +10688,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9563,10 +10700,12 @@ description: Result of parsing clock.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i2", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -9591,9 +10730,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -9603,10 +10744,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -9620,10 +10763,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -9637,10 +10782,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -9654,15 +10801,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -9673,12 +10824,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -9693,10 +10846,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -9726,9 +10881,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockDiameter", "start": 0, "type": "Identifier" @@ -9738,10 +10895,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -9755,10 +10914,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -9772,10 +10933,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -9789,15 +10952,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -9808,12 +10975,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -9830,6 +10999,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9846,11 +11016,13 @@ description: Result of parsing clock.kcl "type": "ObjectExpression", "type": "ObjectExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -9863,6 +11035,7 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "letterI", "start": 0, "type": "Identifier" @@ -9878,6 +11051,7 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "iWidth", "start": 0, "type": "Identifier" @@ -9885,6 +11059,7 @@ description: Result of parsing clock.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8", "start": 0, "type": "Literal", @@ -9894,11 +11069,13 @@ description: Result of parsing clock.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -9911,6 +11088,7 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "iLength", "start": 0, "type": "Identifier" @@ -9918,6 +11096,7 @@ description: Result of parsing clock.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "40", "start": 0, "type": "Literal", @@ -9927,11 +11106,13 @@ description: Result of parsing clock.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -9940,13 +11121,16 @@ description: Result of parsing clock.kcl "argument": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -9957,6 +11141,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9967,6 +11152,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -9974,6 +11160,7 @@ description: Result of parsing clock.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "50", "start": 0, "type": "Literal", @@ -9989,9 +11176,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -10002,6 +11191,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10009,9 +11199,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -10030,6 +11222,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -10044,9 +11237,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startX", "start": 0, "type": "Identifier" @@ -10056,6 +11251,7 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -10064,9 +11260,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "iWidth", "start": 0, "type": "Identifier" @@ -10076,10 +11274,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -10104,9 +11304,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startY", "start": 0, "type": "Identifier" @@ -10116,6 +11318,7 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -10124,9 +11327,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "iLength", "start": 0, "type": "Identifier" @@ -10136,10 +11341,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -10159,6 +11366,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -10169,9 +11377,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -10182,12 +11392,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -10200,6 +11412,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -10208,9 +11421,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "iWidth", "start": 0, "type": "Identifier" @@ -10226,9 +11441,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -10239,12 +11456,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -10257,6 +11476,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -10266,9 +11486,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "iLength", "start": 0, "type": "Identifier" @@ -10280,6 +11502,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -10291,9 +11514,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -10304,12 +11529,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -10322,6 +11549,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -10331,9 +11559,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "iWidth", "start": 0, "type": "Identifier" @@ -10345,6 +11575,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -10356,9 +11587,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -10369,25 +11602,30 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -10398,12 +11636,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -10416,6 +11656,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -10424,9 +11665,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberThickness", "start": 0, "type": "Identifier" @@ -10442,9 +11685,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -10455,12 +11700,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -10473,6 +11720,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -10480,6 +11728,7 @@ description: Result of parsing clock.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"#140f0f\"", "start": 0, "type": "Literal", @@ -10492,9 +11741,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "appearance", "start": 0, "type": "Identifier" @@ -10505,12 +11756,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -10519,12 +11772,14 @@ description: Result of parsing clock.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -10532,16 +11787,19 @@ description: Result of parsing clock.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startX", "start": 0, "type": "Identifier" @@ -10552,6 +11810,7 @@ description: Result of parsing clock.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startY", "start": 0, "type": "Identifier" @@ -10562,11 +11821,13 @@ description: Result of parsing clock.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "", "", @@ -10584,6 +11845,7 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "letterX", "start": 0, "type": "Identifier" @@ -10599,6 +11861,7 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xWidth", "start": 0, "type": "Identifier" @@ -10606,6 +11869,7 @@ description: Result of parsing clock.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "40", "start": 0, "type": "Literal", @@ -10615,11 +11879,13 @@ description: Result of parsing clock.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -10632,6 +11898,7 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLength", "start": 0, "type": "Identifier" @@ -10639,6 +11906,7 @@ description: Result of parsing clock.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "40", "start": 0, "type": "Literal", @@ -10648,11 +11916,13 @@ description: Result of parsing clock.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -10661,13 +11931,16 @@ description: Result of parsing clock.kcl "argument": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -10678,6 +11951,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10688,6 +11962,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -10695,6 +11970,7 @@ description: Result of parsing clock.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "50", "start": 0, "type": "Literal", @@ -10710,9 +11986,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -10723,6 +12001,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10730,9 +12009,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -10751,6 +12032,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -10765,9 +12047,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startX", "start": 0, "type": "Identifier" @@ -10777,6 +12061,7 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -10785,9 +12070,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xWidth", "start": 0, "type": "Identifier" @@ -10797,10 +12084,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -10825,9 +12114,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startY", "start": 0, "type": "Identifier" @@ -10837,6 +12128,7 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -10845,9 +12137,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLength", "start": 0, "type": "Identifier" @@ -10857,10 +12151,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -10880,6 +12176,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -10890,9 +12187,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -10903,12 +12202,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -10921,6 +12222,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -10932,9 +12234,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xWidth", "start": 0, "type": "Identifier" @@ -10944,10 +12248,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -10967,9 +12273,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -10980,12 +12288,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -10998,6 +12308,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -11006,6 +12317,7 @@ description: Result of parsing clock.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "70", "start": 0, "type": "Literal", @@ -11017,6 +12329,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -11028,6 +12341,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lengthY", "start": 0, "type": "Identifier" @@ -11042,9 +12356,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLength", "start": 0, "type": "Identifier" @@ -11054,10 +12370,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -11071,10 +12389,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -11094,9 +12414,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -11107,12 +12429,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -11125,6 +12449,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -11132,6 +12457,7 @@ description: Result of parsing clock.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "70", "start": 0, "type": "Literal", @@ -11147,6 +12473,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lengthY", "start": 0, "type": "Identifier" @@ -11161,9 +12488,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLength", "start": 0, "type": "Identifier" @@ -11173,10 +12502,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -11190,10 +12521,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -11213,9 +12546,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -11226,12 +12561,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -11244,6 +12581,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -11255,9 +12593,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xWidth", "start": 0, "type": "Identifier" @@ -11267,10 +12607,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -11290,9 +12632,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -11303,12 +12647,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -11321,6 +12667,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -11331,6 +12678,7 @@ description: Result of parsing clock.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "70", "start": 0, "type": "Literal", @@ -11340,10 +12688,12 @@ description: Result of parsing clock.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -11363,6 +12713,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lengthY", "start": 0, "type": "Identifier" @@ -11377,9 +12728,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLength", "start": 0, "type": "Identifier" @@ -11389,10 +12742,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -11406,10 +12761,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -11429,9 +12786,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -11442,12 +12801,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -11460,6 +12821,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -11468,6 +12830,7 @@ description: Result of parsing clock.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "70", "start": 0, "type": "Literal", @@ -11479,6 +12842,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -11490,6 +12854,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lengthY", "start": 0, "type": "Identifier" @@ -11504,9 +12869,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLength", "start": 0, "type": "Identifier" @@ -11516,10 +12883,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -11533,10 +12902,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -11556,9 +12927,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -11569,12 +12942,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -11587,6 +12962,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -11599,9 +12975,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xWidth", "start": 0, "type": "Identifier" @@ -11613,15 +12991,18 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -11641,9 +13022,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -11654,12 +13037,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -11672,6 +13057,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -11683,6 +13069,7 @@ description: Result of parsing clock.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "70", "start": 0, "type": "Literal", @@ -11694,15 +13081,18 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -11722,6 +13112,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lengthY", "start": 0, "type": "Identifier" @@ -11736,9 +13127,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLength", "start": 0, "type": "Identifier" @@ -11748,10 +13141,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -11765,10 +13160,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -11788,9 +13185,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -11801,12 +13200,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -11819,6 +13220,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -11829,6 +13231,7 @@ description: Result of parsing clock.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "70", "start": 0, "type": "Literal", @@ -11838,10 +13241,12 @@ description: Result of parsing clock.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -11861,6 +13266,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lengthY", "start": 0, "type": "Identifier" @@ -11875,9 +13281,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLength", "start": 0, "type": "Identifier" @@ -11887,10 +13295,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -11904,10 +13314,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -11927,9 +13339,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -11940,12 +13354,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -11958,6 +13374,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -11970,9 +13387,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xWidth", "start": 0, "type": "Identifier" @@ -11984,15 +13403,18 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -12012,9 +13434,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -12025,12 +13449,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -12043,6 +13469,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -12050,6 +13477,7 @@ description: Result of parsing clock.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "70", "start": 0, "type": "Literal", @@ -12065,6 +13493,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lengthY", "start": 0, "type": "Identifier" @@ -12079,9 +13508,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLength", "start": 0, "type": "Identifier" @@ -12091,10 +13522,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -12108,10 +13541,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -12131,9 +13566,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -12144,25 +13581,30 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -12173,12 +13615,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -12191,6 +13635,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -12199,9 +13644,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberThickness", "start": 0, "type": "Identifier" @@ -12217,9 +13664,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -12230,12 +13679,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -12248,6 +13699,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -12255,6 +13707,7 @@ description: Result of parsing clock.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"#140f0f\"", "start": 0, "type": "Literal", @@ -12267,9 +13720,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "appearance", "start": 0, "type": "Identifier" @@ -12280,12 +13735,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -12294,12 +13751,14 @@ description: Result of parsing clock.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -12307,12 +13766,14 @@ description: Result of parsing clock.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -12327,12 +13788,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startX", "start": 0, "type": "Identifier" @@ -12343,6 +13806,7 @@ description: Result of parsing clock.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startY", "start": 0, "type": "Identifier" @@ -12353,11 +13817,13 @@ description: Result of parsing clock.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "", "", @@ -12375,6 +13841,7 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "letterV", "start": 0, "type": "Identifier" @@ -12390,6 +13857,7 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "vWidth", "start": 0, "type": "Identifier" @@ -12397,6 +13865,7 @@ description: Result of parsing clock.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25", "start": 0, "type": "Literal", @@ -12406,11 +13875,13 @@ description: Result of parsing clock.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -12423,6 +13894,7 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "vLength", "start": 0, "type": "Identifier" @@ -12430,6 +13902,7 @@ description: Result of parsing clock.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "40", "start": 0, "type": "Literal", @@ -12439,11 +13912,13 @@ description: Result of parsing clock.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -12452,13 +13927,16 @@ description: Result of parsing clock.kcl "argument": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -12469,6 +13947,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -12479,6 +13958,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -12486,6 +13966,7 @@ description: Result of parsing clock.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "50", "start": 0, "type": "Literal", @@ -12501,9 +13982,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -12514,6 +13997,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -12521,9 +14005,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -12542,6 +14028,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -12556,9 +14043,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startX", "start": 0, "type": "Identifier" @@ -12568,6 +14057,7 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -12576,9 +14066,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "vWidth", "start": 0, "type": "Identifier" @@ -12588,10 +14080,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -12616,9 +14110,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startY", "start": 0, "type": "Identifier" @@ -12628,6 +14124,7 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -12636,9 +14133,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "vLength", "start": 0, "type": "Identifier" @@ -12648,10 +14147,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -12671,6 +14172,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -12681,9 +14183,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -12694,12 +14198,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -12712,6 +14218,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -12726,9 +14233,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "vWidth", "start": 0, "type": "Identifier" @@ -12738,10 +14247,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -12755,10 +14266,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -12778,9 +14291,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -12791,12 +14306,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -12809,6 +14326,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -12823,9 +14341,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "vWidth", "start": 0, "type": "Identifier" @@ -12835,10 +14355,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -12860,9 +14382,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "vLength", "start": 0, "type": "Identifier" @@ -12874,15 +14398,18 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -12898,6 +14425,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -12908,9 +14436,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -12921,12 +14451,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -12939,6 +14471,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -12953,9 +14486,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "vWidth", "start": 0, "type": "Identifier" @@ -12965,10 +14500,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -12989,9 +14526,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "vLength", "start": 0, "type": "Identifier" @@ -13001,10 +14540,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -13020,6 +14561,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -13030,9 +14572,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -13043,12 +14587,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -13061,6 +14607,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -13075,9 +14622,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "vWidth", "start": 0, "type": "Identifier" @@ -13087,10 +14636,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -13104,10 +14655,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -13127,9 +14680,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -13140,12 +14695,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -13158,6 +14715,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -13176,9 +14734,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "vWidth", "start": 0, "type": "Identifier" @@ -13190,15 +14750,18 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -13212,10 +14775,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -13234,9 +14799,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "vLength", "start": 0, "type": "Identifier" @@ -13248,6 +14815,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -13255,6 +14823,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -13265,9 +14834,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -13278,25 +14849,30 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -13307,12 +14883,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -13325,6 +14903,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -13333,9 +14912,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberThickness", "start": 0, "type": "Identifier" @@ -13351,9 +14932,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -13364,12 +14947,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -13382,6 +14967,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -13389,6 +14975,7 @@ description: Result of parsing clock.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"#140f0f\"", "start": 0, "type": "Literal", @@ -13401,9 +14988,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "appearance", "start": 0, "type": "Identifier" @@ -13414,12 +15003,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -13428,12 +15019,14 @@ description: Result of parsing clock.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -13441,16 +15034,19 @@ description: Result of parsing clock.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startX", "start": 0, "type": "Identifier" @@ -13461,6 +15057,7 @@ description: Result of parsing clock.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startY", "start": 0, "type": "Identifier" @@ -13471,11 +15068,13 @@ description: Result of parsing clock.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "", "", @@ -13495,6 +15094,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startX", "start": 0, "type": "Identifier" @@ -13503,21 +15103,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -13530,6 +15135,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "one", "start": 0, "type": "Identifier", @@ -13542,6 +15148,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier", @@ -13554,6 +15161,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -13573,6 +15181,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startY", "start": 0, "type": "Identifier" @@ -13581,21 +15190,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -13608,6 +15222,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "one", "start": 0, "type": "Identifier", @@ -13620,6 +15235,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier", @@ -13632,6 +15248,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -13651,9 +15268,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "letterI", "start": 0, "type": "Identifier" @@ -13664,11 +15283,13 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "preComments": [ "", "", @@ -13691,6 +15312,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startX", "start": 0, "type": "Identifier" @@ -13699,21 +15321,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -13726,6 +15353,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "two", "start": 0, "type": "Identifier", @@ -13738,6 +15366,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier", @@ -13750,6 +15379,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -13769,6 +15399,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startY", "start": 0, "type": "Identifier" @@ -13777,21 +15408,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -13804,6 +15440,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "two", "start": 0, "type": "Identifier", @@ -13816,6 +15453,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier", @@ -13828,6 +15466,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -13847,9 +15486,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "letterI", "start": 0, "type": "Identifier" @@ -13860,11 +15501,13 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "preComments": [ "", "", @@ -13884,6 +15527,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startX", "start": 0, "type": "Identifier" @@ -13892,21 +15536,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -13919,6 +15568,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "two", "start": 0, "type": "Identifier", @@ -13931,6 +15581,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i2", "start": 0, "type": "Identifier", @@ -13943,6 +15594,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -13962,6 +15614,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startY", "start": 0, "type": "Identifier" @@ -13970,21 +15623,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -13997,6 +15655,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "two", "start": 0, "type": "Identifier", @@ -14009,6 +15668,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i2", "start": 0, "type": "Identifier", @@ -14021,6 +15681,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -14040,9 +15701,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "letterI", "start": 0, "type": "Identifier" @@ -14053,11 +15716,13 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -14072,6 +15737,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startX", "start": 0, "type": "Identifier" @@ -14080,21 +15746,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -14107,6 +15778,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "three", "start": 0, "type": "Identifier", @@ -14119,6 +15791,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier", @@ -14131,6 +15804,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -14150,6 +15824,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startY", "start": 0, "type": "Identifier" @@ -14158,21 +15833,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -14185,6 +15865,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "three", "start": 0, "type": "Identifier", @@ -14197,6 +15878,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier", @@ -14209,6 +15891,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -14228,9 +15911,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "letterI", "start": 0, "type": "Identifier" @@ -14241,11 +15926,13 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "preComments": [ "", "", @@ -14265,6 +15952,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startX", "start": 0, "type": "Identifier" @@ -14273,21 +15961,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -14300,6 +15993,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "three", "start": 0, "type": "Identifier", @@ -14312,6 +16006,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i2", "start": 0, "type": "Identifier", @@ -14324,6 +16019,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -14343,6 +16039,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startY", "start": 0, "type": "Identifier" @@ -14351,21 +16048,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -14378,6 +16080,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "three", "start": 0, "type": "Identifier", @@ -14390,6 +16093,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i2", "start": 0, "type": "Identifier", @@ -14402,6 +16106,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -14421,9 +16126,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "letterI", "start": 0, "type": "Identifier" @@ -14434,11 +16141,13 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -14453,6 +16162,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startX", "start": 0, "type": "Identifier" @@ -14461,21 +16171,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -14488,6 +16203,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "three", "start": 0, "type": "Identifier", @@ -14500,6 +16216,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i3", "start": 0, "type": "Identifier", @@ -14512,6 +16229,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -14531,6 +16249,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startY", "start": 0, "type": "Identifier" @@ -14539,21 +16258,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -14566,6 +16290,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "three", "start": 0, "type": "Identifier", @@ -14578,6 +16303,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i3", "start": 0, "type": "Identifier", @@ -14590,6 +16316,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -14609,9 +16336,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "letterI", "start": 0, "type": "Identifier" @@ -14622,11 +16351,13 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -14641,6 +16372,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startX", "start": 0, "type": "Identifier" @@ -14649,21 +16381,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -14676,6 +16413,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "four", "start": 0, "type": "Identifier", @@ -14688,6 +16426,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier", @@ -14700,6 +16439,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -14719,6 +16459,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startY", "start": 0, "type": "Identifier" @@ -14727,21 +16468,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -14754,6 +16500,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "four", "start": 0, "type": "Identifier", @@ -14766,6 +16513,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier", @@ -14778,6 +16526,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -14797,9 +16546,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "letterI", "start": 0, "type": "Identifier" @@ -14810,11 +16561,13 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "preComments": [ "", "", @@ -14834,6 +16587,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startX", "start": 0, "type": "Identifier" @@ -14842,21 +16596,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -14869,6 +16628,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "four", "start": 0, "type": "Identifier", @@ -14881,6 +16641,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "v", "start": 0, "type": "Identifier", @@ -14893,6 +16654,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -14912,6 +16674,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startY", "start": 0, "type": "Identifier" @@ -14920,21 +16683,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -14947,6 +16715,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "four", "start": 0, "type": "Identifier", @@ -14959,6 +16728,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "v", "start": 0, "type": "Identifier", @@ -14971,6 +16741,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -14990,9 +16761,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "letterV", "start": 0, "type": "Identifier" @@ -15003,11 +16776,13 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -15022,6 +16797,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startX", "start": 0, "type": "Identifier" @@ -15030,21 +16806,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -15057,6 +16838,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "five", "start": 0, "type": "Identifier", @@ -15069,6 +16851,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "v", "start": 0, "type": "Identifier", @@ -15081,6 +16864,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -15100,6 +16884,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startY", "start": 0, "type": "Identifier" @@ -15108,21 +16893,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -15135,6 +16925,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "five", "start": 0, "type": "Identifier", @@ -15147,6 +16938,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "v", "start": 0, "type": "Identifier", @@ -15159,6 +16951,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -15178,9 +16971,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "letterV", "start": 0, "type": "Identifier" @@ -15191,11 +16986,13 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "preComments": [ "", "", @@ -15215,6 +17012,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startX", "start": 0, "type": "Identifier" @@ -15223,21 +17021,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -15250,6 +17053,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "six", "start": 0, "type": "Identifier", @@ -15262,6 +17066,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "v", "start": 0, "type": "Identifier", @@ -15274,6 +17079,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -15293,6 +17099,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startY", "start": 0, "type": "Identifier" @@ -15301,21 +17108,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -15328,6 +17140,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "six", "start": 0, "type": "Identifier", @@ -15340,6 +17153,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "v", "start": 0, "type": "Identifier", @@ -15352,6 +17166,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -15371,9 +17186,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "letterV", "start": 0, "type": "Identifier" @@ -15384,11 +17201,13 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "preComments": [ "", "", @@ -15408,6 +17227,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startX", "start": 0, "type": "Identifier" @@ -15416,21 +17236,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -15443,6 +17268,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "six", "start": 0, "type": "Identifier", @@ -15455,6 +17281,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier", @@ -15467,6 +17294,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -15486,6 +17314,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startY", "start": 0, "type": "Identifier" @@ -15494,21 +17323,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -15521,6 +17355,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "six", "start": 0, "type": "Identifier", @@ -15533,6 +17368,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier", @@ -15545,6 +17381,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -15564,9 +17401,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "letterI", "start": 0, "type": "Identifier" @@ -15577,11 +17416,13 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -15596,6 +17437,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startX", "start": 0, "type": "Identifier" @@ -15604,21 +17446,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -15631,6 +17478,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seven", "start": 0, "type": "Identifier", @@ -15643,6 +17491,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "v", "start": 0, "type": "Identifier", @@ -15655,6 +17504,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -15674,6 +17524,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startY", "start": 0, "type": "Identifier" @@ -15682,21 +17533,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -15709,6 +17565,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seven", "start": 0, "type": "Identifier", @@ -15721,6 +17578,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "v", "start": 0, "type": "Identifier", @@ -15733,6 +17591,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -15752,9 +17611,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "letterV", "start": 0, "type": "Identifier" @@ -15765,11 +17626,13 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "preComments": [ "", "", @@ -15789,6 +17652,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startX", "start": 0, "type": "Identifier" @@ -15797,21 +17661,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -15824,6 +17693,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seven", "start": 0, "type": "Identifier", @@ -15836,6 +17706,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier", @@ -15848,6 +17719,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -15867,6 +17739,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startY", "start": 0, "type": "Identifier" @@ -15875,21 +17748,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -15902,6 +17780,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seven", "start": 0, "type": "Identifier", @@ -15914,6 +17793,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier", @@ -15926,6 +17806,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -15945,9 +17826,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "letterI", "start": 0, "type": "Identifier" @@ -15958,11 +17841,13 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -15977,6 +17862,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startX", "start": 0, "type": "Identifier" @@ -15985,21 +17871,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -16012,6 +17903,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seven", "start": 0, "type": "Identifier", @@ -16024,6 +17916,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i2", "start": 0, "type": "Identifier", @@ -16036,6 +17929,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -16055,6 +17949,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startY", "start": 0, "type": "Identifier" @@ -16063,21 +17958,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -16090,6 +17990,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seven", "start": 0, "type": "Identifier", @@ -16102,6 +18003,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i2", "start": 0, "type": "Identifier", @@ -16114,6 +18016,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -16133,9 +18036,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "letterI", "start": 0, "type": "Identifier" @@ -16146,11 +18051,13 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -16165,6 +18072,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startX", "start": 0, "type": "Identifier" @@ -16173,21 +18081,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -16200,6 +18113,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "eight", "start": 0, "type": "Identifier", @@ -16212,6 +18126,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "v", "start": 0, "type": "Identifier", @@ -16224,6 +18139,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -16243,6 +18159,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startY", "start": 0, "type": "Identifier" @@ -16251,21 +18168,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -16278,6 +18200,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "eight", "start": 0, "type": "Identifier", @@ -16290,6 +18213,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "v", "start": 0, "type": "Identifier", @@ -16302,6 +18226,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -16321,9 +18246,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "letterV", "start": 0, "type": "Identifier" @@ -16334,11 +18261,13 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "preComments": [ "", "", @@ -16358,6 +18287,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startX", "start": 0, "type": "Identifier" @@ -16366,21 +18296,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -16393,6 +18328,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "eight", "start": 0, "type": "Identifier", @@ -16405,6 +18341,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier", @@ -16417,6 +18354,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -16436,6 +18374,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startY", "start": 0, "type": "Identifier" @@ -16444,21 +18383,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -16471,6 +18415,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "eight", "start": 0, "type": "Identifier", @@ -16483,6 +18428,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier", @@ -16495,6 +18441,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -16514,9 +18461,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "letterI", "start": 0, "type": "Identifier" @@ -16527,11 +18476,13 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -16546,6 +18497,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startX", "start": 0, "type": "Identifier" @@ -16554,21 +18506,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -16581,6 +18538,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "eight", "start": 0, "type": "Identifier", @@ -16593,6 +18551,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i2", "start": 0, "type": "Identifier", @@ -16605,6 +18564,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -16624,6 +18584,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startY", "start": 0, "type": "Identifier" @@ -16632,21 +18593,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -16659,6 +18625,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "eight", "start": 0, "type": "Identifier", @@ -16671,6 +18638,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i2", "start": 0, "type": "Identifier", @@ -16683,6 +18651,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -16702,9 +18671,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "letterI", "start": 0, "type": "Identifier" @@ -16715,11 +18686,13 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -16734,6 +18707,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startX", "start": 0, "type": "Identifier" @@ -16742,21 +18716,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -16769,6 +18748,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "eight", "start": 0, "type": "Identifier", @@ -16781,6 +18761,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i3", "start": 0, "type": "Identifier", @@ -16793,6 +18774,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -16812,6 +18794,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startY", "start": 0, "type": "Identifier" @@ -16820,21 +18803,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -16847,6 +18835,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "eight", "start": 0, "type": "Identifier", @@ -16859,6 +18848,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i3", "start": 0, "type": "Identifier", @@ -16871,6 +18861,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -16890,9 +18881,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "letterI", "start": 0, "type": "Identifier" @@ -16903,11 +18896,13 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -16922,6 +18917,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startX", "start": 0, "type": "Identifier" @@ -16930,21 +18926,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -16957,6 +18958,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nine", "start": 0, "type": "Identifier", @@ -16969,6 +18971,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier", @@ -16981,6 +18984,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -17000,6 +19004,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startY", "start": 0, "type": "Identifier" @@ -17008,21 +19013,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -17035,6 +19045,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nine", "start": 0, "type": "Identifier", @@ -17047,6 +19058,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier", @@ -17059,6 +19071,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -17078,9 +19091,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "letterI", "start": 0, "type": "Identifier" @@ -17091,11 +19106,13 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "preComments": [ "", "", @@ -17115,6 +19132,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startX", "start": 0, "type": "Identifier" @@ -17123,21 +19141,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -17150,6 +19173,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nine", "start": 0, "type": "Identifier", @@ -17162,6 +19186,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier", @@ -17174,6 +19199,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -17193,6 +19219,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startY", "start": 0, "type": "Identifier" @@ -17201,21 +19228,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -17228,6 +19260,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nine", "start": 0, "type": "Identifier", @@ -17240,6 +19273,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier", @@ -17252,6 +19286,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -17271,9 +19306,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "letterX", "start": 0, "type": "Identifier" @@ -17284,11 +19321,13 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -17303,6 +19342,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startX", "start": 0, "type": "Identifier" @@ -17311,21 +19351,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -17338,6 +19383,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ten", "start": 0, "type": "Identifier", @@ -17350,6 +19396,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier", @@ -17362,6 +19409,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -17381,6 +19429,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startY", "start": 0, "type": "Identifier" @@ -17389,21 +19438,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -17416,6 +19470,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ten", "start": 0, "type": "Identifier", @@ -17428,6 +19483,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier", @@ -17440,6 +19496,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -17459,9 +19516,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "letterX", "start": 0, "type": "Identifier" @@ -17472,11 +19531,13 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "preComments": [ "", "", @@ -17496,6 +19557,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startX", "start": 0, "type": "Identifier" @@ -17504,21 +19566,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -17531,6 +19598,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "eleven", "start": 0, "type": "Identifier", @@ -17543,6 +19611,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier", @@ -17555,6 +19624,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -17574,6 +19644,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startY", "start": 0, "type": "Identifier" @@ -17582,21 +19653,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -17609,6 +19685,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "eleven", "start": 0, "type": "Identifier", @@ -17621,6 +19698,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier", @@ -17633,6 +19711,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -17652,9 +19731,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "letterX", "start": 0, "type": "Identifier" @@ -17665,11 +19746,13 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "preComments": [ "", "", @@ -17689,6 +19772,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startX", "start": 0, "type": "Identifier" @@ -17697,21 +19781,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -17724,6 +19813,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "eleven", "start": 0, "type": "Identifier", @@ -17736,6 +19826,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier", @@ -17748,6 +19839,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -17767,6 +19859,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startY", "start": 0, "type": "Identifier" @@ -17775,21 +19868,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -17802,6 +19900,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "eleven", "start": 0, "type": "Identifier", @@ -17814,6 +19913,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier", @@ -17826,6 +19926,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -17845,9 +19946,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "letterI", "start": 0, "type": "Identifier" @@ -17858,11 +19961,13 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -17877,6 +19982,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startX", "start": 0, "type": "Identifier" @@ -17885,21 +19991,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -17912,6 +20023,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "twelve", "start": 0, "type": "Identifier", @@ -17924,6 +20036,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier", @@ -17936,6 +20049,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -17955,6 +20069,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startY", "start": 0, "type": "Identifier" @@ -17963,21 +20078,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -17990,6 +20110,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "twelve", "start": 0, "type": "Identifier", @@ -18002,6 +20123,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier", @@ -18014,6 +20136,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -18033,9 +20156,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "letterX", "start": 0, "type": "Identifier" @@ -18046,11 +20171,13 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "preComments": [ "", "", @@ -18070,6 +20197,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startX", "start": 0, "type": "Identifier" @@ -18078,21 +20206,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -18105,6 +20238,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "twelve", "start": 0, "type": "Identifier", @@ -18117,6 +20251,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier", @@ -18129,6 +20264,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -18148,6 +20284,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startY", "start": 0, "type": "Identifier" @@ -18156,21 +20293,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -18183,6 +20325,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "twelve", "start": 0, "type": "Identifier", @@ -18195,6 +20338,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier", @@ -18207,6 +20351,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -18226,9 +20371,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "letterI", "start": 0, "type": "Identifier" @@ -18239,11 +20386,13 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -18258,6 +20407,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startX", "start": 0, "type": "Identifier" @@ -18266,21 +20416,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -18293,6 +20448,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "twelve", "start": 0, "type": "Identifier", @@ -18305,6 +20461,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i2", "start": 0, "type": "Identifier", @@ -18317,6 +20474,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -18336,6 +20494,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startY", "start": 0, "type": "Identifier" @@ -18344,21 +20503,26 @@ description: Result of parsing clock.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numberObject", "start": 0, "type": "Identifier" @@ -18371,6 +20535,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "twelve", "start": 0, "type": "Identifier", @@ -18383,6 +20548,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i2", "start": 0, "type": "Identifier", @@ -18395,6 +20561,7 @@ description: Result of parsing clock.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -18414,9 +20581,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "letterI", "start": 0, "type": "Identifier" @@ -18427,11 +20596,13 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -18448,6 +20619,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -18456,9 +20628,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -18474,9 +20648,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -18487,6 +20663,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -18494,9 +20671,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockBody", "start": 0, "type": "Identifier" @@ -18514,6 +20693,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -18524,6 +20704,7 @@ description: Result of parsing clock.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -18536,6 +20717,7 @@ description: Result of parsing clock.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -18547,6 +20729,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -18557,6 +20740,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "diameter", "start": 0, "type": "Identifier" @@ -18565,9 +20749,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nubDiameter", "start": 0, "type": "Identifier" @@ -18583,9 +20769,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -18596,6 +20784,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -18608,6 +20797,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -18616,9 +20806,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numHeight", "start": 0, "type": "Identifier" @@ -18634,9 +20826,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -18647,12 +20841,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -18661,12 +20857,14 @@ description: Result of parsing clock.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -18683,6 +20881,7 @@ description: Result of parsing clock.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "preComments": [ "", "", @@ -18700,18 +20899,22 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch005", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -18722,6 +20925,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -18732,6 +20936,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -18739,6 +20944,7 @@ description: Result of parsing clock.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "55", "start": 0, "type": "Literal", @@ -18754,9 +20960,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -18767,6 +20975,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -18774,9 +20983,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -18788,11 +20999,13 @@ description: Result of parsing clock.kcl } } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -18805,6 +21018,7 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile007", "start": 0, "type": "Identifier" @@ -18818,6 +21032,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -18838,9 +21053,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nubDiameter", "start": 0, "type": "Identifier" @@ -18850,10 +21067,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -18867,10 +21086,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.375", "start": 0, "type": "Literal", @@ -18884,15 +21105,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -18903,6 +21128,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -18913,9 +21139,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hourHandAngle", "start": 0, "type": "Identifier" @@ -18925,10 +21153,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -18960,9 +21190,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nubDiameter", "start": 0, "type": "Identifier" @@ -18972,10 +21204,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -18989,10 +21223,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.375", "start": 0, "type": "Literal", @@ -19006,15 +21242,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -19025,6 +21265,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -19035,9 +21276,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hourHandAngle", "start": 0, "type": "Identifier" @@ -19047,10 +21290,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -19071,6 +21316,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -19081,9 +21327,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -19094,6 +21342,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -19101,9 +21350,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch005", "start": 0, "type": "Identifier" @@ -19121,6 +21372,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "interiorAbsolute", "start": 0, "type": "Identifier" @@ -19141,9 +21393,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nubDiameter", "start": 0, "type": "Identifier" @@ -19153,10 +21407,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -19170,10 +21426,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.375", "start": 0, "type": "Literal", @@ -19187,15 +21445,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -19206,6 +21468,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -19216,9 +21479,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hourHandAngle", "start": 0, "type": "Identifier" @@ -19228,10 +21493,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -19263,9 +21530,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nubDiameter", "start": 0, "type": "Identifier" @@ -19275,10 +21544,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -19292,10 +21563,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.375", "start": 0, "type": "Literal", @@ -19309,15 +21582,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -19328,6 +21605,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -19338,9 +21616,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hourHandAngle", "start": 0, "type": "Identifier" @@ -19350,10 +21630,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -19374,6 +21656,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -19384,6 +21667,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -19404,9 +21688,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nubDiameter", "start": 0, "type": "Identifier" @@ -19416,10 +21702,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -19433,10 +21721,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.375", "start": 0, "type": "Literal", @@ -19450,15 +21740,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -19469,6 +21763,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -19479,9 +21774,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hourHandAngle", "start": 0, "type": "Identifier" @@ -19491,10 +21788,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "340", "start": 0, "type": "Literal", @@ -19526,9 +21825,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nubDiameter", "start": 0, "type": "Identifier" @@ -19538,10 +21839,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -19555,10 +21858,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.375", "start": 0, "type": "Literal", @@ -19572,15 +21877,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -19591,6 +21900,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -19601,9 +21911,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hourHandAngle", "start": 0, "type": "Identifier" @@ -19613,10 +21925,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "340", "start": 0, "type": "Literal", @@ -19637,6 +21951,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -19647,9 +21962,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -19660,12 +21977,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -19678,6 +21997,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -19686,9 +22006,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hourHandAngle", "start": 0, "type": "Identifier" @@ -19704,6 +22026,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -19712,9 +22035,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hourHandArmLength", "start": 0, "type": "Identifier" @@ -19730,9 +22055,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -19743,12 +22070,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -19761,6 +22090,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -19772,9 +22102,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hourHandAngle", "start": 0, "type": "Identifier" @@ -19784,10 +22116,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -19807,6 +22141,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -19818,9 +22153,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hourHandWidth", "start": 0, "type": "Identifier" @@ -19830,10 +22167,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -19853,6 +22192,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -19860,6 +22200,7 @@ description: Result of parsing clock.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -19871,9 +22212,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -19884,12 +22227,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -19902,6 +22247,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -19919,9 +22265,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hourHandLargeDiameter", "start": 0, "type": "Identifier" @@ -19931,10 +22279,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -19948,15 +22298,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -19967,6 +22321,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -19974,9 +22329,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hourHandAngle", "start": 0, "type": "Identifier" @@ -20001,9 +22358,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hourHandLargeDiameter", "start": 0, "type": "Identifier" @@ -20013,10 +22372,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -20030,15 +22391,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -20049,6 +22414,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -20056,9 +22422,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hourHandAngle", "start": 0, "type": "Identifier" @@ -20075,6 +22443,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -20085,6 +22454,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -20092,6 +22462,7 @@ description: Result of parsing clock.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -20103,9 +22474,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -20116,12 +22489,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -20134,6 +22509,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -20142,13 +22518,16 @@ description: Result of parsing clock.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -20159,6 +22538,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -20166,9 +22546,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg002", "start": 0, "type": "Identifier" @@ -20179,10 +22561,12 @@ description: Result of parsing clock.kcl "type": "Name" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "120", "start": 0, "type": "Literal", @@ -20202,18 +22586,22 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -20224,6 +22612,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -20231,9 +22620,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg002", "start": 0, "type": "Identifier" @@ -20250,9 +22641,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -20263,12 +22656,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -20281,6 +22676,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -20292,9 +22688,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hourHandAngle", "start": 0, "type": "Identifier" @@ -20304,10 +22702,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -20327,18 +22727,22 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -20349,6 +22753,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -20356,9 +22761,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg004", "start": 0, "type": "Identifier" @@ -20375,9 +22782,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -20388,12 +22797,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -20406,6 +22817,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -20414,13 +22826,16 @@ description: Result of parsing clock.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -20431,25 +22846,30 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -20460,12 +22880,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -20473,6 +22895,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -20483,9 +22906,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -20496,25 +22921,30 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -20525,12 +22955,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -20539,12 +22971,14 @@ description: Result of parsing clock.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "5": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -20561,11 +22995,13 @@ description: Result of parsing clock.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -20578,6 +23014,7 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile008", "start": 0, "type": "Identifier" @@ -20589,6 +23026,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -20599,6 +23037,7 @@ description: Result of parsing clock.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -20611,6 +23050,7 @@ description: Result of parsing clock.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -20622,6 +23062,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -20632,6 +23073,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "diameter", "start": 0, "type": "Identifier" @@ -20640,9 +23082,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nubDiameter", "start": 0, "type": "Identifier" @@ -20658,9 +23102,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -20671,6 +23117,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -20678,9 +23125,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch005", "start": 0, "type": "Identifier" @@ -20691,11 +23140,13 @@ description: Result of parsing clock.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -20712,6 +23163,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -20720,9 +23172,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile008", "start": 0, "type": "Identifier" @@ -20738,9 +23192,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -20751,6 +23207,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -20758,9 +23215,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile007", "start": 0, "type": "Identifier" @@ -20778,6 +23237,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -20785,6 +23245,7 @@ description: Result of parsing clock.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -20800,9 +23261,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -20813,12 +23276,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -20831,6 +23296,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -20838,6 +23304,7 @@ description: Result of parsing clock.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"#404040\"", "start": 0, "type": "Literal", @@ -20850,9 +23317,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "appearance", "start": 0, "type": "Identifier" @@ -20863,12 +23332,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -20877,12 +23348,14 @@ description: Result of parsing clock.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -20899,6 +23372,7 @@ description: Result of parsing clock.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -20911,18 +23385,22 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch006", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -20933,6 +23411,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -20943,6 +23422,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -20950,6 +23430,7 @@ description: Result of parsing clock.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "50", "start": 0, "type": "Literal", @@ -20965,9 +23446,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -20978,6 +23461,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -20985,9 +23469,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -20999,11 +23485,13 @@ description: Result of parsing clock.kcl } } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -21016,6 +23504,7 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile009", "start": 0, "type": "Identifier" @@ -21029,6 +23518,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -21049,9 +23539,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nubDiameter", "start": 0, "type": "Identifier" @@ -21061,10 +23553,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -21078,10 +23572,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.375", "start": 0, "type": "Literal", @@ -21095,15 +23591,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -21114,6 +23614,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -21124,9 +23625,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "minuteHandAngle", "start": 0, "type": "Identifier" @@ -21136,10 +23639,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -21171,9 +23676,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nubDiameter", "start": 0, "type": "Identifier" @@ -21183,10 +23690,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -21200,10 +23709,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.375", "start": 0, "type": "Literal", @@ -21217,15 +23728,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -21236,6 +23751,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -21246,9 +23762,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "minuteHandAngle", "start": 0, "type": "Identifier" @@ -21258,10 +23776,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -21282,6 +23802,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -21292,9 +23813,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -21305,6 +23828,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -21312,9 +23836,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch006", "start": 0, "type": "Identifier" @@ -21332,6 +23858,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "interiorAbsolute", "start": 0, "type": "Identifier" @@ -21352,9 +23879,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nubDiameter", "start": 0, "type": "Identifier" @@ -21364,10 +23893,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -21381,10 +23912,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.375", "start": 0, "type": "Literal", @@ -21398,15 +23931,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -21417,6 +23954,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -21427,9 +23965,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "minuteHandAngle", "start": 0, "type": "Identifier" @@ -21439,10 +23979,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -21474,9 +24016,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nubDiameter", "start": 0, "type": "Identifier" @@ -21486,10 +24030,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -21503,10 +24049,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.375", "start": 0, "type": "Literal", @@ -21520,15 +24068,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -21539,6 +24091,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -21549,9 +24102,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "minuteHandAngle", "start": 0, "type": "Identifier" @@ -21561,10 +24116,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -21585,6 +24142,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -21595,6 +24153,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -21615,9 +24174,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nubDiameter", "start": 0, "type": "Identifier" @@ -21627,10 +24188,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -21644,10 +24207,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.375", "start": 0, "type": "Literal", @@ -21661,15 +24226,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -21680,6 +24249,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -21690,9 +24260,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "minuteHandAngle", "start": 0, "type": "Identifier" @@ -21702,10 +24274,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "340", "start": 0, "type": "Literal", @@ -21737,9 +24311,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nubDiameter", "start": 0, "type": "Identifier" @@ -21749,10 +24325,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -21766,10 +24344,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.375", "start": 0, "type": "Literal", @@ -21783,15 +24363,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -21802,6 +24386,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -21812,9 +24397,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "minuteHandAngle", "start": 0, "type": "Identifier" @@ -21824,10 +24411,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "340", "start": 0, "type": "Literal", @@ -21848,6 +24437,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -21858,9 +24448,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -21871,12 +24463,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -21889,6 +24483,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -21897,9 +24492,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "minuteHandAngle", "start": 0, "type": "Identifier" @@ -21915,6 +24512,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -21923,9 +24521,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "minuteHandArmLength", "start": 0, "type": "Identifier" @@ -21941,9 +24541,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -21954,12 +24556,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -21972,6 +24576,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -21983,9 +24588,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "minuteHandAngle", "start": 0, "type": "Identifier" @@ -21995,10 +24602,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -22018,6 +24627,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -22029,9 +24639,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "minuteHandWidth", "start": 0, "type": "Identifier" @@ -22041,10 +24653,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -22064,6 +24678,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -22071,6 +24686,7 @@ description: Result of parsing clock.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -22082,9 +24698,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -22095,12 +24713,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -22113,6 +24733,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -22130,9 +24751,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "minuteHandLargeDiameter", "start": 0, "type": "Identifier" @@ -22142,10 +24765,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -22159,15 +24784,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -22178,6 +24807,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -22185,9 +24815,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "minuteHandAngle", "start": 0, "type": "Identifier" @@ -22212,9 +24844,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "minuteHandLargeDiameter", "start": 0, "type": "Identifier" @@ -22224,10 +24858,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -22241,15 +24877,19 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -22260,6 +24900,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -22267,9 +24908,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "minuteHandAngle", "start": 0, "type": "Identifier" @@ -22286,6 +24929,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -22296,6 +24940,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -22303,6 +24948,7 @@ description: Result of parsing clock.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -22314,9 +24960,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -22327,12 +24975,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -22345,6 +24995,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -22353,13 +25004,16 @@ description: Result of parsing clock.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -22370,6 +25024,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -22377,9 +25032,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg005", "start": 0, "type": "Identifier" @@ -22390,10 +25047,12 @@ description: Result of parsing clock.kcl "type": "Name" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "120", "start": 0, "type": "Literal", @@ -22413,18 +25072,22 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -22435,6 +25098,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -22442,9 +25106,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg005", "start": 0, "type": "Identifier" @@ -22461,9 +25127,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -22474,12 +25142,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -22492,6 +25162,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -22503,9 +25174,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "minuteHandAngle", "start": 0, "type": "Identifier" @@ -22515,10 +25188,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -22538,18 +25213,22 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -22560,6 +25239,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -22567,9 +25247,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg003", "start": 0, "type": "Identifier" @@ -22586,9 +25268,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -22599,12 +25283,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -22617,6 +25303,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -22625,13 +25312,16 @@ description: Result of parsing clock.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -22642,25 +25332,30 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -22671,12 +25366,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -22684,6 +25381,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -22694,9 +25392,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -22707,25 +25407,30 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -22736,12 +25441,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -22750,15 +25457,18 @@ description: Result of parsing clock.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -22771,6 +25481,7 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile010", "start": 0, "type": "Identifier" @@ -22782,6 +25493,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -22792,6 +25504,7 @@ description: Result of parsing clock.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -22804,6 +25517,7 @@ description: Result of parsing clock.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -22815,6 +25529,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -22825,6 +25540,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "diameter", "start": 0, "type": "Identifier" @@ -22832,6 +25548,7 @@ description: Result of parsing clock.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -22847,9 +25564,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -22860,6 +25579,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -22867,9 +25587,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch006", "start": 0, "type": "Identifier" @@ -22880,11 +25602,13 @@ description: Result of parsing clock.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -22901,6 +25625,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -22909,9 +25634,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile010", "start": 0, "type": "Identifier" @@ -22927,9 +25654,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -22940,6 +25669,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -22947,9 +25677,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile009", "start": 0, "type": "Identifier" @@ -22967,6 +25699,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -22974,6 +25707,7 @@ description: Result of parsing clock.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -22989,9 +25723,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -23002,12 +25738,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -23020,6 +25758,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -23027,6 +25766,7 @@ description: Result of parsing clock.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"#404040\"", "start": 0, "type": "Literal", @@ -23039,9 +25779,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "appearance", "start": 0, "type": "Identifier" @@ -23052,12 +25794,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -23066,12 +25810,14 @@ description: Result of parsing clock.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23088,6 +25834,7 @@ description: Result of parsing clock.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -23100,6 +25847,7 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "screwHeadDiameter", "start": 0, "type": "Identifier" @@ -23107,6 +25855,7 @@ description: Result of parsing clock.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "9.53", "start": 0, "type": "Literal", @@ -23116,11 +25865,13 @@ description: Result of parsing clock.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -23133,6 +25884,7 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "screwTolerance", "start": 0, "type": "Identifier" @@ -23140,6 +25892,7 @@ description: Result of parsing clock.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".5", "start": 0, "type": "Literal", @@ -23149,11 +25902,13 @@ description: Result of parsing clock.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -23166,6 +25921,7 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slotWidth", "start": 0, "type": "Identifier" @@ -23180,9 +25936,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "screwHeadDiameter", "start": 0, "type": "Identifier" @@ -23192,14 +25950,17 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "screwTolerance", "start": 0, "type": "Identifier" @@ -23213,10 +25974,12 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -23230,11 +25993,13 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -23247,6 +26012,7 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slotLength", "start": 0, "type": "Identifier" @@ -23254,6 +26020,7 @@ description: Result of parsing clock.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "40", "start": 0, "type": "Literal", @@ -23263,11 +26030,13 @@ description: Result of parsing clock.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -23280,6 +26049,7 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003", "start": 0, "type": "Identifier" @@ -23291,6 +26061,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -23299,9 +26070,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "START", "start": 0, "type": "Identifier" @@ -23317,9 +26090,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -23330,6 +26105,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -23337,9 +26113,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clockBody", "start": 0, "type": "Identifier" @@ -23350,11 +26128,13 @@ description: Result of parsing clock.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -23372,6 +26152,7 @@ description: Result of parsing clock.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile004", "start": 0, "type": "Identifier" @@ -23385,6 +26166,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -23400,9 +26182,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slotWidth", "start": 0, "type": "Identifier" @@ -23414,15 +26198,18 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -23439,6 +26226,7 @@ description: Result of parsing clock.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "200", "start": 0, "type": "Literal", @@ -23450,6 +26238,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -23460,9 +26249,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -23473,6 +26264,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -23480,9 +26272,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003", "start": 0, "type": "Identifier" @@ -23500,6 +26294,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -23509,9 +26304,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slotLength", "start": 0, "type": "Identifier" @@ -23523,6 +26320,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -23534,9 +26332,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -23547,6 +26347,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -23559,6 +26360,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -23573,9 +26375,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "screwHeadDiameter", "start": 0, "type": "Identifier" @@ -23585,10 +26389,12 @@ description: Result of parsing clock.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -23602,14 +26408,17 @@ description: Result of parsing clock.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "screwTolerance", "start": 0, "type": "Identifier" @@ -23629,6 +26438,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -23636,6 +26446,7 @@ description: Result of parsing clock.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "120", "start": 0, "type": "Literal", @@ -23651,6 +26462,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -23658,6 +26470,7 @@ description: Result of parsing clock.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "420", "start": 0, "type": "Literal", @@ -23673,9 +26486,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -23686,12 +26501,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -23704,6 +26521,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -23712,9 +26530,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slotLength", "start": 0, "type": "Identifier" @@ -23730,9 +26550,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -23743,12 +26565,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -23761,6 +26585,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -23769,13 +26594,16 @@ description: Result of parsing clock.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -23786,25 +26614,30 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -23815,12 +26648,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -23828,6 +26663,7 @@ description: Result of parsing clock.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -23838,9 +26674,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -23851,19 +26689,23 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -23874,6 +26716,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -23886,6 +26729,7 @@ description: Result of parsing clock.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -23894,6 +26738,7 @@ description: Result of parsing clock.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -23905,6 +26750,7 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -23916,9 +26762,11 @@ description: Result of parsing clock.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -23929,12 +26777,14 @@ description: Result of parsing clock.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -23943,12 +26793,14 @@ description: Result of parsing clock.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "6": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23965,11 +26817,13 @@ description: Result of parsing clock.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -23977,12 +26831,14 @@ description: Result of parsing clock.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "21": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/clock/program_memory.snap b/rust/kcl-lib/tests/kcl_samples/clock/program_memory.snap index c89a537f9..5c88f91b0 100644 --- a/rust/kcl-lib/tests/kcl_samples/clock/program_memory.snap +++ b/rust/kcl-lib/tests/kcl_samples/clock/program_memory.snap @@ -27,6 +27,7 @@ description: Variables in memory after executing clock.kcl "tag": { "commentStart": 889, "end": 895, + "moduleId": 0, "start": 889, "type": "TagDeclarator", "value": "seg02" @@ -40,6 +41,7 @@ description: Variables in memory after executing clock.kcl "tag": { "commentStart": 968, "end": 980, + "moduleId": 0, "start": 968, "type": "TagDeclarator", "value": "capStart001" @@ -69,6 +71,7 @@ description: Variables in memory after executing clock.kcl "tag": { "commentStart": 889, "end": 895, + "moduleId": 0, "start": 889, "type": "TagDeclarator", "value": "seg02" @@ -235,6 +238,7 @@ description: Variables in memory after executing clock.kcl "tag": { "commentStart": 1312, "end": 1318, + "moduleId": 0, "start": 1312, "type": "TagDeclarator", "value": "seg01" @@ -248,6 +252,7 @@ description: Variables in memory after executing clock.kcl "tag": { "commentStart": 1512, "end": 1522, + "moduleId": 0, "start": 1512, "type": "TagDeclarator", "value": "capEnd001" @@ -277,6 +282,7 @@ description: Variables in memory after executing clock.kcl "tag": { "commentStart": 1312, "end": 1318, + "moduleId": 0, "start": 1312, "type": "TagDeclarator", "value": "seg01" @@ -324,6 +330,7 @@ description: Variables in memory after executing clock.kcl "tag": { "commentStart": 889, "end": 895, + "moduleId": 0, "start": 889, "type": "TagDeclarator", "value": "seg02" @@ -337,6 +344,7 @@ description: Variables in memory after executing clock.kcl "tag": { "commentStart": 968, "end": 980, + "moduleId": 0, "start": 968, "type": "TagDeclarator", "value": "capStart001" @@ -366,6 +374,7 @@ description: Variables in memory after executing clock.kcl "tag": { "commentStart": 889, "end": 895, + "moduleId": 0, "start": 889, "type": "TagDeclarator", "value": "seg02" @@ -573,6 +582,7 @@ description: Variables in memory after executing clock.kcl "tag": { "commentStart": 889, "end": 895, + "moduleId": 0, "start": 889, "type": "TagDeclarator", "value": "seg02" @@ -586,6 +596,7 @@ description: Variables in memory after executing clock.kcl "tag": { "commentStart": 968, "end": 980, + "moduleId": 0, "start": 968, "type": "TagDeclarator", "value": "capStart001" @@ -615,6 +626,7 @@ description: Variables in memory after executing clock.kcl "tag": { "commentStart": 889, "end": 895, + "moduleId": 0, "start": 889, "type": "TagDeclarator", "value": "seg02" @@ -1841,6 +1853,7 @@ description: Variables in memory after executing clock.kcl "tag": { "commentStart": 889, "end": 895, + "moduleId": 0, "start": 889, "type": "TagDeclarator", "value": "seg02" @@ -1944,6 +1957,7 @@ description: Variables in memory after executing clock.kcl "tag": { "commentStart": 1312, "end": 1318, + "moduleId": 0, "start": 1312, "type": "TagDeclarator", "value": "seg01" @@ -1991,6 +2005,7 @@ description: Variables in memory after executing clock.kcl "tag": { "commentStart": 889, "end": 895, + "moduleId": 0, "start": 889, "type": "TagDeclarator", "value": "seg02" @@ -2004,6 +2019,7 @@ description: Variables in memory after executing clock.kcl "tag": { "commentStart": 968, "end": 980, + "moduleId": 0, "start": 968, "type": "TagDeclarator", "value": "capStart001" @@ -2033,6 +2049,7 @@ description: Variables in memory after executing clock.kcl "tag": { "commentStart": 889, "end": 895, + "moduleId": 0, "start": 889, "type": "TagDeclarator", "value": "seg02" @@ -2243,6 +2260,7 @@ description: Variables in memory after executing clock.kcl "tag": { "commentStart": 889, "end": 895, + "moduleId": 0, "start": 889, "type": "TagDeclarator", "value": "seg02" @@ -2256,6 +2274,7 @@ description: Variables in memory after executing clock.kcl "tag": { "commentStart": 968, "end": 980, + "moduleId": 0, "start": 968, "type": "TagDeclarator", "value": "capStart001" @@ -2285,6 +2304,7 @@ description: Variables in memory after executing clock.kcl "tag": { "commentStart": 889, "end": 895, + "moduleId": 0, "start": 889, "type": "TagDeclarator", "value": "seg02" @@ -2600,6 +2620,7 @@ description: Variables in memory after executing clock.kcl "tag": { "commentStart": 889, "end": 895, + "moduleId": 0, "start": 889, "type": "TagDeclarator", "value": "seg02" @@ -2613,6 +2634,7 @@ description: Variables in memory after executing clock.kcl "tag": { "commentStart": 968, "end": 980, + "moduleId": 0, "start": 968, "type": "TagDeclarator", "value": "capStart001" @@ -2642,6 +2664,7 @@ description: Variables in memory after executing clock.kcl "tag": { "commentStart": 889, "end": 895, + "moduleId": 0, "start": 889, "type": "TagDeclarator", "value": "seg02" @@ -2853,6 +2876,7 @@ description: Variables in memory after executing clock.kcl "tag": { "commentStart": 9962, "end": 9969, + "moduleId": 0, "start": 9962, "type": "TagDeclarator", "value": "seg004" @@ -2878,6 +2902,7 @@ description: Variables in memory after executing clock.kcl "tag": { "commentStart": 10158, "end": 10165, + "moduleId": 0, "start": 10158, "type": "TagDeclarator", "value": "seg002" @@ -3188,6 +3213,7 @@ description: Variables in memory after executing clock.kcl "tag": { "commentStart": 11501, "end": 11508, + "moduleId": 0, "start": 11501, "type": "TagDeclarator", "value": "seg003" @@ -3213,6 +3239,7 @@ description: Variables in memory after executing clock.kcl "tag": { "commentStart": 11705, "end": 11712, + "moduleId": 0, "start": 11705, "type": "TagDeclarator", "value": "seg005" @@ -3571,6 +3598,7 @@ description: Variables in memory after executing clock.kcl "tag": { "commentStart": 889, "end": 895, + "moduleId": 0, "start": 889, "type": "TagDeclarator", "value": "seg02" @@ -3584,6 +3612,7 @@ description: Variables in memory after executing clock.kcl "tag": { "commentStart": 968, "end": 980, + "moduleId": 0, "start": 968, "type": "TagDeclarator", "value": "capStart001" @@ -3613,6 +3642,7 @@ description: Variables in memory after executing clock.kcl "tag": { "commentStart": 889, "end": 895, + "moduleId": 0, "start": 889, "type": "TagDeclarator", "value": "seg02" diff --git a/rust/kcl-lib/tests/kcl_samples/cold-plate/ast.snap b/rust/kcl-lib/tests/kcl_samples/cold-plate/ast.snap index a7a20025a..b15bc57a6 100644 --- a/rust/kcl-lib/tests/kcl_samples/cold-plate/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/cold-plate/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing cold-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tubeDiameter", "start": 0, "type": "Identifier" @@ -23,6 +24,7 @@ description: Result of parsing cold-plate.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -32,10 +34,12 @@ description: Result of parsing cold-plate.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8", "start": 0, "type": "Literal", @@ -49,11 +53,13 @@ description: Result of parsing cold-plate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define parameters" ], @@ -69,6 +75,7 @@ description: Result of parsing cold-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -76,6 +83,7 @@ description: Result of parsing cold-plate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.080", "start": 0, "type": "Literal", @@ -85,11 +93,13 @@ description: Result of parsing cold-plate.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -102,6 +112,7 @@ description: Result of parsing cold-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bendRadius", "start": 0, "type": "Identifier" @@ -109,6 +120,7 @@ description: Result of parsing cold-plate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -118,11 +130,13 @@ description: Result of parsing cold-plate.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -135,6 +149,7 @@ description: Result of parsing cold-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "coldPlate", "start": 0, "type": "Identifier" @@ -142,13 +157,16 @@ description: Result of parsing cold-plate.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -159,6 +177,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -166,9 +185,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -186,6 +207,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -196,6 +218,7 @@ description: Result of parsing cold-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -212,9 +235,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tubeDiameter", "start": 0, "type": "Identifier" @@ -224,10 +249,12 @@ description: Result of parsing cold-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -243,6 +270,7 @@ description: Result of parsing cold-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -253,9 +281,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -266,6 +296,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -278,6 +309,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -289,9 +321,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bendRadius", "start": 0, "type": "Identifier" @@ -301,6 +335,7 @@ description: Result of parsing cold-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -309,9 +344,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tubeDiameter", "start": 0, "type": "Identifier" @@ -321,10 +358,12 @@ description: Result of parsing cold-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -348,9 +387,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -361,6 +402,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -373,6 +415,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -382,9 +425,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tubeDiameter", "start": 0, "type": "Identifier" @@ -396,6 +441,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -407,9 +453,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -420,6 +468,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -432,6 +481,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -439,6 +489,7 @@ description: Result of parsing cold-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -454,6 +505,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -465,9 +517,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tubeDiameter", "start": 0, "type": "Identifier" @@ -477,10 +531,12 @@ description: Result of parsing cold-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -500,9 +556,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -513,6 +571,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -525,6 +584,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -533,9 +593,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tubeDiameter", "start": 0, "type": "Identifier" @@ -551,9 +613,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -564,6 +628,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -576,6 +641,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -590,9 +656,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bendRadius", "start": 0, "type": "Identifier" @@ -602,10 +670,12 @@ description: Result of parsing cold-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -619,14 +689,17 @@ description: Result of parsing cold-plate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tubeDiameter", "start": 0, "type": "Identifier" @@ -646,6 +719,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -653,6 +727,7 @@ description: Result of parsing cold-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -664,9 +739,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -677,6 +754,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -689,6 +767,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -698,9 +777,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tubeDiameter", "start": 0, "type": "Identifier" @@ -712,6 +793,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -723,6 +805,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -730,6 +813,7 @@ description: Result of parsing cold-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -741,9 +825,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -754,6 +840,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -766,6 +853,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -773,6 +861,7 @@ description: Result of parsing cold-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -788,6 +877,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -799,9 +889,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tubeDiameter", "start": 0, "type": "Identifier" @@ -811,10 +903,12 @@ description: Result of parsing cold-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -834,9 +928,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -847,6 +943,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -859,6 +956,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -867,9 +965,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tubeDiameter", "start": 0, "type": "Identifier" @@ -885,6 +985,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -892,6 +993,7 @@ description: Result of parsing cold-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -903,9 +1005,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -916,6 +1020,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -928,6 +1033,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -939,9 +1045,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bendRadius", "start": 0, "type": "Identifier" @@ -951,6 +1059,7 @@ description: Result of parsing cold-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -959,9 +1068,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tubeDiameter", "start": 0, "type": "Identifier" @@ -971,10 +1082,12 @@ description: Result of parsing cold-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -998,9 +1111,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1011,6 +1126,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1023,6 +1139,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1031,6 +1148,7 @@ description: Result of parsing cold-plate.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "77", "start": 0, "type": "Literal", @@ -1042,6 +1160,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1053,6 +1172,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1064,9 +1184,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tubeDiameter", "start": 0, "type": "Identifier" @@ -1076,10 +1198,12 @@ description: Result of parsing cold-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -1099,9 +1223,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1112,6 +1238,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1124,6 +1251,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1131,6 +1259,7 @@ description: Result of parsing cold-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "77", "start": 0, "type": "Literal", @@ -1146,6 +1275,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1154,9 +1284,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tubeDiameter", "start": 0, "type": "Identifier" @@ -1172,6 +1304,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1179,6 +1312,7 @@ description: Result of parsing cold-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1190,9 +1324,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1203,6 +1339,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1215,18 +1352,22 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentToEnd", "start": 0, "type": "Identifier" @@ -1237,6 +1378,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1244,9 +1386,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -1263,6 +1407,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1270,6 +1415,7 @@ description: Result of parsing cold-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1285,9 +1431,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1298,6 +1446,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1310,6 +1459,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1317,6 +1467,7 @@ description: Result of parsing cold-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1332,9 +1483,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1345,6 +1498,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1357,6 +1511,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1364,6 +1519,7 @@ description: Result of parsing cold-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1379,9 +1535,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1392,6 +1550,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1404,6 +1563,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -1412,9 +1572,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "Y", "start": 0, "type": "Identifier" @@ -1430,9 +1592,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mirror2d", "start": 0, "type": "Identifier" @@ -1443,19 +1607,23 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1466,6 +1634,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1478,6 +1647,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1485,6 +1655,7 @@ description: Result of parsing cold-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -1500,6 +1671,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "symmetric", "start": 0, "type": "Identifier" @@ -1507,6 +1679,7 @@ description: Result of parsing cold-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -1519,9 +1692,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1532,6 +1707,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1540,12 +1716,14 @@ description: Result of parsing cold-plate.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "18": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1562,11 +1740,13 @@ description: Result of parsing cold-plate.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1584,6 +1764,7 @@ description: Result of parsing cold-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "copperTubePath", "start": 0, "type": "Identifier" @@ -1591,13 +1772,16 @@ description: Result of parsing cold-plate.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1608,6 +1792,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1618,6 +1803,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -1626,9 +1812,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tubeDiameter", "start": 0, "type": "Identifier" @@ -1644,9 +1832,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -1657,6 +1847,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1664,9 +1855,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -1685,6 +1878,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1696,6 +1890,7 @@ description: Result of parsing cold-plate.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7.35", "start": 0, "type": "Literal", @@ -1707,6 +1902,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1720,9 +1916,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bendRadius", "start": 0, "type": "Identifier" @@ -1734,15 +1932,18 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -1758,6 +1959,7 @@ description: Result of parsing cold-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1768,9 +1970,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1781,6 +1985,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1793,6 +1998,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1800,6 +2006,7 @@ description: Result of parsing cold-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "14.13", "start": 0, "type": "Literal", @@ -1815,6 +2022,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1822,6 +2030,7 @@ description: Result of parsing cold-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1833,9 +2042,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1846,6 +2057,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1858,6 +2070,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1865,6 +2078,7 @@ description: Result of parsing cold-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -1880,6 +2094,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1888,9 +2103,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bendRadius", "start": 0, "type": "Identifier" @@ -1906,6 +2123,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1913,6 +2131,7 @@ description: Result of parsing cold-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1924,9 +2143,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1937,6 +2158,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1949,18 +2171,22 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentToEnd", "start": 0, "type": "Identifier" @@ -1971,6 +2197,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1978,9 +2205,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -1997,6 +2226,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2004,6 +2234,7 @@ description: Result of parsing cold-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "13.02", "start": 0, "type": "Literal", @@ -2019,6 +2250,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -2026,6 +2258,7 @@ description: Result of parsing cold-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -2037,9 +2270,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -2050,6 +2285,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2062,6 +2298,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2070,6 +2307,7 @@ description: Result of parsing cold-plate.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -2081,6 +2319,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2092,6 +2331,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2100,9 +2340,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bendRadius", "start": 0, "type": "Identifier" @@ -2118,6 +2360,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -2125,6 +2368,7 @@ description: Result of parsing cold-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -2136,9 +2380,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -2149,6 +2395,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2161,18 +2408,22 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentToEnd", "start": 0, "type": "Identifier" @@ -2183,6 +2434,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2190,9 +2442,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg03", "start": 0, "type": "Identifier" @@ -2209,18 +2463,22 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -2231,6 +2489,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2238,9 +2497,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg06", "start": 0, "type": "Identifier" @@ -2257,9 +2518,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -2270,6 +2533,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2282,6 +2546,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2289,6 +2554,7 @@ description: Result of parsing cold-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -2304,6 +2570,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2312,9 +2579,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bendRadius", "start": 0, "type": "Identifier" @@ -2330,6 +2599,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -2337,6 +2607,7 @@ description: Result of parsing cold-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -2348,9 +2619,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -2361,6 +2634,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2373,18 +2647,22 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentToEnd", "start": 0, "type": "Identifier" @@ -2395,6 +2673,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2402,9 +2681,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg04", "start": 0, "type": "Identifier" @@ -2421,18 +2702,22 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -2443,6 +2728,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2450,9 +2736,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg05", "start": 0, "type": "Identifier" @@ -2469,9 +2757,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -2482,6 +2772,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2490,12 +2781,14 @@ description: Result of parsing cold-plate.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "8": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2512,11 +2805,13 @@ description: Result of parsing cold-plate.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2529,6 +2824,7 @@ description: Result of parsing cold-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tubeWall", "start": 0, "type": "Identifier" @@ -2536,13 +2832,16 @@ description: Result of parsing cold-plate.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2553,6 +2852,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2563,6 +2863,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -2571,6 +2872,7 @@ description: Result of parsing cold-plate.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7.35", "start": 0, "type": "Literal", @@ -2582,6 +2884,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2593,9 +2896,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -2606,6 +2911,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2613,9 +2919,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -2634,6 +2942,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -2649,9 +2958,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bendRadius", "start": 0, "type": "Identifier" @@ -2663,15 +2974,18 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -2689,9 +3003,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tubeDiameter", "start": 0, "type": "Identifier" @@ -2703,6 +3019,7 @@ description: Result of parsing cold-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2713,6 +3030,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2724,9 +3042,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tubeDiameter", "start": 0, "type": "Identifier" @@ -2736,10 +3056,12 @@ description: Result of parsing cold-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2759,9 +3081,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -2772,6 +3096,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2784,6 +3109,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -2795,6 +3121,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -2810,9 +3137,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bendRadius", "start": 0, "type": "Identifier" @@ -2824,15 +3153,18 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -2850,9 +3182,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tubeDiameter", "start": 0, "type": "Identifier" @@ -2864,6 +3198,7 @@ description: Result of parsing cold-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2874,6 +3209,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2888,9 +3224,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tubeDiameter", "start": 0, "type": "Identifier" @@ -2900,10 +3238,12 @@ description: Result of parsing cold-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2917,14 +3257,17 @@ description: Result of parsing cold-plate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -2944,9 +3287,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -2957,6 +3302,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2968,9 +3314,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -2981,12 +3329,14 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2999,6 +3349,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "path", "start": 0, "type": "Identifier" @@ -3007,9 +3358,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "copperTubePath", "start": 0, "type": "Identifier" @@ -3025,9 +3378,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sweep", "start": 0, "type": "Identifier" @@ -3038,6 +3393,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3050,6 +3406,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -3057,6 +3414,7 @@ description: Result of parsing cold-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"#b81b0a\"", "start": 0, "type": "Literal", @@ -3069,9 +3427,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "appearance", "start": 0, "type": "Identifier" @@ -3082,6 +3442,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3090,12 +3451,14 @@ description: Result of parsing cold-plate.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "4": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3112,11 +3475,13 @@ description: Result of parsing cold-plate.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3129,6 +3494,7 @@ description: Result of parsing cold-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "brazedCap", "start": 0, "type": "Identifier" @@ -3136,13 +3502,16 @@ description: Result of parsing cold-plate.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -3153,6 +3522,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3160,9 +3530,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -3180,18 +3552,22 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEnd", "start": 0, "type": "Identifier" @@ -3202,6 +3578,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3209,9 +3586,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg07", "start": 0, "type": "Identifier" @@ -3228,9 +3607,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -3241,6 +3622,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3253,6 +3635,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "interiorAbsolute", "start": 0, "type": "Identifier" @@ -3267,9 +3650,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bendRadius", "start": 0, "type": "Identifier" @@ -3279,10 +3664,12 @@ description: Result of parsing cold-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -3303,9 +3690,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tubeDiameter", "start": 0, "type": "Identifier" @@ -3315,10 +3704,12 @@ description: Result of parsing cold-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.85", "start": 0, "type": "Literal", @@ -3334,6 +3725,7 @@ description: Result of parsing cold-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3344,18 +3736,22 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEnd", "start": 0, "type": "Identifier" @@ -3366,6 +3762,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3373,9 +3770,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg08", "start": 0, "type": "Identifier" @@ -3392,9 +3791,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -3405,6 +3806,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3417,18 +3819,22 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segStartY", "start": 0, "type": "Identifier" @@ -3439,6 +3845,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3446,9 +3853,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg08", "start": 0, "type": "Identifier" @@ -3465,9 +3874,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -3478,6 +3889,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3490,6 +3902,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "interiorAbsolute", "start": 0, "type": "Identifier" @@ -3504,9 +3917,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bendRadius", "start": 0, "type": "Identifier" @@ -3516,10 +3931,12 @@ description: Result of parsing cold-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -3537,13 +3954,16 @@ description: Result of parsing cold-plate.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndY", "start": 0, "type": "Identifier" @@ -3554,6 +3974,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3561,9 +3982,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg09", "start": 0, "type": "Identifier" @@ -3574,6 +3997,7 @@ description: Result of parsing cold-plate.kcl "type": "Name" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -3582,9 +4006,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tubeDiameter", "start": 0, "type": "Identifier" @@ -3594,10 +4020,12 @@ description: Result of parsing cold-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3617,6 +4045,7 @@ description: Result of parsing cold-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3627,18 +4056,22 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEnd", "start": 0, "type": "Identifier" @@ -3649,6 +4082,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3656,9 +4090,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg09", "start": 0, "type": "Identifier" @@ -3675,9 +4111,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -3688,6 +4126,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3700,6 +4139,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3708,13 +4148,16 @@ description: Result of parsing cold-plate.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -3725,25 +4168,30 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -3754,12 +4202,14 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3767,6 +4217,7 @@ description: Result of parsing cold-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3777,9 +4228,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3790,19 +4243,23 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -3813,6 +4270,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3825,6 +4283,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3832,6 +4291,7 @@ description: Result of parsing cold-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -3847,6 +4307,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "symmetric", "start": 0, "type": "Identifier" @@ -3854,6 +4315,7 @@ description: Result of parsing cold-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -3866,9 +4328,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -3879,6 +4343,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3891,6 +4356,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -3898,6 +4364,7 @@ description: Result of parsing cold-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -3913,6 +4380,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -3924,9 +4392,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bendRadius", "start": 0, "type": "Identifier" @@ -3936,10 +4406,12 @@ description: Result of parsing cold-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3959,6 +4431,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -3969,6 +4442,7 @@ description: Result of parsing cold-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3982,6 +4456,7 @@ description: Result of parsing cold-plate.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -3993,6 +4468,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4001,6 +4477,7 @@ description: Result of parsing cold-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4012,6 +4489,7 @@ description: Result of parsing cold-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4022,9 +4500,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -4035,6 +4515,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4047,6 +4528,7 @@ description: Result of parsing cold-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -4054,6 +4536,7 @@ description: Result of parsing cold-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"#6b261e\"", "start": 0, "type": "Literal", @@ -4066,9 +4549,11 @@ description: Result of parsing cold-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "appearance", "start": 0, "type": "Identifier" @@ -4079,6 +4564,7 @@ description: Result of parsing cold-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4087,15 +4573,18 @@ description: Result of parsing cold-plate.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4107,9 +4596,11 @@ description: Result of parsing cold-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -4128,19 +4619,23 @@ description: Result of parsing cold-plate.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -4156,12 +4651,14 @@ description: Result of parsing cold-plate.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": {}, "startNodes": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/cold-plate/program_memory.snap b/rust/kcl-lib/tests/kcl_samples/cold-plate/program_memory.snap index 4465022f6..19b3f2ce8 100644 --- a/rust/kcl-lib/tests/kcl_samples/cold-plate/program_memory.snap +++ b/rust/kcl-lib/tests/kcl_samples/cold-plate/program_memory.snap @@ -1017,6 +1017,7 @@ description: Variables in memory after executing cold-plate.kcl "tag": { "commentStart": 856, "end": 862, + "moduleId": 0, "start": 856, "type": "TagDeclarator", "value": "seg07" @@ -1042,6 +1043,7 @@ description: Variables in memory after executing cold-plate.kcl "tag": { "commentStart": 905, "end": 911, + "moduleId": 0, "start": 905, "type": "TagDeclarator", "value": "seg09" @@ -1091,6 +1093,7 @@ description: Variables in memory after executing cold-plate.kcl "tag": { "commentStart": 1012, "end": 1018, + "moduleId": 0, "start": 1012, "type": "TagDeclarator", "value": "seg08" @@ -1159,6 +1162,7 @@ description: Variables in memory after executing cold-plate.kcl "tag": { "commentStart": 1189, "end": 1195, + "moduleId": 0, "start": 1189, "type": "TagDeclarator", "value": "seg01" @@ -1348,6 +1352,7 @@ description: Variables in memory after executing cold-plate.kcl "tag": { "commentStart": 1594, "end": 1600, + "moduleId": 0, "start": 1594, "type": "TagDeclarator", "value": "seg05" @@ -1378,6 +1383,7 @@ description: Variables in memory after executing cold-plate.kcl "tag": { "commentStart": 1661, "end": 1667, + "moduleId": 0, "start": 1661, "type": "TagDeclarator", "value": "seg02" @@ -1403,6 +1409,7 @@ description: Variables in memory after executing cold-plate.kcl "tag": { "commentStart": 1736, "end": 1742, + "moduleId": 0, "start": 1736, "type": "TagDeclarator", "value": "seg06" @@ -1433,6 +1440,7 @@ description: Variables in memory after executing cold-plate.kcl "tag": { "commentStart": 1804, "end": 1810, + "moduleId": 0, "start": 1804, "type": "TagDeclarator", "value": "seg03" @@ -1482,6 +1490,7 @@ description: Variables in memory after executing cold-plate.kcl "tag": { "commentStart": 1940, "end": 1946, + "moduleId": 0, "start": 1940, "type": "TagDeclarator", "value": "seg04" diff --git a/rust/kcl-lib/tests/kcl_samples/color-cube/ast.snap b/rust/kcl-lib/tests/kcl_samples/color-cube/ast.snap index 554422f8a..7cb62b8ac 100644 --- a/rust/kcl-lib/tests/kcl_samples/color-cube/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/color-cube/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing color-cube.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing color-cube.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "100", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing color-cube.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Parameters referenced in drawRectangle" ], @@ -49,6 +53,7 @@ description: Result of parsing color-cube.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "halfSize", "start": 0, "type": "Identifier" @@ -60,9 +65,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size", "start": 0, "type": "Identifier" @@ -72,10 +79,12 @@ description: Result of parsing color-cube.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -89,11 +98,13 @@ description: Result of parsing color-cube.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -106,6 +117,7 @@ description: Result of parsing color-cube.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrudeLength", "start": 0, "type": "Identifier" @@ -113,6 +125,7 @@ description: Result of parsing color-cube.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -122,11 +135,13 @@ description: Result of parsing color-cube.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -139,6 +154,7 @@ description: Result of parsing color-cube.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "metalConstant", "start": 0, "type": "Identifier" @@ -146,6 +162,7 @@ description: Result of parsing color-cube.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "50", "start": 0, "type": "Literal", @@ -155,11 +172,13 @@ description: Result of parsing color-cube.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -172,6 +191,7 @@ description: Result of parsing color-cube.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "roughnessConstant", "start": 0, "type": "Identifier" @@ -179,6 +199,7 @@ description: Result of parsing color-cube.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "50", "start": 0, "type": "Literal", @@ -188,11 +209,13 @@ description: Result of parsing color-cube.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -205,6 +228,7 @@ description: Result of parsing color-cube.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bluePlane", "start": 0, "type": "Identifier" @@ -216,6 +240,7 @@ description: Result of parsing color-cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -224,9 +249,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "halfSize", "start": 0, "type": "Identifier" @@ -242,9 +269,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -255,6 +284,7 @@ description: Result of parsing color-cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -262,9 +292,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -275,11 +307,13 @@ description: Result of parsing color-cube.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -297,6 +331,7 @@ description: Result of parsing color-cube.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yellowPlane", "start": 0, "type": "Identifier" @@ -308,6 +343,7 @@ description: Result of parsing color-cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -317,9 +353,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "halfSize", "start": 0, "type": "Identifier" @@ -331,6 +369,7 @@ description: Result of parsing color-cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -342,9 +381,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -355,6 +396,7 @@ description: Result of parsing color-cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -362,9 +404,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -375,11 +419,13 @@ description: Result of parsing color-cube.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -392,6 +438,7 @@ description: Result of parsing color-cube.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "greenPlane", "start": 0, "type": "Identifier" @@ -403,6 +450,7 @@ description: Result of parsing color-cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -412,9 +460,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "halfSize", "start": 0, "type": "Identifier" @@ -426,6 +476,7 @@ description: Result of parsing color-cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -437,9 +488,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -450,6 +503,7 @@ description: Result of parsing color-cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -457,9 +511,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -470,11 +526,13 @@ description: Result of parsing color-cube.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -487,6 +545,7 @@ description: Result of parsing color-cube.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "purplePlane", "start": 0, "type": "Identifier" @@ -498,6 +557,7 @@ description: Result of parsing color-cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -507,9 +567,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "halfSize", "start": 0, "type": "Identifier" @@ -521,6 +583,7 @@ description: Result of parsing color-cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -532,9 +595,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -545,6 +610,7 @@ description: Result of parsing color-cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -553,9 +619,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -567,17 +635,20 @@ description: Result of parsing color-cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -590,6 +661,7 @@ description: Result of parsing color-cube.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "redPlane", "start": 0, "type": "Identifier" @@ -601,6 +673,7 @@ description: Result of parsing color-cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -612,9 +685,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "halfSize", "start": 0, "type": "Identifier" @@ -624,14 +699,17 @@ description: Result of parsing color-cube.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrudeLength", "start": 0, "type": "Identifier" @@ -651,9 +729,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -664,6 +744,7 @@ description: Result of parsing color-cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -671,9 +752,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -684,11 +767,13 @@ description: Result of parsing color-cube.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -701,6 +786,7 @@ description: Result of parsing color-cube.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tealPlane", "start": 0, "type": "Identifier" @@ -712,6 +798,7 @@ description: Result of parsing color-cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -721,9 +808,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "halfSize", "start": 0, "type": "Identifier" @@ -735,6 +824,7 @@ description: Result of parsing color-cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -746,9 +836,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -759,6 +851,7 @@ description: Result of parsing color-cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -766,9 +859,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -779,11 +874,13 @@ description: Result of parsing color-cube.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -796,6 +893,7 @@ description: Result of parsing color-cube.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketchRectangle", "start": 0, "type": "Identifier" @@ -810,9 +908,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile", "start": 0, "type": "Identifier" @@ -829,6 +929,7 @@ description: Result of parsing color-cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -841,9 +942,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "halfSize", "start": 0, "type": "Identifier" @@ -855,6 +958,7 @@ description: Result of parsing color-cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -864,9 +968,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "halfSize", "start": 0, "type": "Identifier" @@ -878,6 +984,7 @@ description: Result of parsing color-cube.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -888,9 +995,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -901,6 +1010,7 @@ description: Result of parsing color-cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -913,6 +1023,7 @@ description: Result of parsing color-cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -920,6 +1031,7 @@ description: Result of parsing color-cube.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -935,6 +1047,7 @@ description: Result of parsing color-cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -943,9 +1056,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size", "start": 0, "type": "Identifier" @@ -961,6 +1076,7 @@ description: Result of parsing color-cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -968,6 +1084,7 @@ description: Result of parsing color-cube.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -979,9 +1096,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -992,6 +1111,7 @@ description: Result of parsing color-cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1004,6 +1124,7 @@ description: Result of parsing color-cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1012,13 +1133,16 @@ description: Result of parsing color-cube.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -1029,6 +1153,7 @@ description: Result of parsing color-cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1036,9 +1161,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -1049,10 +1176,12 @@ description: Result of parsing color-cube.kcl "type": "Name" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -1072,6 +1201,7 @@ description: Result of parsing color-cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1080,9 +1210,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size", "start": 0, "type": "Identifier" @@ -1098,6 +1230,7 @@ description: Result of parsing color-cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1105,6 +1238,7 @@ description: Result of parsing color-cube.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1116,9 +1250,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1129,6 +1265,7 @@ description: Result of parsing color-cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1141,18 +1278,22 @@ description: Result of parsing color-cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -1163,6 +1304,7 @@ description: Result of parsing color-cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1170,9 +1312,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -1189,19 +1333,23 @@ description: Result of parsing color-cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -1212,6 +1360,7 @@ description: Result of parsing color-cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1219,9 +1368,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -1234,6 +1385,7 @@ description: Result of parsing color-cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1245,6 +1397,7 @@ description: Result of parsing color-cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1252,6 +1405,7 @@ description: Result of parsing color-cube.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1263,9 +1417,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1276,6 +1432,7 @@ description: Result of parsing color-cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1288,6 +1445,7 @@ description: Result of parsing color-cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1296,13 +1454,16 @@ description: Result of parsing color-cube.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -1313,25 +1474,30 @@ description: Result of parsing color-cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -1342,12 +1508,14 @@ description: Result of parsing color-cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1355,6 +1523,7 @@ description: Result of parsing color-cube.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1365,9 +1534,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1378,19 +1549,23 @@ description: Result of parsing color-cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1401,6 +1576,7 @@ description: Result of parsing color-cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1413,6 +1589,7 @@ description: Result of parsing color-cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1421,9 +1598,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrudeLength", "start": 0, "type": "Identifier" @@ -1439,9 +1618,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1452,6 +1633,7 @@ description: Result of parsing color-cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1464,6 +1646,7 @@ description: Result of parsing color-cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -1472,9 +1655,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -1490,6 +1675,7 @@ description: Result of parsing color-cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "metalness", "start": 0, "type": "Identifier" @@ -1498,9 +1684,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "metalConstant", "start": 0, "type": "Identifier" @@ -1516,6 +1704,7 @@ description: Result of parsing color-cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "roughness", "start": 0, "type": "Identifier" @@ -1524,9 +1713,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "roughnessConstant", "start": 0, "type": "Identifier" @@ -1542,9 +1733,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "appearance", "start": 0, "type": "Identifier" @@ -1555,6 +1748,7 @@ description: Result of parsing color-cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1563,12 +1757,14 @@ description: Result of parsing color-cube.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -1576,16 +1772,19 @@ description: Result of parsing color-cube.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile", "start": 0, "type": "Identifier" @@ -1596,6 +1795,7 @@ description: Result of parsing color-cube.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -1606,11 +1806,13 @@ description: Result of parsing color-cube.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "", "", @@ -1630,6 +1832,7 @@ description: Result of parsing color-cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile", "start": 0, "type": "Identifier" @@ -1638,9 +1841,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bluePlane", "start": 0, "type": "Identifier" @@ -1656,6 +1861,7 @@ description: Result of parsing color-cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -1663,6 +1869,7 @@ description: Result of parsing color-cube.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "'#0000FF'", "start": 0, "type": "Literal", @@ -1675,9 +1882,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketchRectangle", "start": 0, "type": "Identifier" @@ -1688,11 +1897,13 @@ description: Result of parsing color-cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "preComments": [ "", "", @@ -1712,6 +1923,7 @@ description: Result of parsing color-cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile", "start": 0, "type": "Identifier" @@ -1720,9 +1932,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yellowPlane", "start": 0, "type": "Identifier" @@ -1738,6 +1952,7 @@ description: Result of parsing color-cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -1745,6 +1960,7 @@ description: Result of parsing color-cube.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "'#FFFF00'", "start": 0, "type": "Literal", @@ -1757,9 +1973,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketchRectangle", "start": 0, "type": "Identifier" @@ -1770,11 +1988,13 @@ description: Result of parsing color-cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -1789,6 +2009,7 @@ description: Result of parsing color-cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile", "start": 0, "type": "Identifier" @@ -1797,9 +2018,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "greenPlane", "start": 0, "type": "Identifier" @@ -1815,6 +2038,7 @@ description: Result of parsing color-cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -1822,6 +2046,7 @@ description: Result of parsing color-cube.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "'#00FF00'", "start": 0, "type": "Literal", @@ -1834,9 +2059,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketchRectangle", "start": 0, "type": "Identifier" @@ -1847,11 +2074,13 @@ description: Result of parsing color-cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -1866,6 +2095,7 @@ description: Result of parsing color-cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile", "start": 0, "type": "Identifier" @@ -1874,9 +2104,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "redPlane", "start": 0, "type": "Identifier" @@ -1892,6 +2124,7 @@ description: Result of parsing color-cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -1899,6 +2132,7 @@ description: Result of parsing color-cube.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "'#FF0000'", "start": 0, "type": "Literal", @@ -1911,9 +2145,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketchRectangle", "start": 0, "type": "Identifier" @@ -1924,11 +2160,13 @@ description: Result of parsing color-cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -1943,6 +2181,7 @@ description: Result of parsing color-cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile", "start": 0, "type": "Identifier" @@ -1951,9 +2190,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tealPlane", "start": 0, "type": "Identifier" @@ -1969,6 +2210,7 @@ description: Result of parsing color-cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -1976,6 +2218,7 @@ description: Result of parsing color-cube.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "'#00FFFF'", "start": 0, "type": "Literal", @@ -1988,9 +2231,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketchRectangle", "start": 0, "type": "Identifier" @@ -2001,11 +2246,13 @@ description: Result of parsing color-cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -2020,6 +2267,7 @@ description: Result of parsing color-cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile", "start": 0, "type": "Identifier" @@ -2028,9 +2276,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "purplePlane", "start": 0, "type": "Identifier" @@ -2046,6 +2296,7 @@ description: Result of parsing color-cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -2053,6 +2304,7 @@ description: Result of parsing color-cube.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "'#FF00FF'", "start": 0, "type": "Literal", @@ -2065,9 +2317,11 @@ description: Result of parsing color-cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketchRectangle", "start": 0, "type": "Identifier" @@ -2078,11 +2332,13 @@ description: Result of parsing color-cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -2094,9 +2350,11 @@ description: Result of parsing color-cube.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -2115,19 +2373,23 @@ description: Result of parsing color-cube.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -2144,15 +2406,18 @@ description: Result of parsing color-cube.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -2168,12 +2433,14 @@ description: Result of parsing color-cube.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": {}, "startNodes": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/counterdrilled-weldment/ast.snap b/rust/kcl-lib/tests/kcl_samples/counterdrilled-weldment/ast.snap index 8d89235fb..f6fc8571f 100644 --- a/rust/kcl-lib/tests/kcl_samples/counterdrilled-weldment/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/counterdrilled-weldment/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing counterdrilled-weldment.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltSpacingX", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing counterdrilled-weldment.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing counterdrilled-weldment.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define parameters" ], @@ -49,6 +53,7 @@ description: Result of parsing counterdrilled-weldment.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltSpacingY", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing counterdrilled-weldment.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing counterdrilled-weldment.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing counterdrilled-weldment.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltDiameter", "start": 0, "type": "Identifier" @@ -92,6 +101,7 @@ description: Result of parsing counterdrilled-weldment.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -101,10 +111,12 @@ description: Result of parsing counterdrilled-weldment.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -118,11 +130,13 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -135,6 +149,7 @@ description: Result of parsing counterdrilled-weldment.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "counterdrillDiameter", "start": 0, "type": "Identifier" @@ -145,6 +160,7 @@ description: Result of parsing counterdrilled-weldment.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7", "start": 0, "type": "Literal", @@ -154,10 +170,12 @@ description: Result of parsing counterdrilled-weldment.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "16", "start": 0, "type": "Literal", @@ -171,11 +189,13 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -188,6 +208,7 @@ description: Result of parsing counterdrilled-weldment.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "counterdrillDepth", "start": 0, "type": "Identifier" @@ -198,6 +219,7 @@ description: Result of parsing counterdrilled-weldment.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -207,10 +229,12 @@ description: Result of parsing counterdrilled-weldment.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "16", "start": 0, "type": "Literal", @@ -224,11 +248,13 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -241,6 +267,7 @@ description: Result of parsing counterdrilled-weldment.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tubeInnerDiameter", "start": 0, "type": "Identifier" @@ -251,6 +278,7 @@ description: Result of parsing counterdrilled-weldment.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -260,6 +288,7 @@ description: Result of parsing counterdrilled-weldment.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -267,6 +296,7 @@ description: Result of parsing counterdrilled-weldment.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -276,10 +306,12 @@ description: Result of parsing counterdrilled-weldment.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -297,11 +329,13 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -314,6 +348,7 @@ description: Result of parsing counterdrilled-weldment.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tubeThickness", "start": 0, "type": "Identifier" @@ -321,6 +356,7 @@ description: Result of parsing counterdrilled-weldment.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.115", "start": 0, "type": "Literal", @@ -330,11 +366,13 @@ description: Result of parsing counterdrilled-weldment.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -347,6 +385,7 @@ description: Result of parsing counterdrilled-weldment.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tubeHeight", "start": 0, "type": "Identifier" @@ -354,6 +393,7 @@ description: Result of parsing counterdrilled-weldment.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -363,11 +403,13 @@ description: Result of parsing counterdrilled-weldment.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -380,6 +422,7 @@ description: Result of parsing counterdrilled-weldment.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stockThickness", "start": 0, "type": "Identifier" @@ -387,6 +430,7 @@ description: Result of parsing counterdrilled-weldment.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".5", "start": 0, "type": "Literal", @@ -396,11 +440,13 @@ description: Result of parsing counterdrilled-weldment.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -413,6 +459,7 @@ description: Result of parsing counterdrilled-weldment.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockLength", "start": 0, "type": "Identifier" @@ -424,9 +471,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltSpacingX", "start": 0, "type": "Identifier" @@ -436,6 +485,7 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -444,9 +494,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltDiameter", "start": 0, "type": "Identifier" @@ -456,10 +508,12 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -477,11 +531,13 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -499,6 +555,7 @@ description: Result of parsing counterdrilled-weldment.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockWidth", "start": 0, "type": "Identifier" @@ -510,9 +567,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltSpacingY", "start": 0, "type": "Identifier" @@ -522,6 +581,7 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -530,9 +590,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltDiameter", "start": 0, "type": "Identifier" @@ -542,10 +604,12 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -563,11 +627,13 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -580,6 +646,7 @@ description: Result of parsing counterdrilled-weldment.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateSketch", "start": 0, "type": "Identifier" @@ -587,13 +654,16 @@ description: Result of parsing counterdrilled-weldment.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -604,6 +674,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -611,9 +682,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -631,6 +704,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -646,9 +720,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockLength", "start": 0, "type": "Identifier" @@ -660,15 +736,18 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -690,9 +769,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockWidth", "start": 0, "type": "Identifier" @@ -704,15 +785,18 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -728,6 +812,7 @@ description: Result of parsing counterdrilled-weldment.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -738,9 +823,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -751,6 +838,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -763,6 +851,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -770,6 +859,7 @@ description: Result of parsing counterdrilled-weldment.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -785,6 +875,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -793,9 +884,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockLength", "start": 0, "type": "Identifier" @@ -811,6 +904,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -818,6 +912,7 @@ description: Result of parsing counterdrilled-weldment.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -829,9 +924,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -842,6 +939,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -854,6 +952,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -862,13 +961,16 @@ description: Result of parsing counterdrilled-weldment.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -879,6 +981,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -886,9 +989,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -899,10 +1004,12 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "Name" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -922,6 +1029,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -930,9 +1038,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockWidth", "start": 0, "type": "Identifier" @@ -948,6 +1058,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -955,6 +1066,7 @@ description: Result of parsing counterdrilled-weldment.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -966,9 +1078,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -979,6 +1093,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -991,18 +1106,22 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -1013,6 +1132,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1020,9 +1140,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -1039,19 +1161,23 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -1062,6 +1188,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1069,9 +1196,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -1084,6 +1213,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1095,6 +1225,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1102,6 +1233,7 @@ description: Result of parsing counterdrilled-weldment.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1113,9 +1245,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1126,6 +1260,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1138,6 +1273,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1146,13 +1282,16 @@ description: Result of parsing counterdrilled-weldment.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -1163,25 +1302,30 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -1192,12 +1336,14 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1205,6 +1351,7 @@ description: Result of parsing counterdrilled-weldment.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1215,6 +1362,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1222,6 +1370,7 @@ description: Result of parsing counterdrilled-weldment.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1233,9 +1382,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1246,19 +1397,23 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1269,6 +1424,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1281,6 +1437,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -1292,6 +1449,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1302,6 +1460,7 @@ description: Result of parsing counterdrilled-weldment.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1314,6 +1473,7 @@ description: Result of parsing counterdrilled-weldment.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1325,6 +1485,7 @@ description: Result of parsing counterdrilled-weldment.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1335,6 +1496,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1346,9 +1508,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tubeInnerDiameter", "start": 0, "type": "Identifier" @@ -1358,10 +1522,12 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1381,9 +1547,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1394,6 +1562,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1405,9 +1574,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -1418,6 +1589,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1426,15 +1598,18 @@ description: Result of parsing counterdrilled-weldment.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1452,6 +1627,7 @@ description: Result of parsing counterdrilled-weldment.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateBody", "start": 0, "type": "Identifier" @@ -1465,6 +1641,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1473,9 +1650,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stockThickness", "start": 0, "type": "Identifier" @@ -1491,9 +1670,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1504,6 +1685,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1511,9 +1693,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateSketch", "start": 0, "type": "Identifier" @@ -1531,6 +1715,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1542,9 +1727,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltDiameter", "start": 0, "type": "Identifier" @@ -1554,10 +1741,12 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1577,6 +1766,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -1585,13 +1775,16 @@ description: Result of parsing counterdrilled-weldment.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -1602,6 +1795,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1609,9 +1803,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentB001", "start": 0, "type": "Identifier" @@ -1623,13 +1819,16 @@ description: Result of parsing counterdrilled-weldment.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -1640,6 +1839,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1647,9 +1847,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -1661,13 +1863,16 @@ description: Result of parsing counterdrilled-weldment.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -1678,6 +1883,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1685,9 +1891,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentC001", "start": 0, "type": "Identifier" @@ -1699,13 +1907,16 @@ description: Result of parsing counterdrilled-weldment.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -1716,6 +1927,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1723,9 +1935,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentD001", "start": 0, "type": "Identifier" @@ -1738,6 +1952,7 @@ description: Result of parsing counterdrilled-weldment.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1748,9 +1963,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "chamfer", "start": 0, "type": "Identifier" @@ -1761,6 +1978,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1769,12 +1987,14 @@ description: Result of parsing counterdrilled-weldment.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1791,11 +2011,13 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1808,6 +2030,7 @@ description: Result of parsing counterdrilled-weldment.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holePositions", "start": 0, "type": "Identifier" @@ -1826,9 +2049,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltSpacingX", "start": 0, "type": "Identifier" @@ -1840,15 +2065,18 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1870,9 +2098,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltSpacingY", "start": 0, "type": "Identifier" @@ -1884,15 +2114,18 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1908,6 +2141,7 @@ description: Result of parsing counterdrilled-weldment.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1923,9 +2157,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltSpacingX", "start": 0, "type": "Identifier" @@ -1937,15 +2173,18 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1966,9 +2205,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltSpacingY", "start": 0, "type": "Identifier" @@ -1978,10 +2219,12 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1997,6 +2240,7 @@ description: Result of parsing counterdrilled-weldment.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2011,9 +2255,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltSpacingX", "start": 0, "type": "Identifier" @@ -2023,10 +2269,12 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2048,9 +2296,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltSpacingY", "start": 0, "type": "Identifier" @@ -2062,15 +2312,18 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2086,6 +2339,7 @@ description: Result of parsing counterdrilled-weldment.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2100,9 +2354,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltSpacingX", "start": 0, "type": "Identifier" @@ -2112,10 +2368,12 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2136,9 +2394,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltSpacingY", "start": 0, "type": "Identifier" @@ -2148,10 +2408,12 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2167,21 +2429,25 @@ description: Result of parsing counterdrilled-weldment.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2194,6 +2460,7 @@ description: Result of parsing counterdrilled-weldment.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "counterdrill", "start": 0, "type": "Identifier" @@ -2209,6 +2476,7 @@ description: Result of parsing counterdrilled-weldment.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cbdrill", "start": 0, "type": "Identifier" @@ -2222,6 +2490,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -2230,9 +2499,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -2248,9 +2519,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2261,6 +2534,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2268,9 +2542,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateBody", "start": 0, "type": "Identifier" @@ -2288,6 +2564,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -2296,9 +2573,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holePosition", "start": 0, "type": "Identifier" @@ -2314,6 +2593,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2325,9 +2605,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "counterdrillDiameter", "start": 0, "type": "Identifier" @@ -2337,10 +2619,12 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2360,9 +2644,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -2373,6 +2659,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2385,6 +2672,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2394,9 +2682,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "counterdrillDepth", "start": 0, "type": "Identifier" @@ -2408,6 +2698,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2419,9 +2710,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2432,6 +2725,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2440,15 +2734,18 @@ description: Result of parsing counterdrilled-weldment.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2461,6 +2758,7 @@ description: Result of parsing counterdrilled-weldment.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cbBolt", "start": 0, "type": "Identifier" @@ -2474,6 +2772,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -2482,9 +2781,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "START", "start": 0, "type": "Identifier" @@ -2500,9 +2801,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2513,6 +2816,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2520,9 +2824,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cbdrill", "start": 0, "type": "Identifier" @@ -2540,6 +2846,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -2548,9 +2855,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holePosition", "start": 0, "type": "Identifier" @@ -2566,6 +2875,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2577,9 +2887,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltDiameter", "start": 0, "type": "Identifier" @@ -2589,10 +2901,12 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2612,6 +2926,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -2619,6 +2934,7 @@ description: Result of parsing counterdrilled-weldment.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -2630,9 +2946,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -2643,6 +2961,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2655,6 +2974,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2667,9 +2987,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stockThickness", "start": 0, "type": "Identifier" @@ -2681,19 +3003,23 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "counterdrillDepth", "start": 0, "type": "Identifier" @@ -2713,9 +3039,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2726,6 +3054,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2738,6 +3067,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2755,9 +3085,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "counterdrillDiameter", "start": 0, "type": "Identifier" @@ -2767,14 +3099,17 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltDiameter", "start": 0, "type": "Identifier" @@ -2788,10 +3123,12 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2805,15 +3142,19 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sqrt", "start": 0, "type": "Identifier" @@ -2824,12 +3165,14 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2850,6 +3193,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -2861,9 +3205,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hole01", "start": 0, "type": "Identifier" @@ -2875,6 +3221,7 @@ description: Result of parsing counterdrilled-weldment.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2885,9 +3232,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "chamfer", "start": 0, "type": "Identifier" @@ -2898,6 +3247,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2906,12 +3256,14 @@ description: Result of parsing counterdrilled-weldment.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2928,11 +3280,13 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2941,6 +3295,7 @@ description: Result of parsing counterdrilled-weldment.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [], "start": 0, "type": "ObjectExpression", @@ -2948,6 +3303,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -2955,16 +3311,19 @@ description: Result of parsing counterdrilled-weldment.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holePosition", "start": 0, "type": "Identifier" @@ -2976,11 +3335,13 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "", "", @@ -3000,6 +3361,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -3008,9 +3370,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "counterdrill", "start": 0, "type": "Identifier" @@ -3026,9 +3390,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "map", "start": 0, "type": "Identifier" @@ -3039,6 +3405,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3046,9 +3413,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holePositions", "start": 0, "type": "Identifier" @@ -3059,6 +3428,7 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "Name" } }, + "moduleId": 0, "preComments": [ "", "", @@ -3076,6 +3446,7 @@ description: Result of parsing counterdrilled-weldment.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pinhole", "start": 0, "type": "Identifier" @@ -3083,13 +3454,16 @@ description: Result of parsing counterdrilled-weldment.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -3100,6 +3474,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3107,9 +3482,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -3127,6 +3504,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -3137,6 +3515,7 @@ description: Result of parsing counterdrilled-weldment.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3149,6 +3528,7 @@ description: Result of parsing counterdrilled-weldment.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.2", "start": 0, "type": "Literal", @@ -3160,6 +3540,7 @@ description: Result of parsing counterdrilled-weldment.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3170,6 +3551,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3177,6 +3559,7 @@ description: Result of parsing counterdrilled-weldment.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.125", "start": 0, "type": "Literal", @@ -3192,9 +3575,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -3205,6 +3590,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3217,6 +3603,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3225,6 +3612,7 @@ description: Result of parsing counterdrilled-weldment.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -3236,6 +3624,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3247,9 +3636,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -3260,6 +3651,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3268,12 +3660,14 @@ description: Result of parsing counterdrilled-weldment.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3290,11 +3684,13 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -3312,6 +3708,7 @@ description: Result of parsing counterdrilled-weldment.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "centralTube", "start": 0, "type": "Identifier" @@ -3319,13 +3716,16 @@ description: Result of parsing counterdrilled-weldment.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -3336,6 +3736,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3346,6 +3747,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -3354,9 +3756,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stockThickness", "start": 0, "type": "Identifier" @@ -3372,9 +3776,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -3385,6 +3791,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3392,9 +3799,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -3413,6 +3822,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -3423,6 +3833,7 @@ description: Result of parsing counterdrilled-weldment.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3435,6 +3846,7 @@ description: Result of parsing counterdrilled-weldment.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3446,6 +3858,7 @@ description: Result of parsing counterdrilled-weldment.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3456,6 +3869,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3470,9 +3884,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tubeInnerDiameter", "start": 0, "type": "Identifier" @@ -3482,10 +3898,12 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3499,14 +3917,17 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tubeThickness", "start": 0, "type": "Identifier" @@ -3526,9 +3947,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -3539,6 +3962,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3551,6 +3975,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -3562,6 +3987,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -3572,6 +3998,7 @@ description: Result of parsing counterdrilled-weldment.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3584,6 +4011,7 @@ description: Result of parsing counterdrilled-weldment.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3595,6 +4023,7 @@ description: Result of parsing counterdrilled-weldment.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3605,6 +4034,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3616,9 +4046,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tubeInnerDiameter", "start": 0, "type": "Identifier" @@ -3628,10 +4060,12 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3651,9 +4085,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -3664,6 +4100,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3675,9 +4112,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -3688,6 +4127,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3700,6 +4140,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3708,9 +4149,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tubeHeight", "start": 0, "type": "Identifier" @@ -3726,9 +4169,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -3739,6 +4184,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3751,6 +4197,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tools", "start": 0, "type": "Identifier" @@ -3762,9 +4209,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pinhole", "start": 0, "type": "Identifier" @@ -3776,6 +4225,7 @@ description: Result of parsing counterdrilled-weldment.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3786,9 +4236,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract", "start": 0, "type": "Identifier" @@ -3799,6 +4251,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3807,12 +4260,14 @@ description: Result of parsing counterdrilled-weldment.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "4": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3829,11 +4284,13 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3846,6 +4303,7 @@ description: Result of parsing counterdrilled-weldment.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fin", "start": 0, "type": "Identifier" @@ -3861,6 +4319,7 @@ description: Result of parsing counterdrilled-weldment.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "diagPlane", "start": 0, "type": "Identifier" @@ -3868,6 +4327,7 @@ description: Result of parsing counterdrilled-weldment.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -3875,10 +4335,12 @@ description: Result of parsing counterdrilled-weldment.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "origin", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -3887,6 +4349,7 @@ description: Result of parsing counterdrilled-weldment.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -3899,6 +4362,7 @@ description: Result of parsing counterdrilled-weldment.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -3911,6 +4375,7 @@ description: Result of parsing counterdrilled-weldment.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -3922,6 +4387,7 @@ description: Result of parsing counterdrilled-weldment.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3933,10 +4399,12 @@ description: Result of parsing counterdrilled-weldment.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -3952,9 +4420,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltSpacingX", "start": 0, "type": "Identifier" @@ -3964,10 +4434,12 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3981,14 +4453,17 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier" @@ -4009,9 +4484,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltSpacingY", "start": 0, "type": "Identifier" @@ -4021,10 +4498,12 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4041,6 +4520,7 @@ description: Result of parsing counterdrilled-weldment.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -4052,6 +4532,7 @@ description: Result of parsing counterdrilled-weldment.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4063,10 +4544,12 @@ description: Result of parsing counterdrilled-weldment.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -4075,6 +4558,7 @@ description: Result of parsing counterdrilled-weldment.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -4087,6 +4571,7 @@ description: Result of parsing counterdrilled-weldment.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -4099,6 +4584,7 @@ description: Result of parsing counterdrilled-weldment.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -4110,6 +4596,7 @@ description: Result of parsing counterdrilled-weldment.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4120,11 +4607,13 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "ObjectExpression", "type": "ObjectExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4137,6 +4626,7 @@ description: Result of parsing counterdrilled-weldment.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "finSketch", "start": 0, "type": "Identifier" @@ -4144,13 +4634,16 @@ description: Result of parsing counterdrilled-weldment.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -4161,6 +4654,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4168,9 +4662,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "diagPlane", "start": 0, "type": "Identifier" @@ -4188,6 +4684,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -4205,9 +4702,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tubeInnerDiameter", "start": 0, "type": "Identifier" @@ -4217,10 +4716,12 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4234,14 +4735,17 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tubeThickness", "start": 0, "type": "Identifier" @@ -4259,9 +4763,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stockThickness", "start": 0, "type": "Identifier" @@ -4273,6 +4779,7 @@ description: Result of parsing counterdrilled-weldment.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4283,9 +4790,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -4296,6 +4805,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4308,6 +4818,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -4316,13 +4827,16 @@ description: Result of parsing counterdrilled-weldment.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sqrt", "start": 0, "type": "Identifier" @@ -4333,6 +4847,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4349,9 +4864,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltSpacingX", "start": 0, "type": "Identifier" @@ -4361,10 +4878,12 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4378,10 +4897,12 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "^", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4395,6 +4916,7 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -4406,9 +4928,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltSpacingY", "start": 0, "type": "Identifier" @@ -4418,10 +4942,12 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4435,10 +4961,12 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "^", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4457,14 +4985,17 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "BinaryExpression" } }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "counterdrillDiameter", "start": 0, "type": "Identifier" @@ -4484,9 +5015,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -4497,6 +5030,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4509,6 +5043,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4516,6 +5051,7 @@ description: Result of parsing counterdrilled-weldment.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.15", "start": 0, "type": "Literal", @@ -4531,9 +5067,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -4544,6 +5082,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4556,6 +5095,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -4567,13 +5107,16 @@ description: Result of parsing counterdrilled-weldment.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -4584,21 +5127,25 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.15", "start": 0, "type": "Literal", @@ -4619,9 +5166,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stockThickness", "start": 0, "type": "Identifier" @@ -4631,6 +5180,7 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -4639,9 +5189,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tubeHeight", "start": 0, "type": "Identifier" @@ -4651,10 +5203,12 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".8", "start": 0, "type": "Literal", @@ -4674,6 +5228,7 @@ description: Result of parsing counterdrilled-weldment.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4684,9 +5239,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4697,6 +5254,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4709,6 +5267,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4717,6 +5276,7 @@ description: Result of parsing counterdrilled-weldment.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.15", "start": 0, "type": "Literal", @@ -4728,6 +5288,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4739,9 +5300,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -4752,6 +5315,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4764,6 +5328,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -4772,13 +5337,16 @@ description: Result of parsing counterdrilled-weldment.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -4789,25 +5357,30 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -4818,12 +5391,14 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -4831,6 +5406,7 @@ description: Result of parsing counterdrilled-weldment.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4841,9 +5417,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4854,19 +5432,23 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -4877,6 +5459,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4889,6 +5472,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4897,9 +5481,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tubeThickness", "start": 0, "type": "Identifier" @@ -4915,6 +5501,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "symmetric", "start": 0, "type": "Identifier" @@ -4922,6 +5509,7 @@ description: Result of parsing counterdrilled-weldment.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -4934,9 +5522,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -4947,6 +5537,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4955,12 +5546,14 @@ description: Result of parsing counterdrilled-weldment.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "8": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -4977,11 +5570,13 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4994,6 +5589,7 @@ description: Result of parsing counterdrilled-weldment.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "otherFin", "start": 0, "type": "Identifier" @@ -5005,6 +5601,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -5012,6 +5609,7 @@ description: Result of parsing counterdrilled-weldment.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5027,6 +5625,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -5037,6 +5636,7 @@ description: Result of parsing counterdrilled-weldment.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5049,6 +5649,7 @@ description: Result of parsing counterdrilled-weldment.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5061,6 +5662,7 @@ description: Result of parsing counterdrilled-weldment.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -5072,6 +5674,7 @@ description: Result of parsing counterdrilled-weldment.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5082,6 +5685,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -5092,6 +5696,7 @@ description: Result of parsing counterdrilled-weldment.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5104,6 +5709,7 @@ description: Result of parsing counterdrilled-weldment.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5116,6 +5722,7 @@ description: Result of parsing counterdrilled-weldment.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5127,6 +5734,7 @@ description: Result of parsing counterdrilled-weldment.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5137,6 +5745,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -5144,6 +5753,7 @@ description: Result of parsing counterdrilled-weldment.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -5159,6 +5769,7 @@ description: Result of parsing counterdrilled-weldment.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -5166,6 +5777,7 @@ description: Result of parsing counterdrilled-weldment.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -5178,9 +5790,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular3d", "start": 0, "type": "Identifier" @@ -5191,6 +5805,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5198,9 +5813,11 @@ description: Result of parsing counterdrilled-weldment.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "finSketch", "start": 0, "type": "Identifier" @@ -5211,11 +5828,13 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5224,6 +5843,7 @@ description: Result of parsing counterdrilled-weldment.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [], "start": 0, "type": "ObjectExpression", @@ -5231,6 +5851,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -5238,12 +5859,14 @@ description: Result of parsing counterdrilled-weldment.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -5258,12 +5881,14 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier" @@ -5275,11 +5900,13 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5288,13 +5915,16 @@ description: Result of parsing counterdrilled-weldment.kcl "commentStart": 0, "end": 0, "expression": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fin", "start": 0, "type": "Identifier" @@ -5305,12 +5935,14 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -5321,6 +5953,7 @@ description: Result of parsing counterdrilled-weldment.kcl } } }, + "moduleId": 0, "preComments": [ "", "", @@ -5334,13 +5967,16 @@ description: Result of parsing counterdrilled-weldment.kcl "commentStart": 0, "end": 0, "expression": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fin", "start": 0, "type": "Identifier" @@ -5351,6 +5987,7 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5358,6 +5995,7 @@ description: Result of parsing counterdrilled-weldment.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -5369,12 +6007,14 @@ description: Result of parsing counterdrilled-weldment.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -5386,9 +6026,11 @@ description: Result of parsing counterdrilled-weldment.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -5407,19 +6049,23 @@ description: Result of parsing counterdrilled-weldment.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -5435,12 +6081,14 @@ description: Result of parsing counterdrilled-weldment.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": {}, "startNodes": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/counterdrilled-weldment/program_memory.snap b/rust/kcl-lib/tests/kcl_samples/counterdrilled-weldment/program_memory.snap index dba5ccb88..358c95905 100644 --- a/rust/kcl-lib/tests/kcl_samples/counterdrilled-weldment/program_memory.snap +++ b/rust/kcl-lib/tests/kcl_samples/counterdrilled-weldment/program_memory.snap @@ -461,6 +461,7 @@ description: Variables in memory after executing counterdrilled-weldment.kcl "tag": { "commentStart": 867, "end": 888, + "moduleId": 0, "start": 867, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -474,6 +475,7 @@ description: Variables in memory after executing counterdrilled-weldment.kcl "tag": { "commentStart": 976, "end": 997, + "moduleId": 0, "start": 976, "type": "TagDeclarator", "value": "rectangleSegmentB001" @@ -487,6 +489,7 @@ description: Variables in memory after executing counterdrilled-weldment.kcl "tag": { "commentStart": 1099, "end": 1120, + "moduleId": 0, "start": 1099, "type": "TagDeclarator", "value": "rectangleSegmentC001" @@ -500,6 +503,7 @@ description: Variables in memory after executing counterdrilled-weldment.kcl "tag": { "commentStart": 1190, "end": 1211, + "moduleId": 0, "start": 1190, "type": "TagDeclarator", "value": "rectangleSegmentD001" @@ -523,6 +527,7 @@ description: Variables in memory after executing counterdrilled-weldment.kcl "tag": { "commentStart": 867, "end": 888, + "moduleId": 0, "start": 867, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -548,6 +553,7 @@ description: Variables in memory after executing counterdrilled-weldment.kcl "tag": { "commentStart": 976, "end": 997, + "moduleId": 0, "start": 976, "type": "TagDeclarator", "value": "rectangleSegmentB001" @@ -573,6 +579,7 @@ description: Variables in memory after executing counterdrilled-weldment.kcl "tag": { "commentStart": 1099, "end": 1120, + "moduleId": 0, "start": 1099, "type": "TagDeclarator", "value": "rectangleSegmentC001" @@ -598,6 +605,7 @@ description: Variables in memory after executing counterdrilled-weldment.kcl "tag": { "commentStart": 1190, "end": 1211, + "moduleId": 0, "start": 1190, "type": "TagDeclarator", "value": "rectangleSegmentD001" @@ -804,6 +812,7 @@ description: Variables in memory after executing counterdrilled-weldment.kcl "tag": { "commentStart": 867, "end": 888, + "moduleId": 0, "start": 867, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -829,6 +838,7 @@ description: Variables in memory after executing counterdrilled-weldment.kcl "tag": { "commentStart": 976, "end": 997, + "moduleId": 0, "start": 976, "type": "TagDeclarator", "value": "rectangleSegmentB001" @@ -854,6 +864,7 @@ description: Variables in memory after executing counterdrilled-weldment.kcl "tag": { "commentStart": 1099, "end": 1120, + "moduleId": 0, "start": 1099, "type": "TagDeclarator", "value": "rectangleSegmentC001" @@ -879,6 +890,7 @@ description: Variables in memory after executing counterdrilled-weldment.kcl "tag": { "commentStart": 1190, "end": 1211, + "moduleId": 0, "start": 1190, "type": "TagDeclarator", "value": "rectangleSegmentD001" diff --git a/rust/kcl-lib/tests/kcl_samples/countersunk-plate/ast.snap b/rust/kcl-lib/tests/kcl_samples/countersunk-plate/ast.snap index 075238f8f..26271cf8e 100644 --- a/rust/kcl-lib/tests/kcl_samples/countersunk-plate/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/countersunk-plate/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing countersunk-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltSpacing", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing countersunk-plate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing countersunk-plate.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define parameters" ], @@ -49,6 +53,7 @@ description: Result of parsing countersunk-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltDiameter", "start": 0, "type": "Identifier" @@ -59,6 +64,7 @@ description: Result of parsing countersunk-plate.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -68,10 +74,12 @@ description: Result of parsing countersunk-plate.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -85,11 +93,13 @@ description: Result of parsing countersunk-plate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -102,6 +112,7 @@ description: Result of parsing countersunk-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "centerHoleDiameter", "start": 0, "type": "Identifier" @@ -112,6 +123,7 @@ description: Result of parsing countersunk-plate.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -121,6 +133,7 @@ description: Result of parsing countersunk-plate.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -128,6 +141,7 @@ description: Result of parsing countersunk-plate.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -137,10 +151,12 @@ description: Result of parsing countersunk-plate.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -158,11 +174,13 @@ description: Result of parsing countersunk-plate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -175,6 +193,7 @@ description: Result of parsing countersunk-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateThickness", "start": 0, "type": "Identifier" @@ -182,6 +201,7 @@ description: Result of parsing countersunk-plate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.375", "start": 0, "type": "Literal", @@ -191,11 +211,13 @@ description: Result of parsing countersunk-plate.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -208,6 +230,7 @@ description: Result of parsing countersunk-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r1", "start": 0, "type": "Identifier" @@ -225,9 +248,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "centerHoleDiameter", "start": 0, "type": "Identifier" @@ -237,10 +262,12 @@ description: Result of parsing countersunk-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -254,10 +281,12 @@ description: Result of parsing countersunk-plate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.5", "start": 0, "type": "Literal", @@ -271,10 +300,12 @@ description: Result of parsing countersunk-plate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".35", "start": 0, "type": "Literal", @@ -288,11 +319,13 @@ description: Result of parsing countersunk-plate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -314,6 +347,7 @@ description: Result of parsing countersunk-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r2", "start": 0, "type": "Identifier" @@ -328,9 +362,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltDiameter", "start": 0, "type": "Identifier" @@ -340,10 +376,12 @@ description: Result of parsing countersunk-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -357,10 +395,12 @@ description: Result of parsing countersunk-plate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".25", "start": 0, "type": "Literal", @@ -374,11 +414,13 @@ description: Result of parsing countersunk-plate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -391,6 +433,7 @@ description: Result of parsing countersunk-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "d", "start": 0, "type": "Identifier" @@ -402,9 +445,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltSpacing", "start": 0, "type": "Identifier" @@ -414,10 +459,12 @@ description: Result of parsing countersunk-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -431,11 +478,13 @@ description: Result of parsing countersunk-plate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -448,18 +497,22 @@ description: Result of parsing countersunk-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentAngle", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "asin", "start": 0, "type": "Identifier" @@ -470,6 +523,7 @@ description: Result of parsing countersunk-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -483,9 +537,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r1", "start": 0, "type": "Identifier" @@ -495,14 +551,17 @@ description: Result of parsing countersunk-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r2", "start": 0, "type": "Identifier" @@ -516,14 +575,17 @@ description: Result of parsing countersunk-plate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "d", "start": 0, "type": "Identifier" @@ -538,11 +600,13 @@ description: Result of parsing countersunk-plate.kcl "type": "BinaryExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -555,6 +619,7 @@ description: Result of parsing countersunk-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentLength", "start": 0, "type": "Identifier" @@ -569,9 +634,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r1", "start": 0, "type": "Identifier" @@ -581,14 +648,17 @@ description: Result of parsing countersunk-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r2", "start": 0, "type": "Identifier" @@ -602,15 +672,19 @@ description: Result of parsing countersunk-plate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tan", "start": 0, "type": "Identifier" @@ -621,6 +695,7 @@ description: Result of parsing countersunk-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -628,9 +703,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentAngle", "start": 0, "type": "Identifier" @@ -645,11 +722,13 @@ description: Result of parsing countersunk-plate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -662,6 +741,7 @@ description: Result of parsing countersunk-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateBody", "start": 0, "type": "Identifier" @@ -669,13 +749,16 @@ description: Result of parsing countersunk-plate.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -686,6 +769,7 @@ description: Result of parsing countersunk-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -693,9 +777,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -713,6 +799,7 @@ description: Result of parsing countersunk-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -724,6 +811,7 @@ description: Result of parsing countersunk-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -734,6 +822,7 @@ description: Result of parsing countersunk-plate.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -743,14 +832,17 @@ description: Result of parsing countersunk-plate.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentAngle", "start": 0, "type": "Identifier" @@ -770,6 +862,7 @@ description: Result of parsing countersunk-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -778,9 +871,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r1", "start": 0, "type": "Identifier" @@ -796,9 +891,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "polar", "start": 0, "type": "Identifier" @@ -809,6 +906,7 @@ description: Result of parsing countersunk-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -820,9 +918,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -833,6 +933,7 @@ description: Result of parsing countersunk-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -845,6 +946,7 @@ description: Result of parsing countersunk-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -854,9 +956,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentAngle", "start": 0, "type": "Identifier" @@ -868,6 +972,7 @@ description: Result of parsing countersunk-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -879,6 +984,7 @@ description: Result of parsing countersunk-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -887,9 +993,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentLength", "start": 0, "type": "Identifier" @@ -905,9 +1013,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -918,6 +1028,7 @@ description: Result of parsing countersunk-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -930,6 +1041,7 @@ description: Result of parsing countersunk-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -938,9 +1050,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r2", "start": 0, "type": "Identifier" @@ -956,6 +1070,7 @@ description: Result of parsing countersunk-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -970,9 +1085,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentAngle", "start": 0, "type": "Identifier" @@ -982,10 +1099,12 @@ description: Result of parsing countersunk-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -999,10 +1118,12 @@ description: Result of parsing countersunk-plate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1022,9 +1143,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1035,6 +1158,7 @@ description: Result of parsing countersunk-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1047,6 +1171,7 @@ description: Result of parsing countersunk-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1055,9 +1180,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentAngle", "start": 0, "type": "Identifier" @@ -1073,6 +1200,7 @@ description: Result of parsing countersunk-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1082,9 +1210,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentLength", "start": 0, "type": "Identifier" @@ -1096,6 +1226,7 @@ description: Result of parsing countersunk-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1107,9 +1238,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1120,6 +1253,7 @@ description: Result of parsing countersunk-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1132,6 +1266,7 @@ description: Result of parsing countersunk-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1140,9 +1275,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r1", "start": 0, "type": "Identifier" @@ -1158,6 +1295,7 @@ description: Result of parsing countersunk-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1170,9 +1308,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentAngle", "start": 0, "type": "Identifier" @@ -1184,15 +1324,18 @@ description: Result of parsing countersunk-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1212,9 +1355,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1225,6 +1370,7 @@ description: Result of parsing countersunk-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1237,6 +1383,7 @@ description: Result of parsing countersunk-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1246,9 +1393,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentAngle", "start": 0, "type": "Identifier" @@ -1260,6 +1409,7 @@ description: Result of parsing countersunk-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1271,6 +1421,7 @@ description: Result of parsing countersunk-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1280,9 +1431,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentLength", "start": 0, "type": "Identifier" @@ -1294,6 +1447,7 @@ description: Result of parsing countersunk-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1305,9 +1459,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1318,6 +1474,7 @@ description: Result of parsing countersunk-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1330,6 +1487,7 @@ description: Result of parsing countersunk-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1338,9 +1496,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r2", "start": 0, "type": "Identifier" @@ -1356,6 +1516,7 @@ description: Result of parsing countersunk-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1370,9 +1531,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentAngle", "start": 0, "type": "Identifier" @@ -1382,10 +1545,12 @@ description: Result of parsing countersunk-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -1399,10 +1564,12 @@ description: Result of parsing countersunk-plate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1422,9 +1589,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1435,6 +1604,7 @@ description: Result of parsing countersunk-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1447,6 +1617,7 @@ description: Result of parsing countersunk-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1455,9 +1626,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentAngle", "start": 0, "type": "Identifier" @@ -1473,6 +1646,7 @@ description: Result of parsing countersunk-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1481,9 +1655,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentLength", "start": 0, "type": "Identifier" @@ -1499,9 +1675,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1512,6 +1690,7 @@ description: Result of parsing countersunk-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1524,6 +1703,7 @@ description: Result of parsing countersunk-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1532,13 +1712,16 @@ description: Result of parsing countersunk-plate.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -1549,25 +1732,30 @@ description: Result of parsing countersunk-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -1578,12 +1766,14 @@ description: Result of parsing countersunk-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1591,6 +1781,7 @@ description: Result of parsing countersunk-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1601,9 +1792,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1614,19 +1807,23 @@ description: Result of parsing countersunk-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1637,6 +1834,7 @@ description: Result of parsing countersunk-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1649,6 +1847,7 @@ description: Result of parsing countersunk-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -1660,6 +1859,7 @@ description: Result of parsing countersunk-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1670,6 +1870,7 @@ description: Result of parsing countersunk-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1682,6 +1883,7 @@ description: Result of parsing countersunk-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1693,6 +1895,7 @@ description: Result of parsing countersunk-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1703,6 +1906,7 @@ description: Result of parsing countersunk-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1717,9 +1921,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "centerHoleDiameter", "start": 0, "type": "Identifier" @@ -1729,10 +1935,12 @@ description: Result of parsing countersunk-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1746,10 +1954,12 @@ description: Result of parsing countersunk-plate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.5", "start": 0, "type": "Literal", @@ -1769,9 +1979,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1782,6 +1994,7 @@ description: Result of parsing countersunk-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1793,9 +2006,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -1806,6 +2021,7 @@ description: Result of parsing countersunk-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1818,6 +2034,7 @@ description: Result of parsing countersunk-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1826,9 +2043,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateThickness", "start": 0, "type": "Identifier" @@ -1844,9 +2063,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1857,12 +2078,14 @@ description: Result of parsing countersunk-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1871,12 +2094,14 @@ description: Result of parsing countersunk-plate.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1890,6 +2115,7 @@ description: Result of parsing countersunk-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1906,11 +2132,13 @@ description: Result of parsing countersunk-plate.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1923,6 +2151,7 @@ description: Result of parsing countersunk-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countersink", "start": 0, "type": "Identifier" @@ -1942,6 +2171,7 @@ description: Result of parsing countersunk-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -1950,9 +2180,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -1968,9 +2200,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1981,6 +2215,7 @@ description: Result of parsing countersunk-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1988,9 +2223,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateBody", "start": 0, "type": "Identifier" @@ -2008,6 +2245,7 @@ description: Result of parsing countersunk-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -2019,9 +2257,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holePosition", "start": 0, "type": "Identifier" @@ -2034,6 +2274,7 @@ description: Result of parsing countersunk-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2045,6 +2286,7 @@ description: Result of parsing countersunk-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2055,6 +2297,7 @@ description: Result of parsing countersunk-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2066,9 +2309,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltDiameter", "start": 0, "type": "Identifier" @@ -2078,10 +2323,12 @@ description: Result of parsing countersunk-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2101,6 +2348,7 @@ description: Result of parsing countersunk-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -2108,6 +2356,7 @@ description: Result of parsing countersunk-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -2119,9 +2368,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -2132,6 +2383,7 @@ description: Result of parsing countersunk-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2144,6 +2396,7 @@ description: Result of parsing countersunk-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2153,9 +2406,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateThickness", "start": 0, "type": "Identifier" @@ -2167,6 +2422,7 @@ description: Result of parsing countersunk-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2178,9 +2434,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2191,6 +2449,7 @@ description: Result of parsing countersunk-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2203,6 +2462,7 @@ description: Result of parsing countersunk-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2211,9 +2471,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltDiameter", "start": 0, "type": "Identifier" @@ -2229,6 +2491,7 @@ description: Result of parsing countersunk-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -2240,9 +2503,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hole01", "start": 0, "type": "Identifier" @@ -2254,6 +2519,7 @@ description: Result of parsing countersunk-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2264,9 +2530,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "chamfer", "start": 0, "type": "Identifier" @@ -2277,6 +2545,7 @@ description: Result of parsing countersunk-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2285,12 +2554,14 @@ description: Result of parsing countersunk-plate.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2307,6 +2578,7 @@ description: Result of parsing countersunk-plate.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -2315,6 +2587,7 @@ description: Result of parsing countersunk-plate.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [], "start": 0, "type": "ObjectExpression", @@ -2322,6 +2595,7 @@ description: Result of parsing countersunk-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -2329,16 +2603,19 @@ description: Result of parsing countersunk-plate.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holePosition", "start": 0, "type": "Identifier" @@ -2350,11 +2627,13 @@ description: Result of parsing countersunk-plate.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2363,13 +2642,16 @@ description: Result of parsing countersunk-plate.kcl "commentStart": 0, "end": 0, "expression": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countersink", "start": 0, "type": "Identifier" @@ -2380,6 +2662,7 @@ description: Result of parsing countersunk-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2391,9 +2674,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltSpacing", "start": 0, "type": "Identifier" @@ -2405,15 +2690,18 @@ description: Result of parsing countersunk-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2428,6 +2716,7 @@ description: Result of parsing countersunk-plate.kcl "type": "BinaryExpression" } }, + "moduleId": 0, "preComments": [ "", "", @@ -2441,13 +2730,16 @@ description: Result of parsing countersunk-plate.kcl "commentStart": 0, "end": 0, "expression": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countersink", "start": 0, "type": "Identifier" @@ -2458,6 +2750,7 @@ description: Result of parsing countersunk-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2468,9 +2761,11 @@ description: Result of parsing countersunk-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltSpacing", "start": 0, "type": "Identifier" @@ -2480,10 +2775,12 @@ description: Result of parsing countersunk-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2498,6 +2795,7 @@ description: Result of parsing countersunk-plate.kcl "type": "BinaryExpression" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -2509,9 +2807,11 @@ description: Result of parsing countersunk-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -2530,19 +2830,23 @@ description: Result of parsing countersunk-plate.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -2558,12 +2862,14 @@ description: Result of parsing countersunk-plate.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "8": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2576,6 +2882,7 @@ description: Result of parsing countersunk-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/cpu-cooler/ast.snap b/rust/kcl-lib/tests/kcl_samples/cpu-cooler/ast.snap index 695de80ed..dd0aa4ae6 100644 --- a/rust/kcl-lib/tests/kcl_samples/cpu-cooler/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/cpu-cooler/ast.snap @@ -8,6 +8,7 @@ description: Result of parsing cpu-cooler.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "parameters.kcl" @@ -18,6 +19,7 @@ description: Result of parsing cpu-cooler.kcl "selector": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "Glob" }, @@ -28,6 +30,7 @@ description: Result of parsing cpu-cooler.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "fan-housing.kcl" @@ -37,6 +40,7 @@ description: Result of parsing cpu-cooler.kcl "alias": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fanHousing", "start": 0, "type": "Identifier" @@ -49,6 +53,7 @@ description: Result of parsing cpu-cooler.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "motor.kcl" @@ -58,6 +63,7 @@ description: Result of parsing cpu-cooler.kcl "alias": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "motor", "start": 0, "type": "Identifier" @@ -70,6 +76,7 @@ description: Result of parsing cpu-cooler.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "fan.kcl" @@ -79,6 +86,7 @@ description: Result of parsing cpu-cooler.kcl "alias": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fan", "start": 0, "type": "Identifier" @@ -91,6 +99,7 @@ description: Result of parsing cpu-cooler.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "heat-sink.kcl" @@ -100,6 +109,7 @@ description: Result of parsing cpu-cooler.kcl "alias": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "heatSink", "start": 0, "type": "Identifier" @@ -112,6 +122,7 @@ description: Result of parsing cpu-cooler.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "mounting-wire.kcl" @@ -121,6 +132,7 @@ description: Result of parsing cpu-cooler.kcl "alias": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mountingWire", "start": 0, "type": "Identifier" @@ -133,6 +145,7 @@ description: Result of parsing cpu-cooler.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "removable-sticker.kcl" @@ -142,6 +155,7 @@ description: Result of parsing cpu-cooler.kcl "alias": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "removableSticker", "start": 0, "type": "Identifier" @@ -158,9 +172,11 @@ description: Result of parsing cpu-cooler.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "heatSink", "start": 0, "type": "Identifier" @@ -170,6 +186,7 @@ description: Result of parsing cpu-cooler.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "preComments": [ "", "", @@ -187,6 +204,7 @@ description: Result of parsing cpu-cooler.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translatePart", "start": 0, "type": "Identifier" @@ -203,9 +221,11 @@ description: Result of parsing cpu-cooler.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part", "start": 0, "type": "Identifier" @@ -222,6 +242,7 @@ description: Result of parsing cpu-cooler.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -233,9 +254,11 @@ description: Result of parsing cpu-cooler.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "heatSinkDepth", "start": 0, "type": "Identifier" @@ -245,10 +268,12 @@ description: Result of parsing cpu-cooler.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -268,6 +293,7 @@ description: Result of parsing cpu-cooler.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -278,6 +304,7 @@ description: Result of parsing cpu-cooler.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "40", "start": 0, "type": "Literal", @@ -287,6 +314,7 @@ description: Result of parsing cpu-cooler.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -295,9 +323,11 @@ description: Result of parsing cpu-cooler.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fanSize", "start": 0, "type": "Identifier" @@ -307,10 +337,12 @@ description: Result of parsing cpu-cooler.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -334,9 +366,11 @@ description: Result of parsing cpu-cooler.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -347,6 +381,7 @@ description: Result of parsing cpu-cooler.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -359,6 +394,7 @@ description: Result of parsing cpu-cooler.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -366,6 +402,7 @@ description: Result of parsing cpu-cooler.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -381,6 +418,7 @@ description: Result of parsing cpu-cooler.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -392,9 +430,11 @@ description: Result of parsing cpu-cooler.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "heatSinkDepth", "start": 0, "type": "Identifier" @@ -404,14 +444,17 @@ description: Result of parsing cpu-cooler.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fanHeight", "start": 0, "type": "Identifier" @@ -431,6 +474,7 @@ description: Result of parsing cpu-cooler.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -442,6 +486,7 @@ description: Result of parsing cpu-cooler.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -453,6 +498,7 @@ description: Result of parsing cpu-cooler.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -461,6 +507,7 @@ description: Result of parsing cpu-cooler.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -473,6 +520,7 @@ description: Result of parsing cpu-cooler.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -484,6 +532,7 @@ description: Result of parsing cpu-cooler.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -494,9 +543,11 @@ description: Result of parsing cpu-cooler.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -507,12 +558,14 @@ description: Result of parsing cpu-cooler.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -521,10 +574,12 @@ description: Result of parsing cpu-cooler.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -533,6 +588,7 @@ description: Result of parsing cpu-cooler.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [], "start": 0, "type": "ObjectExpression", @@ -540,6 +596,7 @@ description: Result of parsing cpu-cooler.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -547,16 +604,19 @@ description: Result of parsing cpu-cooler.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part", "start": 0, "type": "Identifier" @@ -567,11 +627,13 @@ description: Result of parsing cpu-cooler.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -586,6 +648,7 @@ description: Result of parsing cpu-cooler.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part", "start": 0, "type": "Identifier" @@ -594,9 +657,11 @@ description: Result of parsing cpu-cooler.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fanHousing", "start": 0, "type": "Identifier" @@ -612,9 +677,11 @@ description: Result of parsing cpu-cooler.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translatePart", "start": 0, "type": "Identifier" @@ -625,11 +692,13 @@ description: Result of parsing cpu-cooler.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -644,6 +713,7 @@ description: Result of parsing cpu-cooler.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part", "start": 0, "type": "Identifier" @@ -652,9 +722,11 @@ description: Result of parsing cpu-cooler.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "motor", "start": 0, "type": "Identifier" @@ -670,9 +742,11 @@ description: Result of parsing cpu-cooler.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translatePart", "start": 0, "type": "Identifier" @@ -683,11 +757,13 @@ description: Result of parsing cpu-cooler.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -702,6 +778,7 @@ description: Result of parsing cpu-cooler.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part", "start": 0, "type": "Identifier" @@ -710,9 +787,11 @@ description: Result of parsing cpu-cooler.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fan", "start": 0, "type": "Identifier" @@ -728,9 +807,11 @@ description: Result of parsing cpu-cooler.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translatePart", "start": 0, "type": "Identifier" @@ -741,11 +822,13 @@ description: Result of parsing cpu-cooler.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -759,9 +842,11 @@ description: Result of parsing cpu-cooler.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mountingWire", "start": 0, "type": "Identifier" @@ -778,6 +863,7 @@ description: Result of parsing cpu-cooler.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -785,6 +871,7 @@ description: Result of parsing cpu-cooler.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -800,6 +887,7 @@ description: Result of parsing cpu-cooler.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -810,6 +898,7 @@ description: Result of parsing cpu-cooler.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -822,6 +911,7 @@ description: Result of parsing cpu-cooler.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -834,6 +924,7 @@ description: Result of parsing cpu-cooler.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -845,6 +936,7 @@ description: Result of parsing cpu-cooler.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -855,6 +947,7 @@ description: Result of parsing cpu-cooler.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -865,6 +958,7 @@ description: Result of parsing cpu-cooler.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -877,6 +971,7 @@ description: Result of parsing cpu-cooler.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -892,6 +987,7 @@ description: Result of parsing cpu-cooler.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "40", "start": 0, "type": "Literal", @@ -901,6 +997,7 @@ description: Result of parsing cpu-cooler.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -909,9 +1006,11 @@ description: Result of parsing cpu-cooler.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fanSize", "start": 0, "type": "Identifier" @@ -921,10 +1020,12 @@ description: Result of parsing cpu-cooler.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -944,6 +1045,7 @@ description: Result of parsing cpu-cooler.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -954,6 +1056,7 @@ description: Result of parsing cpu-cooler.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -961,6 +1064,7 @@ description: Result of parsing cpu-cooler.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -976,6 +1080,7 @@ description: Result of parsing cpu-cooler.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -983,6 +1088,7 @@ description: Result of parsing cpu-cooler.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -995,9 +1101,11 @@ description: Result of parsing cpu-cooler.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular3d", "start": 0, "type": "Identifier" @@ -1008,12 +1116,14 @@ description: Result of parsing cpu-cooler.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1026,6 +1136,7 @@ description: Result of parsing cpu-cooler.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -1033,6 +1144,7 @@ description: Result of parsing cpu-cooler.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1048,6 +1160,7 @@ description: Result of parsing cpu-cooler.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -1058,6 +1171,7 @@ description: Result of parsing cpu-cooler.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1070,6 +1184,7 @@ description: Result of parsing cpu-cooler.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1082,6 +1197,7 @@ description: Result of parsing cpu-cooler.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1093,6 +1209,7 @@ description: Result of parsing cpu-cooler.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1103,6 +1220,7 @@ description: Result of parsing cpu-cooler.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1113,6 +1231,7 @@ description: Result of parsing cpu-cooler.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1125,6 +1244,7 @@ description: Result of parsing cpu-cooler.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1137,6 +1257,7 @@ description: Result of parsing cpu-cooler.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1148,6 +1269,7 @@ description: Result of parsing cpu-cooler.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1158,6 +1280,7 @@ description: Result of parsing cpu-cooler.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -1165,6 +1288,7 @@ description: Result of parsing cpu-cooler.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -1180,6 +1304,7 @@ description: Result of parsing cpu-cooler.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -1187,6 +1312,7 @@ description: Result of parsing cpu-cooler.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -1199,9 +1325,11 @@ description: Result of parsing cpu-cooler.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular3d", "start": 0, "type": "Identifier" @@ -1212,12 +1340,14 @@ description: Result of parsing cpu-cooler.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1226,10 +1356,12 @@ description: Result of parsing cpu-cooler.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -1241,9 +1373,11 @@ description: Result of parsing cpu-cooler.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "removableSticker", "start": 0, "type": "Identifier" @@ -1253,6 +1387,7 @@ description: Result of parsing cpu-cooler.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -1264,9 +1399,11 @@ description: Result of parsing cpu-cooler.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -1285,19 +1422,23 @@ description: Result of parsing cpu-cooler.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -1313,12 +1454,14 @@ description: Result of parsing cpu-cooler.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "7": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1330,6 +1473,7 @@ description: Result of parsing cpu-cooler.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1342,6 +1486,7 @@ description: Result of parsing cpu-cooler.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/curtain-wall-anchor-plate/ast.snap b/rust/kcl-lib/tests/kcl_samples/curtain-wall-anchor-plate/ast.snap index 13553e3a9..0f09512e3 100644 --- a/rust/kcl-lib/tests/kcl_samples/curtain-wall-anchor-plate/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/curtain-wall-anchor-plate/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slabPlateBaseLength", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "300", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define parameters" ], @@ -49,6 +53,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slabPlateHookLength", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "80", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slabPlateWidth", "start": 0, "type": "Identifier" @@ -89,6 +98,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "200", "start": 0, "type": "Literal", @@ -98,11 +108,13 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -115,6 +127,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slabPlateThickness", "start": 0, "type": "Identifier" @@ -122,6 +135,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8", "start": 0, "type": "Literal", @@ -131,11 +145,13 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -148,6 +164,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetSlabRail", "start": 0, "type": "Identifier" @@ -155,6 +172,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "200", "start": 0, "type": "Literal", @@ -164,11 +182,13 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -181,6 +201,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lProfileFn", "start": 0, "type": "Identifier" @@ -196,18 +217,22 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profilePlane", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -218,6 +243,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -228,6 +254,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -240,9 +267,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -254,15 +283,18 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -282,9 +314,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -295,6 +329,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -302,9 +337,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -316,11 +353,13 @@ description: Result of parsing curtain-wall-anchor-plate.kcl } } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -333,6 +372,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileShape", "start": 0, "type": "Identifier" @@ -346,6 +386,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -356,6 +397,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -368,6 +410,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -379,6 +422,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -389,9 +433,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -402,6 +448,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -409,9 +456,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profilePlane", "start": 0, "type": "Identifier" @@ -429,6 +478,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -437,9 +487,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lengthHook", "start": 0, "type": "Identifier" @@ -455,6 +507,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -462,6 +515,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -473,9 +527,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -486,6 +542,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -498,6 +555,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -506,9 +564,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -524,9 +584,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -537,6 +599,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -549,6 +612,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -560,9 +624,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -572,14 +638,17 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lengthHook", "start": 0, "type": "Identifier" @@ -599,6 +668,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -606,6 +676,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -617,9 +688,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -630,6 +703,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -642,6 +716,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -653,9 +728,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lengthBase", "start": 0, "type": "Identifier" @@ -665,14 +742,17 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -692,6 +772,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -699,6 +780,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -710,9 +792,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -723,6 +807,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -735,6 +820,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -744,9 +830,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -758,6 +846,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -769,9 +858,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -782,6 +873,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -794,6 +886,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -802,13 +895,16 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -819,25 +915,30 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -848,12 +949,14 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -861,6 +964,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -871,6 +975,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -878,6 +983,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -889,9 +995,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -902,19 +1010,23 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -925,6 +1037,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -933,15 +1046,18 @@ description: Result of parsing curtain-wall-anchor-plate.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -954,6 +1070,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileBody", "start": 0, "type": "Identifier" @@ -967,6 +1084,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -975,9 +1093,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -993,9 +1113,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1006,6 +1128,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1013,9 +1136,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileShape", "start": 0, "type": "Identifier" @@ -1033,6 +1158,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1041,9 +1167,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -1059,6 +1187,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -1073,6 +1202,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faces", "start": 0, "type": "Identifier" @@ -1084,9 +1214,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseInside", "start": 0, "type": "Identifier" @@ -1100,9 +1232,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hookInside", "start": 0, "type": "Identifier" @@ -1114,6 +1248,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1124,9 +1259,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getCommonEdge", "start": 0, "type": "Identifier" @@ -1137,6 +1274,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1144,6 +1282,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1154,9 +1293,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -1167,6 +1308,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1179,6 +1321,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1190,9 +1333,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -1202,10 +1347,12 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1225,6 +1372,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -1239,6 +1387,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faces", "start": 0, "type": "Identifier" @@ -1250,9 +1399,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseOutside", "start": 0, "type": "Identifier" @@ -1266,9 +1417,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hookOutside", "start": 0, "type": "Identifier" @@ -1280,6 +1433,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1290,9 +1444,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getCommonEdge", "start": 0, "type": "Identifier" @@ -1303,6 +1459,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1310,6 +1467,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1320,9 +1478,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -1333,6 +1493,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1341,15 +1502,18 @@ description: Result of parsing curtain-wall-anchor-plate.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1359,9 +1523,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileBody", "start": 0, "type": "Identifier" @@ -1373,6 +1539,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -1380,16 +1547,19 @@ description: Result of parsing curtain-wall-anchor-plate.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lengthBase", "start": 0, "type": "Identifier" @@ -1400,6 +1570,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lengthHook", "start": 0, "type": "Identifier" @@ -1410,6 +1581,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -1420,6 +1592,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -1430,11 +1603,13 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "", "", @@ -1453,6 +1628,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hexagonFn", "start": 0, "type": "Identifier" @@ -1468,6 +1644,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shape", "start": 0, "type": "Identifier" @@ -1481,6 +1658,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1493,9 +1671,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1507,6 +1687,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1515,6 +1696,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1526,6 +1708,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1536,9 +1719,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1549,6 +1734,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1556,9 +1742,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane", "start": 0, "type": "Identifier" @@ -1576,6 +1764,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1583,6 +1772,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "60", "start": 0, "type": "Literal", @@ -1598,6 +1788,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1606,9 +1797,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1624,9 +1817,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1637,6 +1832,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1649,6 +1845,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1657,9 +1854,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1675,9 +1874,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1688,6 +1889,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1700,6 +1902,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1708,6 +1911,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "60", "start": 0, "type": "Literal", @@ -1719,6 +1923,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1730,6 +1935,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1738,9 +1944,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1756,9 +1964,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1769,6 +1979,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1781,6 +1992,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1789,6 +2001,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "120", "start": 0, "type": "Literal", @@ -1800,6 +2013,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1811,6 +2025,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1819,9 +2034,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1837,9 +2054,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1850,6 +2069,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1862,6 +2082,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1871,9 +2092,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1885,6 +2108,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1896,9 +2120,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1909,6 +2135,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1921,6 +2148,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1929,13 +2157,16 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -1946,25 +2177,30 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -1975,12 +2211,14 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1988,6 +2226,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1998,9 +2237,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2011,19 +2252,23 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -2034,6 +2279,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2042,15 +2288,18 @@ description: Result of parsing curtain-wall-anchor-plate.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2060,9 +2309,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shape", "start": 0, "type": "Identifier" @@ -2074,6 +2325,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -2081,16 +2333,19 @@ description: Result of parsing curtain-wall-anchor-plate.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane", "start": 0, "type": "Identifier" @@ -2101,6 +2356,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2111,11 +2367,13 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "", "", @@ -2133,6 +2391,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltFn", "start": 0, "type": "Identifier" @@ -2148,18 +2407,22 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHeadPlane", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2170,6 +2433,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2177,9 +2441,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -2190,11 +2456,13 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2207,6 +2475,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHeadShape", "start": 0, "type": "Identifier" @@ -2218,6 +2487,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane", "start": 0, "type": "Identifier" @@ -2226,9 +2496,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHeadPlane", "start": 0, "type": "Identifier" @@ -2244,6 +2516,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2252,9 +2525,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "diameter", "start": 0, "type": "Identifier" @@ -2270,9 +2545,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hexagonFn", "start": 0, "type": "Identifier" @@ -2283,16 +2560,19 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2305,6 +2585,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHeadBody", "start": 0, "type": "Identifier" @@ -2316,6 +2597,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2327,9 +2609,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "diameter", "start": 0, "type": "Identifier" @@ -2339,10 +2623,12 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7", "start": 0, "type": "Literal", @@ -2362,9 +2648,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2375,6 +2663,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2382,9 +2671,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHeadShape", "start": 0, "type": "Identifier" @@ -2395,11 +2686,13 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2412,6 +2705,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltPlane", "start": 0, "type": "Identifier" @@ -2423,6 +2717,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -2431,9 +2726,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "START", "start": 0, "type": "Identifier" @@ -2449,9 +2746,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2462,6 +2761,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2469,9 +2769,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHeadBody", "start": 0, "type": "Identifier" @@ -2482,11 +2784,13 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2499,6 +2803,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltShape", "start": 0, "type": "Identifier" @@ -2510,6 +2815,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -2520,6 +2826,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2532,6 +2839,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2543,6 +2851,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2553,6 +2862,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2564,9 +2874,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "diameter", "start": 0, "type": "Identifier" @@ -2576,10 +2888,12 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2599,9 +2913,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -2612,6 +2928,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2619,9 +2936,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltPlane", "start": 0, "type": "Identifier" @@ -2632,11 +2951,13 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2649,6 +2970,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltBody", "start": 0, "type": "Identifier" @@ -2660,6 +2982,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2668,9 +2991,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2686,9 +3011,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2699,6 +3026,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2706,9 +3034,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltShape", "start": 0, "type": "Identifier" @@ -2719,11 +3049,13 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2733,9 +3065,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltBody", "start": 0, "type": "Identifier" @@ -2747,6 +3081,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -2754,16 +3089,19 @@ description: Result of parsing curtain-wall-anchor-plate.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "diameter", "start": 0, "type": "Identifier" @@ -2774,6 +3112,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2784,11 +3123,13 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "", "", @@ -2806,6 +3147,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltWithPlateAndNutFn", "start": 0, "type": "Identifier" @@ -2821,6 +3163,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateSide", "start": 0, "type": "Identifier" @@ -2832,9 +3175,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "diameter", "start": 0, "type": "Identifier" @@ -2844,10 +3189,12 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -2861,11 +3208,13 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2878,18 +3227,22 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateplane", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2900,6 +3253,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2910,6 +3264,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -2919,9 +3274,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gap", "start": 0, "type": "Identifier" @@ -2933,6 +3290,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2944,9 +3302,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -2957,6 +3317,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2964,9 +3325,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -2978,11 +3341,13 @@ description: Result of parsing curtain-wall-anchor-plate.kcl } } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2995,6 +3360,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateShape", "start": 0, "type": "Identifier" @@ -3008,6 +3374,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -3023,9 +3390,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateSide", "start": 0, "type": "Identifier" @@ -3037,15 +3406,18 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3067,9 +3439,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateSide", "start": 0, "type": "Identifier" @@ -3081,15 +3455,18 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3105,6 +3482,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3115,9 +3493,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -3128,6 +3508,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3135,9 +3516,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateplane", "start": 0, "type": "Identifier" @@ -3155,6 +3538,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3163,9 +3547,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateSide", "start": 0, "type": "Identifier" @@ -3181,9 +3567,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -3194,6 +3582,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3206,6 +3595,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3214,9 +3604,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateSide", "start": 0, "type": "Identifier" @@ -3232,9 +3624,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -3245,6 +3639,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3257,6 +3652,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3266,9 +3662,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateSide", "start": 0, "type": "Identifier" @@ -3280,6 +3678,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3291,9 +3690,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -3304,6 +3705,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3316,6 +3718,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3324,13 +3727,16 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -3341,25 +3747,30 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -3370,12 +3781,14 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3383,6 +3796,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3393,9 +3807,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3406,19 +3822,23 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -3429,6 +3849,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3437,15 +3858,18 @@ description: Result of parsing curtain-wall-anchor-plate.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3458,6 +3882,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateBody", "start": 0, "type": "Identifier" @@ -3469,6 +3894,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3481,9 +3907,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "diameter", "start": 0, "type": "Identifier" @@ -3495,15 +3923,18 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3", "start": 0, "type": "Literal", @@ -3523,9 +3954,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -3536,6 +3969,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3543,9 +3977,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateShape", "start": 0, "type": "Identifier" @@ -3556,11 +3992,13 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3573,6 +4011,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nutPlane", "start": 0, "type": "Identifier" @@ -3584,6 +4023,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -3592,9 +4032,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "START", "start": 0, "type": "Identifier" @@ -3610,9 +4052,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -3623,6 +4067,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3630,9 +4075,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateBody", "start": 0, "type": "Identifier" @@ -3643,11 +4090,13 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3660,6 +4109,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHeadShape", "start": 0, "type": "Identifier" @@ -3671,6 +4121,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane", "start": 0, "type": "Identifier" @@ -3679,9 +4130,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nutPlane", "start": 0, "type": "Identifier" @@ -3697,6 +4150,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3704,6 +4158,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12", "start": 0, "type": "Literal", @@ -3719,9 +4174,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hexagonFn", "start": 0, "type": "Identifier" @@ -3732,16 +4189,19 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3754,6 +4214,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHeadBody", "start": 0, "type": "Identifier" @@ -3765,6 +4226,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3776,9 +4238,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "diameter", "start": 0, "type": "Identifier" @@ -3788,10 +4252,12 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7", "start": 0, "type": "Literal", @@ -3811,9 +4277,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -3824,6 +4292,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3831,9 +4300,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHeadShape", "start": 0, "type": "Identifier" @@ -3844,11 +4315,13 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3861,6 +4334,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltBody", "start": 0, "type": "Identifier" @@ -3872,6 +4346,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "diameter", "start": 0, "type": "Identifier" @@ -3880,9 +4355,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "diameter", "start": 0, "type": "Identifier" @@ -3898,6 +4375,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3912,9 +4390,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gap", "start": 0, "type": "Identifier" @@ -3924,14 +4404,17 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "diameter", "start": 0, "type": "Identifier" @@ -3945,10 +4428,12 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -3968,9 +4453,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltFn", "start": 0, "type": "Identifier" @@ -3981,16 +4468,19 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4003,18 +4493,22 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mergedBody", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "union", "start": 0, "type": "Identifier" @@ -4025,6 +4519,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4035,9 +4530,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHeadBody", "start": 0, "type": "Identifier" @@ -4051,9 +4548,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltBody", "start": 0, "type": "Identifier" @@ -4065,16 +4564,19 @@ description: Result of parsing curtain-wall-anchor-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4084,9 +4586,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mergedBody", "start": 0, "type": "Identifier" @@ -4098,6 +4602,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -4105,16 +4610,19 @@ description: Result of parsing curtain-wall-anchor-plate.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "diameter", "start": 0, "type": "Identifier" @@ -4125,6 +4633,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4135,6 +4644,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gap", "start": 0, "type": "Identifier" @@ -4145,11 +4655,13 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "", "", @@ -4168,6 +4680,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slabPlate", "start": 0, "type": "Identifier" @@ -4179,6 +4692,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lengthBase", "start": 0, "type": "Identifier" @@ -4187,9 +4701,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slabPlateBaseLength", "start": 0, "type": "Identifier" @@ -4205,6 +4721,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lengthHook", "start": 0, "type": "Identifier" @@ -4213,9 +4730,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slabPlateHookLength", "start": 0, "type": "Identifier" @@ -4231,6 +4750,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -4239,9 +4759,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slabPlateWidth", "start": 0, "type": "Identifier" @@ -4257,6 +4779,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -4265,9 +4788,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slabPlateThickness", "start": 0, "type": "Identifier" @@ -4283,9 +4808,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lProfileFn", "start": 0, "type": "Identifier" @@ -4296,16 +4823,19 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -4323,6 +4853,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wideHoleWidth", "start": 0, "type": "Identifier" @@ -4330,6 +4861,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12", "start": 0, "type": "Literal", @@ -4339,11 +4871,13 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -4361,6 +4895,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wideHoleLength", "start": 0, "type": "Identifier" @@ -4368,6 +4903,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "60", "start": 0, "type": "Literal", @@ -4377,11 +4913,13 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4394,6 +4932,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wideHoleOffset", "start": 0, "type": "Identifier" @@ -4401,6 +4940,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -4410,11 +4950,13 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4427,18 +4969,22 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wideHolePlane", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -4449,6 +4995,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4456,9 +5003,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -4469,11 +5018,13 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -4491,6 +5042,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wideHoleShape", "start": 0, "type": "Identifier" @@ -4504,6 +5056,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -4522,9 +5075,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wideHoleLength", "start": 0, "type": "Identifier" @@ -4534,14 +5089,17 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wideHoleWidth", "start": 0, "type": "Identifier" @@ -4557,15 +5115,18 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4586,9 +5147,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wideHoleWidth", "start": 0, "type": "Identifier" @@ -4598,10 +5161,12 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4617,6 +5182,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4627,9 +5193,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -4640,6 +5208,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4647,9 +5216,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wideHolePlane", "start": 0, "type": "Identifier" @@ -4667,6 +5238,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4678,9 +5250,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wideHoleLength", "start": 0, "type": "Identifier" @@ -4690,14 +5264,17 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wideHoleWidth", "start": 0, "type": "Identifier" @@ -4717,9 +5294,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -4730,6 +5309,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4742,6 +5322,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -4759,9 +5340,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wideHoleLength", "start": 0, "type": "Identifier" @@ -4771,14 +5354,17 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wideHoleWidth", "start": 0, "type": "Identifier" @@ -4792,10 +5378,12 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4817,9 +5405,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wideHoleWidth", "start": 0, "type": "Identifier" @@ -4831,15 +5421,18 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4855,6 +5448,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4865,9 +5459,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -4878,6 +5474,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4890,6 +5487,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4901,9 +5499,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wideHoleWidth", "start": 0, "type": "Identifier" @@ -4913,14 +5513,17 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wideHoleLength", "start": 0, "type": "Identifier" @@ -4940,9 +5543,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -4953,6 +5558,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4965,6 +5571,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -4973,13 +5580,16 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -4990,25 +5600,30 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -5019,12 +5634,14 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -5032,6 +5649,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5042,9 +5660,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -5055,19 +5675,23 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -5078,6 +5702,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5090,6 +5715,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -5098,9 +5724,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetSlabRail", "start": 0, "type": "Identifier" @@ -5116,6 +5744,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -5127,9 +5756,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wideHoleOffset", "start": 0, "type": "Identifier" @@ -5139,6 +5770,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -5147,9 +5779,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slabPlateWidth", "start": 0, "type": "Identifier" @@ -5159,10 +5793,12 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5186,6 +5822,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -5194,6 +5831,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -5205,6 +5843,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5216,9 +5855,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -5229,12 +5870,14 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -5243,15 +5886,18 @@ description: Result of parsing curtain-wall-anchor-plate.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5264,6 +5910,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wideHoleVoidLeft", "start": 0, "type": "Identifier" @@ -5275,6 +5922,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5286,9 +5934,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slabPlateThickness", "start": 0, "type": "Identifier" @@ -5298,10 +5948,12 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5321,9 +5973,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -5334,6 +5988,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5341,9 +5996,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wideHoleShape", "start": 0, "type": "Identifier" @@ -5354,11 +6011,13 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5371,6 +6030,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wideHoleVoidRight", "start": 0, "type": "Identifier" @@ -5378,13 +6038,16 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clone", "start": 0, "type": "Identifier" @@ -5395,6 +6058,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5402,9 +6066,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wideHoleVoidLeft", "start": 0, "type": "Identifier" @@ -5422,6 +6088,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -5429,6 +6096,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5444,6 +6112,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -5455,9 +6124,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slabPlateWidth", "start": 0, "type": "Identifier" @@ -5467,6 +6138,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -5475,9 +6147,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wideHoleOffset", "start": 0, "type": "Identifier" @@ -5487,10 +6161,12 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5514,6 +6190,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -5521,6 +6198,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5536,9 +6214,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -5549,12 +6229,14 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -5563,12 +6245,14 @@ description: Result of parsing curtain-wall-anchor-plate.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -5585,11 +6269,13 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5602,6 +6288,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slabPlatePunchOne", "start": 0, "type": "Identifier" @@ -5613,6 +6300,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tools", "start": 0, "type": "Identifier" @@ -5624,9 +6312,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wideHoleVoidLeft", "start": 0, "type": "Identifier" @@ -5638,6 +6328,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5648,9 +6339,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract", "start": 0, "type": "Identifier" @@ -5661,6 +6354,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5671,9 +6365,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slabPlate", "start": 0, "type": "Identifier" @@ -5685,16 +6381,19 @@ description: Result of parsing curtain-wall-anchor-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5707,6 +6406,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slabPlatePunchTwo", "start": 0, "type": "Identifier" @@ -5718,6 +6418,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tools", "start": 0, "type": "Identifier" @@ -5729,9 +6430,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wideHoleVoidRight", "start": 0, "type": "Identifier" @@ -5743,6 +6446,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5753,9 +6457,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract", "start": 0, "type": "Identifier" @@ -5766,6 +6472,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5776,9 +6483,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slabPlatePunchOne", "start": 0, "type": "Identifier" @@ -5790,16 +6499,19 @@ description: Result of parsing curtain-wall-anchor-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5812,6 +6524,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slabPlateBolts", "start": 0, "type": "Identifier" @@ -5825,6 +6538,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "diameter", "start": 0, "type": "Identifier" @@ -5832,6 +6546,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -5847,6 +6562,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5854,6 +6570,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -5869,6 +6586,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gap", "start": 0, "type": "Identifier" @@ -5880,9 +6598,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slabPlateThickness", "start": 0, "type": "Identifier" @@ -5892,10 +6612,12 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -5915,9 +6637,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltWithPlateAndNutFn", "start": 0, "type": "Identifier" @@ -5928,6 +6652,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5940,6 +6665,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "roll", "start": 0, "type": "Identifier" @@ -5947,6 +6673,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -5962,6 +6689,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitch", "start": 0, "type": "Identifier" @@ -5969,6 +6697,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5984,6 +6713,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yaw", "start": 0, "type": "Identifier" @@ -5991,6 +6721,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6006,9 +6737,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotate", "start": 0, "type": "Identifier" @@ -6019,12 +6752,14 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -6037,6 +6772,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -6045,9 +6781,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetSlabRail", "start": 0, "type": "Identifier" @@ -6063,6 +6801,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -6074,9 +6813,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wideHoleOffset", "start": 0, "type": "Identifier" @@ -6086,6 +6827,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -6094,9 +6836,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slabPlateWidth", "start": 0, "type": "Identifier" @@ -6106,10 +6850,12 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -6133,6 +6879,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -6140,6 +6887,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -6155,9 +6903,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -6168,12 +6918,14 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -6186,6 +6938,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -6193,6 +6946,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -6208,6 +6962,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -6219,9 +6974,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slabPlateWidth", "start": 0, "type": "Identifier" @@ -6231,6 +6988,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -6239,9 +6997,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wideHoleOffset", "start": 0, "type": "Identifier" @@ -6251,10 +7011,12 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -6278,6 +7040,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -6288,6 +7051,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6301,6 +7065,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -6312,6 +7077,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6320,6 +7086,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6331,6 +7098,7 @@ description: Result of parsing curtain-wall-anchor-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6341,9 +7109,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -6354,12 +7124,14 @@ description: Result of parsing curtain-wall-anchor-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -6368,15 +7140,18 @@ description: Result of parsing curtain-wall-anchor-plate.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -6394,9 +7169,11 @@ description: Result of parsing curtain-wall-anchor-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -6415,19 +7192,23 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -6444,15 +7225,18 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -6468,12 +7252,14 @@ description: Result of parsing curtain-wall-anchor-plate.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": {}, "startNodes": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/curtain-wall-anchor-plate/program_memory.snap b/rust/kcl-lib/tests/kcl_samples/curtain-wall-anchor-plate/program_memory.snap index 5db7fc7d4..f7da2d802 100644 --- a/rust/kcl-lib/tests/kcl_samples/curtain-wall-anchor-plate/program_memory.snap +++ b/rust/kcl-lib/tests/kcl_samples/curtain-wall-anchor-plate/program_memory.snap @@ -66,6 +66,7 @@ description: Variables in memory after executing curtain-wall-anchor-plate.kcl "tag": { "commentStart": 798, "end": 810, + "moduleId": 0, "start": 798, "type": "TagDeclarator", "value": "hookOutside" @@ -86,6 +87,7 @@ description: Variables in memory after executing curtain-wall-anchor-plate.kcl "tag": { "commentStart": 897, "end": 908, + "moduleId": 0, "start": 897, "type": "TagDeclarator", "value": "hookInside" @@ -99,6 +101,7 @@ description: Variables in memory after executing curtain-wall-anchor-plate.kcl "tag": { "commentStart": 962, "end": 973, + "moduleId": 0, "start": 962, "type": "TagDeclarator", "value": "baseInside" @@ -119,6 +122,7 @@ description: Variables in memory after executing curtain-wall-anchor-plate.kcl "tag": { "commentStart": 1079, "end": 1091, + "moduleId": 0, "start": 1079, "type": "TagDeclarator", "value": "baseOutside" @@ -142,6 +146,7 @@ description: Variables in memory after executing curtain-wall-anchor-plate.kcl "tag": { "commentStart": 798, "end": 810, + "moduleId": 0, "start": 798, "type": "TagDeclarator", "value": "hookOutside" @@ -186,6 +191,7 @@ description: Variables in memory after executing curtain-wall-anchor-plate.kcl "tag": { "commentStart": 897, "end": 908, + "moduleId": 0, "start": 897, "type": "TagDeclarator", "value": "hookInside" @@ -211,6 +217,7 @@ description: Variables in memory after executing curtain-wall-anchor-plate.kcl "tag": { "commentStart": 962, "end": 973, + "moduleId": 0, "start": 962, "type": "TagDeclarator", "value": "baseInside" @@ -255,6 +262,7 @@ description: Variables in memory after executing curtain-wall-anchor-plate.kcl "tag": { "commentStart": 1079, "end": 1091, + "moduleId": 0, "start": 1079, "type": "TagDeclarator", "value": "baseOutside" @@ -1336,6 +1344,7 @@ description: Variables in memory after executing curtain-wall-anchor-plate.kcl "tag": { "commentStart": 798, "end": 810, + "moduleId": 0, "start": 798, "type": "TagDeclarator", "value": "hookOutside" @@ -1356,6 +1365,7 @@ description: Variables in memory after executing curtain-wall-anchor-plate.kcl "tag": { "commentStart": 897, "end": 908, + "moduleId": 0, "start": 897, "type": "TagDeclarator", "value": "hookInside" @@ -1369,6 +1379,7 @@ description: Variables in memory after executing curtain-wall-anchor-plate.kcl "tag": { "commentStart": 962, "end": 973, + "moduleId": 0, "start": 962, "type": "TagDeclarator", "value": "baseInside" @@ -1389,6 +1400,7 @@ description: Variables in memory after executing curtain-wall-anchor-plate.kcl "tag": { "commentStart": 1079, "end": 1091, + "moduleId": 0, "start": 1079, "type": "TagDeclarator", "value": "baseOutside" @@ -1412,6 +1424,7 @@ description: Variables in memory after executing curtain-wall-anchor-plate.kcl "tag": { "commentStart": 798, "end": 810, + "moduleId": 0, "start": 798, "type": "TagDeclarator", "value": "hookOutside" @@ -1456,6 +1469,7 @@ description: Variables in memory after executing curtain-wall-anchor-plate.kcl "tag": { "commentStart": 897, "end": 908, + "moduleId": 0, "start": 897, "type": "TagDeclarator", "value": "hookInside" @@ -1481,6 +1495,7 @@ description: Variables in memory after executing curtain-wall-anchor-plate.kcl "tag": { "commentStart": 962, "end": 973, + "moduleId": 0, "start": 962, "type": "TagDeclarator", "value": "baseInside" @@ -1525,6 +1540,7 @@ description: Variables in memory after executing curtain-wall-anchor-plate.kcl "tag": { "commentStart": 1079, "end": 1091, + "moduleId": 0, "start": 1079, "type": "TagDeclarator", "value": "baseOutside" @@ -1691,6 +1707,7 @@ description: Variables in memory after executing curtain-wall-anchor-plate.kcl "tag": { "commentStart": 798, "end": 810, + "moduleId": 0, "start": 798, "type": "TagDeclarator", "value": "hookOutside" @@ -1711,6 +1728,7 @@ description: Variables in memory after executing curtain-wall-anchor-plate.kcl "tag": { "commentStart": 897, "end": 908, + "moduleId": 0, "start": 897, "type": "TagDeclarator", "value": "hookInside" @@ -1724,6 +1742,7 @@ description: Variables in memory after executing curtain-wall-anchor-plate.kcl "tag": { "commentStart": 962, "end": 973, + "moduleId": 0, "start": 962, "type": "TagDeclarator", "value": "baseInside" @@ -1744,6 +1763,7 @@ description: Variables in memory after executing curtain-wall-anchor-plate.kcl "tag": { "commentStart": 1079, "end": 1091, + "moduleId": 0, "start": 1079, "type": "TagDeclarator", "value": "baseOutside" @@ -1767,6 +1787,7 @@ description: Variables in memory after executing curtain-wall-anchor-plate.kcl "tag": { "commentStart": 798, "end": 810, + "moduleId": 0, "start": 798, "type": "TagDeclarator", "value": "hookOutside" @@ -1811,6 +1832,7 @@ description: Variables in memory after executing curtain-wall-anchor-plate.kcl "tag": { "commentStart": 897, "end": 908, + "moduleId": 0, "start": 897, "type": "TagDeclarator", "value": "hookInside" @@ -1836,6 +1858,7 @@ description: Variables in memory after executing curtain-wall-anchor-plate.kcl "tag": { "commentStart": 962, "end": 973, + "moduleId": 0, "start": 962, "type": "TagDeclarator", "value": "baseInside" @@ -1880,6 +1903,7 @@ description: Variables in memory after executing curtain-wall-anchor-plate.kcl "tag": { "commentStart": 1079, "end": 1091, + "moduleId": 0, "start": 1079, "type": "TagDeclarator", "value": "baseOutside" diff --git a/rust/kcl-lib/tests/kcl_samples/cycloidal-gear/ast.snap b/rust/kcl-lib/tests/kcl_samples/cycloidal-gear/ast.snap index e7cae4ba1..81aa38b1e 100644 --- a/rust/kcl-lib/tests/kcl_samples/cycloidal-gear/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/cycloidal-gear/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing cycloidal-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cycloidalGear", "start": 0, "type": "Identifier" @@ -28,6 +29,7 @@ description: Result of parsing cycloidal-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch", "start": 0, "type": "Identifier" @@ -43,6 +45,7 @@ description: Result of parsing cycloidal-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixAngleP", "start": 0, "type": "Identifier" @@ -57,9 +60,11 @@ description: Result of parsing cycloidal-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixAngle", "start": 0, "type": "Identifier" @@ -69,14 +74,17 @@ description: Result of parsing cycloidal-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gHeight", "start": 0, "type": "Identifier" @@ -90,14 +98,17 @@ description: Result of parsing cycloidal-gear.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearHeight", "start": 0, "type": "Identifier" @@ -111,11 +122,13 @@ description: Result of parsing cycloidal-gear.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -128,6 +141,7 @@ description: Result of parsing cycloidal-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearProfile", "start": 0, "type": "Identifier" @@ -135,13 +149,16 @@ description: Result of parsing cycloidal-gear.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -152,6 +169,7 @@ description: Result of parsing cycloidal-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -162,6 +180,7 @@ description: Result of parsing cycloidal-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -170,9 +189,11 @@ description: Result of parsing cycloidal-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gHeight", "start": 0, "type": "Identifier" @@ -188,9 +209,11 @@ description: Result of parsing cycloidal-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -201,6 +224,7 @@ description: Result of parsing cycloidal-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -208,9 +232,11 @@ description: Result of parsing cycloidal-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -229,6 +255,7 @@ description: Result of parsing cycloidal-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -249,9 +276,11 @@ description: Result of parsing cycloidal-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearPitch", "start": 0, "type": "Identifier" @@ -261,10 +290,12 @@ description: Result of parsing cycloidal-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.55", "start": 0, "type": "Literal", @@ -278,15 +309,19 @@ description: Result of parsing cycloidal-gear.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -297,6 +332,7 @@ description: Result of parsing cycloidal-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -304,9 +340,11 @@ description: Result of parsing cycloidal-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixAngleP", "start": 0, "type": "Identifier" @@ -321,6 +359,7 @@ description: Result of parsing cycloidal-gear.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -329,9 +368,11 @@ description: Result of parsing cycloidal-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearPitch", "start": 0, "type": "Identifier" @@ -341,15 +382,19 @@ description: Result of parsing cycloidal-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -360,6 +405,7 @@ description: Result of parsing cycloidal-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -368,9 +414,11 @@ description: Result of parsing cycloidal-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixAngleP", "start": 0, "type": "Identifier" @@ -382,6 +430,7 @@ description: Result of parsing cycloidal-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -409,9 +458,11 @@ description: Result of parsing cycloidal-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearPitch", "start": 0, "type": "Identifier" @@ -421,10 +472,12 @@ description: Result of parsing cycloidal-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.55", "start": 0, "type": "Literal", @@ -438,15 +491,19 @@ description: Result of parsing cycloidal-gear.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -457,6 +514,7 @@ description: Result of parsing cycloidal-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -464,9 +522,11 @@ description: Result of parsing cycloidal-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixAngleP", "start": 0, "type": "Identifier" @@ -481,6 +541,7 @@ description: Result of parsing cycloidal-gear.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -489,9 +550,11 @@ description: Result of parsing cycloidal-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearPitch", "start": 0, "type": "Identifier" @@ -501,15 +564,19 @@ description: Result of parsing cycloidal-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -520,6 +587,7 @@ description: Result of parsing cycloidal-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -528,9 +596,11 @@ description: Result of parsing cycloidal-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixAngleP", "start": 0, "type": "Identifier" @@ -542,6 +612,7 @@ description: Result of parsing cycloidal-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -558,6 +629,7 @@ description: Result of parsing cycloidal-gear.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -568,9 +640,11 @@ description: Result of parsing cycloidal-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -581,6 +655,7 @@ description: Result of parsing cycloidal-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -593,6 +668,7 @@ description: Result of parsing cycloidal-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -603,6 +679,7 @@ description: Result of parsing cycloidal-gear.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -612,14 +689,17 @@ description: Result of parsing cycloidal-gear.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixAngleP", "start": 0, "type": "Identifier" @@ -639,6 +719,7 @@ description: Result of parsing cycloidal-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -650,6 +731,7 @@ description: Result of parsing cycloidal-gear.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -661,19 +743,23 @@ description: Result of parsing cycloidal-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixAngleP", "start": 0, "type": "Identifier" @@ -693,6 +779,7 @@ description: Result of parsing cycloidal-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -701,9 +788,11 @@ description: Result of parsing cycloidal-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearPitch", "start": 0, "type": "Identifier" @@ -719,9 +808,11 @@ description: Result of parsing cycloidal-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -732,6 +823,7 @@ description: Result of parsing cycloidal-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -744,6 +836,7 @@ description: Result of parsing cycloidal-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -755,9 +848,11 @@ description: Result of parsing cycloidal-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearPitch", "start": 0, "type": "Identifier" @@ -767,10 +862,12 @@ description: Result of parsing cycloidal-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.67", "start": 0, "type": "Literal", @@ -790,6 +887,7 @@ description: Result of parsing cycloidal-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -797,6 +895,7 @@ description: Result of parsing cycloidal-gear.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "60", "start": 0, "type": "Literal", @@ -812,9 +911,11 @@ description: Result of parsing cycloidal-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -825,6 +926,7 @@ description: Result of parsing cycloidal-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -837,6 +939,7 @@ description: Result of parsing cycloidal-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -845,9 +948,11 @@ description: Result of parsing cycloidal-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearPitch", "start": 0, "type": "Identifier" @@ -863,6 +968,7 @@ description: Result of parsing cycloidal-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -871,6 +977,7 @@ description: Result of parsing cycloidal-gear.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -882,6 +989,7 @@ description: Result of parsing cycloidal-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -893,9 +1001,11 @@ description: Result of parsing cycloidal-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -906,6 +1016,7 @@ description: Result of parsing cycloidal-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -918,6 +1029,7 @@ description: Result of parsing cycloidal-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -929,9 +1041,11 @@ description: Result of parsing cycloidal-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearPitch", "start": 0, "type": "Identifier" @@ -941,10 +1055,12 @@ description: Result of parsing cycloidal-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.67", "start": 0, "type": "Literal", @@ -964,6 +1080,7 @@ description: Result of parsing cycloidal-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -971,6 +1088,7 @@ description: Result of parsing cycloidal-gear.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "60", "start": 0, "type": "Literal", @@ -986,9 +1104,11 @@ description: Result of parsing cycloidal-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -999,6 +1119,7 @@ description: Result of parsing cycloidal-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1011,6 +1132,7 @@ description: Result of parsing cycloidal-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1019,9 +1141,11 @@ description: Result of parsing cycloidal-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearPitch", "start": 0, "type": "Identifier" @@ -1037,6 +1161,7 @@ description: Result of parsing cycloidal-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1045,6 +1170,7 @@ description: Result of parsing cycloidal-gear.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -1056,6 +1182,7 @@ description: Result of parsing cycloidal-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1067,9 +1194,11 @@ description: Result of parsing cycloidal-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1080,6 +1209,7 @@ description: Result of parsing cycloidal-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1092,6 +1222,7 @@ description: Result of parsing cycloidal-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1100,13 +1231,16 @@ description: Result of parsing cycloidal-gear.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -1117,25 +1251,30 @@ description: Result of parsing cycloidal-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -1146,12 +1285,14 @@ description: Result of parsing cycloidal-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1159,6 +1300,7 @@ description: Result of parsing cycloidal-gear.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1169,9 +1311,11 @@ description: Result of parsing cycloidal-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1182,19 +1326,23 @@ description: Result of parsing cycloidal-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1205,12 +1353,14 @@ description: Result of parsing cycloidal-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1223,6 +1373,7 @@ description: Result of parsing cycloidal-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -1234,6 +1385,7 @@ description: Result of parsing cycloidal-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1244,6 +1396,7 @@ description: Result of parsing cycloidal-gear.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1256,6 +1409,7 @@ description: Result of parsing cycloidal-gear.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1267,6 +1421,7 @@ description: Result of parsing cycloidal-gear.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1277,6 +1432,7 @@ description: Result of parsing cycloidal-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1288,9 +1444,11 @@ description: Result of parsing cycloidal-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDiameter", "start": 0, "type": "Identifier" @@ -1300,10 +1458,12 @@ description: Result of parsing cycloidal-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1323,9 +1483,11 @@ description: Result of parsing cycloidal-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1336,6 +1498,7 @@ description: Result of parsing cycloidal-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1347,9 +1510,11 @@ description: Result of parsing cycloidal-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -1360,6 +1525,7 @@ description: Result of parsing cycloidal-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1368,15 +1534,18 @@ description: Result of parsing cycloidal-gear.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1386,9 +1555,11 @@ description: Result of parsing cycloidal-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearProfile", "start": 0, "type": "Identifier" @@ -1400,6 +1571,7 @@ description: Result of parsing cycloidal-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -1407,16 +1579,19 @@ description: Result of parsing cycloidal-gear.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gHeight", "start": 0, "type": "Identifier" @@ -1428,11 +1603,13 @@ description: Result of parsing cycloidal-gear.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "// Create a function to draw the gear profile as a sketch. Rotate each profile about the gear's axis by an helix angle proportional to the total gear height" ], @@ -1448,18 +1625,22 @@ description: Result of parsing cycloidal-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearLoft", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "loft", "start": 0, "type": "Identifier" @@ -1470,6 +1651,7 @@ description: Result of parsing cycloidal-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1477,13 +1659,16 @@ description: Result of parsing cycloidal-gear.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch", "start": 0, "type": "Identifier" @@ -1494,12 +1679,14 @@ description: Result of parsing cycloidal-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1511,13 +1698,16 @@ description: Result of parsing cycloidal-gear.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch", "start": 0, "type": "Identifier" @@ -1528,6 +1718,7 @@ description: Result of parsing cycloidal-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1538,9 +1729,11 @@ description: Result of parsing cycloidal-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearHeight", "start": 0, "type": "Identifier" @@ -1550,10 +1743,12 @@ description: Result of parsing cycloidal-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1569,13 +1764,16 @@ description: Result of parsing cycloidal-gear.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch", "start": 0, "type": "Identifier" @@ -1586,6 +1784,7 @@ description: Result of parsing cycloidal-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1593,9 +1792,11 @@ description: Result of parsing cycloidal-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearHeight", "start": 0, "type": "Identifier" @@ -1608,16 +1809,19 @@ description: Result of parsing cycloidal-gear.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1632,9 +1836,11 @@ description: Result of parsing cycloidal-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearLoft", "start": 0, "type": "Identifier" @@ -1646,6 +1852,7 @@ description: Result of parsing cycloidal-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -1653,12 +1860,14 @@ description: Result of parsing cycloidal-gear.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1673,12 +1882,14 @@ description: Result of parsing cycloidal-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearPitch", "start": 0, "type": "Identifier" @@ -1689,6 +1900,7 @@ description: Result of parsing cycloidal-gear.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearHeight", "start": 0, "type": "Identifier" @@ -1699,6 +1911,7 @@ description: Result of parsing cycloidal-gear.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDiameter", "start": 0, "type": "Identifier" @@ -1709,6 +1922,7 @@ description: Result of parsing cycloidal-gear.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixAngle", "start": 0, "type": "Identifier" @@ -1719,11 +1933,13 @@ description: Result of parsing cycloidal-gear.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "// Create a function for the cycloidal gear" ], @@ -1741,6 +1957,7 @@ description: Result of parsing cycloidal-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearPitch", "start": 0, "type": "Identifier" @@ -1748,6 +1965,7 @@ description: Result of parsing cycloidal-gear.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".3", "start": 0, "type": "Literal", @@ -1763,6 +1981,7 @@ description: Result of parsing cycloidal-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearHeight", "start": 0, "type": "Identifier" @@ -1770,6 +1989,7 @@ description: Result of parsing cycloidal-gear.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.5", "start": 0, "type": "Literal", @@ -1785,6 +2005,7 @@ description: Result of parsing cycloidal-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDiameter", "start": 0, "type": "Identifier" @@ -1792,6 +2013,7 @@ description: Result of parsing cycloidal-gear.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.297", "start": 0, "type": "Literal", @@ -1807,6 +2029,7 @@ description: Result of parsing cycloidal-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixAngle", "start": 0, "type": "Identifier" @@ -1815,6 +2038,7 @@ description: Result of parsing cycloidal-gear.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "80", "start": 0, "type": "Literal", @@ -1826,6 +2050,7 @@ description: Result of parsing cycloidal-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1837,9 +2062,11 @@ description: Result of parsing cycloidal-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cycloidalGear", "start": 0, "type": "Identifier" @@ -1850,11 +2077,13 @@ description: Result of parsing cycloidal-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "preComments": [ "", "", @@ -1871,9 +2100,11 @@ description: Result of parsing cycloidal-gear.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -1892,19 +2123,23 @@ description: Result of parsing cycloidal-gear.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -1921,15 +2156,18 @@ description: Result of parsing cycloidal-gear.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -1945,12 +2183,14 @@ description: Result of parsing cycloidal-gear.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": {}, "startNodes": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/dodecahedron/ast.snap b/rust/kcl-lib/tests/kcl_samples/dodecahedron/ast.snap index d15d48ee5..49dedaff6 100644 --- a/rust/kcl-lib/tests/kcl_samples/dodecahedron/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/dodecahedron/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing dodecahedron.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dihedral", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing dodecahedron.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "116.565", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing dodecahedron.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define the dihedral angle for a regular dodecahedron" ], @@ -49,6 +53,7 @@ description: Result of parsing dodecahedron.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "createFaceTemplate", "start": 0, "type": "Identifier" @@ -64,6 +69,7 @@ description: Result of parsing dodecahedron.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseSketch", "start": 0, "type": "Identifier" @@ -71,13 +77,16 @@ description: Result of parsing dodecahedron.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -88,6 +97,7 @@ description: Result of parsing dodecahedron.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -95,9 +105,11 @@ description: Result of parsing dodecahedron.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -115,6 +127,7 @@ description: Result of parsing dodecahedron.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -129,6 +142,7 @@ description: Result of parsing dodecahedron.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1000", "start": 0, "type": "Literal", @@ -140,19 +154,23 @@ description: Result of parsing dodecahedron.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dither", "start": 0, "type": "Identifier" @@ -173,6 +191,7 @@ description: Result of parsing dodecahedron.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1000", "start": 0, "type": "Literal", @@ -184,19 +203,23 @@ description: Result of parsing dodecahedron.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dither", "start": 0, "type": "Identifier" @@ -212,6 +235,7 @@ description: Result of parsing dodecahedron.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -222,9 +246,11 @@ description: Result of parsing dodecahedron.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -235,6 +261,7 @@ description: Result of parsing dodecahedron.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -247,6 +274,7 @@ description: Result of parsing dodecahedron.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -260,6 +288,7 @@ description: Result of parsing dodecahedron.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1000", "start": 0, "type": "Literal", @@ -269,14 +298,17 @@ description: Result of parsing dodecahedron.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dither", "start": 0, "type": "Identifier" @@ -297,6 +329,7 @@ description: Result of parsing dodecahedron.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1000", "start": 0, "type": "Literal", @@ -308,19 +341,23 @@ description: Result of parsing dodecahedron.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dither", "start": 0, "type": "Identifier" @@ -336,6 +373,7 @@ description: Result of parsing dodecahedron.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -346,9 +384,11 @@ description: Result of parsing dodecahedron.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -359,6 +399,7 @@ description: Result of parsing dodecahedron.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -371,6 +412,7 @@ description: Result of parsing dodecahedron.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -384,6 +426,7 @@ description: Result of parsing dodecahedron.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1000", "start": 0, "type": "Literal", @@ -393,14 +436,17 @@ description: Result of parsing dodecahedron.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dither", "start": 0, "type": "Identifier" @@ -420,6 +466,7 @@ description: Result of parsing dodecahedron.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1000", "start": 0, "type": "Literal", @@ -429,14 +476,17 @@ description: Result of parsing dodecahedron.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dither", "start": 0, "type": "Identifier" @@ -452,6 +502,7 @@ description: Result of parsing dodecahedron.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -462,9 +513,11 @@ description: Result of parsing dodecahedron.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -475,6 +528,7 @@ description: Result of parsing dodecahedron.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -487,6 +541,7 @@ description: Result of parsing dodecahedron.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -501,6 +556,7 @@ description: Result of parsing dodecahedron.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1000", "start": 0, "type": "Literal", @@ -512,19 +568,23 @@ description: Result of parsing dodecahedron.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dither", "start": 0, "type": "Identifier" @@ -544,6 +604,7 @@ description: Result of parsing dodecahedron.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1000", "start": 0, "type": "Literal", @@ -553,14 +614,17 @@ description: Result of parsing dodecahedron.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dither", "start": 0, "type": "Identifier" @@ -576,6 +640,7 @@ description: Result of parsing dodecahedron.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -586,9 +651,11 @@ description: Result of parsing dodecahedron.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -599,19 +666,23 @@ description: Result of parsing dodecahedron.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -622,6 +693,7 @@ description: Result of parsing dodecahedron.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -630,15 +702,18 @@ description: Result of parsing dodecahedron.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -651,6 +726,7 @@ description: Result of parsing dodecahedron.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extruded", "start": 0, "type": "Identifier" @@ -662,6 +738,7 @@ description: Result of parsing dodecahedron.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -675,6 +752,7 @@ description: Result of parsing dodecahedron.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1000", "start": 0, "type": "Literal", @@ -684,14 +762,17 @@ description: Result of parsing dodecahedron.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dither", "start": 0, "type": "Identifier" @@ -705,10 +786,12 @@ description: Result of parsing dodecahedron.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1000", "start": 0, "type": "Literal", @@ -728,9 +811,11 @@ description: Result of parsing dodecahedron.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -741,6 +826,7 @@ description: Result of parsing dodecahedron.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -748,9 +834,11 @@ description: Result of parsing dodecahedron.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseSketch", "start": 0, "type": "Identifier" @@ -761,11 +849,13 @@ description: Result of parsing dodecahedron.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -777,9 +867,11 @@ description: Result of parsing dodecahedron.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extruded", "start": 0, "type": "Identifier" @@ -796,6 +888,7 @@ description: Result of parsing dodecahedron.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -803,6 +896,7 @@ description: Result of parsing dodecahedron.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -818,6 +912,7 @@ description: Result of parsing dodecahedron.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -825,6 +920,7 @@ description: Result of parsing dodecahedron.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -840,6 +936,7 @@ description: Result of parsing dodecahedron.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -851,6 +948,7 @@ description: Result of parsing dodecahedron.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "260", "start": 0, "type": "Literal", @@ -862,19 +960,23 @@ description: Result of parsing dodecahedron.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dither", "start": 0, "type": "Identifier" @@ -894,9 +996,11 @@ description: Result of parsing dodecahedron.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -907,6 +1011,7 @@ description: Result of parsing dodecahedron.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -915,12 +1020,14 @@ description: Result of parsing dodecahedron.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -928,16 +1035,19 @@ description: Result of parsing dodecahedron.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dither", "start": 0, "type": "Identifier" @@ -949,11 +1059,13 @@ description: Result of parsing dodecahedron.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "", "", @@ -971,6 +1083,7 @@ description: Result of parsing dodecahedron.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faceRotations", "start": 0, "type": "Identifier" @@ -984,6 +1097,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -996,6 +1110,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1008,6 +1123,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1020,6 +1136,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1031,6 +1148,7 @@ description: Result of parsing dodecahedron.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1042,9 +1160,11 @@ description: Result of parsing dodecahedron.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dihedral", "start": 0, "type": "Identifier" @@ -1057,6 +1177,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1069,6 +1190,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1081,6 +1203,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -1092,6 +1215,7 @@ description: Result of parsing dodecahedron.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1103,9 +1227,11 @@ description: Result of parsing dodecahedron.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dihedral", "start": 0, "type": "Identifier" @@ -1118,6 +1244,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1130,6 +1257,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "72", "start": 0, "type": "Literal", @@ -1142,6 +1270,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2", "start": 0, "type": "Literal", @@ -1153,6 +1282,7 @@ description: Result of parsing dodecahedron.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1164,9 +1294,11 @@ description: Result of parsing dodecahedron.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dihedral", "start": 0, "type": "Identifier" @@ -1179,6 +1311,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1191,6 +1324,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "144", "start": 0, "type": "Literal", @@ -1203,6 +1337,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3", "start": 0, "type": "Literal", @@ -1214,6 +1349,7 @@ description: Result of parsing dodecahedron.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1225,9 +1361,11 @@ description: Result of parsing dodecahedron.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dihedral", "start": 0, "type": "Identifier" @@ -1240,6 +1378,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1252,6 +1391,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "216", "start": 0, "type": "Literal", @@ -1264,6 +1404,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4", "start": 0, "type": "Literal", @@ -1275,6 +1416,7 @@ description: Result of parsing dodecahedron.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1286,9 +1428,11 @@ description: Result of parsing dodecahedron.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dihedral", "start": 0, "type": "Identifier" @@ -1301,6 +1445,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1313,6 +1458,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "288", "start": 0, "type": "Literal", @@ -1325,6 +1471,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -1336,6 +1483,7 @@ description: Result of parsing dodecahedron.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1346,6 +1494,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -1358,6 +1507,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1370,6 +1520,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1382,6 +1533,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6", "start": 0, "type": "Literal", @@ -1393,6 +1545,7 @@ description: Result of parsing dodecahedron.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1406,6 +1559,7 @@ description: Result of parsing dodecahedron.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -1415,14 +1569,17 @@ description: Result of parsing dodecahedron.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dihedral", "start": 0, "type": "Identifier" @@ -1439,6 +1596,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1451,6 +1609,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "36", "start": 0, "type": "Literal", @@ -1463,6 +1622,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7", "start": 0, "type": "Literal", @@ -1474,6 +1634,7 @@ description: Result of parsing dodecahedron.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1487,6 +1648,7 @@ description: Result of parsing dodecahedron.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -1496,14 +1658,17 @@ description: Result of parsing dodecahedron.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dihedral", "start": 0, "type": "Identifier" @@ -1520,6 +1685,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1532,6 +1698,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "108", "start": 0, "type": "Literal", @@ -1544,6 +1711,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8", "start": 0, "type": "Literal", @@ -1555,6 +1723,7 @@ description: Result of parsing dodecahedron.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1568,6 +1737,7 @@ description: Result of parsing dodecahedron.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -1577,14 +1747,17 @@ description: Result of parsing dodecahedron.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dihedral", "start": 0, "type": "Identifier" @@ -1601,6 +1774,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1613,6 +1787,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -1625,6 +1800,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9", "start": 0, "type": "Literal", @@ -1636,6 +1812,7 @@ description: Result of parsing dodecahedron.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1649,6 +1826,7 @@ description: Result of parsing dodecahedron.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -1658,14 +1836,17 @@ description: Result of parsing dodecahedron.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dihedral", "start": 0, "type": "Identifier" @@ -1682,6 +1863,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1694,6 +1876,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "252", "start": 0, "type": "Literal", @@ -1706,6 +1889,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.11", "start": 0, "type": "Literal", @@ -1717,6 +1901,7 @@ description: Result of parsing dodecahedron.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1730,6 +1915,7 @@ description: Result of parsing dodecahedron.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -1739,14 +1925,17 @@ description: Result of parsing dodecahedron.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dihedral", "start": 0, "type": "Identifier" @@ -1763,6 +1952,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1775,6 +1965,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "324", "start": 0, "type": "Literal", @@ -1787,6 +1978,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.12", "start": 0, "type": "Literal", @@ -1798,18 +1990,21 @@ description: Result of parsing dodecahedron.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } ], "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1823,6 +2018,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1836,6 +2032,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1849,6 +2046,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1862,6 +2060,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1875,6 +2074,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1888,6 +2088,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1901,6 +2102,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1914,6 +2116,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1927,6 +2130,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1940,6 +2144,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1953,6 +2158,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1969,11 +2175,13 @@ description: Result of parsing dodecahedron.kcl "type": "ArrayExpression", "type": "ArrayExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1991,6 +2199,7 @@ description: Result of parsing dodecahedron.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dodecFaces", "start": 0, "type": "Identifier" @@ -2002,6 +2211,7 @@ description: Result of parsing dodecahedron.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -2013,13 +2223,16 @@ description: Result of parsing dodecahedron.kcl "argument": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "createFaceTemplate", "start": 0, "type": "Identifier" @@ -2030,6 +2243,7 @@ description: Result of parsing dodecahedron.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2037,13 +2251,16 @@ description: Result of parsing dodecahedron.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotation", "start": 0, "type": "Identifier" @@ -2056,6 +2273,7 @@ description: Result of parsing dodecahedron.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -2077,6 +2295,7 @@ description: Result of parsing dodecahedron.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitch", "start": 0, "type": "Identifier" @@ -2085,13 +2304,16 @@ description: Result of parsing dodecahedron.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotation", "start": 0, "type": "Identifier" @@ -2104,6 +2326,7 @@ description: Result of parsing dodecahedron.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2123,6 +2346,7 @@ description: Result of parsing dodecahedron.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "roll", "start": 0, "type": "Identifier" @@ -2131,13 +2355,16 @@ description: Result of parsing dodecahedron.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotation", "start": 0, "type": "Identifier" @@ -2150,6 +2377,7 @@ description: Result of parsing dodecahedron.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -2169,6 +2397,7 @@ description: Result of parsing dodecahedron.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yaw", "start": 0, "type": "Identifier" @@ -2177,13 +2406,16 @@ description: Result of parsing dodecahedron.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotation", "start": 0, "type": "Identifier" @@ -2196,6 +2428,7 @@ description: Result of parsing dodecahedron.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2215,6 +2448,7 @@ description: Result of parsing dodecahedron.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "global", "start": 0, "type": "Identifier" @@ -2222,6 +2456,7 @@ description: Result of parsing dodecahedron.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -2234,9 +2469,11 @@ description: Result of parsing dodecahedron.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotate", "start": 0, "type": "Identifier" @@ -2247,6 +2484,7 @@ description: Result of parsing dodecahedron.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2255,12 +2493,14 @@ description: Result of parsing dodecahedron.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -2268,16 +2508,19 @@ description: Result of parsing dodecahedron.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotation", "start": 0, "type": "Identifier" @@ -2295,9 +2538,11 @@ description: Result of parsing dodecahedron.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "map", "start": 0, "type": "Identifier" @@ -2308,6 +2553,7 @@ description: Result of parsing dodecahedron.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2315,9 +2561,11 @@ description: Result of parsing dodecahedron.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faceRotations", "start": 0, "type": "Identifier" @@ -2328,11 +2576,13 @@ description: Result of parsing dodecahedron.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2350,6 +2600,7 @@ description: Result of parsing dodecahedron.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "calculateArrayLength", "start": 0, "type": "Identifier" @@ -2365,6 +2616,7 @@ description: Result of parsing dodecahedron.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "initial", "start": 0, "type": "Identifier" @@ -2372,6 +2624,7 @@ description: Result of parsing dodecahedron.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2387,6 +2640,7 @@ description: Result of parsing dodecahedron.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -2402,9 +2656,11 @@ description: Result of parsing dodecahedron.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "accum", "start": 0, "type": "Identifier" @@ -2414,10 +2670,12 @@ description: Result of parsing dodecahedron.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -2433,6 +2691,7 @@ description: Result of parsing dodecahedron.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -2440,16 +2699,19 @@ description: Result of parsing dodecahedron.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "item", "start": 0, "type": "Identifier" @@ -2461,6 +2723,7 @@ description: Result of parsing dodecahedron.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "accum", "start": 0, "type": "Identifier" @@ -2477,9 +2740,11 @@ description: Result of parsing dodecahedron.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "reduce", "start": 0, "type": "Identifier" @@ -2490,6 +2755,7 @@ description: Result of parsing dodecahedron.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2497,9 +2763,11 @@ description: Result of parsing dodecahedron.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arr", "start": 0, "type": "Identifier" @@ -2512,6 +2780,7 @@ description: Result of parsing dodecahedron.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -2519,16 +2788,19 @@ description: Result of parsing dodecahedron.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arr", "start": 0, "type": "Identifier" @@ -2540,11 +2812,13 @@ description: Result of parsing dodecahedron.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2557,6 +2831,7 @@ description: Result of parsing dodecahedron.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "createIntersection", "start": 0, "type": "Identifier" @@ -2572,6 +2847,7 @@ description: Result of parsing dodecahedron.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "reduceIntersect", "start": 0, "type": "Identifier" @@ -2581,13 +2857,16 @@ description: Result of parsing dodecahedron.kcl "body": [ { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "intersect", "start": 0, "type": "Identifier" @@ -2598,6 +2877,7 @@ description: Result of parsing dodecahedron.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2608,9 +2888,11 @@ description: Result of parsing dodecahedron.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "previous", "start": 0, "type": "Identifier" @@ -2624,9 +2906,11 @@ description: Result of parsing dodecahedron.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "accum", "start": 0, "type": "Identifier" @@ -2638,6 +2922,7 @@ description: Result of parsing dodecahedron.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2645,6 +2930,7 @@ description: Result of parsing dodecahedron.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -2652,16 +2938,19 @@ description: Result of parsing dodecahedron.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "previous", "start": 0, "type": "Identifier" @@ -2673,6 +2962,7 @@ description: Result of parsing dodecahedron.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "accum", "start": 0, "type": "Identifier" @@ -2683,11 +2973,13 @@ description: Result of parsing dodecahedron.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2700,6 +2992,7 @@ description: Result of parsing dodecahedron.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lastIndex", "start": 0, "type": "Identifier" @@ -2708,13 +3001,16 @@ description: Result of parsing dodecahedron.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "calculateArrayLength", "start": 0, "type": "Identifier" @@ -2725,6 +3021,7 @@ description: Result of parsing dodecahedron.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2732,9 +3029,11 @@ description: Result of parsing dodecahedron.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "solids", "start": 0, "type": "Identifier" @@ -2745,10 +3044,12 @@ description: Result of parsing dodecahedron.kcl "type": "Name" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -2762,11 +3063,13 @@ description: Result of parsing dodecahedron.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2779,6 +3082,7 @@ description: Result of parsing dodecahedron.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lastSolid", "start": 0, "type": "Identifier" @@ -2787,13 +3091,16 @@ description: Result of parsing dodecahedron.kcl "commentStart": 0, "computed": true, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "solids", "start": 0, "type": "Identifier" @@ -2806,6 +3113,7 @@ description: Result of parsing dodecahedron.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lastIndex", "start": 0, "type": "Identifier", @@ -2815,11 +3123,13 @@ description: Result of parsing dodecahedron.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2832,18 +3142,22 @@ description: Result of parsing dodecahedron.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "remainingSolids", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pop", "start": 0, "type": "Identifier" @@ -2854,6 +3168,7 @@ description: Result of parsing dodecahedron.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2861,9 +3176,11 @@ description: Result of parsing dodecahedron.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "solids", "start": 0, "type": "Identifier" @@ -2874,11 +3191,13 @@ description: Result of parsing dodecahedron.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2891,6 +3210,7 @@ description: Result of parsing dodecahedron.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "initial", "start": 0, "type": "Identifier" @@ -2899,9 +3219,11 @@ description: Result of parsing dodecahedron.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lastSolid", "start": 0, "type": "Identifier" @@ -2917,6 +3239,7 @@ description: Result of parsing dodecahedron.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -2925,9 +3248,11 @@ description: Result of parsing dodecahedron.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "reduceIntersect", "start": 0, "type": "Identifier" @@ -2943,9 +3268,11 @@ description: Result of parsing dodecahedron.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "reduce", "start": 0, "type": "Identifier" @@ -2956,6 +3283,7 @@ description: Result of parsing dodecahedron.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2963,9 +3291,11 @@ description: Result of parsing dodecahedron.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "remainingSolids", "start": 0, "type": "Identifier" @@ -2978,6 +3308,7 @@ description: Result of parsing dodecahedron.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -2985,16 +3316,19 @@ description: Result of parsing dodecahedron.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "solids", "start": 0, "type": "Identifier" @@ -3006,11 +3340,13 @@ description: Result of parsing dodecahedron.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3019,13 +3355,16 @@ description: Result of parsing dodecahedron.kcl "commentStart": 0, "end": 0, "expression": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "createIntersection", "start": 0, "type": "Identifier" @@ -3036,6 +3375,7 @@ description: Result of parsing dodecahedron.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3043,9 +3383,11 @@ description: Result of parsing dodecahedron.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dodecFaces", "start": 0, "type": "Identifier" @@ -3056,6 +3398,7 @@ description: Result of parsing dodecahedron.kcl "type": "Name" } }, + "moduleId": 0, "preComments": [ "", "", @@ -3072,9 +3415,11 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -3093,19 +3438,23 @@ description: Result of parsing dodecahedron.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -3122,15 +3471,18 @@ description: Result of parsing dodecahedron.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -3146,12 +3498,14 @@ description: Result of parsing dodecahedron.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "3": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3163,6 +3517,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3175,6 +3530,7 @@ description: Result of parsing dodecahedron.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/enclosure/ast.snap b/rust/kcl-lib/tests/kcl_samples/enclosure/ast.snap index 7cacfcd1c..33070d21b 100644 --- a/rust/kcl-lib/tests/kcl_samples/enclosure/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/enclosure/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing enclosure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing enclosure.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "175", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing enclosure.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define parameters" ], @@ -49,6 +53,7 @@ description: Result of parsing enclosure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing enclosure.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "125", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing enclosure.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing enclosure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -89,6 +98,7 @@ description: Result of parsing enclosure.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "70", "start": 0, "type": "Literal", @@ -98,11 +108,13 @@ description: Result of parsing enclosure.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -115,6 +127,7 @@ description: Result of parsing enclosure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -122,6 +135,7 @@ description: Result of parsing enclosure.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -131,11 +145,13 @@ description: Result of parsing enclosure.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -148,6 +164,7 @@ description: Result of parsing enclosure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDia", "start": 0, "type": "Identifier" @@ -155,6 +172,7 @@ description: Result of parsing enclosure.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -164,11 +182,13 @@ description: Result of parsing enclosure.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -181,6 +201,7 @@ description: Result of parsing enclosure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -188,13 +209,16 @@ description: Result of parsing enclosure.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -205,6 +229,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -212,9 +237,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -232,6 +259,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -242,6 +270,7 @@ description: Result of parsing enclosure.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -254,6 +283,7 @@ description: Result of parsing enclosure.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -265,6 +295,7 @@ description: Result of parsing enclosure.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -275,9 +306,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -288,6 +321,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -300,6 +334,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -307,6 +342,7 @@ description: Result of parsing enclosure.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -322,6 +358,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -330,9 +367,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -348,6 +387,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -355,6 +395,7 @@ description: Result of parsing enclosure.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -366,9 +407,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -379,6 +422,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -391,6 +435,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -399,13 +444,16 @@ description: Result of parsing enclosure.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -416,6 +464,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -423,9 +472,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -436,10 +487,12 @@ description: Result of parsing enclosure.kcl "type": "Name" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -461,9 +514,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -479,6 +534,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -486,6 +542,7 @@ description: Result of parsing enclosure.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -497,9 +554,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -510,6 +569,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -522,18 +582,22 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -544,6 +608,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -551,9 +616,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -570,19 +637,23 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -593,6 +664,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -600,9 +672,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -615,6 +689,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -626,6 +701,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -633,6 +709,7 @@ description: Result of parsing enclosure.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -644,9 +721,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -657,6 +736,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -669,6 +749,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -677,13 +758,16 @@ description: Result of parsing enclosure.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -694,25 +778,30 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -723,12 +812,14 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -736,6 +827,7 @@ description: Result of parsing enclosure.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -746,6 +838,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -753,6 +846,7 @@ description: Result of parsing enclosure.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -764,9 +858,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -777,19 +873,23 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -800,6 +900,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -808,15 +909,18 @@ description: Result of parsing enclosure.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -834,6 +938,7 @@ description: Result of parsing enclosure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude001", "start": 0, "type": "Identifier" @@ -847,6 +952,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -855,9 +961,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -873,9 +981,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -886,6 +996,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -893,9 +1004,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -913,6 +1026,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -924,9 +1038,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -936,10 +1052,12 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -959,6 +1077,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -967,13 +1086,16 @@ description: Result of parsing enclosure.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -984,6 +1106,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -991,9 +1114,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -1005,13 +1130,16 @@ description: Result of parsing enclosure.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -1022,6 +1150,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1029,9 +1158,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentB001", "start": 0, "type": "Identifier" @@ -1043,13 +1174,16 @@ description: Result of parsing enclosure.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -1060,6 +1194,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1067,9 +1202,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentC001", "start": 0, "type": "Identifier" @@ -1081,13 +1218,16 @@ description: Result of parsing enclosure.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -1098,6 +1238,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1105,9 +1246,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentD001", "start": 0, "type": "Identifier" @@ -1120,6 +1263,7 @@ description: Result of parsing enclosure.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1130,9 +1274,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -1143,6 +1289,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1155,6 +1302,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faces", "start": 0, "type": "Identifier" @@ -1166,9 +1314,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -1180,6 +1330,7 @@ description: Result of parsing enclosure.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1190,6 +1341,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -1198,9 +1350,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -1216,9 +1370,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shell", "start": 0, "type": "Identifier" @@ -1229,6 +1385,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1237,12 +1394,14 @@ description: Result of parsing enclosure.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1256,6 +1415,7 @@ description: Result of parsing enclosure.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1272,11 +1432,13 @@ description: Result of parsing enclosure.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1289,6 +1451,7 @@ description: Result of parsing enclosure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "function001", "start": 0, "type": "Identifier" @@ -1304,6 +1467,7 @@ description: Result of parsing enclosure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane001", "start": 0, "type": "Identifier" @@ -1311,6 +1475,7 @@ description: Result of parsing enclosure.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -1318,10 +1483,12 @@ description: Result of parsing enclosure.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "origin", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -1330,6 +1497,7 @@ description: Result of parsing enclosure.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -1342,6 +1510,7 @@ description: Result of parsing enclosure.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -1355,9 +1524,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -1369,6 +1540,7 @@ description: Result of parsing enclosure.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1380,10 +1552,12 @@ description: Result of parsing enclosure.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -1392,6 +1566,7 @@ description: Result of parsing enclosure.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -1404,6 +1579,7 @@ description: Result of parsing enclosure.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -1416,6 +1592,7 @@ description: Result of parsing enclosure.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -1427,6 +1604,7 @@ description: Result of parsing enclosure.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1438,10 +1616,12 @@ description: Result of parsing enclosure.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -1450,6 +1630,7 @@ description: Result of parsing enclosure.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -1462,6 +1643,7 @@ description: Result of parsing enclosure.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -1474,6 +1656,7 @@ description: Result of parsing enclosure.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -1485,6 +1668,7 @@ description: Result of parsing enclosure.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1496,10 +1680,12 @@ description: Result of parsing enclosure.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "zAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -1508,6 +1694,7 @@ description: Result of parsing enclosure.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -1520,6 +1707,7 @@ description: Result of parsing enclosure.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -1532,6 +1720,7 @@ description: Result of parsing enclosure.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -1543,6 +1732,7 @@ description: Result of parsing enclosure.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1553,11 +1743,13 @@ description: Result of parsing enclosure.kcl "type": "ObjectExpression", "type": "ObjectExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Create a plane to sketch on shell interior" ], @@ -1573,6 +1765,7 @@ description: Result of parsing enclosure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" @@ -1580,13 +1773,16 @@ description: Result of parsing enclosure.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1597,6 +1793,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1604,9 +1801,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane001", "start": 0, "type": "Identifier" @@ -1624,6 +1823,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1635,13 +1835,16 @@ description: Result of parsing enclosure.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "originStart", "start": 0, "type": "Identifier" @@ -1654,6 +1857,7 @@ description: Result of parsing enclosure.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1671,13 +1875,16 @@ description: Result of parsing enclosure.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "originStart", "start": 0, "type": "Identifier" @@ -1690,6 +1897,7 @@ description: Result of parsing enclosure.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1705,6 +1913,7 @@ description: Result of parsing enclosure.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1715,6 +1924,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1726,9 +1936,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDia", "start": 0, "type": "Identifier" @@ -1738,14 +1950,17 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -1765,9 +1980,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1778,6 +1995,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1790,6 +2008,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -1801,6 +2020,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1812,13 +2032,16 @@ description: Result of parsing enclosure.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "originStart", "start": 0, "type": "Identifier" @@ -1831,6 +2054,7 @@ description: Result of parsing enclosure.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1848,13 +2072,16 @@ description: Result of parsing enclosure.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "originStart", "start": 0, "type": "Identifier" @@ -1867,6 +2094,7 @@ description: Result of parsing enclosure.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1882,6 +2110,7 @@ description: Result of parsing enclosure.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1892,6 +2121,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1900,9 +2130,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDia", "start": 0, "type": "Identifier" @@ -1918,9 +2150,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1931,6 +2165,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1942,9 +2177,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -1955,6 +2192,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1963,15 +2201,18 @@ description: Result of parsing enclosure.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1989,6 +2230,7 @@ description: Result of parsing enclosure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude002", "start": 0, "type": "Identifier" @@ -2000,6 +2242,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2011,9 +2254,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -2023,14 +2268,17 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -2050,9 +2298,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2063,6 +2313,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2070,9 +2321,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" @@ -2083,11 +2336,13 @@ description: Result of parsing enclosure.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2097,9 +2352,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude002", "start": 0, "type": "Identifier" @@ -2111,6 +2368,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -2118,12 +2376,14 @@ description: Result of parsing enclosure.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2138,12 +2398,14 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "originStart", "start": 0, "type": "Identifier" @@ -2155,11 +2417,13 @@ description: Result of parsing enclosure.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2168,13 +2432,16 @@ description: Result of parsing enclosure.kcl "commentStart": 0, "end": 0, "expression": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "function001", "start": 0, "type": "Identifier" @@ -2185,6 +2452,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2201,9 +2469,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -2213,10 +2483,12 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -2230,14 +2502,17 @@ description: Result of parsing enclosure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDia", "start": 0, "type": "Identifier" @@ -2261,9 +2536,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -2273,10 +2550,12 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -2290,14 +2569,17 @@ description: Result of parsing enclosure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDia", "start": 0, "type": "Identifier" @@ -2313,11 +2595,13 @@ description: Result of parsing enclosure.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "preComments": [ "", "", @@ -2331,13 +2615,16 @@ description: Result of parsing enclosure.kcl "commentStart": 0, "end": 0, "expression": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "function001", "start": 0, "type": "Identifier" @@ -2348,6 +2635,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2364,9 +2652,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -2376,10 +2666,12 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -2393,14 +2685,17 @@ description: Result of parsing enclosure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDia", "start": 0, "type": "Identifier" @@ -2421,9 +2716,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2433,6 +2730,7 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -2444,9 +2742,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -2456,10 +2756,12 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -2473,14 +2775,17 @@ description: Result of parsing enclosure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDia", "start": 0, "type": "Identifier" @@ -2500,11 +2805,13 @@ description: Result of parsing enclosure.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -2513,13 +2820,16 @@ description: Result of parsing enclosure.kcl "commentStart": 0, "end": 0, "expression": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "function001", "start": 0, "type": "Identifier" @@ -2530,6 +2840,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2543,9 +2854,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -2555,6 +2868,7 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -2566,9 +2880,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -2578,10 +2894,12 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -2595,14 +2913,17 @@ description: Result of parsing enclosure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDia", "start": 0, "type": "Identifier" @@ -2630,9 +2951,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -2642,10 +2965,12 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -2659,14 +2984,17 @@ description: Result of parsing enclosure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDia", "start": 0, "type": "Identifier" @@ -2682,11 +3010,13 @@ description: Result of parsing enclosure.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -2695,13 +3025,16 @@ description: Result of parsing enclosure.kcl "commentStart": 0, "end": 0, "expression": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "function001", "start": 0, "type": "Identifier" @@ -2712,6 +3045,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2725,9 +3059,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -2737,6 +3073,7 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -2748,9 +3085,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -2760,10 +3099,12 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -2777,14 +3118,17 @@ description: Result of parsing enclosure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDia", "start": 0, "type": "Identifier" @@ -2809,9 +3153,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2821,6 +3167,7 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -2832,9 +3179,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -2844,10 +3193,12 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -2861,14 +3212,17 @@ description: Result of parsing enclosure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDia", "start": 0, "type": "Identifier" @@ -2888,11 +3242,13 @@ description: Result of parsing enclosure.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -2905,6 +3261,7 @@ description: Result of parsing enclosure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003", "start": 0, "type": "Identifier" @@ -2912,13 +3269,16 @@ description: Result of parsing enclosure.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2929,6 +3289,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2936,9 +3297,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -2956,6 +3319,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -2970,9 +3334,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -2982,10 +3348,12 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.2", "start": 0, "type": "Literal", @@ -3002,6 +3370,7 @@ description: Result of parsing enclosure.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3013,6 +3382,7 @@ description: Result of parsing enclosure.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3023,9 +3393,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -3036,6 +3408,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3048,6 +3421,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -3055,6 +3429,7 @@ description: Result of parsing enclosure.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3070,6 +3445,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3078,9 +3454,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -3096,6 +3474,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -3103,6 +3482,7 @@ description: Result of parsing enclosure.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -3114,9 +3494,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -3127,6 +3509,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3139,6 +3522,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -3147,13 +3531,16 @@ description: Result of parsing enclosure.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -3164,6 +3551,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3171,9 +3559,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -3184,10 +3574,12 @@ description: Result of parsing enclosure.kcl "type": "Name" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -3209,9 +3601,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3227,6 +3621,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -3234,6 +3629,7 @@ description: Result of parsing enclosure.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -3245,9 +3641,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -3258,6 +3656,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3270,18 +3669,22 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -3292,6 +3695,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3299,9 +3703,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -3318,19 +3724,23 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -3341,6 +3751,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3348,9 +3759,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -3363,6 +3776,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3374,6 +3788,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -3381,6 +3796,7 @@ description: Result of parsing enclosure.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -3392,9 +3808,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -3405,6 +3823,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3417,6 +3836,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3425,13 +3845,16 @@ description: Result of parsing enclosure.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -3442,25 +3865,30 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -3471,12 +3899,14 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3484,6 +3914,7 @@ description: Result of parsing enclosure.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3494,6 +3925,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -3501,6 +3933,7 @@ description: Result of parsing enclosure.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -3512,9 +3945,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3525,19 +3960,23 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -3548,6 +3987,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3560,6 +4000,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -3571,6 +4012,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -3591,9 +4033,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -3603,10 +4047,12 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.2", "start": 0, "type": "Literal", @@ -3620,6 +4066,7 @@ description: Result of parsing enclosure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -3628,9 +4075,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -3640,10 +4089,12 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -3661,14 +4112,17 @@ description: Result of parsing enclosure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDia", "start": 0, "type": "Identifier" @@ -3692,9 +4146,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -3704,10 +4160,12 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -3721,14 +4179,17 @@ description: Result of parsing enclosure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDia", "start": 0, "type": "Identifier" @@ -3744,6 +4205,7 @@ description: Result of parsing enclosure.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3754,6 +4216,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3762,9 +4225,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDia", "start": 0, "type": "Identifier" @@ -3780,9 +4245,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -3793,6 +4260,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3804,9 +4272,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -3817,6 +4287,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3829,6 +4300,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -3840,6 +4312,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -3860,9 +4333,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -3872,10 +4347,12 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.2", "start": 0, "type": "Literal", @@ -3889,6 +4366,7 @@ description: Result of parsing enclosure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -3897,9 +4375,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -3909,10 +4389,12 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -3930,14 +4412,17 @@ description: Result of parsing enclosure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDia", "start": 0, "type": "Identifier" @@ -3958,9 +4443,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3970,6 +4457,7 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -3981,9 +4469,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -3993,10 +4483,12 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -4010,14 +4502,17 @@ description: Result of parsing enclosure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDia", "start": 0, "type": "Identifier" @@ -4037,6 +4532,7 @@ description: Result of parsing enclosure.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4047,6 +4543,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -4055,9 +4552,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDia", "start": 0, "type": "Identifier" @@ -4073,9 +4572,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -4086,6 +4587,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4097,9 +4599,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -4110,6 +4614,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4122,6 +4627,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -4133,6 +4639,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -4150,9 +4657,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -4162,10 +4671,12 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.2", "start": 0, "type": "Literal", @@ -4179,6 +4690,7 @@ description: Result of parsing enclosure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -4190,9 +4702,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -4202,10 +4716,12 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -4219,14 +4735,17 @@ description: Result of parsing enclosure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDia", "start": 0, "type": "Identifier" @@ -4254,9 +4773,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -4266,10 +4787,12 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -4283,14 +4806,17 @@ description: Result of parsing enclosure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDia", "start": 0, "type": "Identifier" @@ -4306,6 +4832,7 @@ description: Result of parsing enclosure.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4316,6 +4843,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -4324,9 +4852,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDia", "start": 0, "type": "Identifier" @@ -4342,9 +4872,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -4355,6 +4887,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4366,9 +4899,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -4379,6 +4914,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4391,6 +4927,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -4402,6 +4939,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -4419,9 +4957,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -4431,10 +4971,12 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.2", "start": 0, "type": "Literal", @@ -4448,6 +4990,7 @@ description: Result of parsing enclosure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -4459,9 +5002,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -4471,10 +5016,12 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -4488,14 +5035,17 @@ description: Result of parsing enclosure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDia", "start": 0, "type": "Identifier" @@ -4520,9 +5070,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4532,6 +5084,7 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -4543,9 +5096,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -4555,10 +5110,12 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -4572,14 +5129,17 @@ description: Result of parsing enclosure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDia", "start": 0, "type": "Identifier" @@ -4599,6 +5159,7 @@ description: Result of parsing enclosure.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4609,6 +5170,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -4617,9 +5179,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDia", "start": 0, "type": "Identifier" @@ -4635,9 +5199,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -4648,6 +5214,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4659,9 +5226,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -4672,6 +5241,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4680,15 +5250,18 @@ description: Result of parsing enclosure.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -4706,6 +5279,7 @@ description: Result of parsing enclosure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude003", "start": 0, "type": "Identifier" @@ -4719,6 +5293,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4727,9 +5302,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -4745,9 +5322,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -4758,6 +5337,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4765,9 +5345,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003", "start": 0, "type": "Identifier" @@ -4785,6 +5367,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -4796,9 +5379,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -4808,10 +5393,12 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -4831,6 +5418,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -4839,13 +5427,16 @@ description: Result of parsing enclosure.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -4856,6 +5447,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4863,9 +5455,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA002", "start": 0, "type": "Identifier" @@ -4877,13 +5471,16 @@ description: Result of parsing enclosure.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -4894,6 +5491,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4901,9 +5499,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentB002", "start": 0, "type": "Identifier" @@ -4915,13 +5515,16 @@ description: Result of parsing enclosure.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -4932,6 +5535,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4939,9 +5543,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentC002", "start": 0, "type": "Identifier" @@ -4953,13 +5559,16 @@ description: Result of parsing enclosure.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -4970,6 +5579,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4977,9 +5587,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentD002", "start": 0, "type": "Identifier" @@ -4992,6 +5604,7 @@ description: Result of parsing enclosure.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5002,9 +5615,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -5015,6 +5630,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5023,12 +5639,14 @@ description: Result of parsing enclosure.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -5045,11 +5663,13 @@ description: Result of parsing enclosure.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5062,6 +5682,7 @@ description: Result of parsing enclosure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch004", "start": 0, "type": "Identifier" @@ -5075,6 +5696,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -5083,9 +5705,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -5101,9 +5725,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -5114,6 +5740,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5121,9 +5748,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude003", "start": 0, "type": "Identifier" @@ -5141,6 +5770,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -5158,9 +5788,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -5170,10 +5802,12 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.2", "start": 0, "type": "Literal", @@ -5187,14 +5821,17 @@ description: Result of parsing enclosure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -5212,9 +5849,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -5226,6 +5865,7 @@ description: Result of parsing enclosure.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5236,9 +5876,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -5249,6 +5891,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5261,6 +5904,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -5268,6 +5912,7 @@ description: Result of parsing enclosure.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5283,6 +5928,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5294,9 +5940,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -5306,6 +5954,7 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -5313,6 +5962,7 @@ description: Result of parsing enclosure.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5322,14 +5972,17 @@ description: Result of parsing enclosure.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -5353,6 +6006,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -5360,6 +6014,7 @@ description: Result of parsing enclosure.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -5371,9 +6026,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -5384,6 +6041,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5396,6 +6054,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -5404,13 +6063,16 @@ description: Result of parsing enclosure.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -5421,6 +6083,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5428,9 +6091,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA003", "start": 0, "type": "Identifier" @@ -5441,10 +6106,12 @@ description: Result of parsing enclosure.kcl "type": "Name" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -5464,6 +6131,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5475,9 +6143,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5487,6 +6157,7 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -5494,6 +6165,7 @@ description: Result of parsing enclosure.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5503,14 +6175,17 @@ description: Result of parsing enclosure.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -5534,6 +6209,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -5541,6 +6217,7 @@ description: Result of parsing enclosure.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -5552,9 +6229,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -5565,6 +6244,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5577,18 +6257,22 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -5599,6 +6283,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5606,9 +6291,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA003", "start": 0, "type": "Identifier" @@ -5625,19 +6312,23 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -5648,6 +6339,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5655,9 +6347,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA003", "start": 0, "type": "Identifier" @@ -5670,6 +6364,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5681,6 +6376,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -5688,6 +6384,7 @@ description: Result of parsing enclosure.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -5699,9 +6396,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -5712,6 +6411,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5724,6 +6424,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -5732,13 +6433,16 @@ description: Result of parsing enclosure.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -5749,25 +6453,30 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -5778,12 +6487,14 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -5791,6 +6502,7 @@ description: Result of parsing enclosure.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5801,6 +6513,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -5808,6 +6521,7 @@ description: Result of parsing enclosure.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -5819,9 +6533,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5832,19 +6548,23 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -5855,6 +6575,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5867,6 +6588,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -5878,6 +6600,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -5898,9 +6621,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -5910,10 +6635,12 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.2", "start": 0, "type": "Literal", @@ -5927,6 +6654,7 @@ description: Result of parsing enclosure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -5935,9 +6663,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -5947,10 +6677,12 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -5968,14 +6700,17 @@ description: Result of parsing enclosure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDia", "start": 0, "type": "Identifier" @@ -5999,9 +6734,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -6011,10 +6748,12 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -6028,14 +6767,17 @@ description: Result of parsing enclosure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDia", "start": 0, "type": "Identifier" @@ -6051,6 +6793,7 @@ description: Result of parsing enclosure.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6061,6 +6804,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -6072,9 +6816,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDia", "start": 0, "type": "Identifier" @@ -6084,14 +6830,17 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -6111,9 +6860,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -6124,6 +6875,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6135,9 +6887,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -6148,6 +6902,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6160,6 +6915,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -6171,6 +6927,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -6191,9 +6948,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -6203,10 +6962,12 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.2", "start": 0, "type": "Literal", @@ -6220,6 +6981,7 @@ description: Result of parsing enclosure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -6228,9 +6990,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -6240,10 +7004,12 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -6261,14 +7027,17 @@ description: Result of parsing enclosure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDia", "start": 0, "type": "Identifier" @@ -6289,9 +7058,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -6301,6 +7072,7 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -6312,9 +7084,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -6324,10 +7098,12 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -6341,14 +7117,17 @@ description: Result of parsing enclosure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDia", "start": 0, "type": "Identifier" @@ -6368,6 +7147,7 @@ description: Result of parsing enclosure.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6378,6 +7158,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -6389,9 +7170,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDia", "start": 0, "type": "Identifier" @@ -6401,14 +7184,17 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -6428,9 +7214,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -6441,6 +7229,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6452,9 +7241,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -6465,6 +7256,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6477,6 +7269,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -6488,6 +7281,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -6505,9 +7299,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -6517,10 +7313,12 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.2", "start": 0, "type": "Literal", @@ -6534,6 +7332,7 @@ description: Result of parsing enclosure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -6545,9 +7344,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -6557,10 +7358,12 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -6574,14 +7377,17 @@ description: Result of parsing enclosure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDia", "start": 0, "type": "Identifier" @@ -6609,9 +7415,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -6621,10 +7429,12 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -6638,14 +7448,17 @@ description: Result of parsing enclosure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDia", "start": 0, "type": "Identifier" @@ -6661,6 +7474,7 @@ description: Result of parsing enclosure.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6671,6 +7485,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -6682,9 +7497,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDia", "start": 0, "type": "Identifier" @@ -6694,14 +7511,17 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -6721,9 +7541,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -6734,6 +7556,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6745,9 +7568,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -6758,6 +7583,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6770,6 +7596,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -6781,6 +7608,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -6798,9 +7626,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -6810,10 +7640,12 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.2", "start": 0, "type": "Literal", @@ -6827,6 +7659,7 @@ description: Result of parsing enclosure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -6838,9 +7671,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -6850,10 +7685,12 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -6867,14 +7704,17 @@ description: Result of parsing enclosure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDia", "start": 0, "type": "Identifier" @@ -6899,9 +7739,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -6911,6 +7753,7 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -6922,9 +7765,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -6934,10 +7779,12 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -6951,14 +7798,17 @@ description: Result of parsing enclosure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDia", "start": 0, "type": "Identifier" @@ -6978,6 +7828,7 @@ description: Result of parsing enclosure.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6988,6 +7839,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -6999,9 +7851,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDia", "start": 0, "type": "Identifier" @@ -7011,14 +7865,17 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -7038,9 +7895,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -7051,6 +7910,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7062,9 +7922,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -7075,6 +7937,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7083,15 +7946,18 @@ description: Result of parsing enclosure.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -7104,6 +7970,7 @@ description: Result of parsing enclosure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude004", "start": 0, "type": "Identifier" @@ -7117,6 +7984,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -7125,9 +7993,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -7143,9 +8013,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -7156,6 +8028,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7163,9 +8036,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch004", "start": 0, "type": "Identifier" @@ -7183,6 +8058,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -7194,9 +8070,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -7206,10 +8084,12 @@ description: Result of parsing enclosure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -7229,6 +8109,7 @@ description: Result of parsing enclosure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -7237,13 +8118,16 @@ description: Result of parsing enclosure.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -7254,6 +8138,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7261,9 +8146,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA003", "start": 0, "type": "Identifier" @@ -7275,13 +8162,16 @@ description: Result of parsing enclosure.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -7292,6 +8182,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7299,9 +8190,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentB003", "start": 0, "type": "Identifier" @@ -7313,13 +8206,16 @@ description: Result of parsing enclosure.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -7330,6 +8226,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7337,9 +8234,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentC003", "start": 0, "type": "Identifier" @@ -7351,13 +8250,16 @@ description: Result of parsing enclosure.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -7368,6 +8270,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7375,9 +8278,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentD003", "start": 0, "type": "Identifier" @@ -7390,6 +8295,7 @@ description: Result of parsing enclosure.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7400,9 +8306,11 @@ description: Result of parsing enclosure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -7413,6 +8321,7 @@ description: Result of parsing enclosure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7421,15 +8330,18 @@ description: Result of parsing enclosure.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -7441,9 +8353,11 @@ description: Result of parsing enclosure.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -7462,19 +8376,23 @@ description: Result of parsing enclosure.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -7491,15 +8409,18 @@ description: Result of parsing enclosure.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -7515,12 +8436,14 @@ description: Result of parsing enclosure.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": {}, "startNodes": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/enclosure/program_memory.snap b/rust/kcl-lib/tests/kcl_samples/enclosure/program_memory.snap index dc0e15cd5..1606b2550 100644 --- a/rust/kcl-lib/tests/kcl_samples/enclosure/program_memory.snap +++ b/rust/kcl-lib/tests/kcl_samples/enclosure/program_memory.snap @@ -17,6 +17,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 380, "end": 401, + "moduleId": 0, "start": 380, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -30,6 +31,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 476, "end": 497, + "moduleId": 0, "start": 476, "type": "TagDeclarator", "value": "rectangleSegmentB001" @@ -43,6 +45,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 599, "end": 620, + "moduleId": 0, "start": 599, "type": "TagDeclarator", "value": "rectangleSegmentC001" @@ -56,6 +59,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 690, "end": 711, + "moduleId": 0, "start": 690, "type": "TagDeclarator", "value": "rectangleSegmentD001" @@ -79,6 +83,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 380, "end": 401, + "moduleId": 0, "start": 380, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -104,6 +109,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 476, "end": 497, + "moduleId": 0, "start": 476, "type": "TagDeclarator", "value": "rectangleSegmentB001" @@ -129,6 +135,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 599, "end": 620, + "moduleId": 0, "start": 599, "type": "TagDeclarator", "value": "rectangleSegmentC001" @@ -154,6 +161,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 690, "end": 711, + "moduleId": 0, "start": 690, "type": "TagDeclarator", "value": "rectangleSegmentD001" @@ -356,6 +364,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 2436, "end": 2457, + "moduleId": 0, "start": 2436, "type": "TagDeclarator", "value": "rectangleSegmentA002" @@ -369,6 +378,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 2532, "end": 2553, + "moduleId": 0, "start": 2532, "type": "TagDeclarator", "value": "rectangleSegmentB002" @@ -382,6 +392,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 2655, "end": 2676, + "moduleId": 0, "start": 2655, "type": "TagDeclarator", "value": "rectangleSegmentC002" @@ -395,6 +406,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 2746, "end": 2767, + "moduleId": 0, "start": 2746, "type": "TagDeclarator", "value": "rectangleSegmentD002" @@ -418,6 +430,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 2436, "end": 2457, + "moduleId": 0, "start": 2436, "type": "TagDeclarator", "value": "rectangleSegmentA002" @@ -443,6 +456,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 2532, "end": 2553, + "moduleId": 0, "start": 2532, "type": "TagDeclarator", "value": "rectangleSegmentB002" @@ -468,6 +482,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 2655, "end": 2676, + "moduleId": 0, "start": 2655, "type": "TagDeclarator", "value": "rectangleSegmentC002" @@ -493,6 +508,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 2746, "end": 2767, + "moduleId": 0, "start": 2746, "type": "TagDeclarator", "value": "rectangleSegmentD002" @@ -695,6 +711,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 4129, "end": 4150, + "moduleId": 0, "start": 4129, "type": "TagDeclarator", "value": "rectangleSegmentA003" @@ -708,6 +725,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 4256, "end": 4277, + "moduleId": 0, "start": 4256, "type": "TagDeclarator", "value": "rectangleSegmentB003" @@ -721,6 +739,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 4379, "end": 4400, + "moduleId": 0, "start": 4379, "type": "TagDeclarator", "value": "rectangleSegmentC003" @@ -734,6 +753,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 4470, "end": 4491, + "moduleId": 0, "start": 4470, "type": "TagDeclarator", "value": "rectangleSegmentD003" @@ -757,6 +777,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 4129, "end": 4150, + "moduleId": 0, "start": 4129, "type": "TagDeclarator", "value": "rectangleSegmentA003" @@ -782,6 +803,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 4256, "end": 4277, + "moduleId": 0, "start": 4256, "type": "TagDeclarator", "value": "rectangleSegmentB003" @@ -807,6 +829,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 4379, "end": 4400, + "moduleId": 0, "start": 4379, "type": "TagDeclarator", "value": "rectangleSegmentC003" @@ -832,6 +855,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 4470, "end": 4491, + "moduleId": 0, "start": 4470, "type": "TagDeclarator", "value": "rectangleSegmentD003" @@ -898,6 +922,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 2436, "end": 2457, + "moduleId": 0, "start": 2436, "type": "TagDeclarator", "value": "rectangleSegmentA002" @@ -911,6 +936,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 2532, "end": 2553, + "moduleId": 0, "start": 2532, "type": "TagDeclarator", "value": "rectangleSegmentB002" @@ -924,6 +950,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 2655, "end": 2676, + "moduleId": 0, "start": 2655, "type": "TagDeclarator", "value": "rectangleSegmentC002" @@ -937,6 +964,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 2746, "end": 2767, + "moduleId": 0, "start": 2746, "type": "TagDeclarator", "value": "rectangleSegmentD002" @@ -960,6 +988,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 2436, "end": 2457, + "moduleId": 0, "start": 2436, "type": "TagDeclarator", "value": "rectangleSegmentA002" @@ -985,6 +1014,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 2532, "end": 2553, + "moduleId": 0, "start": 2532, "type": "TagDeclarator", "value": "rectangleSegmentB002" @@ -1010,6 +1040,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 2655, "end": 2676, + "moduleId": 0, "start": 2655, "type": "TagDeclarator", "value": "rectangleSegmentC002" @@ -1035,6 +1066,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 2746, "end": 2767, + "moduleId": 0, "start": 2746, "type": "TagDeclarator", "value": "rectangleSegmentD002" @@ -1472,6 +1504,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 380, "end": 401, + "moduleId": 0, "start": 380, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -1497,6 +1530,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 476, "end": 497, + "moduleId": 0, "start": 476, "type": "TagDeclarator", "value": "rectangleSegmentB001" @@ -1522,6 +1556,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 599, "end": 620, + "moduleId": 0, "start": 599, "type": "TagDeclarator", "value": "rectangleSegmentC001" @@ -1547,6 +1582,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 690, "end": 711, + "moduleId": 0, "start": 690, "type": "TagDeclarator", "value": "rectangleSegmentD001" @@ -1671,6 +1707,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 2436, "end": 2457, + "moduleId": 0, "start": 2436, "type": "TagDeclarator", "value": "rectangleSegmentA002" @@ -1696,6 +1733,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 2532, "end": 2553, + "moduleId": 0, "start": 2532, "type": "TagDeclarator", "value": "rectangleSegmentB002" @@ -1721,6 +1759,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 2655, "end": 2676, + "moduleId": 0, "start": 2655, "type": "TagDeclarator", "value": "rectangleSegmentC002" @@ -1746,6 +1785,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 2746, "end": 2767, + "moduleId": 0, "start": 2746, "type": "TagDeclarator", "value": "rectangleSegmentD002" @@ -1870,6 +1910,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 4129, "end": 4150, + "moduleId": 0, "start": 4129, "type": "TagDeclarator", "value": "rectangleSegmentA003" @@ -1895,6 +1936,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 4256, "end": 4277, + "moduleId": 0, "start": 4256, "type": "TagDeclarator", "value": "rectangleSegmentB003" @@ -1920,6 +1962,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 4379, "end": 4400, + "moduleId": 0, "start": 4379, "type": "TagDeclarator", "value": "rectangleSegmentC003" @@ -1945,6 +1988,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 4470, "end": 4491, + "moduleId": 0, "start": 4470, "type": "TagDeclarator", "value": "rectangleSegmentD003" @@ -2011,6 +2055,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 2436, "end": 2457, + "moduleId": 0, "start": 2436, "type": "TagDeclarator", "value": "rectangleSegmentA002" @@ -2024,6 +2069,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 2532, "end": 2553, + "moduleId": 0, "start": 2532, "type": "TagDeclarator", "value": "rectangleSegmentB002" @@ -2037,6 +2083,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 2655, "end": 2676, + "moduleId": 0, "start": 2655, "type": "TagDeclarator", "value": "rectangleSegmentC002" @@ -2050,6 +2097,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 2746, "end": 2767, + "moduleId": 0, "start": 2746, "type": "TagDeclarator", "value": "rectangleSegmentD002" @@ -2073,6 +2121,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 2436, "end": 2457, + "moduleId": 0, "start": 2436, "type": "TagDeclarator", "value": "rectangleSegmentA002" @@ -2098,6 +2147,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 2532, "end": 2553, + "moduleId": 0, "start": 2532, "type": "TagDeclarator", "value": "rectangleSegmentB002" @@ -2123,6 +2173,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 2655, "end": 2676, + "moduleId": 0, "start": 2655, "type": "TagDeclarator", "value": "rectangleSegmentC002" @@ -2148,6 +2199,7 @@ description: Variables in memory after executing enclosure.kcl "tag": { "commentStart": 2746, "end": 2767, + "moduleId": 0, "start": 2746, "type": "TagDeclarator", "value": "rectangleSegmentD002" diff --git a/rust/kcl-lib/tests/kcl_samples/engine-valve/ast.snap b/rust/kcl-lib/tests/kcl_samples/engine-valve/ast.snap index b1e7a0782..4e0c71946 100644 --- a/rust/kcl-lib/tests/kcl_samples/engine-valve/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/engine-valve/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing engine-valve.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "valveDiameter", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing engine-valve.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing engine-valve.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define parameters" ], @@ -49,6 +53,7 @@ description: Result of parsing engine-valve.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "valveLength", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing engine-valve.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "120", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing engine-valve.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing engine-valve.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "valveHeadLength", "start": 0, "type": "Identifier" @@ -93,9 +102,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "valveDiameter", "start": 0, "type": "Identifier" @@ -105,10 +116,12 @@ description: Result of parsing engine-valve.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -122,11 +135,13 @@ description: Result of parsing engine-valve.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -139,6 +154,7 @@ description: Result of parsing engine-valve.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "valveHeadThickness", "start": 0, "type": "Identifier" @@ -146,6 +162,7 @@ description: Result of parsing engine-valve.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -155,11 +172,13 @@ description: Result of parsing engine-valve.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -172,6 +191,7 @@ description: Result of parsing engine-valve.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stemDiameter", "start": 0, "type": "Identifier" @@ -179,6 +199,7 @@ description: Result of parsing engine-valve.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -188,11 +209,13 @@ description: Result of parsing engine-valve.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -205,6 +228,7 @@ description: Result of parsing engine-valve.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stemHeadLength", "start": 0, "type": "Identifier" @@ -212,6 +236,7 @@ description: Result of parsing engine-valve.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "9", "start": 0, "type": "Literal", @@ -221,11 +246,13 @@ description: Result of parsing engine-valve.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -238,6 +265,7 @@ description: Result of parsing engine-valve.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stemLength", "start": 0, "type": "Identifier" @@ -252,9 +280,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "valveLength", "start": 0, "type": "Identifier" @@ -264,14 +294,17 @@ description: Result of parsing engine-valve.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "valveHeadLength", "start": 0, "type": "Identifier" @@ -285,14 +318,17 @@ description: Result of parsing engine-valve.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stemHeadLength", "start": 0, "type": "Identifier" @@ -306,11 +342,13 @@ description: Result of parsing engine-valve.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -323,6 +361,7 @@ description: Result of parsing engine-valve.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "valveRadius", "start": 0, "type": "Identifier" @@ -334,9 +373,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "valveDiameter", "start": 0, "type": "Identifier" @@ -346,10 +387,12 @@ description: Result of parsing engine-valve.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -363,11 +406,13 @@ description: Result of parsing engine-valve.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -385,18 +430,22 @@ description: Result of parsing engine-valve.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "valveHeadPlane", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -407,6 +456,7 @@ description: Result of parsing engine-valve.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -414,9 +464,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -427,11 +479,13 @@ description: Result of parsing engine-valve.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -444,6 +498,7 @@ description: Result of parsing engine-valve.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "valveHeadShape", "start": 0, "type": "Identifier" @@ -457,6 +512,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -468,6 +524,7 @@ description: Result of parsing engine-valve.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.01", "start": 0, "type": "Literal", @@ -479,6 +536,7 @@ description: Result of parsing engine-valve.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -488,9 +546,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "valveHeadLength", "start": 0, "type": "Identifier" @@ -502,6 +562,7 @@ description: Result of parsing engine-valve.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -512,9 +573,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -525,6 +588,7 @@ description: Result of parsing engine-valve.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -532,9 +596,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "valveHeadPlane", "start": 0, "type": "Identifier" @@ -552,6 +618,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -562,6 +629,7 @@ description: Result of parsing engine-valve.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.01", "start": 0, "type": "Literal", @@ -571,6 +639,7 @@ description: Result of parsing engine-valve.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -579,9 +648,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stemDiameter", "start": 0, "type": "Identifier" @@ -591,10 +662,12 @@ description: Result of parsing engine-valve.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -618,9 +691,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -631,6 +706,7 @@ description: Result of parsing engine-valve.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -643,6 +719,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -656,6 +733,7 @@ description: Result of parsing engine-valve.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.01", "start": 0, "type": "Literal", @@ -665,6 +743,7 @@ description: Result of parsing engine-valve.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -673,9 +752,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stemDiameter", "start": 0, "type": "Identifier" @@ -685,10 +766,12 @@ description: Result of parsing engine-valve.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -710,9 +793,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "valveRadius", "start": 0, "type": "Identifier" @@ -724,6 +809,7 @@ description: Result of parsing engine-valve.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -734,9 +820,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -747,6 +835,7 @@ description: Result of parsing engine-valve.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -759,6 +848,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -773,6 +863,7 @@ description: Result of parsing engine-valve.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8", "start": 0, "type": "Literal", @@ -784,19 +875,23 @@ description: Result of parsing engine-valve.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "valveRadius", "start": 0, "type": "Identifier" @@ -814,9 +909,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "valveHeadThickness", "start": 0, "type": "Identifier" @@ -828,6 +925,7 @@ description: Result of parsing engine-valve.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -838,6 +936,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -845,6 +944,7 @@ description: Result of parsing engine-valve.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -856,9 +956,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -869,6 +971,7 @@ description: Result of parsing engine-valve.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -881,6 +984,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -893,9 +997,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "valveRadius", "start": 0, "type": "Identifier" @@ -907,6 +1013,7 @@ description: Result of parsing engine-valve.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -915,6 +1022,7 @@ description: Result of parsing engine-valve.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -926,6 +1034,7 @@ description: Result of parsing engine-valve.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -936,9 +1045,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -949,6 +1060,7 @@ description: Result of parsing engine-valve.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -961,6 +1073,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -971,6 +1084,7 @@ description: Result of parsing engine-valve.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3", "start": 0, "type": "Literal", @@ -980,14 +1094,17 @@ description: Result of parsing engine-valve.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "valveRadius", "start": 0, "type": "Identifier" @@ -1007,9 +1124,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1020,6 +1139,7 @@ description: Result of parsing engine-valve.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1032,6 +1152,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "interiorAbsolute", "start": 0, "type": "Identifier" @@ -1046,6 +1167,7 @@ description: Result of parsing engine-valve.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.34", "start": 0, "type": "Literal", @@ -1057,19 +1179,23 @@ description: Result of parsing engine-valve.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "valveRadius", "start": 0, "type": "Identifier" @@ -1089,6 +1215,7 @@ description: Result of parsing engine-valve.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08", "start": 0, "type": "Literal", @@ -1098,14 +1225,17 @@ description: Result of parsing engine-valve.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "valveRadius", "start": 0, "type": "Identifier" @@ -1121,6 +1251,7 @@ description: Result of parsing engine-valve.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1131,6 +1262,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1145,6 +1277,7 @@ description: Result of parsing engine-valve.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.02", "start": 0, "type": "Literal", @@ -1156,19 +1289,23 @@ description: Result of parsing engine-valve.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "valveRadius", "start": 0, "type": "Identifier" @@ -1188,6 +1325,7 @@ description: Result of parsing engine-valve.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.11", "start": 0, "type": "Literal", @@ -1197,14 +1335,17 @@ description: Result of parsing engine-valve.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "valveRadius", "start": 0, "type": "Identifier" @@ -1220,6 +1361,7 @@ description: Result of parsing engine-valve.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1230,9 +1372,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -1243,6 +1387,7 @@ description: Result of parsing engine-valve.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1255,6 +1400,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1263,13 +1409,16 @@ description: Result of parsing engine-valve.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -1280,25 +1429,30 @@ description: Result of parsing engine-valve.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -1309,12 +1463,14 @@ description: Result of parsing engine-valve.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1322,6 +1478,7 @@ description: Result of parsing engine-valve.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1332,9 +1489,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1345,19 +1504,23 @@ description: Result of parsing engine-valve.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1368,6 +1531,7 @@ description: Result of parsing engine-valve.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1376,15 +1540,18 @@ description: Result of parsing engine-valve.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1397,6 +1564,7 @@ description: Result of parsing engine-valve.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "valveHead", "start": 0, "type": "Identifier" @@ -1408,6 +1576,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1415,6 +1584,7 @@ description: Result of parsing engine-valve.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -1430,6 +1600,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -1438,9 +1609,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "Y", "start": 0, "type": "Identifier" @@ -1456,9 +1629,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -1469,6 +1644,7 @@ description: Result of parsing engine-valve.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1476,9 +1652,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "valveHeadShape", "start": 0, "type": "Identifier" @@ -1489,11 +1667,13 @@ description: Result of parsing engine-valve.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1506,6 +1686,7 @@ description: Result of parsing engine-valve.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "valveStemSketch", "start": 0, "type": "Identifier" @@ -1513,13 +1694,16 @@ description: Result of parsing engine-valve.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1530,6 +1714,7 @@ description: Result of parsing engine-valve.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1540,6 +1725,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -1548,9 +1734,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "valveHeadLength", "start": 0, "type": "Identifier" @@ -1566,9 +1754,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -1579,6 +1769,7 @@ description: Result of parsing engine-valve.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1586,9 +1777,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -1607,6 +1800,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1617,6 +1811,7 @@ description: Result of parsing engine-valve.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1629,6 +1824,7 @@ description: Result of parsing engine-valve.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1640,6 +1836,7 @@ description: Result of parsing engine-valve.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1650,6 +1847,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1661,9 +1859,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stemDiameter", "start": 0, "type": "Identifier" @@ -1673,10 +1873,12 @@ description: Result of parsing engine-valve.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1696,9 +1898,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1709,6 +1913,7 @@ description: Result of parsing engine-valve.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1721,6 +1926,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1735,9 +1941,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stemLength", "start": 0, "type": "Identifier" @@ -1747,14 +1955,17 @@ description: Result of parsing engine-valve.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "valveHeadLength", "start": 0, "type": "Identifier" @@ -1768,14 +1979,17 @@ description: Result of parsing engine-valve.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stemHeadLength", "start": 0, "type": "Identifier" @@ -1795,9 +2009,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1808,6 +2024,7 @@ description: Result of parsing engine-valve.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1816,12 +2033,14 @@ description: Result of parsing engine-valve.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1838,11 +2057,13 @@ description: Result of parsing engine-valve.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1860,6 +2081,7 @@ description: Result of parsing engine-valve.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stepLength", "start": 0, "type": "Identifier" @@ -1871,9 +2093,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stemHeadLength", "start": 0, "type": "Identifier" @@ -1883,10 +2107,12 @@ description: Result of parsing engine-valve.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -1900,11 +2126,13 @@ description: Result of parsing engine-valve.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1917,6 +2145,7 @@ description: Result of parsing engine-valve.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "step1", "start": 0, "type": "Identifier" @@ -1930,6 +2159,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -1938,9 +2168,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -1956,9 +2188,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1969,6 +2203,7 @@ description: Result of parsing engine-valve.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1976,9 +2211,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "valveStemSketch", "start": 0, "type": "Identifier" @@ -1996,6 +2233,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -2006,6 +2244,7 @@ description: Result of parsing engine-valve.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2018,6 +2257,7 @@ description: Result of parsing engine-valve.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2029,6 +2269,7 @@ description: Result of parsing engine-valve.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2039,6 +2280,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2053,9 +2295,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stemDiameter", "start": 0, "type": "Identifier" @@ -2065,10 +2309,12 @@ description: Result of parsing engine-valve.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2082,10 +2328,12 @@ description: Result of parsing engine-valve.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9", "start": 0, "type": "Literal", @@ -2105,9 +2353,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -2118,12 +2368,14 @@ description: Result of parsing engine-valve.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2136,6 +2388,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2147,9 +2400,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stepLength", "start": 0, "type": "Identifier" @@ -2159,10 +2414,12 @@ description: Result of parsing engine-valve.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2182,9 +2439,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2195,12 +2454,14 @@ description: Result of parsing engine-valve.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2209,15 +2470,18 @@ description: Result of parsing engine-valve.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2230,6 +2494,7 @@ description: Result of parsing engine-valve.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "step2", "start": 0, "type": "Identifier" @@ -2243,6 +2508,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -2251,9 +2517,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -2269,9 +2537,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2282,6 +2552,7 @@ description: Result of parsing engine-valve.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2289,9 +2560,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "step1", "start": 0, "type": "Identifier" @@ -2309,6 +2582,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -2319,6 +2593,7 @@ description: Result of parsing engine-valve.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2331,6 +2606,7 @@ description: Result of parsing engine-valve.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2342,6 +2618,7 @@ description: Result of parsing engine-valve.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2352,6 +2629,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2366,9 +2644,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stemDiameter", "start": 0, "type": "Identifier" @@ -2378,10 +2658,12 @@ description: Result of parsing engine-valve.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2395,10 +2677,12 @@ description: Result of parsing engine-valve.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8", "start": 0, "type": "Literal", @@ -2418,9 +2702,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -2431,12 +2717,14 @@ description: Result of parsing engine-valve.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2449,6 +2737,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2457,9 +2746,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stepLength", "start": 0, "type": "Identifier" @@ -2475,9 +2766,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2488,12 +2781,14 @@ description: Result of parsing engine-valve.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2502,15 +2797,18 @@ description: Result of parsing engine-valve.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2523,6 +2821,7 @@ description: Result of parsing engine-valve.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "step3", "start": 0, "type": "Identifier" @@ -2536,6 +2835,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -2544,9 +2844,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -2562,9 +2864,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2575,6 +2879,7 @@ description: Result of parsing engine-valve.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2582,9 +2887,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "step2", "start": 0, "type": "Identifier" @@ -2602,6 +2909,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -2612,6 +2920,7 @@ description: Result of parsing engine-valve.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2624,6 +2933,7 @@ description: Result of parsing engine-valve.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2635,6 +2945,7 @@ description: Result of parsing engine-valve.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2645,6 +2956,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2659,9 +2971,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stemDiameter", "start": 0, "type": "Identifier" @@ -2671,10 +2985,12 @@ description: Result of parsing engine-valve.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2688,10 +3004,12 @@ description: Result of parsing engine-valve.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9", "start": 0, "type": "Literal", @@ -2711,9 +3029,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -2724,12 +3044,14 @@ description: Result of parsing engine-valve.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2742,6 +3064,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2750,9 +3073,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stepLength", "start": 0, "type": "Identifier" @@ -2768,9 +3093,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2781,12 +3108,14 @@ description: Result of parsing engine-valve.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2795,15 +3124,18 @@ description: Result of parsing engine-valve.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2816,6 +3148,7 @@ description: Result of parsing engine-valve.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "step4", "start": 0, "type": "Identifier" @@ -2829,6 +3162,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -2837,9 +3171,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -2855,9 +3191,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2868,6 +3206,7 @@ description: Result of parsing engine-valve.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2875,9 +3214,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "step3", "start": 0, "type": "Identifier" @@ -2895,6 +3236,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -2905,6 +3247,7 @@ description: Result of parsing engine-valve.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2917,6 +3260,7 @@ description: Result of parsing engine-valve.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2928,6 +3272,7 @@ description: Result of parsing engine-valve.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2938,6 +3283,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2952,9 +3298,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stemDiameter", "start": 0, "type": "Identifier" @@ -2964,10 +3312,12 @@ description: Result of parsing engine-valve.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2981,10 +3331,12 @@ description: Result of parsing engine-valve.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8", "start": 0, "type": "Literal", @@ -3004,9 +3356,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -3017,12 +3371,14 @@ description: Result of parsing engine-valve.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3035,6 +3391,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3043,9 +3400,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stepLength", "start": 0, "type": "Identifier" @@ -3061,9 +3420,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -3074,12 +3435,14 @@ description: Result of parsing engine-valve.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3088,15 +3451,18 @@ description: Result of parsing engine-valve.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3109,6 +3475,7 @@ description: Result of parsing engine-valve.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "step5", "start": 0, "type": "Identifier" @@ -3122,6 +3489,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -3130,9 +3498,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -3148,9 +3518,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -3161,6 +3533,7 @@ description: Result of parsing engine-valve.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3168,9 +3541,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "step4", "start": 0, "type": "Identifier" @@ -3188,6 +3563,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -3198,6 +3574,7 @@ description: Result of parsing engine-valve.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3210,6 +3587,7 @@ description: Result of parsing engine-valve.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3221,6 +3599,7 @@ description: Result of parsing engine-valve.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3231,6 +3610,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3245,9 +3625,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stemDiameter", "start": 0, "type": "Identifier" @@ -3257,10 +3639,12 @@ description: Result of parsing engine-valve.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3274,10 +3658,12 @@ description: Result of parsing engine-valve.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9", "start": 0, "type": "Literal", @@ -3297,9 +3683,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -3310,12 +3698,14 @@ description: Result of parsing engine-valve.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3328,6 +3718,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3336,9 +3727,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stepLength", "start": 0, "type": "Identifier" @@ -3354,9 +3747,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -3367,12 +3762,14 @@ description: Result of parsing engine-valve.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3381,15 +3778,18 @@ description: Result of parsing engine-valve.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3402,6 +3802,7 @@ description: Result of parsing engine-valve.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "step6", "start": 0, "type": "Identifier" @@ -3415,6 +3816,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -3423,9 +3825,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -3441,9 +3845,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -3454,6 +3860,7 @@ description: Result of parsing engine-valve.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3461,9 +3868,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "step5", "start": 0, "type": "Identifier" @@ -3481,6 +3890,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -3491,6 +3901,7 @@ description: Result of parsing engine-valve.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3503,6 +3914,7 @@ description: Result of parsing engine-valve.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3514,6 +3926,7 @@ description: Result of parsing engine-valve.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3524,6 +3937,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3538,9 +3952,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stemDiameter", "start": 0, "type": "Identifier" @@ -3550,10 +3966,12 @@ description: Result of parsing engine-valve.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3567,10 +3985,12 @@ description: Result of parsing engine-valve.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8", "start": 0, "type": "Literal", @@ -3590,9 +4010,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -3603,12 +4025,14 @@ description: Result of parsing engine-valve.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3621,6 +4045,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3629,9 +4054,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stepLength", "start": 0, "type": "Identifier" @@ -3647,9 +4074,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -3660,12 +4089,14 @@ description: Result of parsing engine-valve.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3674,15 +4105,18 @@ description: Result of parsing engine-valve.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3695,6 +4129,7 @@ description: Result of parsing engine-valve.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "step7", "start": 0, "type": "Identifier" @@ -3708,6 +4143,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -3716,9 +4152,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -3734,9 +4172,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -3747,6 +4187,7 @@ description: Result of parsing engine-valve.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3754,9 +4195,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "step6", "start": 0, "type": "Identifier" @@ -3774,6 +4217,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -3784,6 +4228,7 @@ description: Result of parsing engine-valve.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3796,6 +4241,7 @@ description: Result of parsing engine-valve.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3807,6 +4253,7 @@ description: Result of parsing engine-valve.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3817,6 +4264,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3831,9 +4279,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stemDiameter", "start": 0, "type": "Identifier" @@ -3843,10 +4293,12 @@ description: Result of parsing engine-valve.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3860,10 +4312,12 @@ description: Result of parsing engine-valve.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9", "start": 0, "type": "Literal", @@ -3883,6 +4337,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -3890,6 +4345,7 @@ description: Result of parsing engine-valve.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -3901,9 +4357,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -3914,12 +4372,14 @@ description: Result of parsing engine-valve.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3932,6 +4392,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3943,9 +4404,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stepLength", "start": 0, "type": "Identifier" @@ -3955,10 +4418,12 @@ description: Result of parsing engine-valve.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -3978,6 +4443,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tagEnd", "start": 0, "type": "Identifier" @@ -3985,6 +4451,7 @@ description: Result of parsing engine-valve.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -3996,9 +4463,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -4009,12 +4478,14 @@ description: Result of parsing engine-valve.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -4027,6 +4498,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4034,6 +4506,7 @@ description: Result of parsing engine-valve.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -4049,6 +4522,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -4063,6 +4537,7 @@ description: Result of parsing engine-valve.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faces", "start": 0, "type": "Identifier" @@ -4074,9 +4549,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -4090,9 +4567,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "capEnd001", "start": 0, "type": "Identifier" @@ -4104,6 +4583,7 @@ description: Result of parsing engine-valve.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4114,9 +4594,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getCommonEdge", "start": 0, "type": "Identifier" @@ -4127,6 +4609,7 @@ description: Result of parsing engine-valve.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4134,6 +4617,7 @@ description: Result of parsing engine-valve.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4144,9 +4628,11 @@ description: Result of parsing engine-valve.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "chamfer", "start": 0, "type": "Identifier" @@ -4157,6 +4643,7 @@ description: Result of parsing engine-valve.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4165,15 +4652,18 @@ description: Result of parsing engine-valve.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4185,9 +4675,11 @@ description: Result of parsing engine-valve.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -4199,19 +4691,23 @@ description: Result of parsing engine-valve.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -4228,15 +4724,18 @@ description: Result of parsing engine-valve.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -4252,12 +4751,14 @@ description: Result of parsing engine-valve.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": {}, "startNodes": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -4269,6 +4770,7 @@ description: Result of parsing engine-valve.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -4280,6 +4782,7 @@ description: Result of parsing engine-valve.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -4289,6 +4792,7 @@ description: Result of parsing engine-valve.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/engine-valve/program_memory.snap b/rust/kcl-lib/tests/kcl_samples/engine-valve/program_memory.snap index 98d3aa86b..00b4aa643 100644 --- a/rust/kcl-lib/tests/kcl_samples/engine-valve/program_memory.snap +++ b/rust/kcl-lib/tests/kcl_samples/engine-valve/program_memory.snap @@ -2819,6 +2819,7 @@ description: Variables in memory after executing engine-valve.kcl "tag": { "commentStart": 2483, "end": 2489, + "moduleId": 0, "start": 2483, "type": "TagDeclarator", "value": "seg02" @@ -2832,6 +2833,7 @@ description: Variables in memory after executing engine-valve.kcl "tag": { "commentStart": 2548, "end": 2558, + "moduleId": 0, "start": 2548, "type": "TagDeclarator", "value": "capEnd001" @@ -2861,6 +2863,7 @@ description: Variables in memory after executing engine-valve.kcl "tag": { "commentStart": 2483, "end": 2489, + "moduleId": 0, "start": 2483, "type": "TagDeclarator", "value": "seg02" @@ -3722,6 +3725,7 @@ description: Variables in memory after executing engine-valve.kcl "tag": { "commentStart": 744, "end": 750, + "moduleId": 0, "start": 744, "type": "TagDeclarator", "value": "seg01" @@ -3816,6 +3820,7 @@ description: Variables in memory after executing engine-valve.kcl "tag": { "commentStart": 744, "end": 750, + "moduleId": 0, "start": 744, "type": "TagDeclarator", "value": "seg01" @@ -4117,6 +4122,7 @@ description: Variables in memory after executing engine-valve.kcl "tag": { "commentStart": 744, "end": 750, + "moduleId": 0, "start": 744, "type": "TagDeclarator", "value": "seg01" diff --git a/rust/kcl-lib/tests/kcl_samples/exhaust-manifold/ast.snap b/rust/kcl-lib/tests/kcl_samples/exhaust-manifold/ast.snap index b8e2cf3a7..00d916a3e 100644 --- a/rust/kcl-lib/tests/kcl_samples/exhaust-manifold/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/exhaust-manifold/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing exhaust-manifold.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "primaryTubeDiameter", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing exhaust-manifold.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.625", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing exhaust-manifold.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define parameters" ], @@ -49,6 +53,7 @@ description: Result of parsing exhaust-manifold.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing exhaust-manifold.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.080", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing exhaust-manifold.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing exhaust-manifold.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateHeight", "start": 0, "type": "Identifier" @@ -89,6 +98,7 @@ description: Result of parsing exhaust-manifold.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.125", "start": 0, "type": "Literal", @@ -98,11 +108,13 @@ description: Result of parsing exhaust-manifold.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -115,6 +127,7 @@ description: Result of parsing exhaust-manifold.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bendRadius", "start": 0, "type": "Identifier" @@ -122,6 +135,7 @@ description: Result of parsing exhaust-manifold.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -131,11 +145,13 @@ description: Result of parsing exhaust-manifold.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -148,6 +164,7 @@ description: Result of parsing exhaust-manifold.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "primaryTube", "start": 0, "type": "Identifier" @@ -163,6 +180,7 @@ description: Result of parsing exhaust-manifold.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pos001", "start": 0, "type": "Identifier" @@ -174,9 +192,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "n", "start": 0, "type": "Identifier" @@ -186,10 +206,12 @@ description: Result of parsing exhaust-manifold.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -203,11 +225,13 @@ description: Result of parsing exhaust-manifold.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Create an index for the function" ], @@ -223,6 +247,7 @@ description: Result of parsing exhaust-manifold.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sweepPlane", "start": 0, "type": "Identifier" @@ -230,6 +255,7 @@ description: Result of parsing exhaust-manifold.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -237,10 +263,12 @@ description: Result of parsing exhaust-manifold.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "origin", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -250,9 +278,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pos001", "start": 0, "type": "Identifier" @@ -265,6 +295,7 @@ description: Result of parsing exhaust-manifold.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -277,6 +308,7 @@ description: Result of parsing exhaust-manifold.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -288,6 +320,7 @@ description: Result of parsing exhaust-manifold.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -299,23 +332,28 @@ description: Result of parsing exhaust-manifold.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -326,6 +364,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -334,9 +373,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle001", "start": 0, "type": "Identifier" @@ -348,6 +389,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -355,13 +397,16 @@ description: Result of parsing exhaust-manifold.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -372,6 +417,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -380,9 +426,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle001", "start": 0, "type": "Identifier" @@ -394,6 +442,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -403,6 +452,7 @@ description: Result of parsing exhaust-manifold.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -414,6 +464,7 @@ description: Result of parsing exhaust-manifold.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -425,10 +476,12 @@ description: Result of parsing exhaust-manifold.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -437,6 +490,7 @@ description: Result of parsing exhaust-manifold.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -449,6 +503,7 @@ description: Result of parsing exhaust-manifold.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -461,6 +516,7 @@ description: Result of parsing exhaust-manifold.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -472,6 +528,7 @@ description: Result of parsing exhaust-manifold.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -483,10 +540,12 @@ description: Result of parsing exhaust-manifold.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "zAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -495,6 +554,7 @@ description: Result of parsing exhaust-manifold.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -507,6 +567,7 @@ description: Result of parsing exhaust-manifold.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -519,6 +580,7 @@ description: Result of parsing exhaust-manifold.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -530,6 +592,7 @@ description: Result of parsing exhaust-manifold.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -540,11 +603,13 @@ description: Result of parsing exhaust-manifold.kcl "type": "ObjectExpression", "type": "ObjectExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -562,6 +627,7 @@ description: Result of parsing exhaust-manifold.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sweepPath", "start": 0, "type": "Identifier" @@ -569,13 +635,16 @@ description: Result of parsing exhaust-manifold.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -586,6 +655,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -593,9 +663,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sweepPlane", "start": 0, "type": "Identifier" @@ -613,6 +685,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -623,6 +696,7 @@ description: Result of parsing exhaust-manifold.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -636,9 +710,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateHeight", "start": 0, "type": "Identifier" @@ -650,6 +726,7 @@ description: Result of parsing exhaust-manifold.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -660,9 +737,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -673,6 +752,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -685,6 +765,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -695,6 +776,7 @@ description: Result of parsing exhaust-manifold.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -708,9 +790,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length001", "start": 0, "type": "Identifier" @@ -722,6 +806,7 @@ description: Result of parsing exhaust-manifold.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -732,9 +817,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -745,6 +832,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -757,6 +845,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -765,6 +854,7 @@ description: Result of parsing exhaust-manifold.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "80", "start": 0, "type": "Literal", @@ -776,6 +866,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -787,6 +878,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -795,9 +887,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bendRadius", "start": 0, "type": "Identifier" @@ -813,6 +907,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -820,6 +915,7 @@ description: Result of parsing exhaust-manifold.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -831,9 +927,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -844,6 +942,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -856,18 +955,22 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentToEnd", "start": 0, "type": "Identifier" @@ -878,6 +981,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -885,9 +989,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc01", "start": 0, "type": "Identifier" @@ -904,6 +1010,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -912,9 +1019,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length002", "start": 0, "type": "Identifier" @@ -930,9 +1039,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -943,6 +1054,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -955,6 +1067,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -962,6 +1075,7 @@ description: Result of parsing exhaust-manifold.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "85", "start": 0, "type": "Literal", @@ -977,6 +1091,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -985,9 +1100,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bendRadius", "start": 0, "type": "Identifier" @@ -1003,6 +1120,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1010,6 +1128,7 @@ description: Result of parsing exhaust-manifold.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1021,9 +1140,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1034,6 +1155,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1046,18 +1168,22 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentToEnd", "start": 0, "type": "Identifier" @@ -1068,6 +1194,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1075,9 +1202,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc02", "start": 0, "type": "Identifier" @@ -1094,6 +1223,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1102,9 +1232,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length003", "start": 0, "type": "Identifier" @@ -1120,9 +1252,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1133,6 +1267,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1141,12 +1276,14 @@ description: Result of parsing exhaust-manifold.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "6": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1163,11 +1300,13 @@ description: Result of parsing exhaust-manifold.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1185,6 +1324,7 @@ description: Result of parsing exhaust-manifold.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sweepProfile", "start": 0, "type": "Identifier" @@ -1192,13 +1332,16 @@ description: Result of parsing exhaust-manifold.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1209,6 +1352,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1216,9 +1360,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -1236,6 +1382,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1247,9 +1394,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pos001", "start": 0, "type": "Identifier" @@ -1262,6 +1411,7 @@ description: Result of parsing exhaust-manifold.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1273,6 +1423,7 @@ description: Result of parsing exhaust-manifold.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1283,6 +1434,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1294,9 +1446,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "primaryTubeDiameter", "start": 0, "type": "Identifier" @@ -1306,10 +1460,12 @@ description: Result of parsing exhaust-manifold.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1329,9 +1485,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1342,6 +1500,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1354,6 +1513,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -1365,6 +1525,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1376,9 +1537,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pos001", "start": 0, "type": "Identifier" @@ -1391,6 +1554,7 @@ description: Result of parsing exhaust-manifold.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1402,6 +1566,7 @@ description: Result of parsing exhaust-manifold.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1412,6 +1577,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1426,9 +1592,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "primaryTubeDiameter", "start": 0, "type": "Identifier" @@ -1438,10 +1606,12 @@ description: Result of parsing exhaust-manifold.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1455,14 +1625,17 @@ description: Result of parsing exhaust-manifold.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -1482,9 +1655,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1495,6 +1670,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1506,9 +1682,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -1519,6 +1697,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1531,6 +1710,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "path", "start": 0, "type": "Identifier" @@ -1539,9 +1719,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sweepPath", "start": 0, "type": "Identifier" @@ -1557,9 +1739,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sweep", "start": 0, "type": "Identifier" @@ -1570,6 +1754,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1578,15 +1763,18 @@ description: Result of parsing exhaust-manifold.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1595,6 +1783,7 @@ description: Result of parsing exhaust-manifold.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [], "start": 0, "type": "ObjectExpression", @@ -1602,6 +1791,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -1609,12 +1799,14 @@ description: Result of parsing exhaust-manifold.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "3": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1629,12 +1821,14 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "n", "start": 0, "type": "Identifier" @@ -1645,6 +1839,7 @@ description: Result of parsing exhaust-manifold.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle001", "start": 0, "type": "Identifier" @@ -1655,6 +1850,7 @@ description: Result of parsing exhaust-manifold.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length001", "start": 0, "type": "Identifier" @@ -1665,6 +1861,7 @@ description: Result of parsing exhaust-manifold.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length002", "start": 0, "type": "Identifier" @@ -1675,6 +1872,7 @@ description: Result of parsing exhaust-manifold.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length003", "start": 0, "type": "Identifier" @@ -1685,11 +1883,13 @@ description: Result of parsing exhaust-manifold.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "", "", @@ -1709,6 +1909,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "n", "start": 0, "type": "Identifier" @@ -1716,6 +1917,7 @@ description: Result of parsing exhaust-manifold.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1731,6 +1933,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle001", "start": 0, "type": "Identifier" @@ -1738,6 +1941,7 @@ description: Result of parsing exhaust-manifold.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1753,6 +1957,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length001", "start": 0, "type": "Identifier" @@ -1760,6 +1965,7 @@ description: Result of parsing exhaust-manifold.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -1775,6 +1981,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length002", "start": 0, "type": "Identifier" @@ -1782,6 +1989,7 @@ description: Result of parsing exhaust-manifold.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -1797,6 +2005,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length003", "start": 0, "type": "Identifier" @@ -1804,6 +2013,7 @@ description: Result of parsing exhaust-manifold.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -1819,9 +2029,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "primaryTube", "start": 0, "type": "Identifier" @@ -1832,11 +2044,13 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "preComments": [ "", "", @@ -1856,6 +2070,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "n", "start": 0, "type": "Identifier" @@ -1863,6 +2078,7 @@ description: Result of parsing exhaust-manifold.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1878,6 +2094,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle001", "start": 0, "type": "Identifier" @@ -1885,6 +2102,7 @@ description: Result of parsing exhaust-manifold.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1900,6 +2118,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length001", "start": 0, "type": "Identifier" @@ -1907,6 +2126,7 @@ description: Result of parsing exhaust-manifold.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -1922,6 +2142,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length002", "start": 0, "type": "Identifier" @@ -1929,6 +2150,7 @@ description: Result of parsing exhaust-manifold.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -1944,6 +2166,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length003", "start": 0, "type": "Identifier" @@ -1951,6 +2174,7 @@ description: Result of parsing exhaust-manifold.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -1966,9 +2190,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "primaryTube", "start": 0, "type": "Identifier" @@ -1979,11 +2205,13 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -1998,6 +2226,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "n", "start": 0, "type": "Identifier" @@ -2005,6 +2234,7 @@ description: Result of parsing exhaust-manifold.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2020,6 +2250,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle001", "start": 0, "type": "Identifier" @@ -2027,6 +2258,7 @@ description: Result of parsing exhaust-manifold.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "24.3", "start": 0, "type": "Literal", @@ -2042,6 +2274,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length001", "start": 0, "type": "Identifier" @@ -2049,6 +2282,7 @@ description: Result of parsing exhaust-manifold.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -2064,6 +2298,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length002", "start": 0, "type": "Identifier" @@ -2071,6 +2306,7 @@ description: Result of parsing exhaust-manifold.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -2086,6 +2322,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length003", "start": 0, "type": "Identifier" @@ -2093,6 +2330,7 @@ description: Result of parsing exhaust-manifold.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -2108,9 +2346,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "primaryTube", "start": 0, "type": "Identifier" @@ -2121,11 +2361,13 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -2140,6 +2382,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "n", "start": 0, "type": "Identifier" @@ -2147,6 +2390,7 @@ description: Result of parsing exhaust-manifold.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -2162,6 +2406,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle001", "start": 0, "type": "Identifier" @@ -2169,6 +2414,7 @@ description: Result of parsing exhaust-manifold.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25.2", "start": 0, "type": "Literal", @@ -2184,6 +2430,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length001", "start": 0, "type": "Identifier" @@ -2191,6 +2438,7 @@ description: Result of parsing exhaust-manifold.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -2206,6 +2454,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length002", "start": 0, "type": "Identifier" @@ -2213,6 +2462,7 @@ description: Result of parsing exhaust-manifold.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -2228,6 +2478,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length003", "start": 0, "type": "Identifier" @@ -2235,6 +2486,7 @@ description: Result of parsing exhaust-manifold.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -2250,9 +2502,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "primaryTube", "start": 0, "type": "Identifier" @@ -2263,11 +2517,13 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -2280,6 +2536,7 @@ description: Result of parsing exhaust-manifold.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flangeSketch", "start": 0, "type": "Identifier" @@ -2287,13 +2544,16 @@ description: Result of parsing exhaust-manifold.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2304,6 +2564,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2311,9 +2572,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -2331,6 +2594,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -2344,6 +2608,7 @@ description: Result of parsing exhaust-manifold.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -2353,10 +2618,12 @@ description: Result of parsing exhaust-manifold.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.3", "start": 0, "type": "Literal", @@ -2374,6 +2641,7 @@ description: Result of parsing exhaust-manifold.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.25", "start": 0, "type": "Literal", @@ -2385,6 +2653,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2392,6 +2661,7 @@ description: Result of parsing exhaust-manifold.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2402,9 +2672,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -2415,6 +2687,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2427,6 +2700,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2435,6 +2709,7 @@ description: Result of parsing exhaust-manifold.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.6", "start": 0, "type": "Literal", @@ -2446,6 +2721,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2457,6 +2733,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -2464,6 +2741,7 @@ description: Result of parsing exhaust-manifold.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -2475,9 +2753,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -2488,6 +2768,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2500,6 +2781,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2507,6 +2789,7 @@ description: Result of parsing exhaust-manifold.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".3", "start": 0, "type": "Literal", @@ -2522,6 +2805,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2530,6 +2814,7 @@ description: Result of parsing exhaust-manifold.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "40", "start": 0, "type": "Literal", @@ -2541,6 +2826,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2552,9 +2838,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -2565,6 +2853,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2577,6 +2866,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2584,6 +2874,7 @@ description: Result of parsing exhaust-manifold.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".9", "start": 0, "type": "Literal", @@ -2599,6 +2890,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2606,6 +2898,7 @@ description: Result of parsing exhaust-manifold.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "80", "start": 0, "type": "Literal", @@ -2621,9 +2914,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -2634,6 +2929,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2646,6 +2942,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2653,6 +2950,7 @@ description: Result of parsing exhaust-manifold.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".3", "start": 0, "type": "Literal", @@ -2668,6 +2966,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2676,6 +2975,7 @@ description: Result of parsing exhaust-manifold.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "40", "start": 0, "type": "Literal", @@ -2687,6 +2987,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2698,9 +2999,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -2711,6 +3014,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2723,6 +3027,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2731,6 +3036,7 @@ description: Result of parsing exhaust-manifold.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.4", "start": 0, "type": "Literal", @@ -2742,6 +3048,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2753,6 +3060,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -2760,6 +3068,7 @@ description: Result of parsing exhaust-manifold.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -2771,9 +3080,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -2784,6 +3095,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2796,18 +3108,22 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -2818,6 +3134,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2825,9 +3142,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -2844,6 +3163,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -2851,6 +3171,7 @@ description: Result of parsing exhaust-manifold.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -2862,9 +3183,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -2875,6 +3198,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2887,6 +3211,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2894,6 +3219,7 @@ description: Result of parsing exhaust-manifold.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.1", "start": 0, "type": "Literal", @@ -2909,6 +3235,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -2916,6 +3243,7 @@ description: Result of parsing exhaust-manifold.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -2927,9 +3255,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -2940,6 +3270,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2952,6 +3283,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2959,6 +3291,7 @@ description: Result of parsing exhaust-manifold.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".3", "start": 0, "type": "Literal", @@ -2974,6 +3307,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2982,6 +3316,7 @@ description: Result of parsing exhaust-manifold.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "40", "start": 0, "type": "Literal", @@ -2993,6 +3328,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3004,9 +3340,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -3017,6 +3355,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3029,6 +3368,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3036,6 +3376,7 @@ description: Result of parsing exhaust-manifold.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.5", "start": 0, "type": "Literal", @@ -3051,6 +3392,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -3058,6 +3400,7 @@ description: Result of parsing exhaust-manifold.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "80", "start": 0, "type": "Literal", @@ -3073,9 +3416,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -3086,6 +3431,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3098,6 +3444,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3105,6 +3452,7 @@ description: Result of parsing exhaust-manifold.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".3", "start": 0, "type": "Literal", @@ -3120,6 +3468,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -3128,6 +3477,7 @@ description: Result of parsing exhaust-manifold.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "40", "start": 0, "type": "Literal", @@ -3139,6 +3489,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3150,9 +3501,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -3163,6 +3516,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3175,18 +3529,22 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -3197,6 +3555,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3204,9 +3563,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg05", "start": 0, "type": "Identifier" @@ -3223,6 +3584,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -3230,6 +3592,7 @@ description: Result of parsing exhaust-manifold.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -3241,9 +3604,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -3254,6 +3619,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3266,18 +3632,22 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -3288,12 +3658,14 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3305,6 +3677,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -3312,6 +3685,7 @@ description: Result of parsing exhaust-manifold.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -3323,9 +3697,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -3336,6 +3712,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3348,19 +3725,23 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -3371,6 +3752,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3378,9 +3760,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg03", "start": 0, "type": "Identifier" @@ -3393,6 +3777,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3404,6 +3789,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -3411,6 +3797,7 @@ description: Result of parsing exhaust-manifold.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -3422,9 +3809,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -3435,6 +3824,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3447,6 +3837,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3454,6 +3845,7 @@ description: Result of parsing exhaust-manifold.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".3", "start": 0, "type": "Literal", @@ -3469,6 +3861,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -3477,6 +3870,7 @@ description: Result of parsing exhaust-manifold.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "40", "start": 0, "type": "Literal", @@ -3488,6 +3882,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3499,9 +3894,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -3512,6 +3909,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3524,6 +3922,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3531,6 +3930,7 @@ description: Result of parsing exhaust-manifold.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".9", "start": 0, "type": "Literal", @@ -3546,6 +3946,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -3553,6 +3954,7 @@ description: Result of parsing exhaust-manifold.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "80", "start": 0, "type": "Literal", @@ -3568,9 +3970,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -3581,6 +3985,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3593,6 +3998,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3601,13 +4007,16 @@ description: Result of parsing exhaust-manifold.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -3618,25 +4027,30 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -3647,12 +4061,14 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3660,6 +4076,7 @@ description: Result of parsing exhaust-manifold.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3670,9 +4087,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -3683,19 +4102,23 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -3706,6 +4129,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3718,6 +4142,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -3729,6 +4154,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -3739,6 +4165,7 @@ description: Result of parsing exhaust-manifold.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3751,6 +4178,7 @@ description: Result of parsing exhaust-manifold.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3762,6 +4190,7 @@ description: Result of parsing exhaust-manifold.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3772,6 +4201,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3786,9 +4216,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "primaryTubeDiameter", "start": 0, "type": "Identifier" @@ -3798,10 +4230,12 @@ description: Result of parsing exhaust-manifold.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3815,14 +4249,17 @@ description: Result of parsing exhaust-manifold.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -3842,9 +4279,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -3855,6 +4294,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3866,9 +4306,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -3879,6 +4321,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3891,6 +4334,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -3902,6 +4346,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -3912,6 +4357,7 @@ description: Result of parsing exhaust-manifold.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3924,6 +4370,7 @@ description: Result of parsing exhaust-manifold.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3935,6 +4382,7 @@ description: Result of parsing exhaust-manifold.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3945,6 +4393,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3959,9 +4408,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "primaryTubeDiameter", "start": 0, "type": "Identifier" @@ -3971,10 +4422,12 @@ description: Result of parsing exhaust-manifold.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3988,14 +4441,17 @@ description: Result of parsing exhaust-manifold.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -4015,9 +4471,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -4028,6 +4486,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4039,9 +4498,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -4052,6 +4513,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4064,6 +4526,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -4075,6 +4538,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -4085,6 +4549,7 @@ description: Result of parsing exhaust-manifold.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -4097,6 +4562,7 @@ description: Result of parsing exhaust-manifold.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4108,6 +4574,7 @@ description: Result of parsing exhaust-manifold.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4118,6 +4585,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -4132,9 +4600,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "primaryTubeDiameter", "start": 0, "type": "Identifier" @@ -4144,10 +4614,12 @@ description: Result of parsing exhaust-manifold.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4161,14 +4633,17 @@ description: Result of parsing exhaust-manifold.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -4188,9 +4663,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -4201,6 +4678,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4212,9 +4690,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -4225,6 +4705,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4237,6 +4718,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -4248,6 +4730,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -4258,6 +4741,7 @@ description: Result of parsing exhaust-manifold.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -4270,6 +4754,7 @@ description: Result of parsing exhaust-manifold.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4281,6 +4766,7 @@ description: Result of parsing exhaust-manifold.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4291,6 +4777,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -4305,9 +4792,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "primaryTubeDiameter", "start": 0, "type": "Identifier" @@ -4317,10 +4806,12 @@ description: Result of parsing exhaust-manifold.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4334,14 +4825,17 @@ description: Result of parsing exhaust-manifold.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -4361,9 +4855,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -4374,6 +4870,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4385,9 +4882,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -4398,6 +4897,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4410,6 +4910,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -4421,6 +4922,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -4436,9 +4938,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "primaryTubeDiameter", "start": 0, "type": "Identifier" @@ -4450,15 +4954,18 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".6", "start": 0, "type": "Literal", @@ -4480,9 +4987,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "primaryTubeDiameter", "start": 0, "type": "Identifier" @@ -4494,15 +5003,18 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".6", "start": 0, "type": "Literal", @@ -4518,6 +5030,7 @@ description: Result of parsing exhaust-manifold.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4528,6 +5041,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -4538,6 +5052,7 @@ description: Result of parsing exhaust-manifold.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25", "start": 0, "type": "Literal", @@ -4547,10 +5062,12 @@ description: Result of parsing exhaust-manifold.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4570,9 +5087,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -4583,6 +5102,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4594,9 +5114,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -4607,6 +5129,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4619,6 +5142,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -4630,6 +5154,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -4644,9 +5169,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "primaryTubeDiameter", "start": 0, "type": "Identifier" @@ -4656,10 +5183,12 @@ description: Result of parsing exhaust-manifold.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".6", "start": 0, "type": "Literal", @@ -4680,9 +5209,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "primaryTubeDiameter", "start": 0, "type": "Identifier" @@ -4692,10 +5223,12 @@ description: Result of parsing exhaust-manifold.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".6", "start": 0, "type": "Literal", @@ -4711,6 +5244,7 @@ description: Result of parsing exhaust-manifold.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4721,6 +5255,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -4731,6 +5266,7 @@ description: Result of parsing exhaust-manifold.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25", "start": 0, "type": "Literal", @@ -4740,10 +5276,12 @@ description: Result of parsing exhaust-manifold.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4763,9 +5301,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -4776,6 +5316,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4787,9 +5328,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -4800,6 +5343,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4812,6 +5356,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -4823,6 +5368,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -4839,6 +5385,7 @@ description: Result of parsing exhaust-manifold.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -4848,10 +5395,12 @@ description: Result of parsing exhaust-manifold.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4865,6 +5414,7 @@ description: Result of parsing exhaust-manifold.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -4873,9 +5423,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "primaryTubeDiameter", "start": 0, "type": "Identifier" @@ -4885,10 +5437,12 @@ description: Result of parsing exhaust-manifold.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".6", "start": 0, "type": "Literal", @@ -4913,9 +5467,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "primaryTubeDiameter", "start": 0, "type": "Identifier" @@ -4925,10 +5481,12 @@ description: Result of parsing exhaust-manifold.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".6", "start": 0, "type": "Literal", @@ -4944,6 +5502,7 @@ description: Result of parsing exhaust-manifold.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4954,6 +5513,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -4964,6 +5524,7 @@ description: Result of parsing exhaust-manifold.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25", "start": 0, "type": "Literal", @@ -4973,10 +5534,12 @@ description: Result of parsing exhaust-manifold.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4996,9 +5559,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -5009,6 +5574,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5020,9 +5586,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -5033,6 +5601,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5045,6 +5614,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -5056,6 +5626,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -5072,6 +5643,7 @@ description: Result of parsing exhaust-manifold.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -5081,10 +5653,12 @@ description: Result of parsing exhaust-manifold.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5098,6 +5672,7 @@ description: Result of parsing exhaust-manifold.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -5106,9 +5681,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "primaryTubeDiameter", "start": 0, "type": "Identifier" @@ -5118,10 +5695,12 @@ description: Result of parsing exhaust-manifold.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".6", "start": 0, "type": "Literal", @@ -5147,9 +5726,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "primaryTubeDiameter", "start": 0, "type": "Identifier" @@ -5161,15 +5742,18 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".6", "start": 0, "type": "Literal", @@ -5185,6 +5769,7 @@ description: Result of parsing exhaust-manifold.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5195,6 +5780,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -5205,6 +5791,7 @@ description: Result of parsing exhaust-manifold.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25", "start": 0, "type": "Literal", @@ -5214,10 +5801,12 @@ description: Result of parsing exhaust-manifold.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5237,9 +5826,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -5250,6 +5841,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5261,9 +5853,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -5274,6 +5868,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5286,6 +5881,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5294,9 +5890,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateHeight", "start": 0, "type": "Identifier" @@ -5312,9 +5910,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -5325,6 +5925,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5337,6 +5938,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -5344,6 +5946,7 @@ description: Result of parsing exhaust-manifold.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.5", "start": 0, "type": "Literal", @@ -5359,6 +5962,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -5367,13 +5971,16 @@ description: Result of parsing exhaust-manifold.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -5384,6 +5991,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5391,9 +5999,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg04", "start": 0, "type": "Identifier" @@ -5405,13 +6015,16 @@ description: Result of parsing exhaust-manifold.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -5422,6 +6035,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5429,9 +6043,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg07", "start": 0, "type": "Identifier" @@ -5444,6 +6060,7 @@ description: Result of parsing exhaust-manifold.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5454,9 +6071,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -5467,6 +6086,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5479,6 +6099,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -5486,6 +6107,7 @@ description: Result of parsing exhaust-manifold.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".25", "start": 0, "type": "Literal", @@ -5501,6 +6123,7 @@ description: Result of parsing exhaust-manifold.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -5509,13 +6132,16 @@ description: Result of parsing exhaust-manifold.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -5526,6 +6152,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5533,9 +6160,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg03", "start": 0, "type": "Identifier" @@ -5547,13 +6176,16 @@ description: Result of parsing exhaust-manifold.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -5564,6 +6196,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5571,9 +6204,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg08", "start": 0, "type": "Identifier" @@ -5586,6 +6221,7 @@ description: Result of parsing exhaust-manifold.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5596,9 +6232,11 @@ description: Result of parsing exhaust-manifold.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -5609,6 +6247,7 @@ description: Result of parsing exhaust-manifold.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5617,12 +6256,14 @@ description: Result of parsing exhaust-manifold.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "18": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -5636,6 +6277,7 @@ description: Result of parsing exhaust-manifold.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -5649,6 +6291,7 @@ description: Result of parsing exhaust-manifold.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -5665,11 +6308,13 @@ description: Result of parsing exhaust-manifold.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -5686,9 +6331,11 @@ description: Result of parsing exhaust-manifold.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -5707,19 +6354,23 @@ description: Result of parsing exhaust-manifold.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -5736,15 +6387,18 @@ description: Result of parsing exhaust-manifold.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -5760,12 +6414,14 @@ description: Result of parsing exhaust-manifold.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": {}, "startNodes": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/exhaust-manifold/program_memory.snap b/rust/kcl-lib/tests/kcl_samples/exhaust-manifold/program_memory.snap index 30300f8a0..c0a895f18 100644 --- a/rust/kcl-lib/tests/kcl_samples/exhaust-manifold/program_memory.snap +++ b/rust/kcl-lib/tests/kcl_samples/exhaust-manifold/program_memory.snap @@ -30,6 +30,7 @@ description: Variables in memory after executing exhaust-manifold.kcl "tag": { "commentStart": 2009, "end": 2015, + "moduleId": 0, "start": 2009, "type": "TagDeclarator", "value": "seg01" @@ -64,6 +65,7 @@ description: Variables in memory after executing exhaust-manifold.kcl "tag": { "commentStart": 2183, "end": 2189, + "moduleId": 0, "start": 2183, "type": "TagDeclarator", "value": "seg03" @@ -77,6 +79,7 @@ description: Variables in memory after executing exhaust-manifold.kcl "tag": { "commentStart": 2232, "end": 2238, + "moduleId": 0, "start": 2232, "type": "TagDeclarator", "value": "seg04" @@ -90,6 +93,7 @@ description: Variables in memory after executing exhaust-manifold.kcl "tag": { "commentStart": 2271, "end": 2277, + "moduleId": 0, "start": 2271, "type": "TagDeclarator", "value": "seg05" @@ -124,6 +128,7 @@ description: Variables in memory after executing exhaust-manifold.kcl "tag": { "commentStart": 2455, "end": 2461, + "moduleId": 0, "start": 2455, "type": "TagDeclarator", "value": "seg07" @@ -137,6 +142,7 @@ description: Variables in memory after executing exhaust-manifold.kcl "tag": { "commentStart": 2512, "end": 2518, + "moduleId": 0, "start": 2512, "type": "TagDeclarator", "value": "seg08" @@ -150,6 +156,7 @@ description: Variables in memory after executing exhaust-manifold.kcl "tag": { "commentStart": 2562, "end": 2568, + "moduleId": 0, "start": 2562, "type": "TagDeclarator", "value": "seg09" @@ -194,6 +201,7 @@ description: Variables in memory after executing exhaust-manifold.kcl "tag": { "commentStart": 2009, "end": 2015, + "moduleId": 0, "start": 2009, "type": "TagDeclarator", "value": "seg01" @@ -291,6 +299,7 @@ description: Variables in memory after executing exhaust-manifold.kcl "tag": { "commentStart": 2183, "end": 2189, + "moduleId": 0, "start": 2183, "type": "TagDeclarator", "value": "seg03" @@ -316,6 +325,7 @@ description: Variables in memory after executing exhaust-manifold.kcl "tag": { "commentStart": 2232, "end": 2238, + "moduleId": 0, "start": 2232, "type": "TagDeclarator", "value": "seg04" @@ -341,6 +351,7 @@ description: Variables in memory after executing exhaust-manifold.kcl "tag": { "commentStart": 2271, "end": 2277, + "moduleId": 0, "start": 2271, "type": "TagDeclarator", "value": "seg05" @@ -438,6 +449,7 @@ description: Variables in memory after executing exhaust-manifold.kcl "tag": { "commentStart": 2455, "end": 2461, + "moduleId": 0, "start": 2455, "type": "TagDeclarator", "value": "seg07" @@ -463,6 +475,7 @@ description: Variables in memory after executing exhaust-manifold.kcl "tag": { "commentStart": 2512, "end": 2518, + "moduleId": 0, "start": 2512, "type": "TagDeclarator", "value": "seg08" @@ -488,6 +501,7 @@ description: Variables in memory after executing exhaust-manifold.kcl "tag": { "commentStart": 2562, "end": 2568, + "moduleId": 0, "start": 2562, "type": "TagDeclarator", "value": "seg09" diff --git a/rust/kcl-lib/tests/kcl_samples/flange/ast.snap b/rust/kcl-lib/tests/kcl_samples/flange/ast.snap index 112fee018..f5693e648 100644 --- a/rust/kcl-lib/tests/kcl_samples/flange/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/flange/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing flange.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mountingHoleDia", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing flange.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".625", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing flange.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define parameters" ], @@ -49,6 +53,7 @@ description: Result of parsing flange.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDia", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing flange.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.625", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing flange.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing flange.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pipeDia", "start": 0, "type": "Identifier" @@ -89,6 +98,7 @@ description: Result of parsing flange.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.25", "start": 0, "type": "Literal", @@ -98,11 +108,13 @@ description: Result of parsing flange.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -115,6 +127,7 @@ description: Result of parsing flange.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "totalThickness", "start": 0, "type": "Identifier" @@ -122,6 +135,7 @@ description: Result of parsing flange.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.813", "start": 0, "type": "Literal", @@ -131,11 +145,13 @@ description: Result of parsing flange.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -148,6 +164,7 @@ description: Result of parsing flange.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "topTotalDiameter", "start": 0, "type": "Identifier" @@ -155,6 +172,7 @@ description: Result of parsing flange.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.313", "start": 0, "type": "Literal", @@ -164,11 +182,13 @@ description: Result of parsing flange.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -181,6 +201,7 @@ description: Result of parsing flange.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bottomThickness", "start": 0, "type": "Identifier" @@ -188,6 +209,7 @@ description: Result of parsing flange.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.06", "start": 0, "type": "Literal", @@ -197,11 +219,13 @@ description: Result of parsing flange.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -214,6 +238,7 @@ description: Result of parsing flange.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bottomTotalDiameter", "start": 0, "type": "Identifier" @@ -221,6 +246,7 @@ description: Result of parsing flange.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.5", "start": 0, "type": "Literal", @@ -230,11 +256,13 @@ description: Result of parsing flange.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -247,6 +275,7 @@ description: Result of parsing flange.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mountingHolePlacementDiameter", "start": 0, "type": "Identifier" @@ -254,6 +283,7 @@ description: Result of parsing flange.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.5", "start": 0, "type": "Literal", @@ -263,11 +293,13 @@ description: Result of parsing flange.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -280,6 +312,7 @@ description: Result of parsing flange.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseThickness", "start": 0, "type": "Identifier" @@ -287,6 +320,7 @@ description: Result of parsing flange.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".625", "start": 0, "type": "Literal", @@ -296,11 +330,13 @@ description: Result of parsing flange.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -313,6 +349,7 @@ description: Result of parsing flange.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "topTotalThickness", "start": 0, "type": "Identifier" @@ -324,9 +361,11 @@ description: Result of parsing flange.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "totalThickness", "start": 0, "type": "Identifier" @@ -336,6 +375,7 @@ description: Result of parsing flange.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -344,9 +384,11 @@ description: Result of parsing flange.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bottomThickness", "start": 0, "type": "Identifier" @@ -356,14 +398,17 @@ description: Result of parsing flange.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseThickness", "start": 0, "type": "Identifier" @@ -381,11 +426,13 @@ description: Result of parsing flange.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -398,6 +445,7 @@ description: Result of parsing flange.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nHoles", "start": 0, "type": "Identifier" @@ -405,6 +453,7 @@ description: Result of parsing flange.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -414,11 +463,13 @@ description: Result of parsing flange.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -433,6 +484,7 @@ description: Result of parsing flange.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isGreaterThan", "start": 0, "type": "Identifier" @@ -440,6 +492,7 @@ description: Result of parsing flange.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -455,6 +508,7 @@ description: Result of parsing flange.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -462,6 +516,7 @@ description: Result of parsing flange.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"nHoles must be greater than 1\"", "start": 0, "type": "Literal", @@ -474,9 +529,11 @@ description: Result of parsing flange.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -487,6 +544,7 @@ description: Result of parsing flange.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -494,9 +552,11 @@ description: Result of parsing flange.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nHoles", "start": 0, "type": "Identifier" @@ -507,6 +567,7 @@ description: Result of parsing flange.kcl "type": "Name" } }, + "moduleId": 0, "preComments": [ "", "", @@ -524,6 +585,7 @@ description: Result of parsing flange.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circles", "start": 0, "type": "Identifier" @@ -531,13 +593,16 @@ description: Result of parsing flange.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -548,6 +613,7 @@ description: Result of parsing flange.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -555,9 +621,11 @@ description: Result of parsing flange.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -575,6 +643,7 @@ description: Result of parsing flange.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -589,9 +658,11 @@ description: Result of parsing flange.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mountingHolePlacementDiameter", "start": 0, "type": "Identifier" @@ -601,10 +672,12 @@ description: Result of parsing flange.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -621,6 +694,7 @@ description: Result of parsing flange.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -632,6 +706,7 @@ description: Result of parsing flange.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -642,6 +717,7 @@ description: Result of parsing flange.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -653,9 +729,11 @@ description: Result of parsing flange.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mountingHoleDia", "start": 0, "type": "Identifier" @@ -665,10 +743,12 @@ description: Result of parsing flange.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -688,9 +768,11 @@ description: Result of parsing flange.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -701,6 +783,7 @@ description: Result of parsing flange.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -713,6 +796,7 @@ description: Result of parsing flange.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -720,6 +804,7 @@ description: Result of parsing flange.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -735,6 +820,7 @@ description: Result of parsing flange.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -745,6 +831,7 @@ description: Result of parsing flange.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -757,6 +844,7 @@ description: Result of parsing flange.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -768,6 +856,7 @@ description: Result of parsing flange.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -778,6 +867,7 @@ description: Result of parsing flange.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -786,9 +876,11 @@ description: Result of parsing flange.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nHoles", "start": 0, "type": "Identifier" @@ -804,6 +896,7 @@ description: Result of parsing flange.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -811,6 +904,7 @@ description: Result of parsing flange.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -823,9 +917,11 @@ description: Result of parsing flange.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular2d", "start": 0, "type": "Identifier" @@ -836,6 +932,7 @@ description: Result of parsing flange.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -844,12 +941,14 @@ description: Result of parsing flange.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -866,11 +965,13 @@ description: Result of parsing flange.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -888,6 +989,7 @@ description: Result of parsing flange.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flangeBase", "start": 0, "type": "Identifier" @@ -895,13 +997,16 @@ description: Result of parsing flange.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -912,6 +1017,7 @@ description: Result of parsing flange.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -919,9 +1025,11 @@ description: Result of parsing flange.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -939,6 +1047,7 @@ description: Result of parsing flange.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -949,6 +1058,7 @@ description: Result of parsing flange.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -961,6 +1071,7 @@ description: Result of parsing flange.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -972,6 +1083,7 @@ description: Result of parsing flange.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -982,6 +1094,7 @@ description: Result of parsing flange.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -993,9 +1106,11 @@ description: Result of parsing flange.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDia", "start": 0, "type": "Identifier" @@ -1005,10 +1120,12 @@ description: Result of parsing flange.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1028,9 +1145,11 @@ description: Result of parsing flange.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1041,6 +1160,7 @@ description: Result of parsing flange.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1053,6 +1173,7 @@ description: Result of parsing flange.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -1061,9 +1182,11 @@ description: Result of parsing flange.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circles", "start": 0, "type": "Identifier" @@ -1079,9 +1202,11 @@ description: Result of parsing flange.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -1092,6 +1217,7 @@ description: Result of parsing flange.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1104,6 +1230,7 @@ description: Result of parsing flange.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1112,9 +1239,11 @@ description: Result of parsing flange.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseThickness", "start": 0, "type": "Identifier" @@ -1130,9 +1259,11 @@ description: Result of parsing flange.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1143,6 +1274,7 @@ description: Result of parsing flange.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1151,12 +1283,14 @@ description: Result of parsing flange.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "3": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1173,11 +1307,13 @@ description: Result of parsing flange.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1190,6 +1326,7 @@ description: Result of parsing flange.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "topExtrusion", "start": 0, "type": "Identifier" @@ -1203,6 +1340,7 @@ description: Result of parsing flange.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -1211,9 +1349,11 @@ description: Result of parsing flange.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -1229,9 +1369,11 @@ description: Result of parsing flange.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1242,6 +1384,7 @@ description: Result of parsing flange.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1249,9 +1392,11 @@ description: Result of parsing flange.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flangeBase", "start": 0, "type": "Identifier" @@ -1269,6 +1414,7 @@ description: Result of parsing flange.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1279,6 +1425,7 @@ description: Result of parsing flange.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1291,6 +1438,7 @@ description: Result of parsing flange.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1302,6 +1450,7 @@ description: Result of parsing flange.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1312,6 +1461,7 @@ description: Result of parsing flange.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1323,9 +1473,11 @@ description: Result of parsing flange.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "topTotalDiameter", "start": 0, "type": "Identifier" @@ -1335,10 +1487,12 @@ description: Result of parsing flange.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1358,9 +1512,11 @@ description: Result of parsing flange.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1371,6 +1527,7 @@ description: Result of parsing flange.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1383,6 +1540,7 @@ description: Result of parsing flange.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1391,9 +1549,11 @@ description: Result of parsing flange.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "topTotalThickness", "start": 0, "type": "Identifier" @@ -1409,9 +1569,11 @@ description: Result of parsing flange.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1422,6 +1584,7 @@ description: Result of parsing flange.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1430,12 +1593,14 @@ description: Result of parsing flange.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1452,11 +1617,13 @@ description: Result of parsing flange.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1469,6 +1636,7 @@ description: Result of parsing flange.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bottomExtrusion", "start": 0, "type": "Identifier" @@ -1482,6 +1650,7 @@ description: Result of parsing flange.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -1490,9 +1659,11 @@ description: Result of parsing flange.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "START", "start": 0, "type": "Identifier" @@ -1508,9 +1679,11 @@ description: Result of parsing flange.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1521,6 +1694,7 @@ description: Result of parsing flange.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1528,9 +1702,11 @@ description: Result of parsing flange.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flangeBase", "start": 0, "type": "Identifier" @@ -1548,6 +1724,7 @@ description: Result of parsing flange.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1558,6 +1735,7 @@ description: Result of parsing flange.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1570,6 +1748,7 @@ description: Result of parsing flange.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1581,6 +1760,7 @@ description: Result of parsing flange.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1591,6 +1771,7 @@ description: Result of parsing flange.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1602,9 +1783,11 @@ description: Result of parsing flange.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bottomTotalDiameter", "start": 0, "type": "Identifier" @@ -1614,10 +1797,12 @@ description: Result of parsing flange.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1637,9 +1822,11 @@ description: Result of parsing flange.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1650,6 +1837,7 @@ description: Result of parsing flange.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1662,6 +1850,7 @@ description: Result of parsing flange.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1670,9 +1859,11 @@ description: Result of parsing flange.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bottomThickness", "start": 0, "type": "Identifier" @@ -1688,9 +1879,11 @@ description: Result of parsing flange.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1701,6 +1894,7 @@ description: Result of parsing flange.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1709,12 +1903,14 @@ description: Result of parsing flange.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1731,11 +1927,13 @@ description: Result of parsing flange.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1748,6 +1946,7 @@ description: Result of parsing flange.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pipeHole", "start": 0, "type": "Identifier" @@ -1761,6 +1960,7 @@ description: Result of parsing flange.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -1769,9 +1969,11 @@ description: Result of parsing flange.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -1787,9 +1989,11 @@ description: Result of parsing flange.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1800,6 +2004,7 @@ description: Result of parsing flange.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1807,9 +2012,11 @@ description: Result of parsing flange.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "topExtrusion", "start": 0, "type": "Identifier" @@ -1827,6 +2034,7 @@ description: Result of parsing flange.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1837,6 +2045,7 @@ description: Result of parsing flange.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1849,6 +2058,7 @@ description: Result of parsing flange.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1860,6 +2070,7 @@ description: Result of parsing flange.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1870,6 +2081,7 @@ description: Result of parsing flange.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1881,9 +2093,11 @@ description: Result of parsing flange.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pipeDia", "start": 0, "type": "Identifier" @@ -1893,10 +2107,12 @@ description: Result of parsing flange.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1916,9 +2132,11 @@ description: Result of parsing flange.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1929,6 +2147,7 @@ description: Result of parsing flange.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1941,6 +2160,7 @@ description: Result of parsing flange.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1956,9 +2176,11 @@ description: Result of parsing flange.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "topTotalThickness", "start": 0, "type": "Identifier" @@ -1968,14 +2190,17 @@ description: Result of parsing flange.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseThickness", "start": 0, "type": "Identifier" @@ -1989,14 +2214,17 @@ description: Result of parsing flange.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bottomThickness", "start": 0, "type": "Identifier" @@ -2012,6 +2240,7 @@ description: Result of parsing flange.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2023,9 +2252,11 @@ description: Result of parsing flange.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2036,12 +2267,14 @@ description: Result of parsing flange.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2050,15 +2283,18 @@ description: Result of parsing flange.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2070,9 +2306,11 @@ description: Result of parsing flange.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -2091,19 +2329,23 @@ description: Result of parsing flange.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -2120,15 +2362,18 @@ description: Result of parsing flange.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -2144,12 +2389,14 @@ description: Result of parsing flange.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": {}, "startNodes": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/focusrite-scarlett-mounting-bracket/ast.snap b/rust/kcl-lib/tests/kcl_samples/focusrite-scarlett-mounting-bracket/ast.snap index 0b25cf882..03d1a75d9 100644 --- a/rust/kcl-lib/tests/kcl_samples/focusrite-scarlett-mounting-bracket/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/focusrite-scarlett-mounting-bracket/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6.0", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// define parameters" ], @@ -49,6 +53,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "144.0", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -89,6 +98,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "80.0", "start": 0, "type": "Literal", @@ -98,11 +108,13 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -115,6 +127,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -122,6 +135,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "45.0", "start": 0, "type": "Literal", @@ -131,11 +145,13 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -148,6 +164,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thk", "start": 0, "type": "Identifier" @@ -155,6 +172,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -164,11 +182,13 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -181,6 +201,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDiam", "start": 0, "type": "Identifier" @@ -188,6 +209,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -197,11 +219,13 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -214,6 +238,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tabLength", "start": 0, "type": "Identifier" @@ -221,6 +246,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25", "start": 0, "type": "Literal", @@ -230,11 +256,13 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -247,6 +275,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tabWidth", "start": 0, "type": "Identifier" @@ -254,6 +283,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12", "start": 0, "type": "Literal", @@ -263,11 +293,13 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -280,6 +312,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tabThk", "start": 0, "type": "Identifier" @@ -287,6 +320,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -296,11 +330,13 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -313,6 +349,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bracketPlane", "start": 0, "type": "Identifier" @@ -320,6 +357,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -327,15 +365,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "origin", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -343,15 +384,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -368,10 +412,12 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -384,9 +430,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -396,10 +444,12 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -413,14 +463,17 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thk", "start": 0, "type": "Identifier" @@ -441,15 +494,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -472,15 +528,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -488,15 +547,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -513,15 +575,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -538,15 +603,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -569,15 +637,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -585,15 +656,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -610,15 +684,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -635,15 +712,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -666,15 +746,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "zAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -682,15 +765,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -707,16 +793,19 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -728,6 +817,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -740,15 +830,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -770,11 +863,13 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "ObjectExpression", "type": "ObjectExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -792,6 +887,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bracketSketch", "start": 0, "type": "Identifier" @@ -807,6 +903,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "s", "start": 0, "type": "Identifier" @@ -814,13 +911,16 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -831,6 +931,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -838,9 +939,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bracketPlane", "start": 0, "type": "Identifier" @@ -858,6 +961,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -876,9 +980,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "w", "start": 0, "type": "Identifier" @@ -890,15 +996,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -912,14 +1021,17 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "t", "start": 0, "type": "Identifier" @@ -940,9 +1052,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "d", "start": 0, "type": "Identifier" @@ -952,14 +1066,17 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "t", "start": 0, "type": "Identifier" @@ -975,6 +1092,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -985,9 +1103,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -998,6 +1118,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1010,6 +1131,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1028,9 +1150,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "w", "start": 0, "type": "Identifier" @@ -1042,15 +1166,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1064,14 +1191,17 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "t", "start": 0, "type": "Identifier" @@ -1090,9 +1220,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "t", "start": 0, "type": "Identifier" @@ -1104,6 +1236,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1111,6 +1244,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1121,6 +1255,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1128,6 +1263,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1139,9 +1275,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1152,6 +1290,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1164,6 +1303,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1181,9 +1321,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "w", "start": 0, "type": "Identifier" @@ -1193,10 +1335,12 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1210,14 +1354,17 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "t", "start": 0, "type": "Identifier" @@ -1236,9 +1383,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "t", "start": 0, "type": "Identifier" @@ -1250,6 +1399,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1257,6 +1407,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1267,6 +1418,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1274,6 +1426,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1285,9 +1438,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1298,6 +1453,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1310,6 +1466,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1327,9 +1484,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "w", "start": 0, "type": "Identifier" @@ -1339,10 +1498,12 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1356,14 +1517,17 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "t", "start": 0, "type": "Identifier" @@ -1384,9 +1548,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "d", "start": 0, "type": "Identifier" @@ -1396,14 +1562,17 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "t", "start": 0, "type": "Identifier" @@ -1419,6 +1588,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1429,6 +1599,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1436,6 +1607,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1447,9 +1619,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1460,6 +1634,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1472,6 +1647,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1486,9 +1662,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "w", "start": 0, "type": "Identifier" @@ -1498,10 +1676,12 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1522,9 +1702,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "d", "start": 0, "type": "Identifier" @@ -1534,14 +1716,17 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "t", "start": 0, "type": "Identifier" @@ -1557,6 +1742,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1567,6 +1753,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1574,6 +1761,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1585,9 +1773,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1598,6 +1788,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1610,6 +1801,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1624,9 +1816,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "w", "start": 0, "type": "Identifier" @@ -1636,10 +1830,12 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1656,6 +1852,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1667,6 +1864,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1677,6 +1875,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1684,6 +1883,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1695,9 +1895,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1708,6 +1910,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1720,6 +1923,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1735,9 +1939,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "w", "start": 0, "type": "Identifier" @@ -1749,15 +1955,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1774,6 +1983,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1785,6 +1995,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1795,6 +2006,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1802,6 +2014,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1813,9 +2026,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1826,6 +2041,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1838,6 +2054,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1853,9 +2070,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "w", "start": 0, "type": "Identifier" @@ -1867,15 +2086,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1896,9 +2118,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "d", "start": 0, "type": "Identifier" @@ -1908,14 +2132,17 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "t", "start": 0, "type": "Identifier" @@ -1931,6 +2158,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1941,6 +2169,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1948,6 +2177,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1959,9 +2189,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1972,6 +2204,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1984,6 +2217,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1991,6 +2225,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -2002,9 +2237,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -2015,6 +2252,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2023,15 +2261,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2041,9 +2282,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "s", "start": 0, "type": "Identifier" @@ -2055,6 +2298,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -2062,16 +2306,19 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "w", "start": 0, "type": "Identifier" @@ -2082,6 +2329,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "d", "start": 0, "type": "Identifier" @@ -2092,6 +2340,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "t", "start": 0, "type": "Identifier" @@ -2102,11 +2351,13 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "", "", @@ -2124,6 +2375,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bs", "start": 0, "type": "Identifier" @@ -2135,6 +2387,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "w", "start": 0, "type": "Identifier" @@ -2143,9 +2396,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -2161,6 +2416,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "d", "start": 0, "type": "Identifier" @@ -2169,9 +2425,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -2187,6 +2445,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "t", "start": 0, "type": "Identifier" @@ -2195,9 +2454,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thk", "start": 0, "type": "Identifier" @@ -2213,9 +2474,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bracketSketch", "start": 0, "type": "Identifier" @@ -2226,16 +2489,19 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2253,6 +2519,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bracketBody", "start": 0, "type": "Identifier" @@ -2263,9 +2530,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bs", "start": 0, "type": "Identifier" @@ -2282,6 +2551,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2293,9 +2563,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2305,6 +2577,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -2312,6 +2585,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2321,14 +2595,17 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thk", "start": 0, "type": "Identifier" @@ -2352,9 +2629,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2365,6 +2644,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2377,6 +2657,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2385,9 +2666,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2403,6 +2686,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -2411,13 +2695,16 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getPreviousAdjacentEdge", "start": 0, "type": "Identifier" @@ -2428,6 +2715,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2435,17 +2723,21 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bs", "start": 0, "type": "Identifier" @@ -2458,6 +2750,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier", @@ -2470,6 +2763,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "edge7", "start": 0, "type": "Identifier", @@ -2481,13 +2775,16 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getPreviousAdjacentEdge", "start": 0, "type": "Identifier" @@ -2498,6 +2795,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2505,17 +2803,21 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bs", "start": 0, "type": "Identifier" @@ -2528,6 +2830,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier", @@ -2540,6 +2843,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "edge2", "start": 0, "type": "Identifier", @@ -2551,13 +2855,16 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getPreviousAdjacentEdge", "start": 0, "type": "Identifier" @@ -2568,6 +2875,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2575,17 +2883,21 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bs", "start": 0, "type": "Identifier" @@ -2598,6 +2910,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier", @@ -2610,6 +2923,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "edge3", "start": 0, "type": "Identifier", @@ -2621,13 +2935,16 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getPreviousAdjacentEdge", "start": 0, "type": "Identifier" @@ -2638,6 +2955,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2645,17 +2963,21 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bs", "start": 0, "type": "Identifier" @@ -2668,6 +2990,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier", @@ -2680,6 +3003,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "edge6", "start": 0, "type": "Identifier", @@ -2692,6 +3016,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2702,9 +3027,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -2715,6 +3042,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2723,12 +3051,14 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2745,11 +3075,13 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2762,6 +3094,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tabPlane", "start": 0, "type": "Identifier" @@ -2769,6 +3102,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -2776,15 +3110,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "origin", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -2792,15 +3129,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2817,15 +3157,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2842,10 +3185,12 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -2855,9 +3200,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -2867,14 +3214,17 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thk", "start": 0, "type": "Identifier" @@ -2901,15 +3251,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -2917,15 +3270,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -2942,15 +3298,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2967,15 +3326,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2998,15 +3360,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -3014,15 +3379,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3039,15 +3407,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -3064,15 +3435,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3095,15 +3469,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "zAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -3111,15 +3488,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3136,15 +3516,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3161,15 +3544,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -3191,11 +3577,13 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "ObjectExpression", "type": "ObjectExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3208,6 +3596,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tabsR", "start": 0, "type": "Identifier" @@ -3215,13 +3604,16 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -3232,6 +3624,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3239,9 +3632,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tabPlane", "start": 0, "type": "Identifier" @@ -3259,6 +3654,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -3276,9 +3672,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -3288,10 +3686,12 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3305,14 +3705,17 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thk", "start": 0, "type": "Identifier" @@ -3336,9 +3739,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3348,10 +3753,12 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3365,14 +3772,17 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thk", "start": 0, "type": "Identifier" @@ -3388,6 +3798,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3398,9 +3809,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -3411,6 +3824,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3423,6 +3837,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -3434,9 +3849,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tabWidth", "start": 0, "type": "Identifier" @@ -3454,9 +3871,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tabLength", "start": 0, "type": "Identifier" @@ -3468,15 +3887,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -3492,6 +3914,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3502,6 +3925,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -3509,6 +3933,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -3520,9 +3945,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3533,6 +3960,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3545,6 +3973,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -3555,6 +3984,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3575,9 +4005,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tabLength", "start": 0, "type": "Identifier" @@ -3589,15 +4021,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -3611,10 +4046,12 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3630,6 +4067,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3640,6 +4078,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -3647,6 +4086,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -3658,9 +4098,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3671,6 +4113,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3683,6 +4126,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -3695,9 +4139,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tabWidth", "start": 0, "type": "Identifier" @@ -3709,6 +4155,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3722,9 +4169,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tabLength", "start": 0, "type": "Identifier" @@ -3736,15 +4185,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -3760,6 +4212,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3770,6 +4223,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -3777,6 +4231,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -3788,9 +4243,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3801,6 +4258,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3813,6 +4271,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -3820,6 +4279,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -3831,9 +4291,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -3844,6 +4306,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3856,6 +4319,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -3867,6 +4331,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -3887,9 +4352,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -3899,10 +4366,12 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3916,14 +4385,17 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thk", "start": 0, "type": "Identifier" @@ -3937,6 +4409,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -3945,9 +4418,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tabWidth", "start": 0, "type": "Identifier" @@ -3957,10 +4432,12 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3991,9 +4468,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4003,10 +4482,12 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4020,14 +4501,17 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thk", "start": 0, "type": "Identifier" @@ -4041,6 +4525,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -4049,9 +4534,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tabLength", "start": 0, "type": "Identifier" @@ -4061,6 +4548,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, @@ -4068,6 +4556,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -4077,10 +4566,12 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4104,6 +4595,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4114,6 +4606,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -4125,9 +4618,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDiam", "start": 0, "type": "Identifier" @@ -4137,10 +4632,12 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4160,9 +4657,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -4173,6 +4672,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4184,9 +4684,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -4197,6 +4699,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4209,6 +4712,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4218,9 +4722,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tabThk", "start": 0, "type": "Identifier" @@ -4232,6 +4738,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4243,9 +4750,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -4256,6 +4765,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4268,6 +4778,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -4279,9 +4790,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDiam", "start": 0, "type": "Identifier" @@ -4291,10 +4804,12 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4314,6 +4829,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -4322,13 +4838,16 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -4339,6 +4858,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4346,9 +4866,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "edge11", "start": 0, "type": "Identifier" @@ -4360,13 +4882,16 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -4377,6 +4902,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4384,9 +4910,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "edge12", "start": 0, "type": "Identifier" @@ -4399,6 +4927,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4409,9 +4938,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -4422,6 +4953,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4434,6 +4966,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -4444,6 +4977,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4457,6 +4991,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -4468,6 +5003,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4476,6 +5012,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4487,6 +5024,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4497,6 +5035,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -4504,6 +5043,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4519,6 +5059,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -4533,9 +5074,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4545,6 +5088,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -4552,6 +5096,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4561,14 +5106,17 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thk", "start": 0, "type": "Identifier" @@ -4586,6 +5134,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -4597,9 +5146,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tabLength", "start": 0, "type": "Identifier" @@ -4609,10 +5160,12 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -4626,10 +5179,12 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -4653,9 +5208,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -4666,6 +5223,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4674,12 +5232,14 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "9": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -4696,11 +5256,13 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -4718,6 +5280,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tabsL", "start": 0, "type": "Identifier" @@ -4725,13 +5288,16 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -4742,6 +5308,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4749,9 +5316,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tabPlane", "start": 0, "type": "Identifier" @@ -4769,6 +5338,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -4787,9 +5357,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -4801,15 +5373,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4823,14 +5398,17 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thk", "start": 0, "type": "Identifier" @@ -4854,9 +5432,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4866,10 +5446,12 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4883,14 +5465,17 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thk", "start": 0, "type": "Identifier" @@ -4906,6 +5491,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4916,9 +5502,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -4929,6 +5517,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4941,6 +5530,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -4953,9 +5543,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tabWidth", "start": 0, "type": "Identifier" @@ -4967,6 +5559,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4980,9 +5573,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tabLength", "start": 0, "type": "Identifier" @@ -4994,15 +5589,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -5018,6 +5616,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5028,6 +5627,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -5035,6 +5635,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -5046,9 +5647,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5059,6 +5662,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5071,6 +5675,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -5081,6 +5686,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5101,9 +5707,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tabLength", "start": 0, "type": "Identifier" @@ -5115,15 +5723,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -5137,10 +5748,12 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5156,6 +5769,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5166,6 +5780,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -5173,6 +5788,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -5184,9 +5800,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5197,6 +5815,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5209,6 +5828,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -5220,9 +5840,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tabWidth", "start": 0, "type": "Identifier" @@ -5240,9 +5862,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tabLength", "start": 0, "type": "Identifier" @@ -5254,15 +5878,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -5278,6 +5905,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5288,6 +5916,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -5295,6 +5924,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -5306,9 +5936,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5319,6 +5951,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5331,6 +5964,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -5338,6 +5972,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -5349,9 +5984,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -5362,6 +5999,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5374,6 +6012,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -5385,6 +6024,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -5406,9 +6046,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -5420,15 +6062,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5442,14 +6087,17 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thk", "start": 0, "type": "Identifier" @@ -5463,6 +6111,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -5471,9 +6120,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tabWidth", "start": 0, "type": "Identifier" @@ -5483,10 +6134,12 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5517,9 +6170,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5529,10 +6184,12 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5546,14 +6203,17 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thk", "start": 0, "type": "Identifier" @@ -5567,6 +6227,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -5575,9 +6236,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tabLength", "start": 0, "type": "Identifier" @@ -5587,6 +6250,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, @@ -5594,6 +6258,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -5603,10 +6268,12 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5630,6 +6297,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5640,6 +6308,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -5651,9 +6320,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDiam", "start": 0, "type": "Identifier" @@ -5663,10 +6334,12 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5686,9 +6359,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -5699,6 +6374,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5710,9 +6386,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -5723,6 +6401,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5735,6 +6414,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5744,9 +6424,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tabThk", "start": 0, "type": "Identifier" @@ -5758,6 +6440,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5769,9 +6452,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -5782,6 +6467,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5794,6 +6480,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -5805,9 +6492,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDiam", "start": 0, "type": "Identifier" @@ -5817,10 +6506,12 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5840,6 +6531,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -5848,13 +6540,16 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -5865,6 +6560,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5872,9 +6568,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "edge21", "start": 0, "type": "Identifier" @@ -5886,13 +6584,16 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -5903,6 +6604,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5910,9 +6612,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "edge22", "start": 0, "type": "Identifier" @@ -5925,6 +6629,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5935,9 +6640,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -5948,6 +6655,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5960,6 +6668,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -5970,6 +6679,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5983,6 +6693,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -5994,6 +6705,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6002,6 +6714,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6013,6 +6726,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6023,6 +6737,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -6030,6 +6745,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -6045,6 +6761,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -6059,9 +6776,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -6071,6 +6790,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -6078,6 +6798,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -6087,14 +6808,17 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thk", "start": 0, "type": "Identifier" @@ -6112,6 +6836,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -6123,9 +6848,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tabLength", "start": 0, "type": "Identifier" @@ -6135,10 +6862,12 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -6152,10 +6881,12 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -6179,9 +6910,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -6192,6 +6925,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6200,12 +6934,14 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "9": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -6222,11 +6958,13 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6239,6 +6977,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "retPlane", "start": 0, "type": "Identifier" @@ -6246,6 +6985,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -6253,15 +6993,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "origin", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -6269,10 +7012,12 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -6286,9 +7031,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -6300,15 +7047,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -6322,10 +7072,12 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -6346,15 +7098,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6371,15 +7126,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6402,15 +7160,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -6418,15 +7179,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6443,15 +7207,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -6468,15 +7235,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6499,15 +7269,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -6515,15 +7288,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6540,15 +7316,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6565,15 +7344,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -6596,15 +7378,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "zAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -6612,15 +7397,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -6637,15 +7425,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6662,15 +7453,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6692,11 +7486,13 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "ObjectExpression", "type": "ObjectExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6709,6 +7505,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "retFront", "start": 0, "type": "Identifier" @@ -6716,13 +7513,16 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -6733,6 +7533,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6740,9 +7541,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "retPlane", "start": 0, "type": "Identifier" @@ -6760,6 +7563,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -6778,9 +7582,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -6792,15 +7598,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -6814,14 +7623,17 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thk", "start": 0, "type": "Identifier" @@ -6838,6 +7650,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6849,6 +7662,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6859,9 +7673,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -6872,6 +7688,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6884,6 +7701,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -6894,6 +7712,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6907,9 +7726,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thk", "start": 0, "type": "Identifier" @@ -6921,6 +7742,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6931,9 +7753,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -6944,6 +7768,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6956,6 +7781,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -6967,9 +7793,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thk", "start": 0, "type": "Identifier" @@ -6984,9 +7812,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thk", "start": 0, "type": "Identifier" @@ -6998,6 +7828,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7005,6 +7836,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7015,9 +7847,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -7028,19 +7862,23 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -7051,6 +7889,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7063,6 +7902,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -7074,9 +7914,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -7086,10 +7928,12 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "40", "start": 0, "type": "Literal", @@ -7109,9 +7953,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -7122,6 +7968,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7130,12 +7977,14 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "5": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -7152,11 +8001,13 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -7174,6 +8025,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "retBack", "start": 0, "type": "Identifier" @@ -7181,13 +8033,16 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -7198,6 +8053,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7205,9 +8061,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "retPlane", "start": 0, "type": "Identifier" @@ -7225,6 +8083,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -7242,9 +8101,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -7254,10 +8115,12 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -7271,14 +8134,17 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thk", "start": 0, "type": "Identifier" @@ -7295,6 +8161,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -7306,6 +8173,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7316,9 +8184,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -7329,6 +8199,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7341,6 +8212,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -7351,6 +8223,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -7364,9 +8237,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thk", "start": 0, "type": "Identifier" @@ -7378,6 +8253,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7388,9 +8264,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -7401,6 +8279,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7413,6 +8292,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -7425,9 +8305,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thk", "start": 0, "type": "Identifier" @@ -7439,6 +8321,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7447,6 +8330,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -7458,6 +8342,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7468,9 +8353,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -7481,6 +8368,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7493,6 +8381,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -7503,6 +8392,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -7517,9 +8407,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thk", "start": 0, "type": "Identifier" @@ -7531,6 +8423,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7538,6 +8431,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7548,9 +8442,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -7561,19 +8457,23 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -7584,6 +8484,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7596,6 +8497,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -7607,9 +8509,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -7619,10 +8523,12 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "40", "start": 0, "type": "Literal", @@ -7642,9 +8548,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -7655,6 +8563,7 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7663,15 +8572,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -7683,9 +8595,11 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -7704,19 +8618,23 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -7733,15 +8651,18 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -7757,12 +8678,14 @@ description: Result of parsing focusrite-scarlett-mounting-bracket.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": {}, "startNodes": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/focusrite-scarlett-mounting-bracket/program_memory.snap b/rust/kcl-lib/tests/kcl_samples/focusrite-scarlett-mounting-bracket/program_memory.snap index 33362abff..29822dc38 100644 --- a/rust/kcl-lib/tests/kcl_samples/focusrite-scarlett-mounting-bracket/program_memory.snap +++ b/rust/kcl-lib/tests/kcl_samples/focusrite-scarlett-mounting-bracket/program_memory.snap @@ -17,6 +17,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 920, "end": 926, + "moduleId": 0, "start": 920, "type": "TagDeclarator", "value": "edge1" @@ -30,6 +31,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 977, "end": 983, + "moduleId": 0, "start": 977, "type": "TagDeclarator", "value": "edge2" @@ -43,6 +45,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 1037, "end": 1043, + "moduleId": 0, "start": 1037, "type": "TagDeclarator", "value": "edge3" @@ -56,6 +59,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 1093, "end": 1099, + "moduleId": 0, "start": 1093, "type": "TagDeclarator", "value": "edge4" @@ -69,6 +73,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 1145, "end": 1151, + "moduleId": 0, "start": 1145, "type": "TagDeclarator", "value": "edge5" @@ -82,6 +87,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 1198, "end": 1204, + "moduleId": 0, "start": 1198, "type": "TagDeclarator", "value": "edge6" @@ -95,6 +101,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 1255, "end": 1261, + "moduleId": 0, "start": 1255, "type": "TagDeclarator", "value": "edge7" @@ -108,6 +115,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 1282, "end": 1288, + "moduleId": 0, "start": 1282, "type": "TagDeclarator", "value": "edge8" @@ -131,6 +139,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 920, "end": 926, + "moduleId": 0, "start": 920, "type": "TagDeclarator", "value": "edge1" @@ -156,6 +165,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 977, "end": 983, + "moduleId": 0, "start": 977, "type": "TagDeclarator", "value": "edge2" @@ -181,6 +191,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 1037, "end": 1043, + "moduleId": 0, "start": 1037, "type": "TagDeclarator", "value": "edge3" @@ -206,6 +217,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 1093, "end": 1099, + "moduleId": 0, "start": 1093, "type": "TagDeclarator", "value": "edge4" @@ -231,6 +243,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 1145, "end": 1151, + "moduleId": 0, "start": 1145, "type": "TagDeclarator", "value": "edge5" @@ -256,6 +269,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 1198, "end": 1204, + "moduleId": 0, "start": 1198, "type": "TagDeclarator", "value": "edge6" @@ -281,6 +295,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 1255, "end": 1261, + "moduleId": 0, "start": 1255, "type": "TagDeclarator", "value": "edge7" @@ -306,6 +321,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 1282, "end": 1288, + "moduleId": 0, "start": 1282, "type": "TagDeclarator", "value": "edge8" @@ -694,6 +710,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 920, "end": 926, + "moduleId": 0, "start": 920, "type": "TagDeclarator", "value": "edge1" @@ -719,6 +736,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 977, "end": 983, + "moduleId": 0, "start": 977, "type": "TagDeclarator", "value": "edge2" @@ -744,6 +762,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 1037, "end": 1043, + "moduleId": 0, "start": 1037, "type": "TagDeclarator", "value": "edge3" @@ -769,6 +788,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 1093, "end": 1099, + "moduleId": 0, "start": 1093, "type": "TagDeclarator", "value": "edge4" @@ -794,6 +814,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 1145, "end": 1151, + "moduleId": 0, "start": 1145, "type": "TagDeclarator", "value": "edge5" @@ -819,6 +840,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 1198, "end": 1204, + "moduleId": 0, "start": 1198, "type": "TagDeclarator", "value": "edge6" @@ -844,6 +866,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 1255, "end": 1261, + "moduleId": 0, "start": 1255, "type": "TagDeclarator", "value": "edge7" @@ -869,6 +892,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 1282, "end": 1288, + "moduleId": 0, "start": 1282, "type": "TagDeclarator", "value": "edge8" @@ -1856,6 +1880,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 2923, "end": 2930, + "moduleId": 0, "start": 2923, "type": "TagDeclarator", "value": "edge21" @@ -1869,6 +1894,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 2979, "end": 2986, + "moduleId": 0, "start": 2979, "type": "TagDeclarator", "value": "edge22" @@ -1882,6 +1908,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 3038, "end": 3045, + "moduleId": 0, "start": 3038, "type": "TagDeclarator", "value": "edge23" @@ -1895,6 +1922,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 3064, "end": 3071, + "moduleId": 0, "start": 3064, "type": "TagDeclarator", "value": "edge24" @@ -1918,6 +1946,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 2923, "end": 2930, + "moduleId": 0, "start": 2923, "type": "TagDeclarator", "value": "edge21" @@ -1943,6 +1972,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 2979, "end": 2986, + "moduleId": 0, "start": 2979, "type": "TagDeclarator", "value": "edge22" @@ -1968,6 +1998,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 3038, "end": 3045, + "moduleId": 0, "start": 3038, "type": "TagDeclarator", "value": "edge23" @@ -1993,6 +2024,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 3064, "end": 3071, + "moduleId": 0, "start": 3064, "type": "TagDeclarator", "value": "edge24" @@ -2140,6 +2172,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 2923, "end": 2930, + "moduleId": 0, "start": 2923, "type": "TagDeclarator", "value": "edge21" @@ -2153,6 +2186,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 2979, "end": 2986, + "moduleId": 0, "start": 2979, "type": "TagDeclarator", "value": "edge22" @@ -2166,6 +2200,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 3038, "end": 3045, + "moduleId": 0, "start": 3038, "type": "TagDeclarator", "value": "edge23" @@ -2179,6 +2214,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 3064, "end": 3071, + "moduleId": 0, "start": 3064, "type": "TagDeclarator", "value": "edge24" @@ -2202,6 +2238,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 2923, "end": 2930, + "moduleId": 0, "start": 2923, "type": "TagDeclarator", "value": "edge21" @@ -2227,6 +2264,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 2979, "end": 2986, + "moduleId": 0, "start": 2979, "type": "TagDeclarator", "value": "edge22" @@ -2252,6 +2290,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 3038, "end": 3045, + "moduleId": 0, "start": 3038, "type": "TagDeclarator", "value": "edge23" @@ -2277,6 +2316,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 3064, "end": 3071, + "moduleId": 0, "start": 3064, "type": "TagDeclarator", "value": "edge24" @@ -2429,6 +2469,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 2097, "end": 2104, + "moduleId": 0, "start": 2097, "type": "TagDeclarator", "value": "edge11" @@ -2442,6 +2483,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 2153, "end": 2160, + "moduleId": 0, "start": 2153, "type": "TagDeclarator", "value": "edge12" @@ -2455,6 +2497,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 2213, "end": 2220, + "moduleId": 0, "start": 2213, "type": "TagDeclarator", "value": "edge13" @@ -2468,6 +2511,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 2239, "end": 2246, + "moduleId": 0, "start": 2239, "type": "TagDeclarator", "value": "edge14" @@ -2491,6 +2535,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 2097, "end": 2104, + "moduleId": 0, "start": 2097, "type": "TagDeclarator", "value": "edge11" @@ -2516,6 +2561,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 2153, "end": 2160, + "moduleId": 0, "start": 2153, "type": "TagDeclarator", "value": "edge12" @@ -2541,6 +2587,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 2213, "end": 2220, + "moduleId": 0, "start": 2213, "type": "TagDeclarator", "value": "edge13" @@ -2566,6 +2613,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 2239, "end": 2246, + "moduleId": 0, "start": 2239, "type": "TagDeclarator", "value": "edge14" @@ -2713,6 +2761,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 2097, "end": 2104, + "moduleId": 0, "start": 2097, "type": "TagDeclarator", "value": "edge11" @@ -2726,6 +2775,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 2153, "end": 2160, + "moduleId": 0, "start": 2153, "type": "TagDeclarator", "value": "edge12" @@ -2739,6 +2789,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 2213, "end": 2220, + "moduleId": 0, "start": 2213, "type": "TagDeclarator", "value": "edge13" @@ -2752,6 +2803,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 2239, "end": 2246, + "moduleId": 0, "start": 2239, "type": "TagDeclarator", "value": "edge14" @@ -2775,6 +2827,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 2097, "end": 2104, + "moduleId": 0, "start": 2097, "type": "TagDeclarator", "value": "edge11" @@ -2800,6 +2853,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 2153, "end": 2160, + "moduleId": 0, "start": 2153, "type": "TagDeclarator", "value": "edge12" @@ -2825,6 +2879,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 2213, "end": 2220, + "moduleId": 0, "start": 2213, "type": "TagDeclarator", "value": "edge13" @@ -2850,6 +2905,7 @@ description: Variables in memory after executing focusrite-scarlett-mounting-bra "tag": { "commentStart": 2239, "end": 2246, + "moduleId": 0, "start": 2239, "type": "TagDeclarator", "value": "edge14" diff --git a/rust/kcl-lib/tests/kcl_samples/food-service-spatula/ast.snap b/rust/kcl-lib/tests/kcl_samples/food-service-spatula/ast.snap index 71f53b91c..4784e3da5 100644 --- a/rust/kcl-lib/tests/kcl_samples/food-service-spatula/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/food-service-spatula/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing food-service-spatula.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flipperThickness", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing food-service-spatula.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.5", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing food-service-spatula.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define parameters" ], @@ -49,6 +53,7 @@ description: Result of parsing food-service-spatula.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flipperLength", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing food-service-spatula.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "70.0", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing food-service-spatula.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing food-service-spatula.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleWidth", "start": 0, "type": "Identifier" @@ -89,6 +98,7 @@ description: Result of parsing food-service-spatula.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.0", "start": 0, "type": "Literal", @@ -98,11 +108,13 @@ description: Result of parsing food-service-spatula.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -115,6 +127,7 @@ description: Result of parsing food-service-spatula.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gripLength", "start": 0, "type": "Identifier" @@ -122,6 +135,7 @@ description: Result of parsing food-service-spatula.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "150.0", "start": 0, "type": "Literal", @@ -131,11 +145,13 @@ description: Result of parsing food-service-spatula.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -148,6 +164,7 @@ description: Result of parsing food-service-spatula.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flipperFilletRadius", "start": 0, "type": "Identifier" @@ -155,6 +172,7 @@ description: Result of parsing food-service-spatula.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.0", "start": 0, "type": "Literal", @@ -164,11 +182,13 @@ description: Result of parsing food-service-spatula.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -181,6 +201,7 @@ description: Result of parsing food-service-spatula.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flipperSlotWidth", "start": 0, "type": "Identifier" @@ -188,6 +209,7 @@ description: Result of parsing food-service-spatula.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10.0", "start": 0, "type": "Literal", @@ -197,11 +219,13 @@ description: Result of parsing food-service-spatula.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -214,6 +238,7 @@ description: Result of parsing food-service-spatula.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gripWidth", "start": 0, "type": "Identifier" @@ -221,6 +246,7 @@ description: Result of parsing food-service-spatula.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10.0", "start": 0, "type": "Literal", @@ -230,11 +256,13 @@ description: Result of parsing food-service-spatula.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -247,6 +275,7 @@ description: Result of parsing food-service-spatula.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gripHeight", "start": 0, "type": "Identifier" @@ -254,6 +283,7 @@ description: Result of parsing food-service-spatula.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20.0", "start": 0, "type": "Literal", @@ -263,11 +293,13 @@ description: Result of parsing food-service-spatula.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -280,6 +312,7 @@ description: Result of parsing food-service-spatula.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gripFilletRadius", "start": 0, "type": "Identifier" @@ -287,6 +320,7 @@ description: Result of parsing food-service-spatula.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.0", "start": 0, "type": "Literal", @@ -296,11 +330,13 @@ description: Result of parsing food-service-spatula.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -313,6 +349,7 @@ description: Result of parsing food-service-spatula.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gripSlotWidth", "start": 0, "type": "Identifier" @@ -320,6 +357,7 @@ description: Result of parsing food-service-spatula.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8.0", "start": 0, "type": "Literal", @@ -329,11 +367,13 @@ description: Result of parsing food-service-spatula.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -346,6 +386,7 @@ description: Result of parsing food-service-spatula.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slot", "start": 0, "type": "Identifier" @@ -361,6 +402,7 @@ description: Result of parsing food-service-spatula.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -374,13 +416,16 @@ description: Result of parsing food-service-spatula.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "start", "start": 0, "type": "Identifier" @@ -393,6 +438,7 @@ description: Result of parsing food-service-spatula.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -406,18 +452,22 @@ description: Result of parsing food-service-spatula.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "==", "right": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -430,6 +480,7 @@ description: Result of parsing food-service-spatula.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -464,13 +515,16 @@ description: Result of parsing food-service-spatula.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -483,6 +537,7 @@ description: Result of parsing food-service-spatula.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -496,18 +551,22 @@ description: Result of parsing food-service-spatula.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "<", "right": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "start", "start": 0, "type": "Identifier" @@ -520,6 +579,7 @@ description: Result of parsing food-service-spatula.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -546,13 +606,16 @@ description: Result of parsing food-service-spatula.kcl "commentStart": 0, "end": 0, "expression": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "toDegrees", "start": 0, "type": "Identifier" @@ -561,6 +624,7 @@ description: Result of parsing food-service-spatula.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "units", "start": 0, "type": "Identifier" @@ -571,17 +635,21 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "atan", "start": 0, "type": "Identifier" @@ -592,6 +660,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -605,13 +674,16 @@ description: Result of parsing food-service-spatula.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -624,6 +696,7 @@ description: Result of parsing food-service-spatula.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -637,18 +710,22 @@ description: Result of parsing food-service-spatula.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "start", "start": 0, "type": "Identifier" @@ -661,6 +738,7 @@ description: Result of parsing food-service-spatula.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -678,6 +756,7 @@ description: Result of parsing food-service-spatula.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, @@ -686,13 +765,16 @@ description: Result of parsing food-service-spatula.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -705,6 +787,7 @@ description: Result of parsing food-service-spatula.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -718,18 +801,22 @@ description: Result of parsing food-service-spatula.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "start", "start": 0, "type": "Identifier" @@ -742,6 +829,7 @@ description: Result of parsing food-service-spatula.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -765,6 +853,7 @@ description: Result of parsing food-service-spatula.kcl } } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -772,8 +861,10 @@ description: Result of parsing food-service-spatula.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, + "moduleId": 0, "start": 0, "then_val": { "body": [ @@ -784,13 +875,16 @@ description: Result of parsing food-service-spatula.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "toDegrees", "start": 0, "type": "Identifier" @@ -799,6 +893,7 @@ description: Result of parsing food-service-spatula.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "units", "start": 0, "type": "Identifier" @@ -809,17 +904,21 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "atan", "start": 0, "type": "Identifier" @@ -830,6 +929,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -843,13 +943,16 @@ description: Result of parsing food-service-spatula.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -862,6 +965,7 @@ description: Result of parsing food-service-spatula.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -875,18 +979,22 @@ description: Result of parsing food-service-spatula.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "start", "start": 0, "type": "Identifier" @@ -899,6 +1007,7 @@ description: Result of parsing food-service-spatula.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -916,6 +1025,7 @@ description: Result of parsing food-service-spatula.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, @@ -924,13 +1034,16 @@ description: Result of parsing food-service-spatula.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -943,6 +1056,7 @@ description: Result of parsing food-service-spatula.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -956,18 +1070,22 @@ description: Result of parsing food-service-spatula.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "start", "start": 0, "type": "Identifier" @@ -980,6 +1098,7 @@ description: Result of parsing food-service-spatula.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1003,10 +1122,12 @@ description: Result of parsing food-service-spatula.kcl } } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -1020,6 +1141,7 @@ description: Result of parsing food-service-spatula.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -1027,11 +1149,13 @@ description: Result of parsing food-service-spatula.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "type": "IfExpression", "type": "IfExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -1039,8 +1163,10 @@ description: Result of parsing food-service-spatula.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, + "moduleId": 0, "start": 0, "then_val": { "body": [ @@ -1056,13 +1182,16 @@ description: Result of parsing food-service-spatula.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1075,6 +1204,7 @@ description: Result of parsing food-service-spatula.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1088,18 +1218,22 @@ description: Result of parsing food-service-spatula.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": ">", "right": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "start", "start": 0, "type": "Identifier" @@ -1112,6 +1246,7 @@ description: Result of parsing food-service-spatula.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1140,6 +1275,7 @@ description: Result of parsing food-service-spatula.kcl "expression": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "270", "start": 0, "type": "Literal", @@ -1149,6 +1285,7 @@ description: Result of parsing food-service-spatula.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -1156,8 +1293,10 @@ description: Result of parsing food-service-spatula.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, + "moduleId": 0, "start": 0, "then_val": { "body": [ @@ -1167,6 +1306,7 @@ description: Result of parsing food-service-spatula.kcl "expression": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -1176,6 +1316,7 @@ description: Result of parsing food-service-spatula.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -1183,11 +1324,13 @@ description: Result of parsing food-service-spatula.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "type": "IfExpression", "type": "IfExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -1195,16 +1338,19 @@ description: Result of parsing food-service-spatula.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "type": "IfExpression", "type": "IfExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1217,18 +1363,22 @@ description: Result of parsing food-service-spatula.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dist", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sqrt", "start": 0, "type": "Identifier" @@ -1239,6 +1389,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1252,6 +1403,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "exp", "start": 0, "type": "Identifier" @@ -1259,6 +1411,7 @@ description: Result of parsing food-service-spatula.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1274,9 +1427,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pow", "start": 0, "type": "Identifier" @@ -1287,6 +1442,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1297,13 +1453,16 @@ description: Result of parsing food-service-spatula.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1316,6 +1475,7 @@ description: Result of parsing food-service-spatula.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1329,18 +1489,22 @@ description: Result of parsing food-service-spatula.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "start", "start": 0, "type": "Identifier" @@ -1353,6 +1517,7 @@ description: Result of parsing food-service-spatula.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1371,6 +1536,7 @@ description: Result of parsing food-service-spatula.kcl "type": "BinaryExpression" } }, + "moduleId": 0, "operator": "+", "right": { "arguments": [ @@ -1379,6 +1545,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "exp", "start": 0, "type": "Identifier" @@ -1386,6 +1553,7 @@ description: Result of parsing food-service-spatula.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1401,9 +1569,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pow", "start": 0, "type": "Identifier" @@ -1414,6 +1584,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1424,13 +1595,16 @@ description: Result of parsing food-service-spatula.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1443,6 +1617,7 @@ description: Result of parsing food-service-spatula.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1456,18 +1631,22 @@ description: Result of parsing food-service-spatula.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "start", "start": 0, "type": "Identifier" @@ -1480,6 +1659,7 @@ description: Result of parsing food-service-spatula.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1503,11 +1683,13 @@ description: Result of parsing food-service-spatula.kcl "type": "BinaryExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1520,6 +1702,7 @@ description: Result of parsing food-service-spatula.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xstart", "start": 0, "type": "Identifier" @@ -1537,9 +1720,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -1549,10 +1734,12 @@ description: Result of parsing food-service-spatula.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1566,15 +1753,19 @@ description: Result of parsing food-service-spatula.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -1585,6 +1776,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1595,9 +1787,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1607,10 +1801,12 @@ description: Result of parsing food-service-spatula.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -1629,18 +1825,22 @@ description: Result of parsing food-service-spatula.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "start", "start": 0, "type": "Identifier" @@ -1653,6 +1853,7 @@ description: Result of parsing food-service-spatula.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1670,11 +1871,13 @@ description: Result of parsing food-service-spatula.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1687,6 +1890,7 @@ description: Result of parsing food-service-spatula.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ystart", "start": 0, "type": "Identifier" @@ -1704,9 +1908,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -1716,10 +1922,12 @@ description: Result of parsing food-service-spatula.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1733,15 +1941,19 @@ description: Result of parsing food-service-spatula.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -1752,6 +1964,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1762,9 +1975,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1774,10 +1989,12 @@ description: Result of parsing food-service-spatula.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -1796,18 +2013,22 @@ description: Result of parsing food-service-spatula.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "start", "start": 0, "type": "Identifier" @@ -1820,6 +2041,7 @@ description: Result of parsing food-service-spatula.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1837,11 +2059,13 @@ description: Result of parsing food-service-spatula.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1854,6 +2078,7 @@ description: Result of parsing food-service-spatula.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slotSketch", "start": 0, "type": "Identifier" @@ -1867,6 +2092,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1878,9 +2104,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xstart", "start": 0, "type": "Identifier" @@ -1894,9 +2122,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ystart", "start": 0, "type": "Identifier" @@ -1908,6 +2138,7 @@ description: Result of parsing food-service-spatula.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1918,9 +2149,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1931,6 +2164,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1938,9 +2172,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch1", "start": 0, "type": "Identifier" @@ -1958,6 +2194,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1966,9 +2203,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1984,6 +2223,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1992,9 +2232,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dist", "start": 0, "type": "Identifier" @@ -2010,9 +2252,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -2023,6 +2267,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2035,6 +2280,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2046,9 +2292,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -2058,10 +2306,12 @@ description: Result of parsing food-service-spatula.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2081,6 +2331,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2088,6 +2339,7 @@ description: Result of parsing food-service-spatula.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -2103,9 +2355,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -2116,6 +2370,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2128,6 +2383,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2136,9 +2392,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2154,6 +2412,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2163,9 +2422,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "dist", "start": 0, "type": "Identifier" @@ -2177,6 +2438,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2188,9 +2450,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -2201,6 +2465,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2213,6 +2478,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2221,13 +2487,16 @@ description: Result of parsing food-service-spatula.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -2238,25 +2507,30 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -2267,12 +2541,14 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2280,6 +2556,7 @@ description: Result of parsing food-service-spatula.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2290,9 +2567,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -2303,19 +2582,23 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -2326,6 +2609,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2334,15 +2618,18 @@ description: Result of parsing food-service-spatula.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2352,9 +2639,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slotSketch", "start": 0, "type": "Identifier" @@ -2366,6 +2655,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -2373,16 +2663,19 @@ description: Result of parsing food-service-spatula.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch1", "start": 0, "type": "Identifier" @@ -2393,6 +2686,7 @@ description: Result of parsing food-service-spatula.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "start", "start": 0, "type": "Identifier" @@ -2403,6 +2697,7 @@ description: Result of parsing food-service-spatula.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2413,6 +2708,7 @@ description: Result of parsing food-service-spatula.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -2423,11 +2719,13 @@ description: Result of parsing food-service-spatula.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "", "", @@ -2445,18 +2743,22 @@ description: Result of parsing food-service-spatula.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flipperSketch", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2467,6 +2769,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2474,9 +2777,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -2487,11 +2792,13 @@ description: Result of parsing food-service-spatula.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2509,6 +2816,7 @@ description: Result of parsing food-service-spatula.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flipperProfile", "start": 0, "type": "Identifier" @@ -2522,6 +2830,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -2534,9 +2843,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flipperLength", "start": 0, "type": "Identifier" @@ -2548,6 +2859,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2557,6 +2869,7 @@ description: Result of parsing food-service-spatula.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "32.0", "start": 0, "type": "Literal", @@ -2568,6 +2881,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2575,6 +2889,7 @@ description: Result of parsing food-service-spatula.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2585,9 +2900,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -2598,6 +2915,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2605,9 +2923,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flipperSketch", "start": 0, "type": "Identifier" @@ -2625,6 +2945,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2636,9 +2957,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flipperLength", "start": 0, "type": "Identifier" @@ -2651,6 +2974,7 @@ description: Result of parsing food-service-spatula.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.0", "start": 0, "type": "Literal", @@ -2662,6 +2986,7 @@ description: Result of parsing food-service-spatula.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2672,9 +2997,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2685,6 +3012,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2697,6 +3025,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2704,6 +3033,7 @@ description: Result of parsing food-service-spatula.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "60.0", "start": 0, "type": "Literal", @@ -2719,6 +3049,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -2726,6 +3057,7 @@ description: Result of parsing food-service-spatula.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -2737,9 +3069,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -2750,6 +3084,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2762,6 +3097,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2774,9 +3110,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flipperLength", "start": 0, "type": "Identifier" @@ -2788,6 +3126,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2796,6 +3135,7 @@ description: Result of parsing food-service-spatula.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.0", "start": 0, "type": "Literal", @@ -2807,6 +3147,7 @@ description: Result of parsing food-service-spatula.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2817,9 +3158,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2830,6 +3173,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2842,6 +3186,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -2849,6 +3194,7 @@ description: Result of parsing food-service-spatula.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "163.087610", "start": 0, "type": "Literal", @@ -2864,6 +3210,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -2871,6 +3218,7 @@ description: Result of parsing food-service-spatula.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "196.912390", "start": 0, "type": "Literal", @@ -2886,6 +3234,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2893,6 +3242,7 @@ description: Result of parsing food-service-spatula.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "110.0", "start": 0, "type": "Literal", @@ -2908,9 +3258,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -2921,19 +3273,23 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -2944,6 +3300,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2952,12 +3309,14 @@ description: Result of parsing food-service-spatula.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "5": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2974,11 +3333,13 @@ description: Result of parsing food-service-spatula.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2996,6 +3357,7 @@ description: Result of parsing food-service-spatula.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slotProfile000", "start": 0, "type": "Identifier" @@ -3007,6 +3369,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch1", "start": 0, "type": "Identifier" @@ -3015,9 +3378,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flipperSketch", "start": 0, "type": "Identifier" @@ -3033,6 +3398,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "start", "start": 0, "type": "Identifier" @@ -3044,6 +3410,7 @@ description: Result of parsing food-service-spatula.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25", "start": 0, "type": "Literal", @@ -3055,6 +3422,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3063,6 +3431,7 @@ description: Result of parsing food-service-spatula.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3074,6 +3443,7 @@ description: Result of parsing food-service-spatula.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3084,6 +3454,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -3095,6 +3466,7 @@ description: Result of parsing food-service-spatula.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "55", "start": 0, "type": "Literal", @@ -3106,6 +3478,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3114,6 +3487,7 @@ description: Result of parsing food-service-spatula.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3125,6 +3499,7 @@ description: Result of parsing food-service-spatula.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3135,6 +3510,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -3143,9 +3519,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flipperSlotWidth", "start": 0, "type": "Identifier" @@ -3161,9 +3539,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slot", "start": 0, "type": "Identifier" @@ -3174,16 +3554,19 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3196,6 +3579,7 @@ description: Result of parsing food-service-spatula.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slotProfile001", "start": 0, "type": "Identifier" @@ -3207,6 +3591,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch1", "start": 0, "type": "Identifier" @@ -3215,9 +3600,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flipperSketch", "start": 0, "type": "Identifier" @@ -3233,6 +3620,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "start", "start": 0, "type": "Identifier" @@ -3244,6 +3632,7 @@ description: Result of parsing food-service-spatula.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25", "start": 0, "type": "Literal", @@ -3255,6 +3644,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3263,6 +3653,7 @@ description: Result of parsing food-service-spatula.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "18", "start": 0, "type": "Literal", @@ -3274,6 +3665,7 @@ description: Result of parsing food-service-spatula.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3284,6 +3676,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -3295,6 +3688,7 @@ description: Result of parsing food-service-spatula.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "55", "start": 0, "type": "Literal", @@ -3306,6 +3700,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3314,6 +3709,7 @@ description: Result of parsing food-service-spatula.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "19", "start": 0, "type": "Literal", @@ -3325,6 +3721,7 @@ description: Result of parsing food-service-spatula.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3335,6 +3732,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -3343,9 +3741,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flipperSlotWidth", "start": 0, "type": "Identifier" @@ -3361,9 +3761,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slot", "start": 0, "type": "Identifier" @@ -3374,16 +3776,19 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -3401,6 +3806,7 @@ description: Result of parsing food-service-spatula.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slotProfile002", "start": 0, "type": "Identifier" @@ -3412,6 +3818,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch1", "start": 0, "type": "Identifier" @@ -3420,9 +3827,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flipperSketch", "start": 0, "type": "Identifier" @@ -3438,6 +3847,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "start", "start": 0, "type": "Identifier" @@ -3449,6 +3859,7 @@ description: Result of parsing food-service-spatula.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25", "start": 0, "type": "Literal", @@ -3460,6 +3871,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3469,6 +3881,7 @@ description: Result of parsing food-service-spatula.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "18", "start": 0, "type": "Literal", @@ -3480,6 +3893,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3487,6 +3901,7 @@ description: Result of parsing food-service-spatula.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3497,6 +3912,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -3508,6 +3924,7 @@ description: Result of parsing food-service-spatula.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "55", "start": 0, "type": "Literal", @@ -3519,6 +3936,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3528,6 +3946,7 @@ description: Result of parsing food-service-spatula.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "19", "start": 0, "type": "Literal", @@ -3539,6 +3958,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3546,6 +3966,7 @@ description: Result of parsing food-service-spatula.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3556,6 +3977,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -3564,9 +3986,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flipperSlotWidth", "start": 0, "type": "Identifier" @@ -3582,9 +4006,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slot", "start": 0, "type": "Identifier" @@ -3595,16 +4021,19 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -3622,6 +4051,7 @@ description: Result of parsing food-service-spatula.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spatulaProfile", "start": 0, "type": "Identifier" @@ -3632,9 +4062,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flipperProfile", "start": 0, "type": "Identifier" @@ -3651,6 +4083,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -3659,9 +4092,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slotProfile000", "start": 0, "type": "Identifier" @@ -3677,9 +4112,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -3690,6 +4127,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3702,6 +4140,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -3710,9 +4149,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slotProfile001", "start": 0, "type": "Identifier" @@ -3728,9 +4169,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -3741,6 +4184,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3753,6 +4197,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -3761,9 +4206,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slotProfile002", "start": 0, "type": "Identifier" @@ -3779,9 +4226,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -3792,6 +4241,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3800,12 +4250,14 @@ description: Result of parsing food-service-spatula.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "3": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3822,11 +4274,13 @@ description: Result of parsing food-service-spatula.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -3844,6 +4298,7 @@ description: Result of parsing food-service-spatula.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flipper", "start": 0, "type": "Identifier" @@ -3855,6 +4310,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3863,9 +4319,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flipperThickness", "start": 0, "type": "Identifier" @@ -3881,9 +4339,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -3894,6 +4354,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3901,9 +4362,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spatulaProfile", "start": 0, "type": "Identifier" @@ -3914,11 +4377,13 @@ description: Result of parsing food-service-spatula.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3933,6 +4398,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3941,9 +4407,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flipperFilletRadius", "start": 0, "type": "Identifier" @@ -3959,6 +4427,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -3967,13 +4436,16 @@ description: Result of parsing food-service-spatula.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -3984,6 +4456,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3991,9 +4464,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "backEdge", "start": 0, "type": "Identifier" @@ -4005,13 +4480,16 @@ description: Result of parsing food-service-spatula.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getPreviousAdjacentEdge", "start": 0, "type": "Identifier" @@ -4022,6 +4500,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4029,9 +4508,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "backEdge", "start": 0, "type": "Identifier" @@ -4044,6 +4525,7 @@ description: Result of parsing food-service-spatula.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4054,9 +4536,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -4067,6 +4551,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4074,9 +4559,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flipper", "start": 0, "type": "Identifier" @@ -4087,6 +4574,7 @@ description: Result of parsing food-service-spatula.kcl "type": "Name" } }, + "moduleId": 0, "preComments": [ "", "", @@ -4104,18 +4592,22 @@ description: Result of parsing food-service-spatula.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleSketch", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -4126,6 +4618,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4136,6 +4629,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -4148,9 +4642,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleWidth", "start": 0, "type": "Identifier" @@ -4162,15 +4658,18 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4190,9 +4689,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -4203,6 +4704,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4210,9 +4712,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -4224,11 +4728,13 @@ description: Result of parsing food-service-spatula.kcl } } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -4246,6 +4752,7 @@ description: Result of parsing food-service-spatula.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleProfile", "start": 0, "type": "Identifier" @@ -4259,6 +4766,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -4269,6 +4777,7 @@ description: Result of parsing food-service-spatula.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -4282,9 +4791,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flipperThickness", "start": 0, "type": "Identifier" @@ -4296,6 +4807,7 @@ description: Result of parsing food-service-spatula.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4306,9 +4818,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -4319,6 +4833,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4326,9 +4841,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleSketch", "start": 0, "type": "Identifier" @@ -4346,6 +4863,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -4356,6 +4874,7 @@ description: Result of parsing food-service-spatula.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "31.819805", "start": 0, "type": "Literal", @@ -4368,6 +4887,7 @@ description: Result of parsing food-service-spatula.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "31.819805", "start": 0, "type": "Literal", @@ -4379,6 +4899,7 @@ description: Result of parsing food-service-spatula.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4389,6 +4910,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -4396,6 +4918,7 @@ description: Result of parsing food-service-spatula.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -4407,9 +4930,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4420,6 +4945,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4432,6 +4958,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -4442,6 +4969,7 @@ description: Result of parsing food-service-spatula.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "140.953893", "start": 0, "type": "Literal", @@ -4454,6 +4982,7 @@ description: Result of parsing food-service-spatula.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "51.303021", "start": 0, "type": "Literal", @@ -4465,6 +4994,7 @@ description: Result of parsing food-service-spatula.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4475,9 +5005,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4488,6 +5020,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4500,6 +5033,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -4511,6 +5045,7 @@ description: Result of parsing food-service-spatula.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.710101", "start": 0, "type": "Literal", @@ -4522,6 +5057,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4530,6 +5066,7 @@ description: Result of parsing food-service-spatula.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.698463", "start": 0, "type": "Literal", @@ -4541,6 +5078,7 @@ description: Result of parsing food-service-spatula.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4551,9 +5089,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4564,6 +5104,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4576,6 +5117,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -4587,6 +5129,7 @@ description: Result of parsing food-service-spatula.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "141.995517", "start": 0, "type": "Literal", @@ -4598,6 +5141,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4607,6 +5151,7 @@ description: Result of parsing food-service-spatula.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "51.682142", "start": 0, "type": "Literal", @@ -4618,6 +5163,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4625,6 +5171,7 @@ description: Result of parsing food-service-spatula.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4635,6 +5182,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -4642,6 +5190,7 @@ description: Result of parsing food-service-spatula.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -4653,9 +5202,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4666,6 +5217,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4678,6 +5230,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -4689,6 +5242,7 @@ description: Result of parsing food-service-spatula.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "36.139148", "start": 0, "type": "Literal", @@ -4700,6 +5254,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4709,6 +5264,7 @@ description: Result of parsing food-service-spatula.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "36.139148", "start": 0, "type": "Literal", @@ -4720,6 +5276,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4727,6 +5284,7 @@ description: Result of parsing food-service-spatula.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4737,9 +5295,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4750,6 +5310,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4762,6 +5323,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4769,6 +5331,7 @@ description: Result of parsing food-service-spatula.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7.071068", "start": 0, "type": "Literal", @@ -4784,9 +5347,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -4797,19 +5362,23 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -4820,6 +5389,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4828,12 +5398,14 @@ description: Result of parsing food-service-spatula.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "7": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -4850,11 +5422,13 @@ description: Result of parsing food-service-spatula.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -4872,6 +5446,7 @@ description: Result of parsing food-service-spatula.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handle", "start": 0, "type": "Identifier" @@ -4883,6 +5458,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4891,9 +5467,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleWidth", "start": 0, "type": "Identifier" @@ -4909,9 +5487,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -4922,6 +5502,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4929,9 +5510,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleProfile", "start": 0, "type": "Identifier" @@ -4942,11 +5525,13 @@ description: Result of parsing food-service-spatula.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4961,6 +5546,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -4968,6 +5554,7 @@ description: Result of parsing food-service-spatula.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -4983,6 +5570,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -4991,13 +5579,16 @@ description: Result of parsing food-service-spatula.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -5008,6 +5599,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5015,9 +5607,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleBottomEdge", "start": 0, "type": "Identifier" @@ -5029,13 +5623,16 @@ description: Result of parsing food-service-spatula.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -5046,6 +5643,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5053,9 +5651,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleTopEdge", "start": 0, "type": "Identifier" @@ -5068,6 +5668,7 @@ description: Result of parsing food-service-spatula.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5078,9 +5679,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -5091,6 +5694,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5098,9 +5702,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handle", "start": 0, "type": "Identifier" @@ -5111,6 +5717,7 @@ description: Result of parsing food-service-spatula.kcl "type": "Name" } }, + "moduleId": 0, "preComments": [ "", "", @@ -5128,6 +5735,7 @@ description: Result of parsing food-service-spatula.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handlePlane", "start": 0, "type": "Identifier" @@ -5135,6 +5743,7 @@ description: Result of parsing food-service-spatula.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -5142,10 +5751,12 @@ description: Result of parsing food-service-spatula.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "origin", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -5154,6 +5765,7 @@ description: Result of parsing food-service-spatula.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "208.593833", "start": 0, "type": "Literal", @@ -5166,6 +5778,7 @@ description: Result of parsing food-service-spatula.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -5178,6 +5791,7 @@ description: Result of parsing food-service-spatula.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "75.921946", "start": 0, "type": "Literal", @@ -5189,6 +5803,7 @@ description: Result of parsing food-service-spatula.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5200,10 +5815,12 @@ description: Result of parsing food-service-spatula.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -5212,6 +5829,7 @@ description: Result of parsing food-service-spatula.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.342020", "start": 0, "type": "Literal", @@ -5225,6 +5843,7 @@ description: Result of parsing food-service-spatula.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -5236,6 +5855,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5245,6 +5865,7 @@ description: Result of parsing food-service-spatula.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.939693", "start": 0, "type": "Literal", @@ -5256,6 +5877,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5263,6 +5885,7 @@ description: Result of parsing food-service-spatula.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5274,10 +5897,12 @@ description: Result of parsing food-service-spatula.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -5286,6 +5911,7 @@ description: Result of parsing food-service-spatula.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -5298,6 +5924,7 @@ description: Result of parsing food-service-spatula.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -5310,6 +5937,7 @@ description: Result of parsing food-service-spatula.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -5321,6 +5949,7 @@ description: Result of parsing food-service-spatula.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5332,10 +5961,12 @@ description: Result of parsing food-service-spatula.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "zAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -5344,6 +5975,7 @@ description: Result of parsing food-service-spatula.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.939693", "start": 0, "type": "Literal", @@ -5357,6 +5989,7 @@ description: Result of parsing food-service-spatula.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -5368,6 +6001,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5376,6 +6010,7 @@ description: Result of parsing food-service-spatula.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.342020", "start": 0, "type": "Literal", @@ -5387,6 +6022,7 @@ description: Result of parsing food-service-spatula.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5397,11 +6033,13 @@ description: Result of parsing food-service-spatula.kcl "type": "ObjectExpression", "type": "ObjectExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -5419,18 +6057,22 @@ description: Result of parsing food-service-spatula.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gripSketch", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -5441,6 +6083,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5448,9 +6091,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handlePlane", "start": 0, "type": "Identifier" @@ -5461,11 +6106,13 @@ description: Result of parsing food-service-spatula.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -5483,6 +6130,7 @@ description: Result of parsing food-service-spatula.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gripProfile", "start": 0, "type": "Identifier" @@ -5496,6 +6144,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -5507,6 +6156,7 @@ description: Result of parsing food-service-spatula.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "26.806746", "start": 0, "type": "Literal", @@ -5518,6 +6168,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5527,6 +6178,7 @@ description: Result of parsing food-service-spatula.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10.0", "start": 0, "type": "Literal", @@ -5538,6 +6190,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5545,6 +6198,7 @@ description: Result of parsing food-service-spatula.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5555,9 +6209,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -5568,6 +6224,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5575,9 +6232,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gripSketch", "start": 0, "type": "Identifier" @@ -5595,6 +6254,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5606,9 +6266,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gripWidth", "start": 0, "type": "Identifier" @@ -5618,6 +6280,7 @@ description: Result of parsing food-service-spatula.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -5625,6 +6288,7 @@ description: Result of parsing food-service-spatula.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5634,14 +6298,17 @@ description: Result of parsing food-service-spatula.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gripFilletRadius", "start": 0, "type": "Identifier" @@ -5665,9 +6332,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -5678,6 +6347,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5690,6 +6360,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -5698,6 +6369,7 @@ description: Result of parsing food-service-spatula.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90.0", "start": 0, "type": "Literal", @@ -5709,6 +6381,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5720,6 +6393,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -5727,6 +6401,7 @@ description: Result of parsing food-service-spatula.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -5742,6 +6417,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -5750,9 +6426,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gripFilletRadius", "start": 0, "type": "Identifier" @@ -5768,9 +6446,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -5781,6 +6461,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5793,6 +6474,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5804,9 +6486,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gripHeight", "start": 0, "type": "Identifier" @@ -5816,6 +6500,7 @@ description: Result of parsing food-service-spatula.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -5823,6 +6508,7 @@ description: Result of parsing food-service-spatula.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5832,14 +6518,17 @@ description: Result of parsing food-service-spatula.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gripFilletRadius", "start": 0, "type": "Identifier" @@ -5863,9 +6552,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -5876,6 +6567,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5888,6 +6580,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -5895,6 +6588,7 @@ description: Result of parsing food-service-spatula.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -5910,6 +6604,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -5917,6 +6612,7 @@ description: Result of parsing food-service-spatula.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90.0", "start": 0, "type": "Literal", @@ -5932,6 +6628,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -5940,9 +6637,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gripFilletRadius", "start": 0, "type": "Identifier" @@ -5958,9 +6657,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -5971,6 +6672,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5983,6 +6685,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5995,9 +6698,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gripWidth", "start": 0, "type": "Identifier" @@ -6007,6 +6712,7 @@ description: Result of parsing food-service-spatula.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -6014,6 +6720,7 @@ description: Result of parsing food-service-spatula.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -6023,14 +6730,17 @@ description: Result of parsing food-service-spatula.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gripFilletRadius", "start": 0, "type": "Identifier" @@ -6050,6 +6760,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6061,9 +6772,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -6074,6 +6787,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6086,6 +6800,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -6093,6 +6808,7 @@ description: Result of parsing food-service-spatula.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90.0", "start": 0, "type": "Literal", @@ -6108,6 +6824,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -6115,6 +6832,7 @@ description: Result of parsing food-service-spatula.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180.0", "start": 0, "type": "Literal", @@ -6130,6 +6848,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -6138,9 +6857,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gripFilletRadius", "start": 0, "type": "Identifier" @@ -6156,9 +6877,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -6169,6 +6892,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6181,6 +6905,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -6193,9 +6918,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gripHeight", "start": 0, "type": "Identifier" @@ -6205,6 +6932,7 @@ description: Result of parsing food-service-spatula.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -6212,6 +6940,7 @@ description: Result of parsing food-service-spatula.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -6221,14 +6950,17 @@ description: Result of parsing food-service-spatula.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gripFilletRadius", "start": 0, "type": "Identifier" @@ -6248,6 +6980,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6259,6 +6992,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -6266,6 +7000,7 @@ description: Result of parsing food-service-spatula.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -6277,9 +7012,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -6290,6 +7027,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6302,6 +7040,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -6309,6 +7048,7 @@ description: Result of parsing food-service-spatula.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180.0", "start": 0, "type": "Literal", @@ -6324,6 +7064,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -6331,6 +7072,7 @@ description: Result of parsing food-service-spatula.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "270.0", "start": 0, "type": "Literal", @@ -6346,6 +7088,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -6354,9 +7097,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gripFilletRadius", "start": 0, "type": "Identifier" @@ -6372,9 +7117,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -6385,19 +7132,23 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -6408,6 +7159,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6416,12 +7168,14 @@ description: Result of parsing food-service-spatula.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "9": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -6438,11 +7192,13 @@ description: Result of parsing food-service-spatula.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -6460,6 +7216,7 @@ description: Result of parsing food-service-spatula.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grip", "start": 0, "type": "Identifier" @@ -6471,6 +7228,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -6480,9 +7238,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gripLength", "start": 0, "type": "Identifier" @@ -6494,6 +7254,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6505,9 +7266,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -6518,6 +7281,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6525,9 +7289,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gripProfile", "start": 0, "type": "Identifier" @@ -6538,11 +7304,13 @@ description: Result of parsing food-service-spatula.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6555,6 +7323,7 @@ description: Result of parsing food-service-spatula.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeSketch", "start": 0, "type": "Identifier" @@ -6566,6 +7335,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -6574,9 +7344,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gripEdgeTop", "start": 0, "type": "Identifier" @@ -6592,9 +7364,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -6605,6 +7379,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6612,9 +7387,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grip", "start": 0, "type": "Identifier" @@ -6625,11 +7402,13 @@ description: Result of parsing food-service-spatula.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -6647,6 +7426,7 @@ description: Result of parsing food-service-spatula.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gripHoleProfile", "start": 0, "type": "Identifier" @@ -6658,6 +7438,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch1", "start": 0, "type": "Identifier" @@ -6666,9 +7447,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeSketch", "start": 0, "type": "Identifier" @@ -6684,6 +7467,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "start", "start": 0, "type": "Identifier" @@ -6694,6 +7478,7 @@ description: Result of parsing food-service-spatula.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6706,6 +7491,7 @@ description: Result of parsing food-service-spatula.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "200", "start": 0, "type": "Literal", @@ -6717,6 +7503,7 @@ description: Result of parsing food-service-spatula.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6727,6 +7514,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -6737,6 +7525,7 @@ description: Result of parsing food-service-spatula.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6749,6 +7538,7 @@ description: Result of parsing food-service-spatula.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "210", "start": 0, "type": "Literal", @@ -6760,6 +7550,7 @@ description: Result of parsing food-service-spatula.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6770,6 +7561,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -6778,9 +7570,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gripSlotWidth", "start": 0, "type": "Identifier" @@ -6796,9 +7590,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slot", "start": 0, "type": "Identifier" @@ -6809,16 +7605,19 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -6838,6 +7637,7 @@ description: Result of parsing food-service-spatula.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -6850,9 +7650,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gripWidth", "start": 0, "type": "Identifier" @@ -6864,15 +7666,18 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -6892,9 +7697,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -6905,6 +7712,7 @@ description: Result of parsing food-service-spatula.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6912,9 +7720,11 @@ description: Result of parsing food-service-spatula.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gripHoleProfile", "start": 0, "type": "Identifier" @@ -6925,6 +7735,7 @@ description: Result of parsing food-service-spatula.kcl "type": "Name" } }, + "moduleId": 0, "preComments": [ "", "", @@ -6941,9 +7752,11 @@ description: Result of parsing food-service-spatula.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -6962,19 +7775,23 @@ description: Result of parsing food-service-spatula.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -6991,15 +7808,18 @@ description: Result of parsing food-service-spatula.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -7015,12 +7835,14 @@ description: Result of parsing food-service-spatula.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": {}, "startNodes": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/food-service-spatula/program_memory.snap b/rust/kcl-lib/tests/kcl_samples/food-service-spatula/program_memory.snap index ef37cfc80..25cbd21f6 100644 --- a/rust/kcl-lib/tests/kcl_samples/food-service-spatula/program_memory.snap +++ b/rust/kcl-lib/tests/kcl_samples/food-service-spatula/program_memory.snap @@ -29,6 +29,7 @@ description: Variables in memory after executing food-service-spatula.kcl "tag": { "commentStart": 1590, "end": 1599, + "moduleId": 0, "start": 1590, "type": "TagDeclarator", "value": "backEdge" @@ -92,6 +93,7 @@ description: Variables in memory after executing food-service-spatula.kcl "tag": { "commentStart": 1590, "end": 1599, + "moduleId": 0, "start": 1590, "type": "TagDeclarator", "value": "backEdge" @@ -301,6 +303,7 @@ description: Variables in memory after executing food-service-spatula.kcl "tag": { "commentStart": 1590, "end": 1599, + "moduleId": 0, "start": 1590, "type": "TagDeclarator", "value": "backEdge" @@ -553,6 +556,7 @@ description: Variables in memory after executing food-service-spatula.kcl "tag": { "commentStart": 4336, "end": 4348, + "moduleId": 0, "start": 4336, "type": "TagDeclarator", "value": "gripEdgeTop" @@ -715,6 +719,7 @@ description: Variables in memory after executing food-service-spatula.kcl "tag": { "commentStart": 4336, "end": 4348, + "moduleId": 0, "start": 4336, "type": "TagDeclarator", "value": "gripEdgeTop" @@ -1060,6 +1065,7 @@ description: Variables in memory after executing food-service-spatula.kcl "tag": { "commentStart": 4336, "end": 4348, + "moduleId": 0, "start": 4336, "type": "TagDeclarator", "value": "gripEdgeTop" @@ -1222,6 +1228,7 @@ description: Variables in memory after executing food-service-spatula.kcl "tag": { "commentStart": 4336, "end": 4348, + "moduleId": 0, "start": 4336, "type": "TagDeclarator", "value": "gripEdgeTop" @@ -1540,6 +1547,7 @@ description: Variables in memory after executing food-service-spatula.kcl "tag": { "commentStart": 4336, "end": 4348, + "moduleId": 0, "start": 4336, "type": "TagDeclarator", "value": "gripEdgeTop" @@ -1731,6 +1739,7 @@ description: Variables in memory after executing food-service-spatula.kcl "tag": { "commentStart": 2988, "end": 3005, + "moduleId": 0, "start": 2988, "type": "TagDeclarator", "value": "handleBottomEdge" @@ -1758,6 +1767,7 @@ description: Variables in memory after executing food-service-spatula.kcl "tag": { "commentStart": 3136, "end": 3150, + "moduleId": 0, "start": 3136, "type": "TagDeclarator", "value": "handleTopEdge" @@ -1802,6 +1812,7 @@ description: Variables in memory after executing food-service-spatula.kcl "tag": { "commentStart": 2988, "end": 3005, + "moduleId": 0, "start": 2988, "type": "TagDeclarator", "value": "handleBottomEdge" @@ -1865,6 +1876,7 @@ description: Variables in memory after executing food-service-spatula.kcl "tag": { "commentStart": 3136, "end": 3150, + "moduleId": 0, "start": 3136, "type": "TagDeclarator", "value": "handleTopEdge" @@ -2213,6 +2225,7 @@ description: Variables in memory after executing food-service-spatula.kcl "tag": { "commentStart": 2988, "end": 3005, + "moduleId": 0, "start": 2988, "type": "TagDeclarator", "value": "handleBottomEdge" @@ -2276,6 +2289,7 @@ description: Variables in memory after executing food-service-spatula.kcl "tag": { "commentStart": 3136, "end": 3150, + "moduleId": 0, "start": 3136, "type": "TagDeclarator", "value": "handleTopEdge" @@ -2538,6 +2552,7 @@ description: Variables in memory after executing food-service-spatula.kcl "tag": { "commentStart": 4336, "end": 4348, + "moduleId": 0, "start": 4336, "type": "TagDeclarator", "value": "gripEdgeTop" @@ -2700,6 +2715,7 @@ description: Variables in memory after executing food-service-spatula.kcl "tag": { "commentStart": 4336, "end": 4348, + "moduleId": 0, "start": 4336, "type": "TagDeclarator", "value": "gripEdgeTop" @@ -3373,6 +3389,7 @@ description: Variables in memory after executing food-service-spatula.kcl "tag": { "commentStart": 1590, "end": 1599, + "moduleId": 0, "start": 1590, "type": "TagDeclarator", "value": "backEdge" diff --git a/rust/kcl-lib/tests/kcl_samples/french-press/ast.snap b/rust/kcl-lib/tests/kcl_samples/french-press/ast.snap index c93c3e4f5..cc9644dd4 100644 --- a/rust/kcl-lib/tests/kcl_samples/french-press/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/french-press/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing french-press.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "carafeDiameter", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing french-press.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.41", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing french-press.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define parameters" ], @@ -49,6 +53,7 @@ description: Result of parsing french-press.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "carafeHeight", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing french-press.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7.32", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing french-press.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing french-press.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleThickness", "start": 0, "type": "Identifier" @@ -89,6 +98,7 @@ description: Result of parsing french-press.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.65", "start": 0, "type": "Literal", @@ -98,11 +108,13 @@ description: Result of parsing french-press.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -115,6 +127,7 @@ description: Result of parsing french-press.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -122,13 +135,16 @@ description: Result of parsing french-press.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -139,6 +155,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -146,9 +163,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -166,6 +185,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -180,9 +200,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "carafeDiameter", "start": 0, "type": "Identifier" @@ -192,10 +214,12 @@ description: Result of parsing french-press.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -212,6 +236,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.7", "start": 0, "type": "Literal", @@ -223,6 +248,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -233,9 +259,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -246,6 +274,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -258,6 +287,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -265,6 +295,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -280,6 +311,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -287,6 +319,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -302,6 +335,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -309,6 +343,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -320,9 +355,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -333,6 +370,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -345,6 +383,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -353,13 +392,16 @@ description: Result of parsing french-press.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -370,6 +412,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -377,9 +420,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -390,10 +435,12 @@ description: Result of parsing french-press.kcl "type": "Name" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -413,6 +460,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -421,6 +469,7 @@ description: Result of parsing french-press.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.75", "start": 0, "type": "Literal", @@ -432,6 +481,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -443,6 +493,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -450,6 +501,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -461,9 +513,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -474,6 +528,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -486,18 +541,22 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -508,6 +567,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -515,9 +575,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -534,19 +596,23 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -557,6 +623,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -564,9 +631,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -579,6 +648,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -590,6 +660,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -597,6 +668,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -608,9 +680,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -621,6 +695,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -633,6 +708,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -641,13 +717,16 @@ description: Result of parsing french-press.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -658,25 +737,30 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -687,12 +771,14 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -700,6 +786,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -710,9 +797,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -723,19 +812,23 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -746,6 +839,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -758,6 +852,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -765,6 +860,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -780,6 +876,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -788,9 +885,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "Y", "start": 0, "type": "Identifier" @@ -806,9 +905,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -819,6 +920,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -827,12 +929,14 @@ description: Result of parsing french-press.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "7": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -849,11 +953,13 @@ description: Result of parsing french-press.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -871,6 +977,7 @@ description: Result of parsing french-press.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane001", "start": 0, "type": "Identifier" @@ -878,6 +985,7 @@ description: Result of parsing french-press.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -885,10 +993,12 @@ description: Result of parsing french-press.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "origin", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -898,6 +1008,7 @@ description: Result of parsing french-press.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.26", "start": 0, "type": "Literal", @@ -909,6 +1020,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -917,6 +1029,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.26", "start": 0, "type": "Literal", @@ -929,6 +1042,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -940,6 +1054,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -951,10 +1066,12 @@ description: Result of parsing french-press.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -963,6 +1080,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -975,6 +1093,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -987,6 +1106,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -998,6 +1118,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1009,10 +1130,12 @@ description: Result of parsing french-press.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -1021,6 +1144,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -1033,6 +1157,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -1045,6 +1170,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -1056,6 +1182,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1067,10 +1194,12 @@ description: Result of parsing french-press.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "zAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -1079,6 +1208,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -1091,6 +1221,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -1103,6 +1234,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -1114,6 +1246,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1124,11 +1257,13 @@ description: Result of parsing french-press.kcl "type": "ObjectExpression", "type": "ObjectExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1141,6 +1276,7 @@ description: Result of parsing french-press.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" @@ -1148,13 +1284,16 @@ description: Result of parsing french-press.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1165,6 +1304,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1172,9 +1312,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane001", "start": 0, "type": "Identifier" @@ -1192,6 +1334,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1206,9 +1349,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "carafeDiameter", "start": 0, "type": "Identifier" @@ -1218,10 +1363,12 @@ description: Result of parsing french-press.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1238,6 +1385,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.7", "start": 0, "type": "Literal", @@ -1249,6 +1397,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1259,9 +1408,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1272,6 +1423,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1284,6 +1436,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1291,6 +1444,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -1306,9 +1460,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1319,6 +1475,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1331,6 +1488,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1339,6 +1497,7 @@ description: Result of parsing french-press.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.2", "start": 0, "type": "Literal", @@ -1350,6 +1509,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1361,6 +1521,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1368,6 +1529,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1379,9 +1541,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1392,6 +1556,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1404,6 +1569,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -1411,6 +1577,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -1426,6 +1593,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -1433,6 +1601,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "205", "start": 0, "type": "Literal", @@ -1448,6 +1617,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1455,6 +1625,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3", "start": 0, "type": "Literal", @@ -1470,9 +1641,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -1483,6 +1656,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1495,6 +1669,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1503,6 +1678,7 @@ description: Result of parsing french-press.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "60", "start": 0, "type": "Literal", @@ -1514,6 +1690,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1525,6 +1702,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1532,6 +1710,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6", "start": 0, "type": "Literal", @@ -1547,6 +1726,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1554,6 +1734,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1565,9 +1746,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1578,6 +1761,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1590,6 +1774,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -1597,6 +1782,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -1612,6 +1798,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -1620,6 +1807,7 @@ description: Result of parsing french-press.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "120", "start": 0, "type": "Literal", @@ -1631,6 +1819,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1642,6 +1831,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1649,6 +1839,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6", "start": 0, "type": "Literal", @@ -1664,9 +1855,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -1677,6 +1870,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1689,6 +1883,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1696,6 +1891,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "150", "start": 0, "type": "Literal", @@ -1711,6 +1907,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteY", "start": 0, "type": "Identifier" @@ -1719,6 +1916,7 @@ description: Result of parsing french-press.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2", "start": 0, "type": "Literal", @@ -1730,6 +1928,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1741,6 +1940,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1748,6 +1948,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1759,9 +1960,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1772,6 +1975,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1784,6 +1988,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -1791,6 +1996,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "60", "start": 0, "type": "Literal", @@ -1806,6 +2012,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -1813,6 +2020,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -1828,6 +2036,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1835,6 +2044,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -1850,9 +2060,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -1863,6 +2075,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1875,6 +2088,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1882,6 +2096,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -1897,6 +2112,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1904,6 +2120,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1915,9 +2132,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1928,6 +2147,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1940,6 +2160,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1947,6 +2168,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -1962,9 +2184,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1975,6 +2199,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1987,6 +2212,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1995,13 +2221,16 @@ description: Result of parsing french-press.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -2012,6 +2241,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2019,9 +2249,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "edgeLen", "start": 0, "type": "Identifier" @@ -2032,10 +2264,12 @@ description: Result of parsing french-press.kcl "type": "Name" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.035", "start": 0, "type": "Literal", @@ -2055,6 +2289,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -2062,6 +2297,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -2073,9 +2309,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -2086,6 +2324,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2098,6 +2337,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -2105,6 +2345,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -2120,6 +2361,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -2127,6 +2369,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "60", "start": 0, "type": "Literal", @@ -2142,6 +2385,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2149,6 +2393,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6", "start": 0, "type": "Literal", @@ -2164,9 +2409,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -2177,6 +2424,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2189,6 +2437,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2196,6 +2445,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "150", "start": 0, "type": "Literal", @@ -2211,6 +2461,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2220,13 +2471,16 @@ description: Result of parsing french-press.kcl "end": 0, "left": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -2237,6 +2491,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2244,9 +2499,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "edge3", "start": 0, "type": "Identifier" @@ -2259,15 +2516,18 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.035", "start": 0, "type": "Literal", @@ -2287,6 +2547,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -2294,6 +2555,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -2305,9 +2567,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -2318,6 +2582,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2330,6 +2595,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -2338,6 +2604,7 @@ description: Result of parsing french-press.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "120", "start": 0, "type": "Literal", @@ -2349,6 +2616,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2360,6 +2628,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -2367,6 +2636,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -2382,6 +2652,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2389,6 +2660,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -2404,9 +2676,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -2417,6 +2691,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2429,6 +2704,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2437,6 +2713,7 @@ description: Result of parsing french-press.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "60", "start": 0, "type": "Literal", @@ -2448,6 +2725,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2459,6 +2737,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2468,13 +2747,16 @@ description: Result of parsing french-press.kcl "end": 0, "left": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -2485,6 +2767,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2492,9 +2775,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "edge2", "start": 0, "type": "Identifier" @@ -2507,15 +2792,18 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.035", "start": 0, "type": "Literal", @@ -2535,6 +2823,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -2542,6 +2831,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -2553,9 +2843,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -2566,6 +2858,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2578,6 +2871,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -2585,6 +2879,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "205", "start": 0, "type": "Literal", @@ -2600,6 +2895,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -2607,6 +2903,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -2622,6 +2919,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2629,6 +2927,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6", "start": 0, "type": "Literal", @@ -2644,9 +2943,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -2657,6 +2958,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2669,6 +2971,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2677,13 +2980,16 @@ description: Result of parsing french-press.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -2694,25 +3000,30 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -2723,12 +3034,14 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2736,6 +3049,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2746,9 +3060,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2759,19 +3075,23 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -2782,6 +3102,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2794,6 +3115,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2801,6 +3123,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.75", "start": 0, "type": "Literal", @@ -2816,9 +3139,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2829,6 +3154,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2841,6 +3167,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -2851,6 +3178,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2863,6 +3191,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2875,6 +3204,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -2886,6 +3216,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2896,6 +3227,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -2906,6 +3238,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2918,6 +3251,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2930,6 +3264,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2941,6 +3276,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2951,6 +3287,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -2958,6 +3295,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -2973,6 +3311,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -2980,6 +3319,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -2995,6 +3335,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -3002,6 +3343,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -3014,9 +3356,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular3d", "start": 0, "type": "Identifier" @@ -3027,6 +3371,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3035,12 +3380,14 @@ description: Result of parsing french-press.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "20": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3057,11 +3404,13 @@ description: Result of parsing french-press.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -3079,6 +3428,7 @@ description: Result of parsing french-press.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003", "start": 0, "type": "Identifier" @@ -3086,13 +3436,16 @@ description: Result of parsing french-press.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -3103,6 +3456,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3113,6 +3467,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -3120,6 +3475,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -3135,9 +3491,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -3148,6 +3506,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3155,9 +3514,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -3176,6 +3537,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -3186,6 +3548,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3198,6 +3561,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3209,6 +3573,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3219,6 +3584,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3233,9 +3599,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "carafeDiameter", "start": 0, "type": "Identifier" @@ -3245,10 +3613,12 @@ description: Result of parsing french-press.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3262,10 +3632,12 @@ description: Result of parsing french-press.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.15", "start": 0, "type": "Literal", @@ -3285,9 +3657,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -3298,6 +3672,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3306,15 +3681,18 @@ description: Result of parsing french-press.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3327,6 +3705,7 @@ description: Result of parsing french-press.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude001", "start": 0, "type": "Identifier" @@ -3338,6 +3717,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3345,6 +3725,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.050", "start": 0, "type": "Literal", @@ -3360,9 +3741,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -3373,6 +3756,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3380,9 +3764,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003", "start": 0, "type": "Identifier" @@ -3393,11 +3779,13 @@ description: Result of parsing french-press.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3410,6 +3798,7 @@ description: Result of parsing french-press.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch004", "start": 0, "type": "Identifier" @@ -3423,6 +3812,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -3431,9 +3821,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -3449,9 +3841,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -3462,6 +3856,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3469,9 +3864,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude001", "start": 0, "type": "Identifier" @@ -3489,6 +3886,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -3499,6 +3897,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3", "start": 0, "type": "Literal", @@ -3511,6 +3910,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17", "start": 0, "type": "Literal", @@ -3522,6 +3922,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3532,9 +3933,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -3545,6 +3948,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3557,6 +3961,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3564,6 +3969,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.2", "start": 0, "type": "Literal", @@ -3579,9 +3985,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -3592,6 +4000,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3604,6 +4013,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -3611,6 +4021,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -3626,6 +4037,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -3634,6 +4046,7 @@ description: Result of parsing french-press.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -3645,6 +4058,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3656,6 +4070,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3663,6 +4078,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.2", "start": 0, "type": "Literal", @@ -3678,9 +4094,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -3691,6 +4109,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3703,6 +4122,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3711,13 +4131,16 @@ description: Result of parsing french-press.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -3728,25 +4151,30 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -3757,12 +4185,14 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3770,6 +4200,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3780,9 +4211,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3793,19 +4226,23 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -3816,6 +4253,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3828,6 +4266,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -3838,6 +4277,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3850,6 +4290,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3861,6 +4302,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3871,6 +4313,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -3878,6 +4321,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -3893,6 +4337,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -3900,6 +4345,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -3915,6 +4361,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -3922,6 +4369,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -3934,9 +4382,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular2d", "start": 0, "type": "Identifier" @@ -3947,6 +4397,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3955,15 +4406,18 @@ description: Result of parsing french-press.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3976,6 +4430,7 @@ description: Result of parsing french-press.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude002", "start": 0, "type": "Identifier" @@ -3987,6 +4442,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3995,6 +4451,7 @@ description: Result of parsing french-press.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.050", "start": 0, "type": "Literal", @@ -4006,6 +4463,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4017,9 +4475,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -4030,6 +4490,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4037,9 +4498,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch004", "start": 0, "type": "Identifier" @@ -4050,11 +4513,13 @@ description: Result of parsing french-press.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4067,6 +4532,7 @@ description: Result of parsing french-press.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch005", "start": 0, "type": "Identifier" @@ -4074,13 +4540,16 @@ description: Result of parsing french-press.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -4091,6 +4560,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4098,9 +4568,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -4118,6 +4590,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -4128,6 +4601,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.15", "start": 0, "type": "Literal", @@ -4140,6 +4614,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.11", "start": 0, "type": "Literal", @@ -4151,6 +4626,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4161,9 +4637,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -4174,6 +4652,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4186,6 +4665,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -4200,9 +4680,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "carafeDiameter", "start": 0, "type": "Identifier" @@ -4212,10 +4694,12 @@ description: Result of parsing french-press.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4229,10 +4713,12 @@ description: Result of parsing french-press.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2", "start": 0, "type": "Literal", @@ -4252,9 +4738,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -4265,6 +4753,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4277,6 +4766,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -4284,6 +4774,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -4299,6 +4790,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteX", "start": 0, "type": "Identifier" @@ -4313,9 +4805,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "carafeDiameter", "start": 0, "type": "Identifier" @@ -4325,10 +4819,12 @@ description: Result of parsing french-press.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4342,10 +4838,12 @@ description: Result of parsing french-press.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.07", "start": 0, "type": "Literal", @@ -4365,6 +4863,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -4372,6 +4871,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -4383,9 +4883,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -4396,6 +4898,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4408,6 +4911,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -4416,6 +4920,7 @@ description: Result of parsing french-press.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "60", "start": 0, "type": "Literal", @@ -4427,6 +4932,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4438,6 +4944,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4445,6 +4952,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.050", "start": 0, "type": "Literal", @@ -4460,9 +4968,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -4473,6 +4983,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4485,6 +4996,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -4492,6 +5004,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -4507,19 +5020,23 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -4530,6 +5047,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4537,9 +5055,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg1", "start": 0, "type": "Identifier" @@ -4552,6 +5072,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4563,9 +5084,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -4576,6 +5099,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4588,6 +5112,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -4595,6 +5120,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.15", "start": 0, "type": "Literal", @@ -4610,9 +5136,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -4623,6 +5151,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4635,6 +5164,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -4643,13 +5173,16 @@ description: Result of parsing french-press.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -4660,25 +5193,30 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -4689,12 +5227,14 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -4702,6 +5242,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4712,9 +5253,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4725,19 +5268,23 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -4748,6 +5295,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4760,6 +5308,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -4768,9 +5317,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "Y", "start": 0, "type": "Identifier" @@ -4786,9 +5337,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -4799,6 +5352,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4807,12 +5361,14 @@ description: Result of parsing french-press.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "9": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -4829,11 +5385,13 @@ description: Result of parsing french-press.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -4851,6 +5409,7 @@ description: Result of parsing french-press.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch006", "start": 0, "type": "Identifier" @@ -4858,13 +5417,16 @@ description: Result of parsing french-press.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -4875,6 +5437,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4882,9 +5445,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -4902,6 +5467,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -4912,6 +5478,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -4924,6 +5491,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -4935,6 +5503,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4945,9 +5514,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -4958,6 +5529,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4970,6 +5542,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -4980,6 +5553,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -4992,6 +5566,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5003,6 +5578,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5013,9 +5589,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5026,6 +5604,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5038,6 +5617,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -5045,6 +5625,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -5060,6 +5641,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteX", "start": 0, "type": "Identifier" @@ -5067,6 +5649,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.05", "start": 0, "type": "Literal", @@ -5082,9 +5665,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -5095,6 +5680,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5107,6 +5693,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5114,6 +5701,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -5129,9 +5717,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -5142,6 +5732,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5154,6 +5745,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -5164,6 +5756,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6", "start": 0, "type": "Literal", @@ -5176,6 +5769,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5187,6 +5781,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5197,9 +5792,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5210,6 +5807,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5222,6 +5820,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5230,6 +5829,7 @@ description: Result of parsing french-press.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".05", "start": 0, "type": "Literal", @@ -5241,6 +5841,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5252,9 +5853,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -5265,6 +5868,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5277,6 +5881,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -5284,6 +5889,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6", "start": 0, "type": "Literal", @@ -5299,6 +5905,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -5307,6 +5914,7 @@ description: Result of parsing french-press.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -5318,6 +5926,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5329,9 +5938,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -5342,6 +5953,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5354,6 +5966,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -5362,13 +5975,16 @@ description: Result of parsing french-press.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -5379,25 +5995,30 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -5408,12 +6029,14 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -5421,6 +6044,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5431,9 +6055,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5444,19 +6070,23 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -5467,6 +6097,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5479,6 +6110,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -5487,9 +6119,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "Y", "start": 0, "type": "Identifier" @@ -5505,9 +6139,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -5518,6 +6154,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5526,12 +6163,14 @@ description: Result of parsing french-press.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "10": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -5548,11 +6187,13 @@ description: Result of parsing french-press.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5565,6 +6206,7 @@ description: Result of parsing french-press.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch007", "start": 0, "type": "Identifier" @@ -5572,13 +6214,16 @@ description: Result of parsing french-press.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -5589,6 +6234,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5599,6 +6245,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -5606,6 +6253,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.12", "start": 0, "type": "Literal", @@ -5621,9 +6269,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -5634,6 +6284,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5641,9 +6292,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -5662,6 +6315,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -5672,6 +6326,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5684,6 +6339,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5695,6 +6351,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5705,6 +6362,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -5719,9 +6377,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "carafeDiameter", "start": 0, "type": "Identifier" @@ -5731,10 +6391,12 @@ description: Result of parsing french-press.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5748,10 +6410,12 @@ description: Result of parsing french-press.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.24", "start": 0, "type": "Literal", @@ -5771,9 +6435,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -5784,6 +6450,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5796,6 +6463,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -5807,6 +6475,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -5817,6 +6486,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5829,6 +6499,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5840,6 +6511,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5850,6 +6522,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -5857,6 +6530,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".15", "start": 0, "type": "Literal", @@ -5872,9 +6546,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -5885,6 +6561,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5896,9 +6573,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -5909,6 +6588,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5917,15 +6597,18 @@ description: Result of parsing french-press.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5938,6 +6621,7 @@ description: Result of parsing french-press.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude003", "start": 0, "type": "Identifier" @@ -5949,6 +6633,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5956,6 +6641,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.050", "start": 0, "type": "Literal", @@ -5971,9 +6657,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -5984,6 +6672,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5991,9 +6680,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch007", "start": 0, "type": "Identifier" @@ -6004,11 +6695,13 @@ description: Result of parsing french-press.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6021,6 +6714,7 @@ description: Result of parsing french-press.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch008", "start": 0, "type": "Identifier" @@ -6034,6 +6728,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -6042,9 +6737,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -6060,9 +6757,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -6073,6 +6772,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6080,9 +6780,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude003", "start": 0, "type": "Identifier" @@ -6100,6 +6802,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -6110,6 +6813,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.4", "start": 0, "type": "Literal", @@ -6122,6 +6826,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6133,6 +6838,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6143,6 +6849,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -6150,6 +6857,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".3", "start": 0, "type": "Literal", @@ -6165,9 +6873,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -6178,6 +6888,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6190,6 +6901,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -6200,6 +6912,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6212,6 +6925,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6223,6 +6937,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6233,6 +6948,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -6240,6 +6956,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8", "start": 0, "type": "Literal", @@ -6255,6 +6972,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -6262,6 +6980,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -6277,6 +6996,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -6284,6 +7004,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -6296,9 +7017,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular2d", "start": 0, "type": "Identifier" @@ -6309,6 +7032,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6317,15 +7041,18 @@ description: Result of parsing french-press.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -6343,6 +7070,7 @@ description: Result of parsing french-press.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude004", "start": 0, "type": "Identifier" @@ -6354,6 +7082,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -6362,6 +7091,7 @@ description: Result of parsing french-press.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.050", "start": 0, "type": "Literal", @@ -6373,6 +7103,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6384,9 +7115,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -6397,6 +7130,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6404,9 +7138,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch008", "start": 0, "type": "Identifier" @@ -6417,11 +7153,13 @@ description: Result of parsing french-press.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6434,6 +7172,7 @@ description: Result of parsing french-press.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch009", "start": 0, "type": "Identifier" @@ -6447,6 +7186,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -6455,9 +7195,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -6473,9 +7215,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -6486,6 +7230,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6493,9 +7238,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude003", "start": 0, "type": "Identifier" @@ -6513,6 +7260,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -6523,6 +7271,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6", "start": 0, "type": "Literal", @@ -6535,6 +7284,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6546,6 +7296,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6556,6 +7307,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -6563,6 +7315,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".2", "start": 0, "type": "Literal", @@ -6578,9 +7331,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -6591,6 +7346,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6603,6 +7359,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -6613,6 +7370,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6625,6 +7383,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6636,6 +7395,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6646,6 +7406,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -6653,6 +7414,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -6668,6 +7430,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -6675,6 +7438,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -6690,6 +7454,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -6697,6 +7462,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -6709,9 +7475,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular2d", "start": 0, "type": "Identifier" @@ -6722,6 +7490,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6730,15 +7499,18 @@ description: Result of parsing french-press.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -6756,6 +7528,7 @@ description: Result of parsing french-press.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude005", "start": 0, "type": "Identifier" @@ -6767,6 +7540,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -6775,6 +7549,7 @@ description: Result of parsing french-press.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.050", "start": 0, "type": "Literal", @@ -6786,6 +7561,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6797,9 +7573,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -6810,6 +7588,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6817,9 +7596,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch009", "start": 0, "type": "Identifier" @@ -6830,11 +7611,13 @@ description: Result of parsing french-press.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6847,6 +7630,7 @@ description: Result of parsing french-press.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch010", "start": 0, "type": "Identifier" @@ -6854,13 +7638,16 @@ description: Result of parsing french-press.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -6871,6 +7658,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6878,9 +7666,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -6898,6 +7688,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -6908,6 +7699,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6920,6 +7712,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6931,6 +7724,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6941,6 +7735,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -6952,9 +7747,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "carafeDiameter", "start": 0, "type": "Identifier" @@ -6964,10 +7761,12 @@ description: Result of parsing french-press.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -6987,9 +7786,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -7000,6 +7801,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7008,12 +7810,14 @@ description: Result of parsing french-press.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -7030,11 +7834,13 @@ description: Result of parsing french-press.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -7052,6 +7858,7 @@ description: Result of parsing french-press.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude006", "start": 0, "type": "Identifier" @@ -7065,6 +7872,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -7073,9 +7881,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "carafeHeight", "start": 0, "type": "Identifier" @@ -7091,9 +7901,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -7104,6 +7916,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7111,9 +7924,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch010", "start": 0, "type": "Identifier" @@ -7131,6 +7946,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faces", "start": 0, "type": "Identifier" @@ -7142,9 +7958,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -7156,6 +7974,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7166,6 +7985,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -7173,6 +7993,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".07", "start": 0, "type": "Literal", @@ -7188,9 +8009,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shell", "start": 0, "type": "Identifier" @@ -7201,6 +8024,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7209,12 +8033,14 @@ description: Result of parsing french-press.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -7231,11 +8057,13 @@ description: Result of parsing french-press.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -7248,6 +8076,7 @@ description: Result of parsing french-press.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch011", "start": 0, "type": "Identifier" @@ -7255,13 +8084,16 @@ description: Result of parsing french-press.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -7272,6 +8104,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7279,9 +8112,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -7299,6 +8134,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -7309,6 +8145,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2", "start": 0, "type": "Literal", @@ -7325,9 +8162,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "carafeHeight", "start": 0, "type": "Identifier" @@ -7337,10 +8176,12 @@ description: Result of parsing french-press.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7", "start": 0, "type": "Literal", @@ -7356,6 +8197,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7366,9 +8208,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -7379,6 +8223,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7391,6 +8236,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -7405,9 +8251,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "carafeDiameter", "start": 0, "type": "Identifier" @@ -7417,10 +8265,12 @@ description: Result of parsing french-press.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -7434,10 +8284,12 @@ description: Result of parsing french-press.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3", "start": 0, "type": "Literal", @@ -7457,9 +8309,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -7470,6 +8324,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7482,6 +8337,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -7489,6 +8345,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7", "start": 0, "type": "Literal", @@ -7504,9 +8361,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -7517,6 +8376,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7529,6 +8389,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -7536,6 +8397,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3", "start": 0, "type": "Literal", @@ -7551,9 +8413,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -7564,6 +8428,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7576,6 +8441,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -7583,6 +8449,7 @@ description: Result of parsing french-press.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4", "start": 0, "type": "Literal", @@ -7598,9 +8465,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -7611,6 +8480,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7623,6 +8493,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -7634,6 +8505,7 @@ description: Result of parsing french-press.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.02", "start": 0, "type": "Literal", @@ -7645,6 +8517,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7653,6 +8526,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.02", "start": 0, "type": "Literal", @@ -7664,6 +8538,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7674,9 +8549,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -7687,6 +8564,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7699,6 +8577,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "control1", "start": 0, "type": "Identifier" @@ -7710,6 +8589,7 @@ description: Result of parsing french-press.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3", "start": 0, "type": "Literal", @@ -7721,6 +8601,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7729,6 +8610,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -7740,6 +8622,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7750,6 +8633,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "control2", "start": 0, "type": "Identifier" @@ -7764,9 +8648,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "carafeDiameter", "start": 0, "type": "Identifier" @@ -7776,10 +8662,12 @@ description: Result of parsing french-press.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -7796,6 +8684,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -7807,6 +8696,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7817,6 +8707,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -7835,9 +8726,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "carafeDiameter", "start": 0, "type": "Identifier" @@ -7849,15 +8742,18 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -7871,10 +8767,12 @@ description: Result of parsing french-press.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -7891,6 +8789,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -7902,6 +8801,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7912,9 +8812,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bezierCurve", "start": 0, "type": "Identifier" @@ -7925,6 +8827,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7937,6 +8840,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -7945,13 +8849,16 @@ description: Result of parsing french-press.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -7962,25 +8869,30 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -7991,12 +8903,14 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -8004,6 +8918,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8014,9 +8929,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -8027,19 +8944,23 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -8050,6 +8971,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8062,6 +8984,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -8070,9 +8993,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "Y", "start": 0, "type": "Identifier" @@ -8088,9 +9013,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -8101,6 +9028,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8109,12 +9037,14 @@ description: Result of parsing french-press.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "10": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -8131,11 +9061,13 @@ description: Result of parsing french-press.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -8148,6 +9080,7 @@ description: Result of parsing french-press.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch012", "start": 0, "type": "Identifier" @@ -8155,13 +9088,16 @@ description: Result of parsing french-press.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -8172,6 +9108,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8182,6 +9119,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -8193,9 +9131,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleThickness", "start": 0, "type": "Identifier" @@ -8205,10 +9145,12 @@ description: Result of parsing french-press.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -8228,9 +9170,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -8241,6 +9185,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8248,9 +9193,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -8269,6 +9216,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -8279,6 +9227,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.3", "start": 0, "type": "Literal", @@ -8291,6 +9240,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6.4", "start": 0, "type": "Literal", @@ -8302,6 +9252,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8312,9 +9263,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -8325,6 +9278,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8337,6 +9291,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -8347,6 +9302,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.56", "start": 0, "type": "Literal", @@ -8359,6 +9315,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -8370,6 +9327,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8380,9 +9338,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -8393,6 +9353,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8405,6 +9366,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -8415,6 +9377,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.1", "start": 0, "type": "Literal", @@ -8427,6 +9390,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.26", "start": 0, "type": "Literal", @@ -8438,6 +9402,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8448,9 +9413,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -8461,6 +9428,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8473,6 +9441,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -8483,6 +9452,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.17", "start": 0, "type": "Literal", @@ -8495,6 +9465,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.6", "start": 0, "type": "Literal", @@ -8506,6 +9477,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8516,9 +9488,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -8529,6 +9503,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8541,6 +9516,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -8551,6 +9527,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.13", "start": 0, "type": "Literal", @@ -8563,6 +9540,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.61", "start": 0, "type": "Literal", @@ -8574,6 +9552,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8584,9 +9563,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -8597,6 +9578,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8609,6 +9591,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -8620,6 +9603,7 @@ description: Result of parsing french-press.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.09", "start": 0, "type": "Literal", @@ -8631,6 +9615,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -8639,6 +9624,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -8650,6 +9636,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8660,9 +9647,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -8673,6 +9662,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8685,6 +9675,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -8695,6 +9686,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -8707,6 +9699,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.43", "start": 0, "type": "Literal", @@ -8718,6 +9711,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8728,9 +9722,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -8741,6 +9737,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8753,6 +9750,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -8763,6 +9761,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.99", "start": 0, "type": "Literal", @@ -8776,6 +9775,7 @@ description: Result of parsing french-press.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.02", "start": 0, "type": "Literal", @@ -8787,6 +9787,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -8794,6 +9795,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8804,9 +9806,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -8817,6 +9821,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8829,6 +9834,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -8839,6 +9845,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.63", "start": 0, "type": "Literal", @@ -8851,6 +9858,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.6", "start": 0, "type": "Literal", @@ -8862,6 +9870,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8872,9 +9881,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -8885,6 +9896,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8897,6 +9909,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -8907,6 +9920,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.56", "start": 0, "type": "Literal", @@ -8919,6 +9933,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.15", "start": 0, "type": "Literal", @@ -8930,6 +9945,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8940,9 +9956,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -8953,6 +9971,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8965,6 +9984,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -8975,6 +9995,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.72", "start": 0, "type": "Literal", @@ -8987,6 +10008,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.88", "start": 0, "type": "Literal", @@ -8998,6 +10020,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9008,9 +10031,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -9021,6 +10046,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9033,6 +10059,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -9044,6 +10071,7 @@ description: Result of parsing french-press.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4", "start": 0, "type": "Literal", @@ -9055,6 +10083,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -9063,6 +10092,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -9074,6 +10104,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9084,9 +10115,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -9097,6 +10130,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9109,6 +10143,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -9117,13 +10152,16 @@ description: Result of parsing french-press.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -9134,25 +10172,30 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -9163,12 +10206,14 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -9176,6 +10221,7 @@ description: Result of parsing french-press.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9186,9 +10232,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -9199,19 +10247,23 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -9222,6 +10274,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9230,15 +10283,18 @@ description: Result of parsing french-press.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -9251,6 +10307,7 @@ description: Result of parsing french-press.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude007", "start": 0, "type": "Identifier" @@ -9262,6 +10319,7 @@ description: Result of parsing french-press.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -9271,9 +10329,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleThickness", "start": 0, "type": "Identifier" @@ -9285,6 +10345,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -9296,9 +10357,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -9309,6 +10372,7 @@ description: Result of parsing french-press.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9316,9 +10380,11 @@ description: Result of parsing french-press.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch012", "start": 0, "type": "Identifier" @@ -9329,11 +10395,13 @@ description: Result of parsing french-press.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -9345,9 +10413,11 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -9366,19 +10436,23 @@ description: Result of parsing french-press.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -9395,15 +10469,18 @@ description: Result of parsing french-press.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -9419,12 +10496,14 @@ description: Result of parsing french-press.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "6": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -9436,6 +10515,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -9447,6 +10527,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -9458,6 +10539,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -9469,6 +10551,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -9480,6 +10563,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -9492,6 +10576,7 @@ description: Result of parsing french-press.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/french-press/program_memory.snap b/rust/kcl-lib/tests/kcl_samples/french-press/program_memory.snap index 9a8a2da13..70ff91188 100644 --- a/rust/kcl-lib/tests/kcl_samples/french-press/program_memory.snap +++ b/rust/kcl-lib/tests/kcl_samples/french-press/program_memory.snap @@ -4401,6 +4401,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 375, "end": 396, + "moduleId": 0, "start": 375, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -4414,6 +4415,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 479, "end": 500, + "moduleId": 0, "start": 479, "type": "TagDeclarator", "value": "rectangleSegmentB001" @@ -4427,6 +4429,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 602, "end": 623, + "moduleId": 0, "start": 602, "type": "TagDeclarator", "value": "rectangleSegmentC001" @@ -4457,6 +4460,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 375, "end": 396, + "moduleId": 0, "start": 375, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -4482,6 +4486,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 479, "end": 500, + "moduleId": 0, "start": 479, "type": "TagDeclarator", "value": "rectangleSegmentB001" @@ -4507,6 +4512,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 602, "end": 623, + "moduleId": 0, "start": 602, "type": "TagDeclarator", "value": "rectangleSegmentC001" @@ -4660,6 +4666,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1091, "end": 1097, + "moduleId": 0, "start": 1091, "type": "TagDeclarator", "value": "edge1" @@ -4680,6 +4687,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1205, "end": 1211, + "moduleId": 0, "start": 1205, "type": "TagDeclarator", "value": "edge2" @@ -4700,6 +4708,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1326, "end": 1332, + "moduleId": 0, "start": 1326, "type": "TagDeclarator", "value": "edge3" @@ -4720,6 +4729,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1425, "end": 1433, + "moduleId": 0, "start": 1425, "type": "TagDeclarator", "value": "edgeLen" @@ -4740,6 +4750,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1511, "end": 1517, + "moduleId": 0, "start": 1511, "type": "TagDeclarator", "value": "edge4" @@ -4760,6 +4771,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1642, "end": 1648, + "moduleId": 0, "start": 1642, "type": "TagDeclarator", "value": "edge5" @@ -4780,6 +4792,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1775, "end": 1781, + "moduleId": 0, "start": 1775, "type": "TagDeclarator", "value": "edge6" @@ -4836,6 +4849,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1091, "end": 1097, + "moduleId": 0, "start": 1091, "type": "TagDeclarator", "value": "edge1" @@ -4886,6 +4900,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1205, "end": 1211, + "moduleId": 0, "start": 1205, "type": "TagDeclarator", "value": "edge2" @@ -4936,6 +4951,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1326, "end": 1332, + "moduleId": 0, "start": 1326, "type": "TagDeclarator", "value": "edge3" @@ -4986,6 +5002,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1425, "end": 1433, + "moduleId": 0, "start": 1425, "type": "TagDeclarator", "value": "edgeLen" @@ -5030,6 +5047,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1511, "end": 1517, + "moduleId": 0, "start": 1511, "type": "TagDeclarator", "value": "edge4" @@ -5080,6 +5098,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1642, "end": 1648, + "moduleId": 0, "start": 1642, "type": "TagDeclarator", "value": "edge5" @@ -5130,6 +5149,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1775, "end": 1781, + "moduleId": 0, "start": 1775, "type": "TagDeclarator", "value": "edge6" @@ -5321,6 +5341,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1091, "end": 1097, + "moduleId": 0, "start": 1091, "type": "TagDeclarator", "value": "edge1" @@ -5341,6 +5362,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1205, "end": 1211, + "moduleId": 0, "start": 1205, "type": "TagDeclarator", "value": "edge2" @@ -5361,6 +5383,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1326, "end": 1332, + "moduleId": 0, "start": 1326, "type": "TagDeclarator", "value": "edge3" @@ -5381,6 +5404,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1425, "end": 1433, + "moduleId": 0, "start": 1425, "type": "TagDeclarator", "value": "edgeLen" @@ -5401,6 +5425,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1511, "end": 1517, + "moduleId": 0, "start": 1511, "type": "TagDeclarator", "value": "edge4" @@ -5421,6 +5446,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1642, "end": 1648, + "moduleId": 0, "start": 1642, "type": "TagDeclarator", "value": "edge5" @@ -5441,6 +5467,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1775, "end": 1781, + "moduleId": 0, "start": 1775, "type": "TagDeclarator", "value": "edge6" @@ -5497,6 +5524,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1091, "end": 1097, + "moduleId": 0, "start": 1091, "type": "TagDeclarator", "value": "edge1" @@ -5547,6 +5575,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1205, "end": 1211, + "moduleId": 0, "start": 1205, "type": "TagDeclarator", "value": "edge2" @@ -5597,6 +5626,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1326, "end": 1332, + "moduleId": 0, "start": 1326, "type": "TagDeclarator", "value": "edge3" @@ -5647,6 +5677,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1425, "end": 1433, + "moduleId": 0, "start": 1425, "type": "TagDeclarator", "value": "edgeLen" @@ -5691,6 +5722,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1511, "end": 1517, + "moduleId": 0, "start": 1511, "type": "TagDeclarator", "value": "edge4" @@ -5741,6 +5773,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1642, "end": 1648, + "moduleId": 0, "start": 1642, "type": "TagDeclarator", "value": "edge5" @@ -5791,6 +5824,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1775, "end": 1781, + "moduleId": 0, "start": 1775, "type": "TagDeclarator", "value": "edge6" @@ -5982,6 +6016,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1091, "end": 1097, + "moduleId": 0, "start": 1091, "type": "TagDeclarator", "value": "edge1" @@ -6002,6 +6037,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1205, "end": 1211, + "moduleId": 0, "start": 1205, "type": "TagDeclarator", "value": "edge2" @@ -6022,6 +6058,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1326, "end": 1332, + "moduleId": 0, "start": 1326, "type": "TagDeclarator", "value": "edge3" @@ -6042,6 +6079,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1425, "end": 1433, + "moduleId": 0, "start": 1425, "type": "TagDeclarator", "value": "edgeLen" @@ -6062,6 +6100,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1511, "end": 1517, + "moduleId": 0, "start": 1511, "type": "TagDeclarator", "value": "edge4" @@ -6082,6 +6121,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1642, "end": 1648, + "moduleId": 0, "start": 1642, "type": "TagDeclarator", "value": "edge5" @@ -6102,6 +6142,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1775, "end": 1781, + "moduleId": 0, "start": 1775, "type": "TagDeclarator", "value": "edge6" @@ -6158,6 +6199,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1091, "end": 1097, + "moduleId": 0, "start": 1091, "type": "TagDeclarator", "value": "edge1" @@ -6208,6 +6250,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1205, "end": 1211, + "moduleId": 0, "start": 1205, "type": "TagDeclarator", "value": "edge2" @@ -6258,6 +6301,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1326, "end": 1332, + "moduleId": 0, "start": 1326, "type": "TagDeclarator", "value": "edge3" @@ -6308,6 +6352,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1425, "end": 1433, + "moduleId": 0, "start": 1425, "type": "TagDeclarator", "value": "edgeLen" @@ -6352,6 +6397,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1511, "end": 1517, + "moduleId": 0, "start": 1511, "type": "TagDeclarator", "value": "edge4" @@ -6402,6 +6448,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1642, "end": 1648, + "moduleId": 0, "start": 1642, "type": "TagDeclarator", "value": "edge5" @@ -6452,6 +6499,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1775, "end": 1781, + "moduleId": 0, "start": 1775, "type": "TagDeclarator", "value": "edge6" @@ -6643,6 +6691,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1091, "end": 1097, + "moduleId": 0, "start": 1091, "type": "TagDeclarator", "value": "edge1" @@ -6663,6 +6712,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1205, "end": 1211, + "moduleId": 0, "start": 1205, "type": "TagDeclarator", "value": "edge2" @@ -6683,6 +6733,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1326, "end": 1332, + "moduleId": 0, "start": 1326, "type": "TagDeclarator", "value": "edge3" @@ -6703,6 +6754,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1425, "end": 1433, + "moduleId": 0, "start": 1425, "type": "TagDeclarator", "value": "edgeLen" @@ -6723,6 +6775,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1511, "end": 1517, + "moduleId": 0, "start": 1511, "type": "TagDeclarator", "value": "edge4" @@ -6743,6 +6796,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1642, "end": 1648, + "moduleId": 0, "start": 1642, "type": "TagDeclarator", "value": "edge5" @@ -6763,6 +6817,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1775, "end": 1781, + "moduleId": 0, "start": 1775, "type": "TagDeclarator", "value": "edge6" @@ -6819,6 +6874,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1091, "end": 1097, + "moduleId": 0, "start": 1091, "type": "TagDeclarator", "value": "edge1" @@ -6869,6 +6925,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1205, "end": 1211, + "moduleId": 0, "start": 1205, "type": "TagDeclarator", "value": "edge2" @@ -6919,6 +6976,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1326, "end": 1332, + "moduleId": 0, "start": 1326, "type": "TagDeclarator", "value": "edge3" @@ -6969,6 +7027,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1425, "end": 1433, + "moduleId": 0, "start": 1425, "type": "TagDeclarator", "value": "edgeLen" @@ -7013,6 +7072,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1511, "end": 1517, + "moduleId": 0, "start": 1511, "type": "TagDeclarator", "value": "edge4" @@ -7063,6 +7123,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1642, "end": 1648, + "moduleId": 0, "start": 1642, "type": "TagDeclarator", "value": "edge5" @@ -7113,6 +7174,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 1775, "end": 1781, + "moduleId": 0, "start": 1775, "type": "TagDeclarator", "value": "edge6" @@ -8130,6 +8192,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 2929, "end": 2934, + "moduleId": 0, "start": 2929, "type": "TagDeclarator", "value": "seg1" @@ -8200,6 +8263,7 @@ description: Variables in memory after executing french-press.kcl "tag": { "commentStart": 2929, "end": 2934, + "moduleId": 0, "start": 2929, "type": "TagDeclarator", "value": "seg1" diff --git a/rust/kcl-lib/tests/kcl_samples/gear-rack/ast.snap b/rust/kcl-lib/tests/kcl_samples/gear-rack/ast.snap index 4f2fd2e77..95f16bcf0 100644 --- a/rust/kcl-lib/tests/kcl_samples/gear-rack/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/gear-rack/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing gear-rack.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing gear-rack.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "100", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing gear-rack.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define parameters" ], @@ -49,6 +53,7 @@ description: Result of parsing gear-rack.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitchHeight", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing gear-rack.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11.5", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing gear-rack.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing gear-rack.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -89,6 +98,7 @@ description: Result of parsing gear-rack.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -98,11 +108,13 @@ description: Result of parsing gear-rack.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -115,6 +127,7 @@ description: Result of parsing gear-rack.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -122,6 +135,7 @@ description: Result of parsing gear-rack.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12", "start": 0, "type": "Literal", @@ -131,11 +145,13 @@ description: Result of parsing gear-rack.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -148,6 +164,7 @@ description: Result of parsing gear-rack.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "minHeight", "start": 0, "type": "Identifier" @@ -155,6 +172,7 @@ description: Result of parsing gear-rack.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10.875", "start": 0, "type": "Literal", @@ -164,11 +182,13 @@ description: Result of parsing gear-rack.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -181,6 +201,7 @@ description: Result of parsing gear-rack.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rackBody", "start": 0, "type": "Identifier" @@ -188,13 +209,16 @@ description: Result of parsing gear-rack.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -205,6 +229,7 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -212,9 +237,11 @@ description: Result of parsing gear-rack.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -232,6 +259,7 @@ description: Result of parsing gear-rack.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -247,9 +275,11 @@ description: Result of parsing gear-rack.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -261,15 +291,18 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -286,6 +319,7 @@ description: Result of parsing gear-rack.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -297,6 +331,7 @@ description: Result of parsing gear-rack.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -307,9 +342,11 @@ description: Result of parsing gear-rack.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -320,6 +357,7 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -332,6 +370,7 @@ description: Result of parsing gear-rack.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -343,9 +382,11 @@ description: Result of parsing gear-rack.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -358,6 +399,7 @@ description: Result of parsing gear-rack.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -369,6 +411,7 @@ description: Result of parsing gear-rack.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -379,9 +422,11 @@ description: Result of parsing gear-rack.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -392,6 +437,7 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -404,6 +450,7 @@ description: Result of parsing gear-rack.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -414,6 +461,7 @@ description: Result of parsing gear-rack.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -427,9 +475,11 @@ description: Result of parsing gear-rack.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "minHeight", "start": 0, "type": "Identifier" @@ -441,6 +491,7 @@ description: Result of parsing gear-rack.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -451,9 +502,11 @@ description: Result of parsing gear-rack.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -464,6 +517,7 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -476,6 +530,7 @@ description: Result of parsing gear-rack.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -488,9 +543,11 @@ description: Result of parsing gear-rack.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -502,6 +559,7 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -510,6 +568,7 @@ description: Result of parsing gear-rack.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -521,6 +580,7 @@ description: Result of parsing gear-rack.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -531,9 +591,11 @@ description: Result of parsing gear-rack.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -544,19 +606,23 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -567,6 +633,7 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -579,6 +646,7 @@ description: Result of parsing gear-rack.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -587,9 +655,11 @@ description: Result of parsing gear-rack.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -605,9 +675,11 @@ description: Result of parsing gear-rack.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -618,6 +690,7 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -626,12 +699,14 @@ description: Result of parsing gear-rack.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "6": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -648,11 +723,13 @@ description: Result of parsing gear-rack.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -670,6 +747,7 @@ description: Result of parsing gear-rack.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tooth", "start": 0, "type": "Identifier" @@ -685,6 +763,7 @@ description: Result of parsing gear-rack.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "toothSketch", "start": 0, "type": "Identifier" @@ -692,13 +771,16 @@ description: Result of parsing gear-rack.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -709,6 +791,7 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -716,9 +799,11 @@ description: Result of parsing gear-rack.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -736,6 +821,7 @@ description: Result of parsing gear-rack.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -754,9 +840,11 @@ description: Result of parsing gear-rack.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -768,15 +856,18 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -790,10 +881,12 @@ description: Result of parsing gear-rack.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.567672", "start": 0, "type": "Literal", @@ -811,9 +904,11 @@ description: Result of parsing gear-rack.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "minHeight", "start": 0, "type": "Identifier" @@ -825,6 +920,7 @@ description: Result of parsing gear-rack.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -835,9 +931,11 @@ description: Result of parsing gear-rack.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -848,6 +946,7 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -860,6 +959,7 @@ description: Result of parsing gear-rack.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -870,6 +970,7 @@ description: Result of parsing gear-rack.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.157636", "start": 0, "type": "Literal", @@ -882,6 +983,7 @@ description: Result of parsing gear-rack.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.110378", "start": 0, "type": "Literal", @@ -893,6 +995,7 @@ description: Result of parsing gear-rack.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -903,9 +1006,11 @@ description: Result of parsing gear-rack.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -916,6 +1021,7 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -928,6 +1034,7 @@ description: Result of parsing gear-rack.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -938,6 +1045,7 @@ description: Result of parsing gear-rack.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.329118", "start": 0, "type": "Literal", @@ -950,6 +1058,7 @@ description: Result of parsing gear-rack.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.904244", "start": 0, "type": "Literal", @@ -961,6 +1070,7 @@ description: Result of parsing gear-rack.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -971,9 +1081,11 @@ description: Result of parsing gear-rack.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -984,6 +1096,7 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -996,6 +1109,7 @@ description: Result of parsing gear-rack.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1006,6 +1120,7 @@ description: Result of parsing gear-rack.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.157636", "start": 0, "type": "Literal", @@ -1018,6 +1133,7 @@ description: Result of parsing gear-rack.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.110378", "start": 0, "type": "Literal", @@ -1029,6 +1145,7 @@ description: Result of parsing gear-rack.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1039,9 +1156,11 @@ description: Result of parsing gear-rack.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1052,6 +1171,7 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1064,6 +1184,7 @@ description: Result of parsing gear-rack.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1074,6 +1195,7 @@ description: Result of parsing gear-rack.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.186505", "start": 0, "type": "Literal", @@ -1086,6 +1208,7 @@ description: Result of parsing gear-rack.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1097,6 +1220,7 @@ description: Result of parsing gear-rack.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1107,9 +1231,11 @@ description: Result of parsing gear-rack.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1120,6 +1246,7 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1132,6 +1259,7 @@ description: Result of parsing gear-rack.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1142,6 +1270,7 @@ description: Result of parsing gear-rack.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.157636", "start": 0, "type": "Literal", @@ -1155,6 +1284,7 @@ description: Result of parsing gear-rack.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.110378", "start": 0, "type": "Literal", @@ -1166,6 +1296,7 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1173,6 +1304,7 @@ description: Result of parsing gear-rack.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1183,9 +1315,11 @@ description: Result of parsing gear-rack.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1196,6 +1330,7 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1208,6 +1343,7 @@ description: Result of parsing gear-rack.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1218,6 +1354,7 @@ description: Result of parsing gear-rack.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.329118", "start": 0, "type": "Literal", @@ -1231,6 +1368,7 @@ description: Result of parsing gear-rack.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.904244", "start": 0, "type": "Literal", @@ -1242,6 +1380,7 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1249,6 +1388,7 @@ description: Result of parsing gear-rack.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1259,9 +1399,11 @@ description: Result of parsing gear-rack.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1272,6 +1414,7 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1284,6 +1427,7 @@ description: Result of parsing gear-rack.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1294,6 +1438,7 @@ description: Result of parsing gear-rack.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.157636", "start": 0, "type": "Literal", @@ -1307,6 +1452,7 @@ description: Result of parsing gear-rack.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.110378", "start": 0, "type": "Literal", @@ -1318,6 +1464,7 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1325,6 +1472,7 @@ description: Result of parsing gear-rack.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1335,9 +1483,11 @@ description: Result of parsing gear-rack.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1348,19 +1498,23 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1371,6 +1525,7 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1383,6 +1538,7 @@ description: Result of parsing gear-rack.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1391,9 +1547,11 @@ description: Result of parsing gear-rack.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -1409,9 +1567,11 @@ description: Result of parsing gear-rack.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1422,6 +1582,7 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1430,15 +1591,18 @@ description: Result of parsing gear-rack.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1448,9 +1612,11 @@ description: Result of parsing gear-rack.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "toothSketch", "start": 0, "type": "Identifier" @@ -1462,6 +1628,7 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -1469,20 +1636,24 @@ description: Result of parsing gear-rack.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [], "start": 0, "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1495,6 +1666,7 @@ description: Result of parsing gear-rack.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "teeth", "start": 0, "type": "Identifier" @@ -1502,13 +1674,16 @@ description: Result of parsing gear-rack.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tooth", "start": 0, "type": "Identifier" @@ -1519,6 +1694,7 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1531,6 +1707,7 @@ description: Result of parsing gear-rack.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -1541,6 +1718,7 @@ description: Result of parsing gear-rack.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -1553,6 +1731,7 @@ description: Result of parsing gear-rack.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1565,6 +1744,7 @@ description: Result of parsing gear-rack.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1576,6 +1756,7 @@ description: Result of parsing gear-rack.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1586,6 +1767,7 @@ description: Result of parsing gear-rack.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -1593,6 +1775,7 @@ description: Result of parsing gear-rack.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.570796", "start": 0, "type": "Literal", @@ -1608,6 +1791,7 @@ description: Result of parsing gear-rack.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -1615,6 +1799,7 @@ description: Result of parsing gear-rack.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "63", "start": 0, "type": "Literal", @@ -1630,9 +1815,11 @@ description: Result of parsing gear-rack.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -1643,6 +1830,7 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1651,12 +1839,14 @@ description: Result of parsing gear-rack.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1673,11 +1863,13 @@ description: Result of parsing gear-rack.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1695,6 +1887,7 @@ description: Result of parsing gear-rack.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endCapTooth", "start": 0, "type": "Identifier" @@ -1702,13 +1895,16 @@ description: Result of parsing gear-rack.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1719,6 +1915,7 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1726,9 +1923,11 @@ description: Result of parsing gear-rack.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -1746,6 +1945,7 @@ description: Result of parsing gear-rack.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1761,9 +1961,11 @@ description: Result of parsing gear-rack.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1775,15 +1977,18 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1800,6 +2005,7 @@ description: Result of parsing gear-rack.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11.849525", "start": 0, "type": "Literal", @@ -1811,6 +2017,7 @@ description: Result of parsing gear-rack.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1821,9 +2028,11 @@ description: Result of parsing gear-rack.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1834,6 +2043,7 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1846,6 +2056,7 @@ description: Result of parsing gear-rack.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1856,6 +2067,7 @@ description: Result of parsing gear-rack.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.314524", "start": 0, "type": "Literal", @@ -1869,6 +2081,7 @@ description: Result of parsing gear-rack.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.864147", "start": 0, "type": "Literal", @@ -1880,6 +2093,7 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1887,6 +2101,7 @@ description: Result of parsing gear-rack.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1897,9 +2112,11 @@ description: Result of parsing gear-rack.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1910,6 +2127,7 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1922,6 +2140,7 @@ description: Result of parsing gear-rack.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1932,6 +2151,7 @@ description: Result of parsing gear-rack.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.157636", "start": 0, "type": "Literal", @@ -1945,6 +2165,7 @@ description: Result of parsing gear-rack.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.110378", "start": 0, "type": "Literal", @@ -1956,6 +2177,7 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1963,6 +2185,7 @@ description: Result of parsing gear-rack.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1973,9 +2196,11 @@ description: Result of parsing gear-rack.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1986,6 +2211,7 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1998,6 +2224,7 @@ description: Result of parsing gear-rack.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2013,9 +2240,11 @@ description: Result of parsing gear-rack.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2027,15 +2256,18 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2053,9 +2285,11 @@ description: Result of parsing gear-rack.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "minHeight", "start": 0, "type": "Identifier" @@ -2067,6 +2301,7 @@ description: Result of parsing gear-rack.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2077,9 +2312,11 @@ description: Result of parsing gear-rack.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2090,19 +2327,23 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -2113,6 +2354,7 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2125,6 +2367,7 @@ description: Result of parsing gear-rack.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2133,9 +2376,11 @@ description: Result of parsing gear-rack.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -2151,9 +2396,11 @@ description: Result of parsing gear-rack.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2164,6 +2411,7 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2172,12 +2420,14 @@ description: Result of parsing gear-rack.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "6": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2194,11 +2444,13 @@ description: Result of parsing gear-rack.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2211,6 +2463,7 @@ description: Result of parsing gear-rack.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endCapTooth2", "start": 0, "type": "Identifier" @@ -2218,13 +2471,16 @@ description: Result of parsing gear-rack.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2235,6 +2491,7 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2242,9 +2499,11 @@ description: Result of parsing gear-rack.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -2262,6 +2521,7 @@ description: Result of parsing gear-rack.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -2276,9 +2536,11 @@ description: Result of parsing gear-rack.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2288,10 +2550,12 @@ description: Result of parsing gear-rack.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2308,6 +2572,7 @@ description: Result of parsing gear-rack.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11.849525", "start": 0, "type": "Literal", @@ -2319,6 +2584,7 @@ description: Result of parsing gear-rack.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2329,9 +2595,11 @@ description: Result of parsing gear-rack.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -2342,6 +2610,7 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2354,6 +2623,7 @@ description: Result of parsing gear-rack.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2365,6 +2635,7 @@ description: Result of parsing gear-rack.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.314524", "start": 0, "type": "Literal", @@ -2376,6 +2647,7 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2385,6 +2657,7 @@ description: Result of parsing gear-rack.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.864147", "start": 0, "type": "Literal", @@ -2396,6 +2669,7 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2403,6 +2677,7 @@ description: Result of parsing gear-rack.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2413,9 +2688,11 @@ description: Result of parsing gear-rack.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2426,6 +2703,7 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2438,6 +2716,7 @@ description: Result of parsing gear-rack.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2449,6 +2728,7 @@ description: Result of parsing gear-rack.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.157636", "start": 0, "type": "Literal", @@ -2460,6 +2740,7 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2469,6 +2750,7 @@ description: Result of parsing gear-rack.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.110378", "start": 0, "type": "Literal", @@ -2480,6 +2762,7 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2487,6 +2770,7 @@ description: Result of parsing gear-rack.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2497,9 +2781,11 @@ description: Result of parsing gear-rack.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -2510,6 +2796,7 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2522,6 +2809,7 @@ description: Result of parsing gear-rack.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2536,9 +2824,11 @@ description: Result of parsing gear-rack.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2548,10 +2838,12 @@ description: Result of parsing gear-rack.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2569,9 +2861,11 @@ description: Result of parsing gear-rack.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "minHeight", "start": 0, "type": "Identifier" @@ -2583,6 +2877,7 @@ description: Result of parsing gear-rack.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2593,9 +2888,11 @@ description: Result of parsing gear-rack.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2606,19 +2903,23 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -2629,6 +2930,7 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2641,6 +2943,7 @@ description: Result of parsing gear-rack.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2649,9 +2952,11 @@ description: Result of parsing gear-rack.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -2667,9 +2972,11 @@ description: Result of parsing gear-rack.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2680,6 +2987,7 @@ description: Result of parsing gear-rack.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2688,15 +2996,18 @@ description: Result of parsing gear-rack.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2708,9 +3019,11 @@ description: Result of parsing gear-rack.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -2729,19 +3042,23 @@ description: Result of parsing gear-rack.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -2758,15 +3075,18 @@ description: Result of parsing gear-rack.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -2782,12 +3102,14 @@ description: Result of parsing gear-rack.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": {}, "startNodes": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/gridfinity-baseplate-magnets/ast.snap b/rust/kcl-lib/tests/kcl_samples/gridfinity-baseplate-magnets/ast.snap index b3fb433ec..962ad7443 100644 --- a/rust/kcl-lib/tests/kcl_samples/gridfinity-baseplate-magnets/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/gridfinity-baseplate-magnets/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "42.0", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define parameters" ], @@ -49,6 +53,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cornerRadius", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.0", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "firstStep", "start": 0, "type": "Identifier" @@ -89,6 +98,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7", "start": 0, "type": "Literal", @@ -98,11 +108,13 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -115,6 +127,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "secondStep", "start": 0, "type": "Identifier" @@ -122,6 +135,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.8", "start": 0, "type": "Literal", @@ -131,11 +145,13 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -148,6 +164,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thirdStep", "start": 0, "type": "Identifier" @@ -155,6 +172,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.15", "start": 0, "type": "Literal", @@ -164,11 +182,13 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -181,6 +201,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magOuterDiam", "start": 0, "type": "Identifier" @@ -188,6 +209,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6.5", "start": 0, "type": "Literal", @@ -197,11 +219,13 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -214,6 +238,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magOffset", "start": 0, "type": "Identifier" @@ -221,6 +246,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.8", "start": 0, "type": "Literal", @@ -230,11 +256,13 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -247,6 +275,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magDepth", "start": 0, "type": "Identifier" @@ -254,6 +283,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.4", "start": 0, "type": "Literal", @@ -263,11 +293,13 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -280,6 +312,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinWidth", "start": 0, "type": "Identifier" @@ -287,6 +320,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -296,11 +330,13 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -318,6 +354,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinLength", "start": 0, "type": "Identifier" @@ -325,6 +362,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -334,11 +372,13 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -351,6 +391,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -365,9 +406,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "firstStep", "start": 0, "type": "Identifier" @@ -377,14 +420,17 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "secondStep", "start": 0, "type": "Identifier" @@ -398,14 +444,17 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thirdStep", "start": 0, "type": "Identifier" @@ -419,11 +468,13 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -441,6 +492,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -456,6 +508,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faceSketch", "start": 0, "type": "Identifier" @@ -463,13 +516,16 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -480,6 +536,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -487,9 +544,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane", "start": 0, "type": "Identifier" @@ -507,6 +566,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -517,6 +577,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -529,6 +590,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -540,6 +602,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -550,9 +613,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -563,6 +628,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -575,6 +641,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -583,9 +650,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -601,9 +670,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -614,6 +685,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -626,6 +698,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -634,6 +707,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "45", "start": 0, "type": "Literal", @@ -645,6 +719,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -656,6 +731,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lengthY", "start": 0, "type": "Identifier" @@ -664,9 +740,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thirdStep", "start": 0, "type": "Identifier" @@ -682,9 +760,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -695,6 +775,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -707,6 +788,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -716,9 +798,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "secondStep", "start": 0, "type": "Identifier" @@ -730,6 +814,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -741,9 +826,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -754,6 +841,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -766,6 +854,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -774,6 +863,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "45", "start": 0, "type": "Literal", @@ -785,6 +875,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -796,6 +887,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lengthY", "start": 0, "type": "Identifier" @@ -804,9 +896,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "firstStep", "start": 0, "type": "Identifier" @@ -822,9 +916,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -835,19 +931,23 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -858,6 +958,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -866,15 +967,18 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -884,9 +988,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faceSketch", "start": 0, "type": "Identifier" @@ -898,6 +1004,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -905,16 +1012,19 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane", "start": 0, "type": "Identifier" @@ -926,11 +1036,13 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "", "", @@ -948,6 +1060,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "singleSide", "start": 0, "type": "Identifier" @@ -959,6 +1072,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -970,9 +1084,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -982,6 +1098,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -990,9 +1107,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cornerRadius", "start": 0, "type": "Identifier" @@ -1002,10 +1121,12 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1029,9 +1150,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1042,17 +1165,21 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -1063,6 +1190,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1073,6 +1201,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -1081,9 +1210,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cornerRadius", "start": 0, "type": "Identifier" @@ -1099,9 +1230,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -1112,6 +1245,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1119,9 +1253,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -1134,11 +1270,13 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl } } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1156,6 +1294,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sides", "start": 0, "type": "Identifier" @@ -1167,6 +1306,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -1174,6 +1314,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -1189,6 +1330,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -1199,6 +1341,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1211,6 +1354,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1223,6 +1367,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1234,6 +1379,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1244,6 +1390,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1258,9 +1405,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -1270,10 +1419,12 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1294,9 +1445,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -1306,10 +1459,12 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1326,6 +1481,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1337,6 +1493,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1347,6 +1504,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -1354,6 +1512,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -1369,6 +1528,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -1376,6 +1536,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -1388,9 +1549,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular3d", "start": 0, "type": "Identifier" @@ -1401,6 +1564,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1408,9 +1572,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "singleSide", "start": 0, "type": "Identifier" @@ -1421,11 +1587,13 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1443,6 +1611,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis000", "start": 0, "type": "Identifier" @@ -1450,6 +1619,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -1457,10 +1627,12 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "direction", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -1469,6 +1641,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -1481,6 +1654,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -1492,6 +1666,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1503,10 +1678,12 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "origin", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -1516,9 +1693,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cornerRadius", "start": 0, "type": "Identifier" @@ -1532,9 +1711,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cornerRadius", "start": 0, "type": "Identifier" @@ -1546,6 +1727,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1556,11 +1738,13 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "ObjectExpression", "type": "ObjectExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1578,6 +1762,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "singleCorner", "start": 0, "type": "Identifier" @@ -1589,6 +1774,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1597,6 +1783,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -1608,6 +1795,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1619,6 +1807,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -1627,9 +1816,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis000", "start": 0, "type": "Identifier" @@ -1645,9 +1836,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -1658,17 +1851,21 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -1679,6 +1876,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1689,6 +1887,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -1697,9 +1896,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cornerRadius", "start": 0, "type": "Identifier" @@ -1715,9 +1916,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -1728,6 +1931,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1735,9 +1939,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -1750,11 +1956,13 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl } } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1772,6 +1980,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corners", "start": 0, "type": "Identifier" @@ -1783,6 +1992,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -1790,6 +2000,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -1805,6 +2016,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -1815,6 +2027,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1827,6 +2040,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1839,6 +2053,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1850,6 +2065,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1860,6 +2076,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1874,9 +2091,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -1886,10 +2105,12 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1910,9 +2131,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -1922,10 +2145,12 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1942,6 +2167,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1953,6 +2179,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1963,6 +2190,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -1970,6 +2198,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -1985,6 +2214,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -1992,6 +2222,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -2004,9 +2235,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular3d", "start": 0, "type": "Identifier" @@ -2017,6 +2250,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2024,9 +2258,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "singleCorner", "start": 0, "type": "Identifier" @@ -2037,11 +2273,13 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2059,6 +2297,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "basePlateSides", "start": 0, "type": "Identifier" @@ -2072,6 +2311,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -2082,6 +2322,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -2094,6 +2335,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -2106,6 +2348,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -2117,6 +2360,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2127,6 +2371,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -2135,9 +2380,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinWidth", "start": 0, "type": "Identifier" @@ -2153,6 +2400,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -2161,9 +2409,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -2179,9 +2429,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -2192,6 +2444,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2199,9 +2452,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sides", "start": 0, "type": "Identifier" @@ -2219,6 +2474,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -2229,6 +2485,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -2241,6 +2498,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -2253,6 +2511,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -2264,6 +2523,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2274,6 +2534,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -2282,9 +2543,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinLength", "start": 0, "type": "Identifier" @@ -2300,6 +2563,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -2308,9 +2572,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -2326,9 +2592,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -2339,6 +2607,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2347,12 +2616,14 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2369,11 +2640,13 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2391,6 +2664,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "basePlateCorners", "start": 0, "type": "Identifier" @@ -2404,6 +2678,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -2414,6 +2689,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -2426,6 +2702,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -2438,6 +2715,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -2449,6 +2727,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2459,6 +2738,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -2467,9 +2747,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinWidth", "start": 0, "type": "Identifier" @@ -2485,6 +2767,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -2493,9 +2776,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -2511,9 +2796,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -2524,6 +2811,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2531,9 +2819,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corners", "start": 0, "type": "Identifier" @@ -2551,6 +2841,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -2561,6 +2852,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -2573,6 +2865,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -2585,6 +2878,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -2596,6 +2890,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2606,6 +2901,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -2614,9 +2910,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinLength", "start": 0, "type": "Identifier" @@ -2632,6 +2930,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -2640,9 +2939,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -2658,9 +2959,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -2671,6 +2974,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2679,12 +2983,14 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2701,11 +3007,13 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2718,6 +3026,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magnetCenterCutout", "start": 0, "type": "Identifier" @@ -2733,6 +3042,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magnetSketch", "start": 0, "type": "Identifier" @@ -2740,13 +3050,16 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2757,6 +3070,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2764,9 +3078,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane", "start": 0, "type": "Identifier" @@ -2784,6 +3100,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -2798,9 +3115,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "firstStep", "start": 0, "type": "Identifier" @@ -2810,14 +3129,17 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thirdStep", "start": 0, "type": "Identifier" @@ -2837,6 +3159,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2846,14 +3169,17 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magOuterDiam", "start": 0, "type": "Identifier" @@ -2869,6 +3195,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2879,9 +3206,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -2892,6 +3221,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2904,6 +3234,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2920,6 +3251,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2929,14 +3261,17 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magOuterDiam", "start": 0, "type": "Identifier" @@ -2950,6 +3285,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -2958,9 +3294,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "firstStep", "start": 0, "type": "Identifier" @@ -2970,14 +3308,17 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thirdStep", "start": 0, "type": "Identifier" @@ -2995,6 +3336,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -3003,9 +3345,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magOuterDiam", "start": 0, "type": "Identifier" @@ -3015,10 +3359,12 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3042,9 +3388,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -3055,6 +3403,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3067,6 +3416,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -3074,6 +3424,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90.0", "start": 0, "type": "Literal", @@ -3089,6 +3440,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -3096,6 +3448,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -3111,6 +3464,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3122,9 +3476,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magOuterDiam", "start": 0, "type": "Identifier" @@ -3134,10 +3490,12 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3157,9 +3515,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -3170,6 +3530,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3182,6 +3543,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3199,6 +3561,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3208,14 +3571,17 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magOuterDiam", "start": 0, "type": "Identifier" @@ -3229,6 +3595,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -3237,9 +3604,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "firstStep", "start": 0, "type": "Identifier" @@ -3249,14 +3618,17 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thirdStep", "start": 0, "type": "Identifier" @@ -3274,6 +3646,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -3282,9 +3655,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magOuterDiam", "start": 0, "type": "Identifier" @@ -3294,10 +3669,12 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3317,6 +3694,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3328,9 +3706,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -3341,6 +3721,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3353,6 +3734,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3364,9 +3746,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -3376,6 +3760,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -3383,6 +3768,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -3392,14 +3778,17 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magOuterDiam", "start": 0, "type": "Identifier" @@ -3423,9 +3812,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -3436,6 +3827,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3448,6 +3840,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3464,6 +3857,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3473,14 +3867,17 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magOuterDiam", "start": 0, "type": "Identifier" @@ -3494,6 +3891,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -3502,9 +3900,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "firstStep", "start": 0, "type": "Identifier" @@ -3514,14 +3914,17 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thirdStep", "start": 0, "type": "Identifier" @@ -3539,6 +3942,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -3547,9 +3951,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magOuterDiam", "start": 0, "type": "Identifier" @@ -3559,10 +3965,12 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3586,9 +3994,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -3599,6 +4009,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3611,6 +4022,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -3618,6 +4030,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180.0", "start": 0, "type": "Literal", @@ -3633,6 +4046,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -3640,6 +4054,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90.0", "start": 0, "type": "Literal", @@ -3655,6 +4070,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3666,9 +4082,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magOuterDiam", "start": 0, "type": "Identifier" @@ -3678,10 +4096,12 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3701,9 +4121,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -3714,6 +4136,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3726,6 +4149,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3742,6 +4166,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3751,14 +4176,17 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magOuterDiam", "start": 0, "type": "Identifier" @@ -3772,6 +4200,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -3780,9 +4209,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "firstStep", "start": 0, "type": "Identifier" @@ -3792,14 +4223,17 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thirdStep", "start": 0, "type": "Identifier" @@ -3817,6 +4251,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -3825,9 +4260,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magOuterDiam", "start": 0, "type": "Identifier" @@ -3837,10 +4274,12 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3864,9 +4303,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -3877,6 +4318,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3889,6 +4331,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3900,9 +4343,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -3912,6 +4357,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -3919,6 +4365,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -3928,14 +4375,17 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magOuterDiam", "start": 0, "type": "Identifier" @@ -3959,9 +4409,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -3972,6 +4424,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3984,6 +4437,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4001,6 +4455,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4010,14 +4465,17 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magOuterDiam", "start": 0, "type": "Identifier" @@ -4031,6 +4489,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -4039,9 +4498,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "firstStep", "start": 0, "type": "Identifier" @@ -4051,14 +4512,17 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thirdStep", "start": 0, "type": "Identifier" @@ -4076,6 +4540,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -4084,9 +4549,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magOuterDiam", "start": 0, "type": "Identifier" @@ -4096,10 +4563,12 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4119,6 +4588,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4130,9 +4600,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -4143,6 +4615,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4155,6 +4628,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -4162,6 +4636,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "270.0", "start": 0, "type": "Literal", @@ -4177,6 +4652,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -4184,6 +4660,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180.0", "start": 0, "type": "Literal", @@ -4199,6 +4676,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -4210,9 +4688,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magOuterDiam", "start": 0, "type": "Identifier" @@ -4222,10 +4702,12 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4245,9 +4727,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -4258,6 +4742,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4270,6 +4755,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4286,6 +4772,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4295,14 +4782,17 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magOuterDiam", "start": 0, "type": "Identifier" @@ -4316,6 +4806,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -4324,9 +4815,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "firstStep", "start": 0, "type": "Identifier" @@ -4336,14 +4829,17 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thirdStep", "start": 0, "type": "Identifier" @@ -4361,6 +4857,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -4369,9 +4866,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magOuterDiam", "start": 0, "type": "Identifier" @@ -4381,10 +4880,12 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4408,9 +4909,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -4421,6 +4924,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4433,6 +4937,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4445,9 +4950,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -4457,6 +4964,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -4464,6 +4972,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -4473,14 +4982,17 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magOuterDiam", "start": 0, "type": "Identifier" @@ -4500,6 +5012,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4511,6 +5024,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -4518,6 +5032,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -4529,9 +5044,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -4542,6 +5059,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4554,6 +5072,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4571,6 +5090,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4580,14 +5100,17 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magOuterDiam", "start": 0, "type": "Identifier" @@ -4601,6 +5124,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -4609,9 +5133,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "firstStep", "start": 0, "type": "Identifier" @@ -4621,14 +5147,17 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thirdStep", "start": 0, "type": "Identifier" @@ -4646,6 +5175,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -4654,9 +5184,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magOuterDiam", "start": 0, "type": "Identifier" @@ -4666,10 +5198,12 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4689,6 +5223,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4700,9 +5235,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -4713,6 +5250,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4725,6 +5263,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -4732,6 +5271,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360.0", "start": 0, "type": "Literal", @@ -4747,6 +5287,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -4754,6 +5295,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "270.0", "start": 0, "type": "Literal", @@ -4769,6 +5311,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -4780,9 +5323,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magOuterDiam", "start": 0, "type": "Identifier" @@ -4792,10 +5337,12 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4815,9 +5362,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -4828,6 +5377,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4840,6 +5390,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4857,6 +5408,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4866,14 +5418,17 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magOuterDiam", "start": 0, "type": "Identifier" @@ -4887,6 +5442,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -4895,9 +5451,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "firstStep", "start": 0, "type": "Identifier" @@ -4907,14 +5465,17 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thirdStep", "start": 0, "type": "Identifier" @@ -4932,6 +5493,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -4940,9 +5502,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magOuterDiam", "start": 0, "type": "Identifier" @@ -4952,10 +5516,12 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4975,6 +5541,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4986,9 +5553,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -4999,6 +5568,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5011,6 +5581,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5023,9 +5594,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -5035,6 +5608,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -5042,6 +5616,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -5051,14 +5626,17 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magOuterDiam", "start": 0, "type": "Identifier" @@ -5078,6 +5656,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5089,9 +5668,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -5102,19 +5683,23 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -5125,6 +5710,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5133,15 +5719,18 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5151,9 +5740,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magnetSketch", "start": 0, "type": "Identifier" @@ -5165,6 +5756,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -5172,16 +5764,19 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane", "start": 0, "type": "Identifier" @@ -5193,11 +5788,13 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5210,6 +5807,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magnetBase", "start": 0, "type": "Identifier" @@ -5225,6 +5823,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magnetBaseSketch", "start": 0, "type": "Identifier" @@ -5232,13 +5831,16 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -5249,6 +5851,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5256,9 +5859,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane", "start": 0, "type": "Identifier" @@ -5276,6 +5881,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -5286,6 +5892,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5298,6 +5905,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5309,6 +5917,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5319,9 +5928,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -5332,6 +5943,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5344,6 +5956,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5352,9 +5965,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -5370,6 +5985,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -5377,6 +5993,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -5388,9 +6005,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -5401,6 +6020,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5413,6 +6033,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5421,9 +6042,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -5439,6 +6062,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -5446,6 +6070,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -5457,9 +6082,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -5470,6 +6097,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5482,18 +6110,22 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -5504,12 +6136,14 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -5521,6 +6155,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -5528,6 +6163,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -5539,9 +6175,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -5552,6 +6190,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5564,6 +6203,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -5571,6 +6211,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -5582,9 +6223,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -5595,6 +6238,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5607,18 +6251,22 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magnetCenterCutout", "start": 0, "type": "Identifier" @@ -5629,6 +6277,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5636,9 +6285,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane", "start": 0, "type": "Identifier" @@ -5655,9 +6306,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -5668,6 +6321,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5676,15 +6330,18 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5694,9 +6351,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magnetBaseSketch", "start": 0, "type": "Identifier" @@ -5708,6 +6367,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -5715,16 +6375,19 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane", "start": 0, "type": "Identifier" @@ -5736,11 +6399,13 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "", "", @@ -5758,6 +6423,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magnetsSketch", "start": 0, "type": "Identifier" @@ -5765,13 +6431,16 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -5782,6 +6451,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5789,9 +6459,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -5809,6 +6481,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -5823,9 +6496,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cornerRadius", "start": 0, "type": "Identifier" @@ -5835,10 +6510,12 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5859,9 +6536,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cornerRadius", "start": 0, "type": "Identifier" @@ -5871,10 +6550,12 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5890,6 +6571,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5900,6 +6582,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -5911,9 +6594,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magOuterDiam", "start": 0, "type": "Identifier" @@ -5923,10 +6608,12 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5946,9 +6633,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -5959,6 +6648,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5971,6 +6661,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -5985,9 +6676,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -5997,10 +6690,12 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -6021,9 +6716,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -6033,10 +6730,12 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -6052,6 +6751,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6062,6 +6762,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -6069,6 +6770,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -6084,6 +6786,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -6091,6 +6794,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -6106,6 +6810,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -6113,6 +6818,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -6125,9 +6831,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular2d", "start": 0, "type": "Identifier" @@ -6138,6 +6846,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6146,12 +6855,14 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -6168,11 +6879,13 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -6190,6 +6903,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magnetProfile", "start": 0, "type": "Identifier" @@ -6197,13 +6911,16 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magnetBase", "start": 0, "type": "Identifier" @@ -6214,6 +6931,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6221,9 +6939,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -6241,6 +6961,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -6249,9 +6970,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magnetsSketch", "start": 0, "type": "Identifier" @@ -6267,9 +6990,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -6280,6 +7005,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6288,12 +7014,14 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -6310,11 +7038,13 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6327,6 +7057,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magnetHolesExtrude", "start": 0, "type": "Identifier" @@ -6338,6 +7069,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -6347,9 +7079,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magDepth", "start": 0, "type": "Identifier" @@ -6361,6 +7095,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6372,9 +7107,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -6385,6 +7122,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6392,9 +7130,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magnetProfile", "start": 0, "type": "Identifier" @@ -6405,11 +7145,13 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6422,6 +7164,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magnetHolesExtrudeFillets", "start": 0, "type": "Identifier" @@ -6433,6 +7176,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -6441,9 +7185,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cornerRadius", "start": 0, "type": "Identifier" @@ -6459,6 +7205,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -6467,13 +7214,16 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -6484,6 +7234,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6491,21 +7242,26 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magnetHolesExtrude", "start": 0, "type": "Identifier" @@ -6518,6 +7274,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch", "start": 0, "type": "Identifier", @@ -6530,6 +7287,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier", @@ -6542,6 +7300,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line001", "start": 0, "type": "Identifier", @@ -6553,13 +7312,16 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getPreviousAdjacentEdge", "start": 0, "type": "Identifier" @@ -6570,6 +7332,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6577,21 +7340,26 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magnetHolesExtrude", "start": 0, "type": "Identifier" @@ -6604,6 +7372,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch", "start": 0, "type": "Identifier", @@ -6616,6 +7385,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier", @@ -6628,6 +7398,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line001", "start": 0, "type": "Identifier", @@ -6639,13 +7410,16 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -6656,6 +7430,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6663,21 +7438,26 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magnetHolesExtrude", "start": 0, "type": "Identifier" @@ -6690,6 +7470,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch", "start": 0, "type": "Identifier", @@ -6702,6 +7483,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier", @@ -6714,6 +7496,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line003", "start": 0, "type": "Identifier", @@ -6725,13 +7508,16 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getPreviousAdjacentEdge", "start": 0, "type": "Identifier" @@ -6742,6 +7528,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6749,21 +7536,26 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magnetHolesExtrude", "start": 0, "type": "Identifier" @@ -6776,6 +7568,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch", "start": 0, "type": "Identifier", @@ -6788,6 +7581,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier", @@ -6800,6 +7594,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line003", "start": 0, "type": "Identifier", @@ -6812,6 +7607,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6822,9 +7618,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -6835,6 +7633,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6842,9 +7641,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magnetHolesExtrude", "start": 0, "type": "Identifier" @@ -6855,11 +7656,13 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -6877,18 +7680,22 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magnetProfileNoMagnets", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magnetBase", "start": 0, "type": "Identifier" @@ -6899,6 +7706,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6909,6 +7717,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -6918,9 +7727,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magDepth", "start": 0, "type": "Identifier" @@ -6932,6 +7743,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6943,9 +7755,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -6956,6 +7770,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6963,9 +7778,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -6977,11 +7794,13 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl } } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -6999,6 +7818,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magnetCutoutExtrude", "start": 0, "type": "Identifier" @@ -7010,6 +7830,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -7019,9 +7840,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magDepth", "start": 0, "type": "Identifier" @@ -7033,6 +7856,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7044,9 +7868,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -7057,6 +7883,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7064,9 +7891,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magnetProfileNoMagnets", "start": 0, "type": "Identifier" @@ -7077,11 +7906,13 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -7099,6 +7930,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magnetCutoutExtrudeFillets", "start": 0, "type": "Identifier" @@ -7110,6 +7942,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -7118,9 +7951,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cornerRadius", "start": 0, "type": "Identifier" @@ -7136,6 +7971,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -7144,13 +7980,16 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -7161,6 +8000,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7168,21 +8008,26 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magnetCutoutExtrude", "start": 0, "type": "Identifier" @@ -7195,6 +8040,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch", "start": 0, "type": "Identifier", @@ -7207,6 +8053,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier", @@ -7219,6 +8066,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line001", "start": 0, "type": "Identifier", @@ -7230,13 +8078,16 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getPreviousAdjacentEdge", "start": 0, "type": "Identifier" @@ -7247,6 +8098,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7254,21 +8106,26 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magnetCutoutExtrude", "start": 0, "type": "Identifier" @@ -7281,6 +8138,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch", "start": 0, "type": "Identifier", @@ -7293,6 +8151,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier", @@ -7305,6 +8164,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line001", "start": 0, "type": "Identifier", @@ -7316,13 +8176,16 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -7333,6 +8196,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7340,21 +8204,26 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magnetCutoutExtrude", "start": 0, "type": "Identifier" @@ -7367,6 +8236,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch", "start": 0, "type": "Identifier", @@ -7379,6 +8249,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier", @@ -7391,6 +8262,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line003", "start": 0, "type": "Identifier", @@ -7402,13 +8274,16 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getPreviousAdjacentEdge", "start": 0, "type": "Identifier" @@ -7419,6 +8294,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7426,21 +8302,26 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magnetCutoutExtrude", "start": 0, "type": "Identifier" @@ -7453,6 +8334,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch", "start": 0, "type": "Identifier", @@ -7465,6 +8347,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier", @@ -7477,6 +8360,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line003", "start": 0, "type": "Identifier", @@ -7489,6 +8373,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7499,9 +8384,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -7512,6 +8399,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7519,9 +8407,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magnetCutoutExtrude", "start": 0, "type": "Identifier" @@ -7532,11 +8422,13 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -7558,6 +8450,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -7568,6 +8461,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -7580,6 +8474,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -7592,6 +8487,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -7603,6 +8499,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7613,6 +8510,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -7621,9 +8519,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinWidth", "start": 0, "type": "Identifier" @@ -7639,6 +8539,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -7647,9 +8548,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -7665,9 +8568,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -7678,6 +8583,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7685,9 +8591,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magnetHolesExtrudeFillets", "start": 0, "type": "Identifier" @@ -7705,6 +8613,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -7715,6 +8624,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -7727,6 +8637,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -7739,6 +8650,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -7750,6 +8662,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7760,6 +8673,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -7768,9 +8682,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinLength", "start": 0, "type": "Identifier" @@ -7786,6 +8702,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -7794,9 +8711,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -7812,9 +8731,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -7825,6 +8746,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7833,12 +8755,14 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -7855,6 +8779,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "preComments": [ "", "", @@ -7876,6 +8801,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -7886,6 +8812,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -7898,6 +8825,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -7910,6 +8838,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -7921,6 +8850,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7931,6 +8861,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -7939,9 +8870,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinWidth", "start": 0, "type": "Identifier" @@ -7957,6 +8890,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -7965,9 +8899,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -7983,9 +8919,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -7996,6 +8934,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8003,9 +8942,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magnetCutoutExtrudeFillets", "start": 0, "type": "Identifier" @@ -8023,6 +8964,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -8033,6 +8975,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -8045,6 +8988,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -8057,6 +9001,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -8068,6 +9013,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8078,6 +9024,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -8086,9 +9033,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinLength", "start": 0, "type": "Identifier" @@ -8104,6 +9053,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -8112,9 +9062,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -8130,9 +9082,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -8143,6 +9097,7 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8151,10 +9106,12 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -8166,9 +9123,11 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -8187,19 +9146,23 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -8216,15 +9179,18 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -8240,12 +9206,14 @@ description: Result of parsing gridfinity-baseplate-magnets.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": {}, "startNodes": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/gridfinity-baseplate-magnets/program_memory.snap b/rust/kcl-lib/tests/kcl_samples/gridfinity-baseplate-magnets/program_memory.snap index 612fd199d..b69717643 100644 --- a/rust/kcl-lib/tests/kcl_samples/gridfinity-baseplate-magnets/program_memory.snap +++ b/rust/kcl-lib/tests/kcl_samples/gridfinity-baseplate-magnets/program_memory.snap @@ -10960,6 +10960,7 @@ description: Variables in memory after executing gridfinity-baseplate-magnets.kc "tag": { "commentStart": 4300, "end": 4308, + "moduleId": 0, "start": 4300, "type": "TagDeclarator", "value": "line001" @@ -10973,6 +10974,7 @@ description: Variables in memory after executing gridfinity-baseplate-magnets.kc "tag": { "commentStart": 4349, "end": 4357, + "moduleId": 0, "start": 4349, "type": "TagDeclarator", "value": "line002" @@ -10986,6 +10988,7 @@ description: Variables in memory after executing gridfinity-baseplate-magnets.kc "tag": { "commentStart": 4410, "end": 4418, + "moduleId": 0, "start": 4410, "type": "TagDeclarator", "value": "line003" @@ -10999,6 +11002,7 @@ description: Variables in memory after executing gridfinity-baseplate-magnets.kc "tag": { "commentStart": 4439, "end": 4447, + "moduleId": 0, "start": 4439, "type": "TagDeclarator", "value": "line004" @@ -11022,6 +11026,7 @@ description: Variables in memory after executing gridfinity-baseplate-magnets.kc "tag": { "commentStart": 4300, "end": 4308, + "moduleId": 0, "start": 4300, "type": "TagDeclarator", "value": "line001" @@ -11047,6 +11052,7 @@ description: Variables in memory after executing gridfinity-baseplate-magnets.kc "tag": { "commentStart": 4349, "end": 4357, + "moduleId": 0, "start": 4349, "type": "TagDeclarator", "value": "line002" @@ -11072,6 +11078,7 @@ description: Variables in memory after executing gridfinity-baseplate-magnets.kc "tag": { "commentStart": 4410, "end": 4418, + "moduleId": 0, "start": 4410, "type": "TagDeclarator", "value": "line003" @@ -11097,6 +11104,7 @@ description: Variables in memory after executing gridfinity-baseplate-magnets.kc "tag": { "commentStart": 4439, "end": 4447, + "moduleId": 0, "start": 4439, "type": "TagDeclarator", "value": "line004" @@ -11206,6 +11214,7 @@ description: Variables in memory after executing gridfinity-baseplate-magnets.kc "tag": { "commentStart": 4300, "end": 4308, + "moduleId": 0, "start": 4300, "type": "TagDeclarator", "value": "line001" @@ -11219,6 +11228,7 @@ description: Variables in memory after executing gridfinity-baseplate-magnets.kc "tag": { "commentStart": 4349, "end": 4357, + "moduleId": 0, "start": 4349, "type": "TagDeclarator", "value": "line002" @@ -11232,6 +11242,7 @@ description: Variables in memory after executing gridfinity-baseplate-magnets.kc "tag": { "commentStart": 4410, "end": 4418, + "moduleId": 0, "start": 4410, "type": "TagDeclarator", "value": "line003" @@ -11245,6 +11256,7 @@ description: Variables in memory after executing gridfinity-baseplate-magnets.kc "tag": { "commentStart": 4439, "end": 4447, + "moduleId": 0, "start": 4439, "type": "TagDeclarator", "value": "line004" @@ -11268,6 +11280,7 @@ description: Variables in memory after executing gridfinity-baseplate-magnets.kc "tag": { "commentStart": 4300, "end": 4308, + "moduleId": 0, "start": 4300, "type": "TagDeclarator", "value": "line001" @@ -11293,6 +11306,7 @@ description: Variables in memory after executing gridfinity-baseplate-magnets.kc "tag": { "commentStart": 4349, "end": 4357, + "moduleId": 0, "start": 4349, "type": "TagDeclarator", "value": "line002" @@ -11318,6 +11332,7 @@ description: Variables in memory after executing gridfinity-baseplate-magnets.kc "tag": { "commentStart": 4410, "end": 4418, + "moduleId": 0, "start": 4410, "type": "TagDeclarator", "value": "line003" @@ -11343,6 +11358,7 @@ description: Variables in memory after executing gridfinity-baseplate-magnets.kc "tag": { "commentStart": 4439, "end": 4447, + "moduleId": 0, "start": 4439, "type": "TagDeclarator", "value": "line004" @@ -11526,6 +11542,7 @@ description: Variables in memory after executing gridfinity-baseplate-magnets.kc "tag": { "commentStart": 4300, "end": 4308, + "moduleId": 0, "start": 4300, "type": "TagDeclarator", "value": "line001" @@ -11539,6 +11556,7 @@ description: Variables in memory after executing gridfinity-baseplate-magnets.kc "tag": { "commentStart": 4349, "end": 4357, + "moduleId": 0, "start": 4349, "type": "TagDeclarator", "value": "line002" @@ -11552,6 +11570,7 @@ description: Variables in memory after executing gridfinity-baseplate-magnets.kc "tag": { "commentStart": 4410, "end": 4418, + "moduleId": 0, "start": 4410, "type": "TagDeclarator", "value": "line003" @@ -11565,6 +11584,7 @@ description: Variables in memory after executing gridfinity-baseplate-magnets.kc "tag": { "commentStart": 4439, "end": 4447, + "moduleId": 0, "start": 4439, "type": "TagDeclarator", "value": "line004" @@ -11588,6 +11608,7 @@ description: Variables in memory after executing gridfinity-baseplate-magnets.kc "tag": { "commentStart": 4300, "end": 4308, + "moduleId": 0, "start": 4300, "type": "TagDeclarator", "value": "line001" @@ -11613,6 +11634,7 @@ description: Variables in memory after executing gridfinity-baseplate-magnets.kc "tag": { "commentStart": 4349, "end": 4357, + "moduleId": 0, "start": 4349, "type": "TagDeclarator", "value": "line002" @@ -11638,6 +11660,7 @@ description: Variables in memory after executing gridfinity-baseplate-magnets.kc "tag": { "commentStart": 4410, "end": 4418, + "moduleId": 0, "start": 4410, "type": "TagDeclarator", "value": "line003" @@ -11663,6 +11686,7 @@ description: Variables in memory after executing gridfinity-baseplate-magnets.kc "tag": { "commentStart": 4439, "end": 4447, + "moduleId": 0, "start": 4439, "type": "TagDeclarator", "value": "line004" @@ -11772,6 +11796,7 @@ description: Variables in memory after executing gridfinity-baseplate-magnets.kc "tag": { "commentStart": 4300, "end": 4308, + "moduleId": 0, "start": 4300, "type": "TagDeclarator", "value": "line001" @@ -11785,6 +11810,7 @@ description: Variables in memory after executing gridfinity-baseplate-magnets.kc "tag": { "commentStart": 4349, "end": 4357, + "moduleId": 0, "start": 4349, "type": "TagDeclarator", "value": "line002" @@ -11798,6 +11824,7 @@ description: Variables in memory after executing gridfinity-baseplate-magnets.kc "tag": { "commentStart": 4410, "end": 4418, + "moduleId": 0, "start": 4410, "type": "TagDeclarator", "value": "line003" @@ -11811,6 +11838,7 @@ description: Variables in memory after executing gridfinity-baseplate-magnets.kc "tag": { "commentStart": 4439, "end": 4447, + "moduleId": 0, "start": 4439, "type": "TagDeclarator", "value": "line004" @@ -11834,6 +11862,7 @@ description: Variables in memory after executing gridfinity-baseplate-magnets.kc "tag": { "commentStart": 4300, "end": 4308, + "moduleId": 0, "start": 4300, "type": "TagDeclarator", "value": "line001" @@ -11859,6 +11888,7 @@ description: Variables in memory after executing gridfinity-baseplate-magnets.kc "tag": { "commentStart": 4349, "end": 4357, + "moduleId": 0, "start": 4349, "type": "TagDeclarator", "value": "line002" @@ -11884,6 +11914,7 @@ description: Variables in memory after executing gridfinity-baseplate-magnets.kc "tag": { "commentStart": 4410, "end": 4418, + "moduleId": 0, "start": 4410, "type": "TagDeclarator", "value": "line003" @@ -11909,6 +11940,7 @@ description: Variables in memory after executing gridfinity-baseplate-magnets.kc "tag": { "commentStart": 4439, "end": 4447, + "moduleId": 0, "start": 4439, "type": "TagDeclarator", "value": "line004" @@ -12096,6 +12128,7 @@ description: Variables in memory after executing gridfinity-baseplate-magnets.kc "tag": { "commentStart": 4300, "end": 4308, + "moduleId": 0, "start": 4300, "type": "TagDeclarator", "value": "line001" @@ -12121,6 +12154,7 @@ description: Variables in memory after executing gridfinity-baseplate-magnets.kc "tag": { "commentStart": 4349, "end": 4357, + "moduleId": 0, "start": 4349, "type": "TagDeclarator", "value": "line002" @@ -12146,6 +12180,7 @@ description: Variables in memory after executing gridfinity-baseplate-magnets.kc "tag": { "commentStart": 4410, "end": 4418, + "moduleId": 0, "start": 4410, "type": "TagDeclarator", "value": "line003" @@ -12171,6 +12206,7 @@ description: Variables in memory after executing gridfinity-baseplate-magnets.kc "tag": { "commentStart": 4439, "end": 4447, + "moduleId": 0, "start": 4439, "type": "TagDeclarator", "value": "line004" @@ -12276,6 +12312,7 @@ description: Variables in memory after executing gridfinity-baseplate-magnets.kc "tag": { "commentStart": 4300, "end": 4308, + "moduleId": 0, "start": 4300, "type": "TagDeclarator", "value": "line001" @@ -12301,6 +12338,7 @@ description: Variables in memory after executing gridfinity-baseplate-magnets.kc "tag": { "commentStart": 4349, "end": 4357, + "moduleId": 0, "start": 4349, "type": "TagDeclarator", "value": "line002" @@ -12326,6 +12364,7 @@ description: Variables in memory after executing gridfinity-baseplate-magnets.kc "tag": { "commentStart": 4410, "end": 4418, + "moduleId": 0, "start": 4410, "type": "TagDeclarator", "value": "line003" @@ -12351,6 +12390,7 @@ description: Variables in memory after executing gridfinity-baseplate-magnets.kc "tag": { "commentStart": 4439, "end": 4447, + "moduleId": 0, "start": 4439, "type": "TagDeclarator", "value": "line004" diff --git a/rust/kcl-lib/tests/kcl_samples/gridfinity-baseplate/ast.snap b/rust/kcl-lib/tests/kcl_samples/gridfinity-baseplate/ast.snap index d2714f70e..f00e7d821 100644 --- a/rust/kcl-lib/tests/kcl_samples/gridfinity-baseplate/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/gridfinity-baseplate/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing gridfinity-baseplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing gridfinity-baseplate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "42.0", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing gridfinity-baseplate.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define parameters" ], @@ -49,6 +53,7 @@ description: Result of parsing gridfinity-baseplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cornerRadius", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing gridfinity-baseplate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.0", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing gridfinity-baseplate.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing gridfinity-baseplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "firstStep", "start": 0, "type": "Identifier" @@ -89,6 +98,7 @@ description: Result of parsing gridfinity-baseplate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7", "start": 0, "type": "Literal", @@ -98,11 +108,13 @@ description: Result of parsing gridfinity-baseplate.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -115,6 +127,7 @@ description: Result of parsing gridfinity-baseplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "secondStep", "start": 0, "type": "Identifier" @@ -122,6 +135,7 @@ description: Result of parsing gridfinity-baseplate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.8", "start": 0, "type": "Literal", @@ -131,11 +145,13 @@ description: Result of parsing gridfinity-baseplate.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -148,6 +164,7 @@ description: Result of parsing gridfinity-baseplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thirdStep", "start": 0, "type": "Identifier" @@ -155,6 +172,7 @@ description: Result of parsing gridfinity-baseplate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.15", "start": 0, "type": "Literal", @@ -164,11 +182,13 @@ description: Result of parsing gridfinity-baseplate.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -181,6 +201,7 @@ description: Result of parsing gridfinity-baseplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinWidth", "start": 0, "type": "Identifier" @@ -188,6 +209,7 @@ description: Result of parsing gridfinity-baseplate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -197,11 +219,13 @@ description: Result of parsing gridfinity-baseplate.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -219,6 +243,7 @@ description: Result of parsing gridfinity-baseplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinLength", "start": 0, "type": "Identifier" @@ -226,6 +251,7 @@ description: Result of parsing gridfinity-baseplate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -235,11 +261,13 @@ description: Result of parsing gridfinity-baseplate.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -252,6 +280,7 @@ description: Result of parsing gridfinity-baseplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -266,9 +295,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "firstStep", "start": 0, "type": "Identifier" @@ -278,14 +309,17 @@ description: Result of parsing gridfinity-baseplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "secondStep", "start": 0, "type": "Identifier" @@ -299,14 +333,17 @@ description: Result of parsing gridfinity-baseplate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thirdStep", "start": 0, "type": "Identifier" @@ -320,11 +357,13 @@ description: Result of parsing gridfinity-baseplate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -342,6 +381,7 @@ description: Result of parsing gridfinity-baseplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -357,6 +397,7 @@ description: Result of parsing gridfinity-baseplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faceSketch", "start": 0, "type": "Identifier" @@ -364,13 +405,16 @@ description: Result of parsing gridfinity-baseplate.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -381,6 +425,7 @@ description: Result of parsing gridfinity-baseplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -388,9 +433,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane", "start": 0, "type": "Identifier" @@ -408,6 +455,7 @@ description: Result of parsing gridfinity-baseplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -418,6 +466,7 @@ description: Result of parsing gridfinity-baseplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -430,6 +479,7 @@ description: Result of parsing gridfinity-baseplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -441,6 +491,7 @@ description: Result of parsing gridfinity-baseplate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -451,9 +502,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -464,6 +517,7 @@ description: Result of parsing gridfinity-baseplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -476,6 +530,7 @@ description: Result of parsing gridfinity-baseplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -484,9 +539,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -502,9 +559,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -515,6 +574,7 @@ description: Result of parsing gridfinity-baseplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -527,6 +587,7 @@ description: Result of parsing gridfinity-baseplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -535,6 +596,7 @@ description: Result of parsing gridfinity-baseplate.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "45", "start": 0, "type": "Literal", @@ -546,6 +608,7 @@ description: Result of parsing gridfinity-baseplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -557,6 +620,7 @@ description: Result of parsing gridfinity-baseplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lengthY", "start": 0, "type": "Identifier" @@ -565,9 +629,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thirdStep", "start": 0, "type": "Identifier" @@ -583,9 +649,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -596,6 +664,7 @@ description: Result of parsing gridfinity-baseplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -608,6 +677,7 @@ description: Result of parsing gridfinity-baseplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -617,9 +687,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "secondStep", "start": 0, "type": "Identifier" @@ -631,6 +703,7 @@ description: Result of parsing gridfinity-baseplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -642,9 +715,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -655,6 +730,7 @@ description: Result of parsing gridfinity-baseplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -667,6 +743,7 @@ description: Result of parsing gridfinity-baseplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -675,6 +752,7 @@ description: Result of parsing gridfinity-baseplate.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "45", "start": 0, "type": "Literal", @@ -686,6 +764,7 @@ description: Result of parsing gridfinity-baseplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -697,6 +776,7 @@ description: Result of parsing gridfinity-baseplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lengthY", "start": 0, "type": "Identifier" @@ -705,9 +785,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "firstStep", "start": 0, "type": "Identifier" @@ -723,9 +805,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -736,19 +820,23 @@ description: Result of parsing gridfinity-baseplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -759,6 +847,7 @@ description: Result of parsing gridfinity-baseplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -767,15 +856,18 @@ description: Result of parsing gridfinity-baseplate.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -785,9 +877,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faceSketch", "start": 0, "type": "Identifier" @@ -799,6 +893,7 @@ description: Result of parsing gridfinity-baseplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -806,16 +901,19 @@ description: Result of parsing gridfinity-baseplate.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane", "start": 0, "type": "Identifier" @@ -827,11 +925,13 @@ description: Result of parsing gridfinity-baseplate.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "", "", @@ -849,6 +949,7 @@ description: Result of parsing gridfinity-baseplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "singleSide", "start": 0, "type": "Identifier" @@ -860,6 +961,7 @@ description: Result of parsing gridfinity-baseplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -871,9 +973,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -883,6 +987,7 @@ description: Result of parsing gridfinity-baseplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -891,9 +996,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cornerRadius", "start": 0, "type": "Identifier" @@ -903,10 +1010,12 @@ description: Result of parsing gridfinity-baseplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -930,9 +1039,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -943,17 +1054,21 @@ description: Result of parsing gridfinity-baseplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -964,6 +1079,7 @@ description: Result of parsing gridfinity-baseplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -974,6 +1090,7 @@ description: Result of parsing gridfinity-baseplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -982,9 +1099,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cornerRadius", "start": 0, "type": "Identifier" @@ -1000,9 +1119,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -1013,6 +1134,7 @@ description: Result of parsing gridfinity-baseplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1020,9 +1142,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -1035,11 +1159,13 @@ description: Result of parsing gridfinity-baseplate.kcl } } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1057,6 +1183,7 @@ description: Result of parsing gridfinity-baseplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sides", "start": 0, "type": "Identifier" @@ -1068,6 +1195,7 @@ description: Result of parsing gridfinity-baseplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -1075,6 +1203,7 @@ description: Result of parsing gridfinity-baseplate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -1090,6 +1219,7 @@ description: Result of parsing gridfinity-baseplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -1100,6 +1230,7 @@ description: Result of parsing gridfinity-baseplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1112,6 +1243,7 @@ description: Result of parsing gridfinity-baseplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1124,6 +1256,7 @@ description: Result of parsing gridfinity-baseplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1135,6 +1268,7 @@ description: Result of parsing gridfinity-baseplate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1145,6 +1279,7 @@ description: Result of parsing gridfinity-baseplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1159,9 +1294,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -1171,10 +1308,12 @@ description: Result of parsing gridfinity-baseplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1195,9 +1334,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -1207,10 +1348,12 @@ description: Result of parsing gridfinity-baseplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1227,6 +1370,7 @@ description: Result of parsing gridfinity-baseplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1238,6 +1382,7 @@ description: Result of parsing gridfinity-baseplate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1248,6 +1393,7 @@ description: Result of parsing gridfinity-baseplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -1255,6 +1401,7 @@ description: Result of parsing gridfinity-baseplate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -1270,6 +1417,7 @@ description: Result of parsing gridfinity-baseplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -1277,6 +1425,7 @@ description: Result of parsing gridfinity-baseplate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -1289,9 +1438,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular3d", "start": 0, "type": "Identifier" @@ -1302,6 +1453,7 @@ description: Result of parsing gridfinity-baseplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1309,9 +1461,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "singleSide", "start": 0, "type": "Identifier" @@ -1322,11 +1476,13 @@ description: Result of parsing gridfinity-baseplate.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1344,6 +1500,7 @@ description: Result of parsing gridfinity-baseplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis000", "start": 0, "type": "Identifier" @@ -1351,6 +1508,7 @@ description: Result of parsing gridfinity-baseplate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -1358,10 +1516,12 @@ description: Result of parsing gridfinity-baseplate.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "direction", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -1370,6 +1530,7 @@ description: Result of parsing gridfinity-baseplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -1382,6 +1543,7 @@ description: Result of parsing gridfinity-baseplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -1393,6 +1555,7 @@ description: Result of parsing gridfinity-baseplate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1404,10 +1567,12 @@ description: Result of parsing gridfinity-baseplate.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "origin", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -1417,9 +1582,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cornerRadius", "start": 0, "type": "Identifier" @@ -1433,9 +1600,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cornerRadius", "start": 0, "type": "Identifier" @@ -1447,6 +1616,7 @@ description: Result of parsing gridfinity-baseplate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1457,11 +1627,13 @@ description: Result of parsing gridfinity-baseplate.kcl "type": "ObjectExpression", "type": "ObjectExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1479,6 +1651,7 @@ description: Result of parsing gridfinity-baseplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "singleCorner", "start": 0, "type": "Identifier" @@ -1490,6 +1663,7 @@ description: Result of parsing gridfinity-baseplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1498,6 +1672,7 @@ description: Result of parsing gridfinity-baseplate.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -1509,6 +1684,7 @@ description: Result of parsing gridfinity-baseplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1520,6 +1696,7 @@ description: Result of parsing gridfinity-baseplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -1528,9 +1705,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis000", "start": 0, "type": "Identifier" @@ -1546,9 +1725,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -1559,17 +1740,21 @@ description: Result of parsing gridfinity-baseplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -1580,6 +1765,7 @@ description: Result of parsing gridfinity-baseplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1590,6 +1776,7 @@ description: Result of parsing gridfinity-baseplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -1598,9 +1785,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cornerRadius", "start": 0, "type": "Identifier" @@ -1616,9 +1805,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -1629,6 +1820,7 @@ description: Result of parsing gridfinity-baseplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1636,9 +1828,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -1651,11 +1845,13 @@ description: Result of parsing gridfinity-baseplate.kcl } } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1673,6 +1869,7 @@ description: Result of parsing gridfinity-baseplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corners", "start": 0, "type": "Identifier" @@ -1684,6 +1881,7 @@ description: Result of parsing gridfinity-baseplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -1691,6 +1889,7 @@ description: Result of parsing gridfinity-baseplate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -1706,6 +1905,7 @@ description: Result of parsing gridfinity-baseplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -1716,6 +1916,7 @@ description: Result of parsing gridfinity-baseplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1728,6 +1929,7 @@ description: Result of parsing gridfinity-baseplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1740,6 +1942,7 @@ description: Result of parsing gridfinity-baseplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1751,6 +1954,7 @@ description: Result of parsing gridfinity-baseplate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1761,6 +1965,7 @@ description: Result of parsing gridfinity-baseplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1775,9 +1980,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -1787,10 +1994,12 @@ description: Result of parsing gridfinity-baseplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1811,9 +2020,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -1823,10 +2034,12 @@ description: Result of parsing gridfinity-baseplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1843,6 +2056,7 @@ description: Result of parsing gridfinity-baseplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1854,6 +2068,7 @@ description: Result of parsing gridfinity-baseplate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1864,6 +2079,7 @@ description: Result of parsing gridfinity-baseplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -1871,6 +2087,7 @@ description: Result of parsing gridfinity-baseplate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -1886,6 +2103,7 @@ description: Result of parsing gridfinity-baseplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -1893,6 +2111,7 @@ description: Result of parsing gridfinity-baseplate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -1905,9 +2124,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular3d", "start": 0, "type": "Identifier" @@ -1918,6 +2139,7 @@ description: Result of parsing gridfinity-baseplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1925,9 +2147,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "singleCorner", "start": 0, "type": "Identifier" @@ -1938,11 +2162,13 @@ description: Result of parsing gridfinity-baseplate.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1960,6 +2186,7 @@ description: Result of parsing gridfinity-baseplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "basePlateSides", "start": 0, "type": "Identifier" @@ -1973,6 +2200,7 @@ description: Result of parsing gridfinity-baseplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -1983,6 +2211,7 @@ description: Result of parsing gridfinity-baseplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -1995,6 +2224,7 @@ description: Result of parsing gridfinity-baseplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -2007,6 +2237,7 @@ description: Result of parsing gridfinity-baseplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -2018,6 +2249,7 @@ description: Result of parsing gridfinity-baseplate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2028,6 +2260,7 @@ description: Result of parsing gridfinity-baseplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -2036,9 +2269,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinWidth", "start": 0, "type": "Identifier" @@ -2054,6 +2289,7 @@ description: Result of parsing gridfinity-baseplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -2062,9 +2298,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -2080,9 +2318,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -2093,6 +2333,7 @@ description: Result of parsing gridfinity-baseplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2100,9 +2341,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sides", "start": 0, "type": "Identifier" @@ -2120,6 +2363,7 @@ description: Result of parsing gridfinity-baseplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -2130,6 +2374,7 @@ description: Result of parsing gridfinity-baseplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -2142,6 +2387,7 @@ description: Result of parsing gridfinity-baseplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -2154,6 +2400,7 @@ description: Result of parsing gridfinity-baseplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -2165,6 +2412,7 @@ description: Result of parsing gridfinity-baseplate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2175,6 +2423,7 @@ description: Result of parsing gridfinity-baseplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -2183,9 +2432,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinLength", "start": 0, "type": "Identifier" @@ -2201,6 +2452,7 @@ description: Result of parsing gridfinity-baseplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -2209,9 +2461,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -2227,9 +2481,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -2240,6 +2496,7 @@ description: Result of parsing gridfinity-baseplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2248,12 +2505,14 @@ description: Result of parsing gridfinity-baseplate.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2270,11 +2529,13 @@ description: Result of parsing gridfinity-baseplate.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2292,6 +2553,7 @@ description: Result of parsing gridfinity-baseplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "basePlateCorners", "start": 0, "type": "Identifier" @@ -2305,6 +2567,7 @@ description: Result of parsing gridfinity-baseplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -2315,6 +2578,7 @@ description: Result of parsing gridfinity-baseplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -2327,6 +2591,7 @@ description: Result of parsing gridfinity-baseplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -2339,6 +2604,7 @@ description: Result of parsing gridfinity-baseplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -2350,6 +2616,7 @@ description: Result of parsing gridfinity-baseplate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2360,6 +2627,7 @@ description: Result of parsing gridfinity-baseplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -2368,9 +2636,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinWidth", "start": 0, "type": "Identifier" @@ -2386,6 +2656,7 @@ description: Result of parsing gridfinity-baseplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -2394,9 +2665,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -2412,9 +2685,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -2425,6 +2700,7 @@ description: Result of parsing gridfinity-baseplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2432,9 +2708,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corners", "start": 0, "type": "Identifier" @@ -2452,6 +2730,7 @@ description: Result of parsing gridfinity-baseplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -2462,6 +2741,7 @@ description: Result of parsing gridfinity-baseplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -2474,6 +2754,7 @@ description: Result of parsing gridfinity-baseplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -2486,6 +2767,7 @@ description: Result of parsing gridfinity-baseplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -2497,6 +2779,7 @@ description: Result of parsing gridfinity-baseplate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2507,6 +2790,7 @@ description: Result of parsing gridfinity-baseplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -2515,9 +2799,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinLength", "start": 0, "type": "Identifier" @@ -2533,6 +2819,7 @@ description: Result of parsing gridfinity-baseplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -2541,9 +2828,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -2559,9 +2848,11 @@ description: Result of parsing gridfinity-baseplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -2572,6 +2863,7 @@ description: Result of parsing gridfinity-baseplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2580,15 +2872,18 @@ description: Result of parsing gridfinity-baseplate.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2600,9 +2895,11 @@ description: Result of parsing gridfinity-baseplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -2621,19 +2918,23 @@ description: Result of parsing gridfinity-baseplate.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -2650,15 +2951,18 @@ description: Result of parsing gridfinity-baseplate.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -2674,12 +2978,14 @@ description: Result of parsing gridfinity-baseplate.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": {}, "startNodes": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/gridfinity-bins-stacking-lip/ast.snap b/rust/kcl-lib/tests/kcl_samples/gridfinity-bins-stacking-lip/ast.snap index 475e2ab18..5cb70e497 100644 --- a/rust/kcl-lib/tests/kcl_samples/gridfinity-bins-stacking-lip/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/gridfinity-bins-stacking-lip/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "41.5", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define parameters" ], @@ -49,6 +53,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binHeight", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7.0", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binBaseLength", "start": 0, "type": "Identifier" @@ -89,6 +98,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.95", "start": 0, "type": "Literal", @@ -98,11 +108,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -115,6 +127,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -122,6 +135,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25", "start": 0, "type": "Literal", @@ -131,11 +145,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -148,6 +164,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binThk", "start": 0, "type": "Identifier" @@ -155,6 +172,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.2", "start": 0, "type": "Literal", @@ -164,11 +182,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -181,6 +201,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cornerRadius", "start": 0, "type": "Identifier" @@ -188,6 +209,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.75", "start": 0, "type": "Literal", @@ -197,11 +219,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -214,6 +238,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "firstStep", "start": 0, "type": "Identifier" @@ -221,6 +246,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8", "start": 0, "type": "Literal", @@ -230,11 +256,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -247,6 +275,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "secondStep", "start": 0, "type": "Identifier" @@ -254,6 +283,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.8", "start": 0, "type": "Literal", @@ -263,11 +293,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -280,6 +312,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thirdStep", "start": 0, "type": "Identifier" @@ -287,6 +320,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.15", "start": 0, "type": "Literal", @@ -296,11 +330,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -313,6 +349,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magOuterDiam", "start": 0, "type": "Identifier" @@ -320,6 +357,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6.5", "start": 0, "type": "Literal", @@ -329,11 +367,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -346,6 +386,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magOffset", "start": 0, "type": "Identifier" @@ -353,6 +394,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.8", "start": 0, "type": "Literal", @@ -362,11 +404,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -379,6 +423,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magDepth", "start": 0, "type": "Identifier" @@ -386,6 +431,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.4", "start": 0, "type": "Literal", @@ -395,11 +441,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -412,6 +460,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lipRadius", "start": 0, "type": "Identifier" @@ -419,6 +468,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -428,11 +478,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -445,6 +497,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lipStep1", "start": 0, "type": "Identifier" @@ -452,6 +505,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.4", "start": 0, "type": "Literal", @@ -461,11 +515,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -478,6 +534,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lipStep2", "start": 0, "type": "Identifier" @@ -485,6 +542,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.2", "start": 0, "type": "Literal", @@ -494,11 +552,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -511,6 +571,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lipStep3", "start": 0, "type": "Identifier" @@ -518,6 +579,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7", "start": 0, "type": "Literal", @@ -527,11 +589,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -544,6 +608,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lipStep4", "start": 0, "type": "Identifier" @@ -551,6 +616,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.8", "start": 0, "type": "Literal", @@ -560,11 +626,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -577,6 +645,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lipStep5", "start": 0, "type": "Identifier" @@ -584,6 +653,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.9", "start": 0, "type": "Literal", @@ -593,11 +663,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -610,6 +682,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinWidth", "start": 0, "type": "Identifier" @@ -617,6 +690,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -626,11 +700,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -648,6 +724,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinLength", "start": 0, "type": "Identifier" @@ -655,6 +732,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -664,11 +742,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -681,6 +761,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinHeight", "start": 0, "type": "Identifier" @@ -688,6 +769,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -697,11 +779,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -714,6 +798,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -728,9 +813,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "firstStep", "start": 0, "type": "Identifier" @@ -740,14 +827,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "secondStep", "start": 0, "type": "Identifier" @@ -761,14 +851,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thirdStep", "start": 0, "type": "Identifier" @@ -782,11 +875,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -804,6 +899,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lipHeight", "start": 0, "type": "Identifier" @@ -824,9 +920,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lipStep1", "start": 0, "type": "Identifier" @@ -836,14 +934,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lipStep2", "start": 0, "type": "Identifier" @@ -857,14 +958,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lipStep3", "start": 0, "type": "Identifier" @@ -878,14 +982,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lipStep4", "start": 0, "type": "Identifier" @@ -899,14 +1006,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lipStep5", "start": 0, "type": "Identifier" @@ -920,11 +1030,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -937,6 +1049,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -952,6 +1065,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faceSketch", "start": 0, "type": "Identifier" @@ -959,13 +1073,16 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -976,6 +1093,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -983,9 +1101,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane", "start": 0, "type": "Identifier" @@ -1003,6 +1123,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1017,9 +1138,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binBaseLength", "start": 0, "type": "Identifier" @@ -1029,14 +1152,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -1053,6 +1179,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1064,6 +1191,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1074,9 +1202,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1087,6 +1217,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1099,6 +1230,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1107,9 +1239,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -1125,9 +1259,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1138,6 +1274,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1150,6 +1287,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1159,9 +1297,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binBaseLength", "start": 0, "type": "Identifier" @@ -1173,6 +1313,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1184,9 +1325,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1197,6 +1340,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1209,6 +1353,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1217,6 +1362,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "45", "start": 0, "type": "Literal", @@ -1228,6 +1374,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1239,6 +1386,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lengthY", "start": 0, "type": "Identifier" @@ -1247,9 +1395,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thirdStep", "start": 0, "type": "Identifier" @@ -1265,9 +1415,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1278,6 +1430,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1290,6 +1443,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1299,9 +1453,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "secondStep", "start": 0, "type": "Identifier" @@ -1313,6 +1469,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1324,9 +1481,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1337,6 +1496,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1349,6 +1509,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1357,6 +1518,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "45", "start": 0, "type": "Literal", @@ -1368,6 +1530,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1379,6 +1542,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lengthY", "start": 0, "type": "Identifier" @@ -1387,9 +1551,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "firstStep", "start": 0, "type": "Identifier" @@ -1405,9 +1571,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1418,19 +1586,23 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1441,6 +1613,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1449,15 +1622,18 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1467,9 +1643,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faceSketch", "start": 0, "type": "Identifier" @@ -1481,6 +1659,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -1488,16 +1667,19 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane", "start": 0, "type": "Identifier" @@ -1509,11 +1691,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "", "", @@ -1531,6 +1715,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "singleSide", "start": 0, "type": "Identifier" @@ -1542,6 +1727,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1553,9 +1739,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -1565,6 +1753,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -1573,9 +1762,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cornerRadius", "start": 0, "type": "Identifier" @@ -1585,10 +1776,12 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1612,9 +1805,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1625,17 +1820,21 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -1646,6 +1845,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1656,6 +1856,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -1667,9 +1868,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cornerRadius", "start": 0, "type": "Identifier" @@ -1679,14 +1882,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -1706,9 +1912,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -1719,6 +1927,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1726,9 +1935,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -1741,11 +1952,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1763,6 +1976,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sides", "start": 0, "type": "Identifier" @@ -1774,6 +1988,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -1781,6 +1996,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -1796,6 +2012,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -1806,6 +2023,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1818,6 +2036,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1830,6 +2049,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1841,6 +2061,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1851,6 +2072,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1868,9 +2090,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -1880,6 +2104,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -1887,6 +2112,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1896,14 +2122,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -1921,10 +2150,12 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1948,9 +2179,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -1960,6 +2193,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -1967,6 +2201,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1976,14 +2211,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -2001,10 +2239,12 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2021,6 +2261,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2032,6 +2273,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2042,6 +2284,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -2049,6 +2292,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -2064,6 +2308,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -2071,6 +2316,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -2083,9 +2329,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular3d", "start": 0, "type": "Identifier" @@ -2096,6 +2344,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2103,9 +2352,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "singleSide", "start": 0, "type": "Identifier" @@ -2116,11 +2367,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2138,6 +2391,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis000", "start": 0, "type": "Identifier" @@ -2145,6 +2399,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -2152,10 +2407,12 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "direction", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -2164,6 +2421,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -2176,6 +2434,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -2187,6 +2446,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2198,10 +2458,12 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "origin", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -2214,9 +2476,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cornerRadius", "start": 0, "type": "Identifier" @@ -2226,14 +2490,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -2254,9 +2521,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cornerRadius", "start": 0, "type": "Identifier" @@ -2266,14 +2535,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -2289,6 +2561,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2299,11 +2572,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "ObjectExpression", "type": "ObjectExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2321,6 +2596,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "singleCorner", "start": 0, "type": "Identifier" @@ -2332,6 +2608,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2340,6 +2617,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -2351,6 +2629,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2362,6 +2641,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -2370,9 +2650,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis000", "start": 0, "type": "Identifier" @@ -2388,9 +2670,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -2401,17 +2685,21 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -2422,6 +2710,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2432,6 +2721,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -2443,9 +2733,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cornerRadius", "start": 0, "type": "Identifier" @@ -2455,14 +2747,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -2482,9 +2777,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -2495,6 +2792,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2502,9 +2800,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -2517,11 +2817,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2539,6 +2841,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corners", "start": 0, "type": "Identifier" @@ -2550,6 +2853,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -2557,6 +2861,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -2572,6 +2877,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -2582,6 +2888,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2594,6 +2901,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2606,6 +2914,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -2617,6 +2926,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2627,6 +2937,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -2644,9 +2955,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -2656,6 +2969,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -2663,6 +2977,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2672,14 +2987,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -2697,10 +3015,12 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2724,9 +3044,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -2736,6 +3058,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -2743,6 +3066,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2752,14 +3076,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -2777,10 +3104,12 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2797,6 +3126,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2808,6 +3138,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2818,6 +3149,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -2825,6 +3157,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -2840,6 +3173,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -2847,6 +3181,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -2859,9 +3194,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular3d", "start": 0, "type": "Identifier" @@ -2872,6 +3209,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2879,9 +3217,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "singleCorner", "start": 0, "type": "Identifier" @@ -2892,11 +3232,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2914,6 +3256,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "singleBinFill", "start": 0, "type": "Identifier" @@ -2921,13 +3264,16 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2938,6 +3284,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2945,9 +3292,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -2965,6 +3314,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -2979,9 +3329,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binBaseLength", "start": 0, "type": "Identifier" @@ -2991,14 +3343,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -3019,9 +3374,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binBaseLength", "start": 0, "type": "Identifier" @@ -3031,14 +3388,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -3054,6 +3414,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3064,9 +3425,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -3077,6 +3440,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3089,6 +3453,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -3103,9 +3468,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -3115,6 +3482,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -3123,9 +3491,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binBaseLength", "start": 0, "type": "Identifier" @@ -3135,10 +3505,12 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3159,6 +3531,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3170,6 +3543,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3180,6 +3554,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -3187,6 +3562,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -3198,9 +3574,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3211,6 +3589,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3223,6 +3602,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -3233,6 +3613,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3249,9 +3630,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -3261,6 +3644,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -3269,9 +3653,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binBaseLength", "start": 0, "type": "Identifier" @@ -3281,10 +3667,12 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3304,6 +3692,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3314,6 +3703,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -3321,6 +3711,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -3332,9 +3723,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3345,6 +3738,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3357,18 +3751,22 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -3379,12 +3777,14 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3396,6 +3796,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -3403,6 +3804,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -3414,9 +3816,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -3427,6 +3831,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3439,6 +3844,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -3446,6 +3852,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -3457,9 +3864,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -3470,6 +3879,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3482,6 +3892,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3490,9 +3901,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -3508,9 +3921,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -3521,6 +3936,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3533,6 +3949,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3541,9 +3958,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "firstStep", "start": 0, "type": "Identifier" @@ -3559,6 +3978,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -3567,13 +3987,16 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -3584,6 +4007,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3591,9 +4015,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line000", "start": 0, "type": "Identifier" @@ -3605,13 +4031,16 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getPreviousAdjacentEdge", "start": 0, "type": "Identifier" @@ -3622,6 +4051,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3629,9 +4059,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line000", "start": 0, "type": "Identifier" @@ -3643,13 +4075,16 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -3660,6 +4095,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3667,9 +4103,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line002", "start": 0, "type": "Identifier" @@ -3681,13 +4119,16 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getPreviousAdjacentEdge", "start": 0, "type": "Identifier" @@ -3698,6 +4139,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3705,9 +4147,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line002", "start": 0, "type": "Identifier" @@ -3720,6 +4164,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3730,9 +4175,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -3743,6 +4190,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3751,15 +4199,18 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3772,6 +4223,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magCutout000", "start": 0, "type": "Identifier" @@ -3785,6 +4237,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -3793,9 +4246,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "START", "start": 0, "type": "Identifier" @@ -3811,9 +4266,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -3824,6 +4281,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3831,9 +4289,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "singleBinFill", "start": 0, "type": "Identifier" @@ -3851,6 +4311,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -3869,9 +4330,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magOffset", "start": 0, "type": "Identifier" @@ -3883,19 +4346,23 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binBaseLength", "start": 0, "type": "Identifier" @@ -3909,14 +4376,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -3940,9 +4410,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magOffset", "start": 0, "type": "Identifier" @@ -3952,14 +4424,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binBaseLength", "start": 0, "type": "Identifier" @@ -3973,14 +4448,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -3996,6 +4474,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4006,6 +4485,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -4017,9 +4497,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magOuterDiam", "start": 0, "type": "Identifier" @@ -4029,10 +4511,12 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4052,9 +4536,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -4065,6 +4551,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4077,6 +4564,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -4084,6 +4572,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -4099,6 +4588,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -4117,9 +4607,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -4131,11 +4623,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -4143,6 +4637,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4152,14 +4647,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -4177,10 +4675,12 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4204,9 +4704,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -4216,6 +4718,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -4223,6 +4726,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4232,14 +4736,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -4257,10 +4764,12 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4276,6 +4785,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4286,6 +4796,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -4293,6 +4804,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -4308,6 +4820,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -4315,6 +4828,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -4327,9 +4841,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular2d", "start": 0, "type": "Identifier" @@ -4340,6 +4856,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4352,6 +4869,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4361,9 +4879,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magDepth", "start": 0, "type": "Identifier" @@ -4375,6 +4895,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4386,9 +4907,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -4399,6 +4922,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4407,12 +4931,14 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "3": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -4429,11 +4955,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4446,6 +4974,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binSides", "start": 0, "type": "Identifier" @@ -4459,6 +4988,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -4469,6 +4999,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -4481,6 +5012,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -4493,6 +5025,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -4504,6 +5037,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4514,6 +5048,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -4522,9 +5057,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinWidth", "start": 0, "type": "Identifier" @@ -4540,6 +5077,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -4551,9 +5089,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -4563,6 +5103,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -4571,9 +5112,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -4583,10 +5126,12 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4610,9 +5155,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -4623,6 +5170,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4630,9 +5178,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sides", "start": 0, "type": "Identifier" @@ -4650,6 +5200,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -4660,6 +5211,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -4672,6 +5224,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -4684,6 +5237,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -4695,6 +5249,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4705,6 +5260,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -4713,9 +5269,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinLength", "start": 0, "type": "Identifier" @@ -4731,6 +5289,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -4742,9 +5301,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -4754,6 +5315,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -4762,9 +5324,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -4774,10 +5338,12 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4801,9 +5367,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -4814,6 +5382,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4822,12 +5391,14 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -4844,11 +5415,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4861,6 +5434,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binCorners", "start": 0, "type": "Identifier" @@ -4874,6 +5448,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -4884,6 +5459,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -4896,6 +5472,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -4908,6 +5485,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -4919,6 +5497,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4929,6 +5508,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -4937,9 +5517,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinWidth", "start": 0, "type": "Identifier" @@ -4955,6 +5537,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -4966,9 +5549,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -4978,6 +5563,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -4986,9 +5572,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -4998,10 +5586,12 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5025,9 +5615,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -5038,6 +5630,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5045,9 +5638,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corners", "start": 0, "type": "Identifier" @@ -5065,6 +5660,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -5075,6 +5671,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -5087,6 +5684,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -5099,6 +5697,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -5110,6 +5709,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5120,6 +5720,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -5128,9 +5729,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinLength", "start": 0, "type": "Identifier" @@ -5146,6 +5749,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -5157,9 +5761,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -5169,6 +5775,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -5177,9 +5784,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -5189,10 +5798,12 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5216,9 +5827,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -5229,6 +5842,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5237,12 +5851,14 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -5259,11 +5875,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5276,6 +5894,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binFill", "start": 0, "type": "Identifier" @@ -5289,6 +5908,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -5299,6 +5919,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -5311,6 +5932,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -5323,6 +5945,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -5334,6 +5957,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5344,6 +5968,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -5352,9 +5977,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinWidth", "start": 0, "type": "Identifier" @@ -5370,6 +5997,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -5381,9 +6009,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -5393,6 +6023,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -5401,9 +6032,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -5413,10 +6046,12 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5440,9 +6075,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -5453,6 +6090,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5460,9 +6098,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "singleBinFill", "start": 0, "type": "Identifier" @@ -5480,6 +6120,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -5490,6 +6131,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -5502,6 +6144,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -5514,6 +6157,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -5525,6 +6169,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5535,6 +6180,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -5543,9 +6189,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinLength", "start": 0, "type": "Identifier" @@ -5561,6 +6209,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -5572,9 +6221,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -5584,6 +6235,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -5592,9 +6244,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -5604,10 +6258,12 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5631,9 +6287,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -5644,6 +6302,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5652,15 +6311,18 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5673,6 +6335,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTop", "start": 0, "type": "Identifier" @@ -5680,13 +6343,16 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -5697,6 +6363,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5707,6 +6374,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -5715,9 +6383,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -5733,9 +6403,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -5746,6 +6418,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5753,9 +6426,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -5774,6 +6449,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -5784,6 +6460,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5796,6 +6473,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5807,6 +6485,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5817,9 +6496,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -5830,6 +6511,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5842,6 +6524,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5856,9 +6539,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -5868,6 +6553,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -5875,6 +6561,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5884,14 +6571,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -5909,14 +6599,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinWidth", "start": 0, "type": "Identifier" @@ -5936,6 +6629,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -5943,6 +6637,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -5954,9 +6649,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -5967,6 +6664,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5979,6 +6677,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5993,9 +6692,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -6005,6 +6706,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -6012,6 +6714,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -6021,14 +6724,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -6046,14 +6752,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinLength", "start": 0, "type": "Identifier" @@ -6073,6 +6782,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -6080,6 +6790,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -6091,9 +6802,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -6104,6 +6817,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6116,18 +6830,22 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -6138,12 +6856,14 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -6155,6 +6875,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -6162,6 +6883,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -6173,9 +6895,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -6186,6 +6910,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6198,6 +6923,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -6205,6 +6931,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -6216,9 +6943,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -6229,6 +6958,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6241,6 +6971,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -6252,9 +6983,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binHeight", "start": 0, "type": "Identifier" @@ -6264,14 +6997,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinHeight", "start": 0, "type": "Identifier" @@ -6291,9 +7027,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -6304,6 +7042,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6316,6 +7055,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -6324,9 +7064,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cornerRadius", "start": 0, "type": "Identifier" @@ -6342,6 +7084,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -6350,13 +7093,16 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -6367,6 +7113,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6374,9 +7121,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line010", "start": 0, "type": "Identifier" @@ -6388,13 +7137,16 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getPreviousAdjacentEdge", "start": 0, "type": "Identifier" @@ -6405,6 +7157,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6412,9 +7165,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line010", "start": 0, "type": "Identifier" @@ -6426,13 +7181,16 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -6443,6 +7201,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6450,9 +7209,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line012", "start": 0, "type": "Identifier" @@ -6464,13 +7225,16 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getPreviousAdjacentEdge", "start": 0, "type": "Identifier" @@ -6481,6 +7245,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6488,9 +7253,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line012", "start": 0, "type": "Identifier" @@ -6503,6 +7270,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6513,9 +7281,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -6526,6 +7296,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6538,6 +7309,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faces", "start": 0, "type": "Identifier" @@ -6549,9 +7321,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -6563,6 +7337,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6573,6 +7348,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -6581,9 +7357,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binThk", "start": 0, "type": "Identifier" @@ -6599,9 +7377,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shell", "start": 0, "type": "Identifier" @@ -6612,6 +7392,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6620,12 +7401,14 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "8": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -6642,11 +7425,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6659,6 +7444,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lipFace", "start": 0, "type": "Identifier" @@ -6674,6 +7460,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faceSketch", "start": 0, "type": "Identifier" @@ -6681,13 +7468,16 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -6698,6 +7488,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6705,9 +7496,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane", "start": 0, "type": "Identifier" @@ -6725,6 +7518,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -6735,6 +7529,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6747,6 +7542,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6758,6 +7554,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6768,9 +7565,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -6781,6 +7580,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6793,6 +7593,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -6803,6 +7604,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -6815,6 +7617,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.792893", "start": 0, "type": "Literal", @@ -6826,6 +7629,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6836,6 +7640,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -6843,6 +7648,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -6854,9 +7660,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -6867,6 +7675,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6879,6 +7688,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -6886,6 +7696,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180.0", "start": 0, "type": "Literal", @@ -6901,6 +7712,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -6908,6 +7720,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "45.0", "start": 0, "type": "Literal", @@ -6923,6 +7736,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -6930,6 +7744,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.500000", "start": 0, "type": "Literal", @@ -6945,6 +7760,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -6952,6 +7768,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -6963,9 +7780,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -6976,6 +7795,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6988,6 +7808,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -6998,6 +7819,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.046447", "start": 0, "type": "Literal", @@ -7011,6 +7833,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.046447", "start": 0, "type": "Literal", @@ -7022,6 +7845,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7029,6 +7853,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7039,6 +7864,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -7046,6 +7872,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -7057,9 +7884,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -7070,6 +7899,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7082,6 +7912,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -7091,9 +7922,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lipStep4", "start": 0, "type": "Identifier" @@ -7105,6 +7938,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7116,9 +7950,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -7129,6 +7965,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7141,6 +7978,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -7149,6 +7987,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "45", "start": 0, "type": "Literal", @@ -7160,6 +7999,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7171,6 +8011,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lengthY", "start": 0, "type": "Identifier" @@ -7179,9 +8020,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lipStep3", "start": 0, "type": "Identifier" @@ -7197,9 +8040,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -7210,6 +8055,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7222,6 +8068,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -7231,9 +8078,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lipStep2", "start": 0, "type": "Identifier" @@ -7245,6 +8094,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7256,9 +8106,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -7269,6 +8121,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7281,6 +8134,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -7289,6 +8143,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "135", "start": 0, "type": "Literal", @@ -7300,6 +8155,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7311,6 +8167,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lengthY", "start": 0, "type": "Identifier" @@ -7319,9 +8176,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lipStep1", "start": 0, "type": "Identifier" @@ -7337,9 +8196,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -7350,19 +8211,23 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -7373,6 +8238,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7381,12 +8247,14 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -7400,6 +8268,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -7416,11 +8285,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -7430,9 +8301,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faceSketch", "start": 0, "type": "Identifier" @@ -7444,6 +8317,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -7451,16 +8325,19 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane", "start": 0, "type": "Identifier" @@ -7472,11 +8349,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -7489,6 +8368,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane000", "start": 0, "type": "Identifier" @@ -7496,6 +8376,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -7503,10 +8384,12 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "origin", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -7516,9 +8399,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cornerRadius", "start": 0, "type": "Identifier" @@ -7531,6 +8416,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -7547,9 +8433,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -7559,6 +8447,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -7567,9 +8456,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binHeight", "start": 0, "type": "Identifier" @@ -7579,14 +8470,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinHeight", "start": 0, "type": "Identifier" @@ -7606,6 +8500,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7617,10 +8512,12 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -7629,6 +8526,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -7641,6 +8539,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -7653,6 +8552,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -7664,6 +8564,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7675,10 +8576,12 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -7687,6 +8590,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -7699,6 +8603,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -7711,6 +8616,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -7722,6 +8628,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7732,11 +8639,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "ObjectExpression", "type": "ObjectExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -7749,6 +8658,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane001", "start": 0, "type": "Identifier" @@ -7756,6 +8666,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -7763,10 +8674,12 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "origin", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -7775,6 +8688,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -7794,9 +8708,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinLength", "start": 0, "type": "Identifier" @@ -7806,6 +8722,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, @@ -7814,9 +8731,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -7826,6 +8745,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -7833,6 +8753,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -7842,14 +8763,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -7871,14 +8795,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cornerRadius", "start": 0, "type": "Identifier" @@ -7899,9 +8826,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -7911,6 +8840,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -7919,9 +8849,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binHeight", "start": 0, "type": "Identifier" @@ -7931,14 +8863,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinHeight", "start": 0, "type": "Identifier" @@ -7958,6 +8893,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7969,10 +8905,12 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -7981,6 +8919,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -7993,6 +8932,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -8005,6 +8945,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -8016,6 +8957,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8027,10 +8969,12 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -8039,6 +8983,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -8051,6 +8996,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -8063,6 +9009,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -8074,6 +9021,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8084,11 +9032,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "ObjectExpression", "type": "ObjectExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -8101,6 +9051,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane002", "start": 0, "type": "Identifier" @@ -8108,6 +9059,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -8115,10 +9067,12 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "origin", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -8134,9 +9088,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinWidth", "start": 0, "type": "Identifier" @@ -8146,6 +9102,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, @@ -8154,9 +9111,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -8166,6 +9125,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -8173,6 +9133,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -8182,14 +9143,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -8211,14 +9175,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cornerRadius", "start": 0, "type": "Identifier" @@ -8235,6 +9202,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -8251,9 +9219,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -8263,6 +9233,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -8271,9 +9242,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binHeight", "start": 0, "type": "Identifier" @@ -8283,14 +9256,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinHeight", "start": 0, "type": "Identifier" @@ -8310,6 +9286,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8321,10 +9298,12 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -8333,6 +9312,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -8345,6 +9325,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -8357,6 +9338,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -8368,6 +9350,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8379,10 +9362,12 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -8391,6 +9376,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -8403,6 +9389,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -8415,6 +9402,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -8426,6 +9414,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8436,11 +9425,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "ObjectExpression", "type": "ObjectExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -8453,6 +9444,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lipSingleLength", "start": 0, "type": "Identifier" @@ -8464,6 +9456,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -8481,9 +9474,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -8493,14 +9488,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinWidth", "start": 0, "type": "Identifier" @@ -8514,6 +9512,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -8521,6 +9520,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -8530,14 +9530,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cornerRadius", "start": 0, "type": "Identifier" @@ -8555,6 +9558,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -8565,6 +9569,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -8574,14 +9579,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -8595,14 +9603,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinWidth", "start": 0, "type": "Identifier" @@ -8626,9 +9637,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -8639,17 +9652,21 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lipFace", "start": 0, "type": "Identifier" @@ -8660,6 +9677,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8667,9 +9685,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane000", "start": 0, "type": "Identifier" @@ -8681,11 +9701,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -8703,6 +9725,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lipSingleWidth", "start": 0, "type": "Identifier" @@ -8714,6 +9737,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -8731,9 +9755,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -8743,14 +9769,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinLength", "start": 0, "type": "Identifier" @@ -8764,6 +9793,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -8771,6 +9801,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -8780,14 +9811,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cornerRadius", "start": 0, "type": "Identifier" @@ -8805,6 +9839,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -8815,6 +9850,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -8824,14 +9860,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -8845,14 +9884,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinLength", "start": 0, "type": "Identifier" @@ -8876,9 +9918,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -8889,17 +9933,21 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lipFace", "start": 0, "type": "Identifier" @@ -8910,6 +9958,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8917,9 +9966,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane001", "start": 0, "type": "Identifier" @@ -8931,11 +9982,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -8953,6 +10006,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lipLengths", "start": 0, "type": "Identifier" @@ -8964,6 +10018,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -8971,6 +10026,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -8986,6 +10042,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -8996,6 +10053,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -9008,6 +10066,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -9020,6 +10079,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -9031,6 +10091,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9041,6 +10102,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -9061,9 +10123,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -9073,6 +10137,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -9080,6 +10145,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -9089,14 +10155,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -9114,10 +10183,12 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -9131,14 +10202,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinWidth", "start": 0, "type": "Identifier" @@ -9165,9 +10239,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -9177,6 +10253,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -9184,6 +10261,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -9193,14 +10271,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -9218,10 +10299,12 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -9235,14 +10318,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinLength", "start": 0, "type": "Identifier" @@ -9259,6 +10345,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -9270,6 +10357,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9280,6 +10368,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -9287,6 +10376,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -9302,6 +10392,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -9309,6 +10400,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -9321,9 +10413,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular3d", "start": 0, "type": "Identifier" @@ -9334,6 +10428,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9341,9 +10436,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lipSingleLength", "start": 0, "type": "Identifier" @@ -9354,11 +10451,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -9376,6 +10475,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lipWidths", "start": 0, "type": "Identifier" @@ -9387,6 +10487,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -9394,6 +10495,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -9409,6 +10511,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -9419,6 +10522,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -9431,6 +10535,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -9443,6 +10548,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -9454,6 +10560,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9464,6 +10571,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -9484,9 +10592,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -9496,6 +10606,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -9503,6 +10614,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -9512,14 +10624,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -9537,10 +10652,12 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -9554,14 +10671,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinWidth", "start": 0, "type": "Identifier" @@ -9588,9 +10708,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -9600,6 +10722,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -9607,6 +10730,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -9616,14 +10740,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -9641,10 +10768,12 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -9658,14 +10787,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinLength", "start": 0, "type": "Identifier" @@ -9682,6 +10814,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -9693,6 +10826,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9703,6 +10837,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -9710,6 +10845,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -9725,6 +10861,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -9732,6 +10869,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -9744,9 +10882,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular3d", "start": 0, "type": "Identifier" @@ -9757,6 +10897,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9764,9 +10905,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lipSingleWidth", "start": 0, "type": "Identifier" @@ -9777,11 +10920,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -9799,6 +10944,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis001", "start": 0, "type": "Identifier" @@ -9806,6 +10952,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -9813,10 +10960,12 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "direction", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -9825,6 +10974,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -9837,6 +10987,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -9848,6 +10999,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9859,10 +11011,12 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "origin", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -9872,9 +11026,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cornerRadius", "start": 0, "type": "Identifier" @@ -9888,9 +11044,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cornerRadius", "start": 0, "type": "Identifier" @@ -9902,6 +11060,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9912,11 +11071,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "ObjectExpression", "type": "ObjectExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -9934,6 +11095,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lipSingleLengthCorner", "start": 0, "type": "Identifier" @@ -9945,6 +11107,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -9953,6 +11116,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -9964,6 +11128,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -9975,6 +11140,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -9983,9 +11149,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis001", "start": 0, "type": "Identifier" @@ -10001,9 +11169,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -10014,17 +11184,21 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lipFace", "start": 0, "type": "Identifier" @@ -10035,6 +11209,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10042,9 +11217,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane000", "start": 0, "type": "Identifier" @@ -10056,11 +11233,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -10078,6 +11257,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lipSingleWidthCorner", "start": 0, "type": "Identifier" @@ -10089,6 +11269,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -10096,6 +11277,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -10111,6 +11293,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -10119,9 +11302,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis001", "start": 0, "type": "Identifier" @@ -10137,9 +11322,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -10150,17 +11337,21 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lipFace", "start": 0, "type": "Identifier" @@ -10171,6 +11362,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10178,9 +11370,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane002", "start": 0, "type": "Identifier" @@ -10192,11 +11386,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -10214,6 +11410,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lipCorners000", "start": 0, "type": "Identifier" @@ -10225,6 +11422,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -10232,6 +11430,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -10247,6 +11446,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -10257,6 +11457,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -10269,6 +11470,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -10281,6 +11483,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -10292,6 +11495,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -10302,6 +11506,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -10322,9 +11527,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -10334,6 +11541,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -10341,6 +11549,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -10350,14 +11559,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -10375,10 +11587,12 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -10392,14 +11606,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinWidth", "start": 0, "type": "Identifier" @@ -10426,9 +11643,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -10438,6 +11657,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -10445,6 +11665,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -10454,14 +11675,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -10479,10 +11703,12 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -10496,14 +11722,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinLength", "start": 0, "type": "Identifier" @@ -10520,6 +11749,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -10531,6 +11761,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -10541,6 +11772,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -10548,6 +11780,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -10563,6 +11796,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -10570,6 +11804,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -10582,9 +11817,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular3d", "start": 0, "type": "Identifier" @@ -10595,6 +11832,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10602,9 +11840,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lipSingleLengthCorner", "start": 0, "type": "Identifier" @@ -10615,11 +11855,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -10637,6 +11879,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lipCorners001", "start": 0, "type": "Identifier" @@ -10648,6 +11891,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -10655,6 +11899,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -10670,6 +11915,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -10680,6 +11926,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -10692,6 +11939,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -10704,6 +11952,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -10715,6 +11964,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -10725,6 +11975,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -10745,9 +11996,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -10757,6 +12010,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -10764,6 +12018,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -10773,14 +12028,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -10798,10 +12056,12 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -10815,14 +12075,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinWidth", "start": 0, "type": "Identifier" @@ -10849,9 +12112,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -10861,6 +12126,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -10868,6 +12134,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -10877,14 +12144,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -10902,10 +12172,12 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -10919,14 +12191,17 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinLength", "start": 0, "type": "Identifier" @@ -10943,6 +12218,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -10954,6 +12230,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -10964,6 +12241,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -10971,6 +12249,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -10986,6 +12265,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -10993,6 +12273,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -11005,9 +12286,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular3d", "start": 0, "type": "Identifier" @@ -11018,6 +12301,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11025,9 +12309,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lipSingleWidthCorner", "start": 0, "type": "Identifier" @@ -11038,11 +12324,13 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -11059,9 +12347,11 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -11080,19 +12370,23 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -11109,15 +12403,18 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -11133,12 +12430,14 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "28": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -11150,6 +12449,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -11161,6 +12461,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -11172,6 +12473,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -11183,6 +12485,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -11194,6 +12497,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -11206,6 +12510,7 @@ description: Result of parsing gridfinity-bins-stacking-lip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/gridfinity-bins-stacking-lip/program_memory.snap b/rust/kcl-lib/tests/kcl_samples/gridfinity-bins-stacking-lip/program_memory.snap index 7e5bb8914..8dacd0a50 100644 --- a/rust/kcl-lib/tests/kcl_samples/gridfinity-bins-stacking-lip/program_memory.snap +++ b/rust/kcl-lib/tests/kcl_samples/gridfinity-bins-stacking-lip/program_memory.snap @@ -5577,6 +5577,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2664, "end": 2672, + "moduleId": 0, "start": 2664, "type": "TagDeclarator", "value": "line000" @@ -5590,6 +5591,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2734, "end": 2742, + "moduleId": 0, "start": 2734, "type": "TagDeclarator", "value": "line001" @@ -5603,6 +5605,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2793, "end": 2801, + "moduleId": 0, "start": 2793, "type": "TagDeclarator", "value": "line002" @@ -5616,6 +5619,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2820, "end": 2828, + "moduleId": 0, "start": 2820, "type": "TagDeclarator", "value": "line003" @@ -5639,6 +5643,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2664, "end": 2672, + "moduleId": 0, "start": 2664, "type": "TagDeclarator", "value": "line000" @@ -5664,6 +5669,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2734, "end": 2742, + "moduleId": 0, "start": 2734, "type": "TagDeclarator", "value": "line001" @@ -5689,6 +5695,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2793, "end": 2801, + "moduleId": 0, "start": 2793, "type": "TagDeclarator", "value": "line002" @@ -5714,6 +5721,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2820, "end": 2828, + "moduleId": 0, "start": 2820, "type": "TagDeclarator", "value": "line003" @@ -5897,6 +5905,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2664, "end": 2672, + "moduleId": 0, "start": 2664, "type": "TagDeclarator", "value": "line000" @@ -5910,6 +5919,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2734, "end": 2742, + "moduleId": 0, "start": 2734, "type": "TagDeclarator", "value": "line001" @@ -5923,6 +5933,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2793, "end": 2801, + "moduleId": 0, "start": 2793, "type": "TagDeclarator", "value": "line002" @@ -5936,6 +5947,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2820, "end": 2828, + "moduleId": 0, "start": 2820, "type": "TagDeclarator", "value": "line003" @@ -5959,6 +5971,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2664, "end": 2672, + "moduleId": 0, "start": 2664, "type": "TagDeclarator", "value": "line000" @@ -5984,6 +5997,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2734, "end": 2742, + "moduleId": 0, "start": 2734, "type": "TagDeclarator", "value": "line001" @@ -6009,6 +6023,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2793, "end": 2801, + "moduleId": 0, "start": 2793, "type": "TagDeclarator", "value": "line002" @@ -6034,6 +6049,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2820, "end": 2828, + "moduleId": 0, "start": 2820, "type": "TagDeclarator", "value": "line003" @@ -6217,6 +6233,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2664, "end": 2672, + "moduleId": 0, "start": 2664, "type": "TagDeclarator", "value": "line000" @@ -6230,6 +6247,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2734, "end": 2742, + "moduleId": 0, "start": 2734, "type": "TagDeclarator", "value": "line001" @@ -6243,6 +6261,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2793, "end": 2801, + "moduleId": 0, "start": 2793, "type": "TagDeclarator", "value": "line002" @@ -6256,6 +6275,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2820, "end": 2828, + "moduleId": 0, "start": 2820, "type": "TagDeclarator", "value": "line003" @@ -6279,6 +6299,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2664, "end": 2672, + "moduleId": 0, "start": 2664, "type": "TagDeclarator", "value": "line000" @@ -6304,6 +6325,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2734, "end": 2742, + "moduleId": 0, "start": 2734, "type": "TagDeclarator", "value": "line001" @@ -6329,6 +6351,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2793, "end": 2801, + "moduleId": 0, "start": 2793, "type": "TagDeclarator", "value": "line002" @@ -6354,6 +6377,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2820, "end": 2828, + "moduleId": 0, "start": 2820, "type": "TagDeclarator", "value": "line003" @@ -6537,6 +6561,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2664, "end": 2672, + "moduleId": 0, "start": 2664, "type": "TagDeclarator", "value": "line000" @@ -6550,6 +6575,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2734, "end": 2742, + "moduleId": 0, "start": 2734, "type": "TagDeclarator", "value": "line001" @@ -6563,6 +6589,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2793, "end": 2801, + "moduleId": 0, "start": 2793, "type": "TagDeclarator", "value": "line002" @@ -6576,6 +6603,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2820, "end": 2828, + "moduleId": 0, "start": 2820, "type": "TagDeclarator", "value": "line003" @@ -6599,6 +6627,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2664, "end": 2672, + "moduleId": 0, "start": 2664, "type": "TagDeclarator", "value": "line000" @@ -6624,6 +6653,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2734, "end": 2742, + "moduleId": 0, "start": 2734, "type": "TagDeclarator", "value": "line001" @@ -6649,6 +6679,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2793, "end": 2801, + "moduleId": 0, "start": 2793, "type": "TagDeclarator", "value": "line002" @@ -6674,6 +6705,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2820, "end": 2828, + "moduleId": 0, "start": 2820, "type": "TagDeclarator", "value": "line003" @@ -6857,6 +6889,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2664, "end": 2672, + "moduleId": 0, "start": 2664, "type": "TagDeclarator", "value": "line000" @@ -6870,6 +6903,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2734, "end": 2742, + "moduleId": 0, "start": 2734, "type": "TagDeclarator", "value": "line001" @@ -6883,6 +6917,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2793, "end": 2801, + "moduleId": 0, "start": 2793, "type": "TagDeclarator", "value": "line002" @@ -6896,6 +6931,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2820, "end": 2828, + "moduleId": 0, "start": 2820, "type": "TagDeclarator", "value": "line003" @@ -6919,6 +6955,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2664, "end": 2672, + "moduleId": 0, "start": 2664, "type": "TagDeclarator", "value": "line000" @@ -6944,6 +6981,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2734, "end": 2742, + "moduleId": 0, "start": 2734, "type": "TagDeclarator", "value": "line001" @@ -6969,6 +7007,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2793, "end": 2801, + "moduleId": 0, "start": 2793, "type": "TagDeclarator", "value": "line002" @@ -6994,6 +7033,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2820, "end": 2828, + "moduleId": 0, "start": 2820, "type": "TagDeclarator", "value": "line003" @@ -7177,6 +7217,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2664, "end": 2672, + "moduleId": 0, "start": 2664, "type": "TagDeclarator", "value": "line000" @@ -7190,6 +7231,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2734, "end": 2742, + "moduleId": 0, "start": 2734, "type": "TagDeclarator", "value": "line001" @@ -7203,6 +7245,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2793, "end": 2801, + "moduleId": 0, "start": 2793, "type": "TagDeclarator", "value": "line002" @@ -7216,6 +7259,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2820, "end": 2828, + "moduleId": 0, "start": 2820, "type": "TagDeclarator", "value": "line003" @@ -7239,6 +7283,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2664, "end": 2672, + "moduleId": 0, "start": 2664, "type": "TagDeclarator", "value": "line000" @@ -7264,6 +7309,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2734, "end": 2742, + "moduleId": 0, "start": 2734, "type": "TagDeclarator", "value": "line001" @@ -7289,6 +7335,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2793, "end": 2801, + "moduleId": 0, "start": 2793, "type": "TagDeclarator", "value": "line002" @@ -7314,6 +7361,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2820, "end": 2828, + "moduleId": 0, "start": 2820, "type": "TagDeclarator", "value": "line003" @@ -12956,6 +13004,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 4704, "end": 4712, + "moduleId": 0, "start": 4704, "type": "TagDeclarator", "value": "line010" @@ -12969,6 +13018,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 4783, "end": 4791, + "moduleId": 0, "start": 4783, "type": "TagDeclarator", "value": "line011" @@ -12982,6 +13032,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 4842, "end": 4850, + "moduleId": 0, "start": 4842, "type": "TagDeclarator", "value": "line012" @@ -12995,6 +13046,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 4869, "end": 4877, + "moduleId": 0, "start": 4869, "type": "TagDeclarator", "value": "line013" @@ -13018,6 +13070,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 4704, "end": 4712, + "moduleId": 0, "start": 4704, "type": "TagDeclarator", "value": "line010" @@ -13043,6 +13096,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 4783, "end": 4791, + "moduleId": 0, "start": 4783, "type": "TagDeclarator", "value": "line011" @@ -13068,6 +13122,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 4842, "end": 4850, + "moduleId": 0, "start": 4842, "type": "TagDeclarator", "value": "line012" @@ -13093,6 +13148,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 4869, "end": 4877, + "moduleId": 0, "start": 4869, "type": "TagDeclarator", "value": "line013" @@ -14306,6 +14362,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5465, "end": 5473, + "moduleId": 0, "start": 5465, "type": "TagDeclarator", "value": "line000" @@ -14319,6 +14376,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5585, "end": 5592, + "moduleId": 0, "start": 5585, "type": "TagDeclarator", "value": "arc000" @@ -14332,6 +14390,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5705, "end": 5713, + "moduleId": 0, "start": 5705, "type": "TagDeclarator", "value": "line001" @@ -14390,6 +14449,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5465, "end": 5473, + "moduleId": 0, "start": 5465, "type": "TagDeclarator", "value": "line000" @@ -14421,6 +14481,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5585, "end": 5592, + "moduleId": 0, "start": 5585, "type": "TagDeclarator", "value": "arc000" @@ -14446,6 +14507,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5705, "end": 5713, + "moduleId": 0, "start": 5705, "type": "TagDeclarator", "value": "line001" @@ -14646,6 +14708,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5465, "end": 5473, + "moduleId": 0, "start": 5465, "type": "TagDeclarator", "value": "line000" @@ -14659,6 +14722,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5585, "end": 5592, + "moduleId": 0, "start": 5585, "type": "TagDeclarator", "value": "arc000" @@ -14672,6 +14736,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5705, "end": 5713, + "moduleId": 0, "start": 5705, "type": "TagDeclarator", "value": "line001" @@ -14730,6 +14795,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5465, "end": 5473, + "moduleId": 0, "start": 5465, "type": "TagDeclarator", "value": "line000" @@ -14761,6 +14827,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5585, "end": 5592, + "moduleId": 0, "start": 5585, "type": "TagDeclarator", "value": "arc000" @@ -14786,6 +14853,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5705, "end": 5713, + "moduleId": 0, "start": 5705, "type": "TagDeclarator", "value": "line001" @@ -14991,6 +15059,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5465, "end": 5473, + "moduleId": 0, "start": 5465, "type": "TagDeclarator", "value": "line000" @@ -15004,6 +15073,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5585, "end": 5592, + "moduleId": 0, "start": 5585, "type": "TagDeclarator", "value": "arc000" @@ -15017,6 +15087,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5705, "end": 5713, + "moduleId": 0, "start": 5705, "type": "TagDeclarator", "value": "line001" @@ -15075,6 +15146,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5465, "end": 5473, + "moduleId": 0, "start": 5465, "type": "TagDeclarator", "value": "line000" @@ -15106,6 +15178,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5585, "end": 5592, + "moduleId": 0, "start": 5585, "type": "TagDeclarator", "value": "arc000" @@ -15131,6 +15204,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5705, "end": 5713, + "moduleId": 0, "start": 5705, "type": "TagDeclarator", "value": "line001" @@ -15331,6 +15405,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5465, "end": 5473, + "moduleId": 0, "start": 5465, "type": "TagDeclarator", "value": "line000" @@ -15344,6 +15419,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5585, "end": 5592, + "moduleId": 0, "start": 5585, "type": "TagDeclarator", "value": "arc000" @@ -15357,6 +15433,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5705, "end": 5713, + "moduleId": 0, "start": 5705, "type": "TagDeclarator", "value": "line001" @@ -15415,6 +15492,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5465, "end": 5473, + "moduleId": 0, "start": 5465, "type": "TagDeclarator", "value": "line000" @@ -15446,6 +15524,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5585, "end": 5592, + "moduleId": 0, "start": 5585, "type": "TagDeclarator", "value": "arc000" @@ -15471,6 +15550,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5705, "end": 5713, + "moduleId": 0, "start": 5705, "type": "TagDeclarator", "value": "line001" @@ -15693,6 +15773,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5465, "end": 5473, + "moduleId": 0, "start": 5465, "type": "TagDeclarator", "value": "line000" @@ -15706,6 +15787,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5585, "end": 5592, + "moduleId": 0, "start": 5585, "type": "TagDeclarator", "value": "arc000" @@ -15719,6 +15801,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5705, "end": 5713, + "moduleId": 0, "start": 5705, "type": "TagDeclarator", "value": "line001" @@ -15777,6 +15860,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5465, "end": 5473, + "moduleId": 0, "start": 5465, "type": "TagDeclarator", "value": "line000" @@ -15808,6 +15892,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5585, "end": 5592, + "moduleId": 0, "start": 5585, "type": "TagDeclarator", "value": "arc000" @@ -15833,6 +15918,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5705, "end": 5713, + "moduleId": 0, "start": 5705, "type": "TagDeclarator", "value": "line001" @@ -16033,6 +16119,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5465, "end": 5473, + "moduleId": 0, "start": 5465, "type": "TagDeclarator", "value": "line000" @@ -16046,6 +16133,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5585, "end": 5592, + "moduleId": 0, "start": 5585, "type": "TagDeclarator", "value": "arc000" @@ -16059,6 +16147,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5705, "end": 5713, + "moduleId": 0, "start": 5705, "type": "TagDeclarator", "value": "line001" @@ -16117,6 +16206,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5465, "end": 5473, + "moduleId": 0, "start": 5465, "type": "TagDeclarator", "value": "line000" @@ -16148,6 +16238,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5585, "end": 5592, + "moduleId": 0, "start": 5585, "type": "TagDeclarator", "value": "arc000" @@ -16173,6 +16264,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5705, "end": 5713, + "moduleId": 0, "start": 5705, "type": "TagDeclarator", "value": "line001" @@ -16388,6 +16480,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5465, "end": 5473, + "moduleId": 0, "start": 5465, "type": "TagDeclarator", "value": "line000" @@ -16401,6 +16494,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5585, "end": 5592, + "moduleId": 0, "start": 5585, "type": "TagDeclarator", "value": "arc000" @@ -16414,6 +16508,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5705, "end": 5713, + "moduleId": 0, "start": 5705, "type": "TagDeclarator", "value": "line001" @@ -16472,6 +16567,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5465, "end": 5473, + "moduleId": 0, "start": 5465, "type": "TagDeclarator", "value": "line000" @@ -16503,6 +16599,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5585, "end": 5592, + "moduleId": 0, "start": 5585, "type": "TagDeclarator", "value": "arc000" @@ -16528,6 +16625,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5705, "end": 5713, + "moduleId": 0, "start": 5705, "type": "TagDeclarator", "value": "line001" @@ -16728,6 +16826,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5465, "end": 5473, + "moduleId": 0, "start": 5465, "type": "TagDeclarator", "value": "line000" @@ -16741,6 +16840,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5585, "end": 5592, + "moduleId": 0, "start": 5585, "type": "TagDeclarator", "value": "arc000" @@ -16754,6 +16854,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5705, "end": 5713, + "moduleId": 0, "start": 5705, "type": "TagDeclarator", "value": "line001" @@ -16812,6 +16913,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5465, "end": 5473, + "moduleId": 0, "start": 5465, "type": "TagDeclarator", "value": "line000" @@ -16843,6 +16945,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5585, "end": 5592, + "moduleId": 0, "start": 5585, "type": "TagDeclarator", "value": "arc000" @@ -16868,6 +16971,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5705, "end": 5713, + "moduleId": 0, "start": 5705, "type": "TagDeclarator", "value": "line001" @@ -17068,6 +17172,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5465, "end": 5473, + "moduleId": 0, "start": 5465, "type": "TagDeclarator", "value": "line000" @@ -17081,6 +17186,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5585, "end": 5592, + "moduleId": 0, "start": 5585, "type": "TagDeclarator", "value": "arc000" @@ -17094,6 +17200,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5705, "end": 5713, + "moduleId": 0, "start": 5705, "type": "TagDeclarator", "value": "line001" @@ -17152,6 +17259,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5465, "end": 5473, + "moduleId": 0, "start": 5465, "type": "TagDeclarator", "value": "line000" @@ -17183,6 +17291,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5585, "end": 5592, + "moduleId": 0, "start": 5585, "type": "TagDeclarator", "value": "arc000" @@ -17208,6 +17317,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5705, "end": 5713, + "moduleId": 0, "start": 5705, "type": "TagDeclarator", "value": "line001" @@ -17408,6 +17518,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5465, "end": 5473, + "moduleId": 0, "start": 5465, "type": "TagDeclarator", "value": "line000" @@ -17421,6 +17532,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5585, "end": 5592, + "moduleId": 0, "start": 5585, "type": "TagDeclarator", "value": "arc000" @@ -17434,6 +17546,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5705, "end": 5713, + "moduleId": 0, "start": 5705, "type": "TagDeclarator", "value": "line001" @@ -17492,6 +17605,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5465, "end": 5473, + "moduleId": 0, "start": 5465, "type": "TagDeclarator", "value": "line000" @@ -17523,6 +17637,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5585, "end": 5592, + "moduleId": 0, "start": 5585, "type": "TagDeclarator", "value": "arc000" @@ -17548,6 +17663,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5705, "end": 5713, + "moduleId": 0, "start": 5705, "type": "TagDeclarator", "value": "line001" @@ -17816,6 +17932,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5465, "end": 5473, + "moduleId": 0, "start": 5465, "type": "TagDeclarator", "value": "line000" @@ -17829,6 +17946,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5585, "end": 5592, + "moduleId": 0, "start": 5585, "type": "TagDeclarator", "value": "arc000" @@ -17842,6 +17960,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5705, "end": 5713, + "moduleId": 0, "start": 5705, "type": "TagDeclarator", "value": "line001" @@ -17900,6 +18019,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5465, "end": 5473, + "moduleId": 0, "start": 5465, "type": "TagDeclarator", "value": "line000" @@ -17931,6 +18051,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5585, "end": 5592, + "moduleId": 0, "start": 5585, "type": "TagDeclarator", "value": "arc000" @@ -17956,6 +18077,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5705, "end": 5713, + "moduleId": 0, "start": 5705, "type": "TagDeclarator", "value": "line001" @@ -18156,6 +18278,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5465, "end": 5473, + "moduleId": 0, "start": 5465, "type": "TagDeclarator", "value": "line000" @@ -18169,6 +18292,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5585, "end": 5592, + "moduleId": 0, "start": 5585, "type": "TagDeclarator", "value": "arc000" @@ -18182,6 +18306,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5705, "end": 5713, + "moduleId": 0, "start": 5705, "type": "TagDeclarator", "value": "line001" @@ -18240,6 +18365,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5465, "end": 5473, + "moduleId": 0, "start": 5465, "type": "TagDeclarator", "value": "line000" @@ -18271,6 +18397,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5585, "end": 5592, + "moduleId": 0, "start": 5585, "type": "TagDeclarator", "value": "arc000" @@ -18296,6 +18423,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 5705, "end": 5713, + "moduleId": 0, "start": 5705, "type": "TagDeclarator", "value": "line001" @@ -18565,6 +18693,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2664, "end": 2672, + "moduleId": 0, "start": 2664, "type": "TagDeclarator", "value": "line000" @@ -18578,6 +18707,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2734, "end": 2742, + "moduleId": 0, "start": 2734, "type": "TagDeclarator", "value": "line001" @@ -18591,6 +18721,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2793, "end": 2801, + "moduleId": 0, "start": 2793, "type": "TagDeclarator", "value": "line002" @@ -18604,6 +18735,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2820, "end": 2828, + "moduleId": 0, "start": 2820, "type": "TagDeclarator", "value": "line003" @@ -18627,6 +18759,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2664, "end": 2672, + "moduleId": 0, "start": 2664, "type": "TagDeclarator", "value": "line000" @@ -18652,6 +18785,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2734, "end": 2742, + "moduleId": 0, "start": 2734, "type": "TagDeclarator", "value": "line001" @@ -18677,6 +18811,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2793, "end": 2801, + "moduleId": 0, "start": 2793, "type": "TagDeclarator", "value": "line002" @@ -18702,6 +18837,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2820, "end": 2828, + "moduleId": 0, "start": 2820, "type": "TagDeclarator", "value": "line003" @@ -18985,6 +19121,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2664, "end": 2672, + "moduleId": 0, "start": 2664, "type": "TagDeclarator", "value": "line000" @@ -18998,6 +19135,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2734, "end": 2742, + "moduleId": 0, "start": 2734, "type": "TagDeclarator", "value": "line001" @@ -19011,6 +19149,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2793, "end": 2801, + "moduleId": 0, "start": 2793, "type": "TagDeclarator", "value": "line002" @@ -19024,6 +19163,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2820, "end": 2828, + "moduleId": 0, "start": 2820, "type": "TagDeclarator", "value": "line003" @@ -19047,6 +19187,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2664, "end": 2672, + "moduleId": 0, "start": 2664, "type": "TagDeclarator", "value": "line000" @@ -19072,6 +19213,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2734, "end": 2742, + "moduleId": 0, "start": 2734, "type": "TagDeclarator", "value": "line001" @@ -19097,6 +19239,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2793, "end": 2801, + "moduleId": 0, "start": 2793, "type": "TagDeclarator", "value": "line002" @@ -19122,6 +19265,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2820, "end": 2828, + "moduleId": 0, "start": 2820, "type": "TagDeclarator", "value": "line003" @@ -19405,6 +19549,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2664, "end": 2672, + "moduleId": 0, "start": 2664, "type": "TagDeclarator", "value": "line000" @@ -19418,6 +19563,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2734, "end": 2742, + "moduleId": 0, "start": 2734, "type": "TagDeclarator", "value": "line001" @@ -19431,6 +19577,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2793, "end": 2801, + "moduleId": 0, "start": 2793, "type": "TagDeclarator", "value": "line002" @@ -19444,6 +19591,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2820, "end": 2828, + "moduleId": 0, "start": 2820, "type": "TagDeclarator", "value": "line003" @@ -19467,6 +19615,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2664, "end": 2672, + "moduleId": 0, "start": 2664, "type": "TagDeclarator", "value": "line000" @@ -19492,6 +19641,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2734, "end": 2742, + "moduleId": 0, "start": 2734, "type": "TagDeclarator", "value": "line001" @@ -19517,6 +19667,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2793, "end": 2801, + "moduleId": 0, "start": 2793, "type": "TagDeclarator", "value": "line002" @@ -19542,6 +19693,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2820, "end": 2828, + "moduleId": 0, "start": 2820, "type": "TagDeclarator", "value": "line003" @@ -19825,6 +19977,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2664, "end": 2672, + "moduleId": 0, "start": 2664, "type": "TagDeclarator", "value": "line000" @@ -19838,6 +19991,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2734, "end": 2742, + "moduleId": 0, "start": 2734, "type": "TagDeclarator", "value": "line001" @@ -19851,6 +20005,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2793, "end": 2801, + "moduleId": 0, "start": 2793, "type": "TagDeclarator", "value": "line002" @@ -19864,6 +20019,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2820, "end": 2828, + "moduleId": 0, "start": 2820, "type": "TagDeclarator", "value": "line003" @@ -19887,6 +20043,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2664, "end": 2672, + "moduleId": 0, "start": 2664, "type": "TagDeclarator", "value": "line000" @@ -19912,6 +20069,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2734, "end": 2742, + "moduleId": 0, "start": 2734, "type": "TagDeclarator", "value": "line001" @@ -19937,6 +20095,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2793, "end": 2801, + "moduleId": 0, "start": 2793, "type": "TagDeclarator", "value": "line002" @@ -19962,6 +20121,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2820, "end": 2828, + "moduleId": 0, "start": 2820, "type": "TagDeclarator", "value": "line003" @@ -21551,6 +21711,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2664, "end": 2672, + "moduleId": 0, "start": 2664, "type": "TagDeclarator", "value": "line000" @@ -21564,6 +21725,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2734, "end": 2742, + "moduleId": 0, "start": 2734, "type": "TagDeclarator", "value": "line001" @@ -21577,6 +21739,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2793, "end": 2801, + "moduleId": 0, "start": 2793, "type": "TagDeclarator", "value": "line002" @@ -21590,6 +21753,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2820, "end": 2828, + "moduleId": 0, "start": 2820, "type": "TagDeclarator", "value": "line003" @@ -21613,6 +21777,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2664, "end": 2672, + "moduleId": 0, "start": 2664, "type": "TagDeclarator", "value": "line000" @@ -21638,6 +21803,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2734, "end": 2742, + "moduleId": 0, "start": 2734, "type": "TagDeclarator", "value": "line001" @@ -21663,6 +21829,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2793, "end": 2801, + "moduleId": 0, "start": 2793, "type": "TagDeclarator", "value": "line002" @@ -21688,6 +21855,7 @@ description: Variables in memory after executing gridfinity-bins-stacking-lip.kc "tag": { "commentStart": 2820, "end": 2828, + "moduleId": 0, "start": 2820, "type": "TagDeclarator", "value": "line003" diff --git a/rust/kcl-lib/tests/kcl_samples/gridfinity-bins/ast.snap b/rust/kcl-lib/tests/kcl_samples/gridfinity-bins/ast.snap index 4c99656ef..c8cc367bd 100644 --- a/rust/kcl-lib/tests/kcl_samples/gridfinity-bins/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/gridfinity-bins/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing gridfinity-bins.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing gridfinity-bins.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "41.5", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing gridfinity-bins.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define parameters" ], @@ -49,6 +53,7 @@ description: Result of parsing gridfinity-bins.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binHeight", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing gridfinity-bins.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7.0", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing gridfinity-bins.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing gridfinity-bins.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binBaseLength", "start": 0, "type": "Identifier" @@ -89,6 +98,7 @@ description: Result of parsing gridfinity-bins.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.95", "start": 0, "type": "Literal", @@ -98,11 +108,13 @@ description: Result of parsing gridfinity-bins.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -115,6 +127,7 @@ description: Result of parsing gridfinity-bins.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -122,6 +135,7 @@ description: Result of parsing gridfinity-bins.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25", "start": 0, "type": "Literal", @@ -131,11 +145,13 @@ description: Result of parsing gridfinity-bins.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -148,6 +164,7 @@ description: Result of parsing gridfinity-bins.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binThk", "start": 0, "type": "Identifier" @@ -155,6 +172,7 @@ description: Result of parsing gridfinity-bins.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.2", "start": 0, "type": "Literal", @@ -164,11 +182,13 @@ description: Result of parsing gridfinity-bins.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -181,6 +201,7 @@ description: Result of parsing gridfinity-bins.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cornerRadius", "start": 0, "type": "Identifier" @@ -188,6 +209,7 @@ description: Result of parsing gridfinity-bins.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.75", "start": 0, "type": "Literal", @@ -197,11 +219,13 @@ description: Result of parsing gridfinity-bins.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -214,6 +238,7 @@ description: Result of parsing gridfinity-bins.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "firstStep", "start": 0, "type": "Identifier" @@ -221,6 +246,7 @@ description: Result of parsing gridfinity-bins.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8", "start": 0, "type": "Literal", @@ -230,11 +256,13 @@ description: Result of parsing gridfinity-bins.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -247,6 +275,7 @@ description: Result of parsing gridfinity-bins.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "secondStep", "start": 0, "type": "Identifier" @@ -254,6 +283,7 @@ description: Result of parsing gridfinity-bins.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.8", "start": 0, "type": "Literal", @@ -263,11 +293,13 @@ description: Result of parsing gridfinity-bins.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -280,6 +312,7 @@ description: Result of parsing gridfinity-bins.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thirdStep", "start": 0, "type": "Identifier" @@ -287,6 +320,7 @@ description: Result of parsing gridfinity-bins.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.15", "start": 0, "type": "Literal", @@ -296,11 +330,13 @@ description: Result of parsing gridfinity-bins.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -313,6 +349,7 @@ description: Result of parsing gridfinity-bins.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magOuterDiam", "start": 0, "type": "Identifier" @@ -320,6 +357,7 @@ description: Result of parsing gridfinity-bins.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6.5", "start": 0, "type": "Literal", @@ -329,11 +367,13 @@ description: Result of parsing gridfinity-bins.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -346,6 +386,7 @@ description: Result of parsing gridfinity-bins.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magOffset", "start": 0, "type": "Identifier" @@ -353,6 +394,7 @@ description: Result of parsing gridfinity-bins.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.8", "start": 0, "type": "Literal", @@ -362,11 +404,13 @@ description: Result of parsing gridfinity-bins.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -379,6 +423,7 @@ description: Result of parsing gridfinity-bins.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magDepth", "start": 0, "type": "Identifier" @@ -386,6 +431,7 @@ description: Result of parsing gridfinity-bins.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.4", "start": 0, "type": "Literal", @@ -395,11 +441,13 @@ description: Result of parsing gridfinity-bins.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -412,6 +460,7 @@ description: Result of parsing gridfinity-bins.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinWidth", "start": 0, "type": "Identifier" @@ -419,6 +468,7 @@ description: Result of parsing gridfinity-bins.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -428,11 +478,13 @@ description: Result of parsing gridfinity-bins.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -450,6 +502,7 @@ description: Result of parsing gridfinity-bins.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinLength", "start": 0, "type": "Identifier" @@ -457,6 +510,7 @@ description: Result of parsing gridfinity-bins.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -466,11 +520,13 @@ description: Result of parsing gridfinity-bins.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -483,6 +539,7 @@ description: Result of parsing gridfinity-bins.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinHeight", "start": 0, "type": "Identifier" @@ -490,6 +547,7 @@ description: Result of parsing gridfinity-bins.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -499,11 +557,13 @@ description: Result of parsing gridfinity-bins.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -516,6 +576,7 @@ description: Result of parsing gridfinity-bins.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -530,9 +591,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "firstStep", "start": 0, "type": "Identifier" @@ -542,14 +605,17 @@ description: Result of parsing gridfinity-bins.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "secondStep", "start": 0, "type": "Identifier" @@ -563,14 +629,17 @@ description: Result of parsing gridfinity-bins.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thirdStep", "start": 0, "type": "Identifier" @@ -584,11 +653,13 @@ description: Result of parsing gridfinity-bins.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -606,6 +677,7 @@ description: Result of parsing gridfinity-bins.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -621,6 +693,7 @@ description: Result of parsing gridfinity-bins.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faceSketch", "start": 0, "type": "Identifier" @@ -628,13 +701,16 @@ description: Result of parsing gridfinity-bins.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -645,6 +721,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -652,9 +729,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane", "start": 0, "type": "Identifier" @@ -672,6 +751,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -686,9 +766,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binBaseLength", "start": 0, "type": "Identifier" @@ -698,14 +780,17 @@ description: Result of parsing gridfinity-bins.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -722,6 +807,7 @@ description: Result of parsing gridfinity-bins.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -733,6 +819,7 @@ description: Result of parsing gridfinity-bins.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -743,9 +830,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -756,6 +845,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -768,6 +858,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -776,9 +867,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -794,9 +887,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -807,6 +902,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -819,6 +915,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -828,9 +925,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binBaseLength", "start": 0, "type": "Identifier" @@ -842,6 +941,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -853,9 +953,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -866,6 +968,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -878,6 +981,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -886,6 +990,7 @@ description: Result of parsing gridfinity-bins.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "45", "start": 0, "type": "Literal", @@ -897,6 +1002,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -908,6 +1014,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lengthY", "start": 0, "type": "Identifier" @@ -916,9 +1023,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thirdStep", "start": 0, "type": "Identifier" @@ -934,9 +1043,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -947,6 +1058,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -959,6 +1071,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -968,9 +1081,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "secondStep", "start": 0, "type": "Identifier" @@ -982,6 +1097,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -993,9 +1109,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1006,6 +1124,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1018,6 +1137,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1026,6 +1146,7 @@ description: Result of parsing gridfinity-bins.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "45", "start": 0, "type": "Literal", @@ -1037,6 +1158,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1048,6 +1170,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lengthY", "start": 0, "type": "Identifier" @@ -1056,9 +1179,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "firstStep", "start": 0, "type": "Identifier" @@ -1074,9 +1199,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1087,19 +1214,23 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1110,6 +1241,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1118,15 +1250,18 @@ description: Result of parsing gridfinity-bins.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1136,9 +1271,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faceSketch", "start": 0, "type": "Identifier" @@ -1150,6 +1287,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -1157,16 +1295,19 @@ description: Result of parsing gridfinity-bins.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane", "start": 0, "type": "Identifier" @@ -1178,11 +1319,13 @@ description: Result of parsing gridfinity-bins.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "", "", @@ -1200,6 +1343,7 @@ description: Result of parsing gridfinity-bins.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "singleSide", "start": 0, "type": "Identifier" @@ -1211,6 +1355,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1222,9 +1367,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -1234,6 +1381,7 @@ description: Result of parsing gridfinity-bins.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -1242,9 +1390,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cornerRadius", "start": 0, "type": "Identifier" @@ -1254,10 +1404,12 @@ description: Result of parsing gridfinity-bins.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1281,9 +1433,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1294,17 +1448,21 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -1315,6 +1473,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1325,6 +1484,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -1336,9 +1496,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cornerRadius", "start": 0, "type": "Identifier" @@ -1348,14 +1510,17 @@ description: Result of parsing gridfinity-bins.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -1375,9 +1540,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -1388,6 +1555,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1395,9 +1563,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -1410,11 +1580,13 @@ description: Result of parsing gridfinity-bins.kcl } } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1432,6 +1604,7 @@ description: Result of parsing gridfinity-bins.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sides", "start": 0, "type": "Identifier" @@ -1443,6 +1616,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -1450,6 +1624,7 @@ description: Result of parsing gridfinity-bins.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -1465,6 +1640,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -1475,6 +1651,7 @@ description: Result of parsing gridfinity-bins.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1487,6 +1664,7 @@ description: Result of parsing gridfinity-bins.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1499,6 +1677,7 @@ description: Result of parsing gridfinity-bins.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1510,6 +1689,7 @@ description: Result of parsing gridfinity-bins.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1520,6 +1700,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1537,9 +1718,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -1549,6 +1732,7 @@ description: Result of parsing gridfinity-bins.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -1556,6 +1740,7 @@ description: Result of parsing gridfinity-bins.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1565,14 +1750,17 @@ description: Result of parsing gridfinity-bins.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -1590,10 +1778,12 @@ description: Result of parsing gridfinity-bins.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1617,9 +1807,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -1629,6 +1821,7 @@ description: Result of parsing gridfinity-bins.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -1636,6 +1829,7 @@ description: Result of parsing gridfinity-bins.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1645,14 +1839,17 @@ description: Result of parsing gridfinity-bins.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -1670,10 +1867,12 @@ description: Result of parsing gridfinity-bins.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1690,6 +1889,7 @@ description: Result of parsing gridfinity-bins.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1701,6 +1901,7 @@ description: Result of parsing gridfinity-bins.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1711,6 +1912,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -1718,6 +1920,7 @@ description: Result of parsing gridfinity-bins.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -1733,6 +1936,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -1740,6 +1944,7 @@ description: Result of parsing gridfinity-bins.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -1752,9 +1957,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular3d", "start": 0, "type": "Identifier" @@ -1765,6 +1972,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1772,9 +1980,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "singleSide", "start": 0, "type": "Identifier" @@ -1785,11 +1995,13 @@ description: Result of parsing gridfinity-bins.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1807,6 +2019,7 @@ description: Result of parsing gridfinity-bins.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis000", "start": 0, "type": "Identifier" @@ -1814,6 +2027,7 @@ description: Result of parsing gridfinity-bins.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -1821,10 +2035,12 @@ description: Result of parsing gridfinity-bins.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "direction", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -1833,6 +2049,7 @@ description: Result of parsing gridfinity-bins.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -1845,6 +2062,7 @@ description: Result of parsing gridfinity-bins.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -1856,6 +2074,7 @@ description: Result of parsing gridfinity-bins.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1867,10 +2086,12 @@ description: Result of parsing gridfinity-bins.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "origin", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -1883,9 +2104,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cornerRadius", "start": 0, "type": "Identifier" @@ -1895,14 +2118,17 @@ description: Result of parsing gridfinity-bins.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -1923,9 +2149,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cornerRadius", "start": 0, "type": "Identifier" @@ -1935,14 +2163,17 @@ description: Result of parsing gridfinity-bins.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -1958,6 +2189,7 @@ description: Result of parsing gridfinity-bins.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1968,11 +2200,13 @@ description: Result of parsing gridfinity-bins.kcl "type": "ObjectExpression", "type": "ObjectExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1990,6 +2224,7 @@ description: Result of parsing gridfinity-bins.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "singleCorner", "start": 0, "type": "Identifier" @@ -2001,6 +2236,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2009,6 +2245,7 @@ description: Result of parsing gridfinity-bins.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -2020,6 +2257,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2031,6 +2269,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -2039,9 +2278,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis000", "start": 0, "type": "Identifier" @@ -2057,9 +2298,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -2070,17 +2313,21 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -2091,6 +2338,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2101,6 +2349,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -2112,9 +2361,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cornerRadius", "start": 0, "type": "Identifier" @@ -2124,14 +2375,17 @@ description: Result of parsing gridfinity-bins.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -2151,9 +2405,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -2164,6 +2420,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2171,9 +2428,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -2186,11 +2445,13 @@ description: Result of parsing gridfinity-bins.kcl } } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2208,6 +2469,7 @@ description: Result of parsing gridfinity-bins.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corners", "start": 0, "type": "Identifier" @@ -2219,6 +2481,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -2226,6 +2489,7 @@ description: Result of parsing gridfinity-bins.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -2241,6 +2505,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -2251,6 +2516,7 @@ description: Result of parsing gridfinity-bins.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2263,6 +2529,7 @@ description: Result of parsing gridfinity-bins.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2275,6 +2542,7 @@ description: Result of parsing gridfinity-bins.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -2286,6 +2554,7 @@ description: Result of parsing gridfinity-bins.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2296,6 +2565,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -2313,9 +2583,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -2325,6 +2597,7 @@ description: Result of parsing gridfinity-bins.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -2332,6 +2605,7 @@ description: Result of parsing gridfinity-bins.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2341,14 +2615,17 @@ description: Result of parsing gridfinity-bins.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -2366,10 +2643,12 @@ description: Result of parsing gridfinity-bins.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2393,9 +2672,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -2405,6 +2686,7 @@ description: Result of parsing gridfinity-bins.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -2412,6 +2694,7 @@ description: Result of parsing gridfinity-bins.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2421,14 +2704,17 @@ description: Result of parsing gridfinity-bins.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -2446,10 +2732,12 @@ description: Result of parsing gridfinity-bins.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2466,6 +2754,7 @@ description: Result of parsing gridfinity-bins.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2477,6 +2766,7 @@ description: Result of parsing gridfinity-bins.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2487,6 +2777,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -2494,6 +2785,7 @@ description: Result of parsing gridfinity-bins.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -2509,6 +2801,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -2516,6 +2809,7 @@ description: Result of parsing gridfinity-bins.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -2528,9 +2822,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular3d", "start": 0, "type": "Identifier" @@ -2541,6 +2837,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2548,9 +2845,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "singleCorner", "start": 0, "type": "Identifier" @@ -2561,11 +2860,13 @@ description: Result of parsing gridfinity-bins.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2583,6 +2884,7 @@ description: Result of parsing gridfinity-bins.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "singleBinFill", "start": 0, "type": "Identifier" @@ -2590,13 +2892,16 @@ description: Result of parsing gridfinity-bins.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2607,6 +2912,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2614,9 +2920,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -2634,6 +2942,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -2648,9 +2957,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binBaseLength", "start": 0, "type": "Identifier" @@ -2660,14 +2971,17 @@ description: Result of parsing gridfinity-bins.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -2688,9 +3002,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binBaseLength", "start": 0, "type": "Identifier" @@ -2700,14 +3016,17 @@ description: Result of parsing gridfinity-bins.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -2723,6 +3042,7 @@ description: Result of parsing gridfinity-bins.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2733,9 +3053,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -2746,6 +3068,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2758,6 +3081,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2772,9 +3096,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -2784,6 +3110,7 @@ description: Result of parsing gridfinity-bins.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -2792,9 +3119,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binBaseLength", "start": 0, "type": "Identifier" @@ -2804,10 +3133,12 @@ description: Result of parsing gridfinity-bins.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2828,6 +3159,7 @@ description: Result of parsing gridfinity-bins.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2839,6 +3171,7 @@ description: Result of parsing gridfinity-bins.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2849,6 +3182,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -2856,6 +3190,7 @@ description: Result of parsing gridfinity-bins.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -2867,9 +3202,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2880,6 +3217,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2892,6 +3230,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2902,6 +3241,7 @@ description: Result of parsing gridfinity-bins.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2918,9 +3258,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -2930,6 +3272,7 @@ description: Result of parsing gridfinity-bins.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -2938,9 +3281,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binBaseLength", "start": 0, "type": "Identifier" @@ -2950,10 +3295,12 @@ description: Result of parsing gridfinity-bins.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2973,6 +3320,7 @@ description: Result of parsing gridfinity-bins.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2983,6 +3331,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -2990,6 +3339,7 @@ description: Result of parsing gridfinity-bins.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -3001,9 +3351,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3014,6 +3366,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3026,18 +3379,22 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -3048,12 +3405,14 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3065,6 +3424,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -3072,6 +3432,7 @@ description: Result of parsing gridfinity-bins.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -3083,9 +3444,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -3096,6 +3459,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3108,6 +3472,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -3115,6 +3480,7 @@ description: Result of parsing gridfinity-bins.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -3126,9 +3492,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -3139,6 +3507,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3151,6 +3520,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3159,9 +3529,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -3177,9 +3549,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -3190,6 +3564,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3202,6 +3577,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3210,9 +3586,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "firstStep", "start": 0, "type": "Identifier" @@ -3228,6 +3606,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -3236,13 +3615,16 @@ description: Result of parsing gridfinity-bins.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -3253,6 +3635,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3260,9 +3643,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line000", "start": 0, "type": "Identifier" @@ -3274,13 +3659,16 @@ description: Result of parsing gridfinity-bins.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getPreviousAdjacentEdge", "start": 0, "type": "Identifier" @@ -3291,6 +3679,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3298,9 +3687,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line000", "start": 0, "type": "Identifier" @@ -3312,13 +3703,16 @@ description: Result of parsing gridfinity-bins.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -3329,6 +3723,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3336,9 +3731,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line002", "start": 0, "type": "Identifier" @@ -3350,13 +3747,16 @@ description: Result of parsing gridfinity-bins.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getPreviousAdjacentEdge", "start": 0, "type": "Identifier" @@ -3367,6 +3767,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3374,9 +3775,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line002", "start": 0, "type": "Identifier" @@ -3389,6 +3792,7 @@ description: Result of parsing gridfinity-bins.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3399,9 +3803,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -3412,6 +3818,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3420,15 +3827,18 @@ description: Result of parsing gridfinity-bins.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3441,6 +3851,7 @@ description: Result of parsing gridfinity-bins.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magCutout000", "start": 0, "type": "Identifier" @@ -3454,6 +3865,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -3462,9 +3874,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "START", "start": 0, "type": "Identifier" @@ -3480,9 +3894,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -3493,6 +3909,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3500,9 +3917,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "singleBinFill", "start": 0, "type": "Identifier" @@ -3520,6 +3939,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -3538,9 +3958,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magOffset", "start": 0, "type": "Identifier" @@ -3552,19 +3974,23 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binBaseLength", "start": 0, "type": "Identifier" @@ -3578,14 +4004,17 @@ description: Result of parsing gridfinity-bins.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -3609,9 +4038,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magOffset", "start": 0, "type": "Identifier" @@ -3621,14 +4052,17 @@ description: Result of parsing gridfinity-bins.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binBaseLength", "start": 0, "type": "Identifier" @@ -3642,14 +4076,17 @@ description: Result of parsing gridfinity-bins.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -3665,6 +4102,7 @@ description: Result of parsing gridfinity-bins.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3675,6 +4113,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3686,9 +4125,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magOuterDiam", "start": 0, "type": "Identifier" @@ -3698,10 +4139,12 @@ description: Result of parsing gridfinity-bins.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3721,9 +4164,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -3734,6 +4179,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3746,6 +4192,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -3753,6 +4200,7 @@ description: Result of parsing gridfinity-bins.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -3768,6 +4216,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -3786,9 +4235,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -3800,11 +4251,13 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -3812,6 +4265,7 @@ description: Result of parsing gridfinity-bins.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3821,14 +4275,17 @@ description: Result of parsing gridfinity-bins.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -3846,10 +4303,12 @@ description: Result of parsing gridfinity-bins.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3873,9 +4332,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -3885,6 +4346,7 @@ description: Result of parsing gridfinity-bins.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -3892,6 +4354,7 @@ description: Result of parsing gridfinity-bins.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3901,14 +4364,17 @@ description: Result of parsing gridfinity-bins.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -3926,10 +4392,12 @@ description: Result of parsing gridfinity-bins.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3945,6 +4413,7 @@ description: Result of parsing gridfinity-bins.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3955,6 +4424,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -3962,6 +4432,7 @@ description: Result of parsing gridfinity-bins.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -3977,6 +4448,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -3984,6 +4456,7 @@ description: Result of parsing gridfinity-bins.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -3996,9 +4469,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular2d", "start": 0, "type": "Identifier" @@ -4009,6 +4484,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4021,6 +4497,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4030,9 +4507,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "magDepth", "start": 0, "type": "Identifier" @@ -4044,6 +4523,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4055,9 +4535,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -4068,6 +4550,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4076,12 +4559,14 @@ description: Result of parsing gridfinity-bins.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "3": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -4098,11 +4583,13 @@ description: Result of parsing gridfinity-bins.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4115,6 +4602,7 @@ description: Result of parsing gridfinity-bins.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binSides", "start": 0, "type": "Identifier" @@ -4128,6 +4616,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -4138,6 +4627,7 @@ description: Result of parsing gridfinity-bins.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -4150,6 +4640,7 @@ description: Result of parsing gridfinity-bins.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -4162,6 +4653,7 @@ description: Result of parsing gridfinity-bins.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -4173,6 +4665,7 @@ description: Result of parsing gridfinity-bins.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4183,6 +4676,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -4191,9 +4685,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinWidth", "start": 0, "type": "Identifier" @@ -4209,6 +4705,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -4220,9 +4717,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -4232,6 +4731,7 @@ description: Result of parsing gridfinity-bins.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -4240,9 +4740,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -4252,10 +4754,12 @@ description: Result of parsing gridfinity-bins.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4279,9 +4783,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -4292,6 +4798,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4299,9 +4806,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sides", "start": 0, "type": "Identifier" @@ -4319,6 +4828,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -4329,6 +4839,7 @@ description: Result of parsing gridfinity-bins.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -4341,6 +4852,7 @@ description: Result of parsing gridfinity-bins.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -4353,6 +4865,7 @@ description: Result of parsing gridfinity-bins.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -4364,6 +4877,7 @@ description: Result of parsing gridfinity-bins.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4374,6 +4888,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -4382,9 +4897,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinLength", "start": 0, "type": "Identifier" @@ -4400,6 +4917,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -4411,9 +4929,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -4423,6 +4943,7 @@ description: Result of parsing gridfinity-bins.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -4431,9 +4952,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -4443,10 +4966,12 @@ description: Result of parsing gridfinity-bins.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4470,9 +4995,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -4483,6 +5010,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4491,12 +5019,14 @@ description: Result of parsing gridfinity-bins.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -4513,11 +5043,13 @@ description: Result of parsing gridfinity-bins.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4530,6 +5062,7 @@ description: Result of parsing gridfinity-bins.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binCorners", "start": 0, "type": "Identifier" @@ -4543,6 +5076,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -4553,6 +5087,7 @@ description: Result of parsing gridfinity-bins.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -4565,6 +5100,7 @@ description: Result of parsing gridfinity-bins.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -4577,6 +5113,7 @@ description: Result of parsing gridfinity-bins.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -4588,6 +5125,7 @@ description: Result of parsing gridfinity-bins.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4598,6 +5136,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -4606,9 +5145,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinWidth", "start": 0, "type": "Identifier" @@ -4624,6 +5165,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -4635,9 +5177,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -4647,6 +5191,7 @@ description: Result of parsing gridfinity-bins.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -4655,9 +5200,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -4667,10 +5214,12 @@ description: Result of parsing gridfinity-bins.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4694,9 +5243,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -4707,6 +5258,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4714,9 +5266,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "corners", "start": 0, "type": "Identifier" @@ -4734,6 +5288,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -4744,6 +5299,7 @@ description: Result of parsing gridfinity-bins.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -4756,6 +5312,7 @@ description: Result of parsing gridfinity-bins.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -4768,6 +5325,7 @@ description: Result of parsing gridfinity-bins.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -4779,6 +5337,7 @@ description: Result of parsing gridfinity-bins.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4789,6 +5348,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -4797,9 +5357,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinLength", "start": 0, "type": "Identifier" @@ -4815,6 +5377,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -4826,9 +5389,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -4838,6 +5403,7 @@ description: Result of parsing gridfinity-bins.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -4846,9 +5412,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -4858,10 +5426,12 @@ description: Result of parsing gridfinity-bins.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4885,9 +5455,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -4898,6 +5470,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4906,12 +5479,14 @@ description: Result of parsing gridfinity-bins.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -4928,11 +5503,13 @@ description: Result of parsing gridfinity-bins.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4945,6 +5522,7 @@ description: Result of parsing gridfinity-bins.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binFill", "start": 0, "type": "Identifier" @@ -4958,6 +5536,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -4968,6 +5547,7 @@ description: Result of parsing gridfinity-bins.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -4980,6 +5560,7 @@ description: Result of parsing gridfinity-bins.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -4992,6 +5573,7 @@ description: Result of parsing gridfinity-bins.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -5003,6 +5585,7 @@ description: Result of parsing gridfinity-bins.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5013,6 +5596,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -5021,9 +5605,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinWidth", "start": 0, "type": "Identifier" @@ -5039,6 +5625,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -5050,9 +5637,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -5062,6 +5651,7 @@ description: Result of parsing gridfinity-bins.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -5070,9 +5660,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -5082,10 +5674,12 @@ description: Result of parsing gridfinity-bins.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5109,9 +5703,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -5122,6 +5718,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5129,9 +5726,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "singleBinFill", "start": 0, "type": "Identifier" @@ -5149,6 +5748,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -5159,6 +5759,7 @@ description: Result of parsing gridfinity-bins.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -5171,6 +5772,7 @@ description: Result of parsing gridfinity-bins.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -5183,6 +5785,7 @@ description: Result of parsing gridfinity-bins.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -5194,6 +5797,7 @@ description: Result of parsing gridfinity-bins.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5204,6 +5808,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -5212,9 +5817,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinLength", "start": 0, "type": "Identifier" @@ -5230,6 +5837,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -5241,9 +5849,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -5253,6 +5863,7 @@ description: Result of parsing gridfinity-bins.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -5261,9 +5872,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -5273,10 +5886,12 @@ description: Result of parsing gridfinity-bins.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5300,9 +5915,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -5313,6 +5930,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5321,12 +5939,14 @@ description: Result of parsing gridfinity-bins.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -5343,11 +5963,13 @@ description: Result of parsing gridfinity-bins.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5360,6 +5982,7 @@ description: Result of parsing gridfinity-bins.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTop", "start": 0, "type": "Identifier" @@ -5367,13 +5990,16 @@ description: Result of parsing gridfinity-bins.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -5384,6 +6010,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5394,6 +6021,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -5402,9 +6030,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -5420,9 +6050,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -5433,6 +6065,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5440,9 +6073,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -5461,6 +6096,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -5471,6 +6107,7 @@ description: Result of parsing gridfinity-bins.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5483,6 +6120,7 @@ description: Result of parsing gridfinity-bins.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5494,6 +6132,7 @@ description: Result of parsing gridfinity-bins.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5504,9 +6143,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -5517,6 +6158,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5529,6 +6171,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5543,9 +6186,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -5555,6 +6200,7 @@ description: Result of parsing gridfinity-bins.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -5562,6 +6208,7 @@ description: Result of parsing gridfinity-bins.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5571,14 +6218,17 @@ description: Result of parsing gridfinity-bins.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -5596,14 +6246,17 @@ description: Result of parsing gridfinity-bins.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinWidth", "start": 0, "type": "Identifier" @@ -5623,6 +6276,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -5630,6 +6284,7 @@ description: Result of parsing gridfinity-bins.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -5641,9 +6296,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -5654,6 +6311,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5666,6 +6324,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5680,9 +6339,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binLength", "start": 0, "type": "Identifier" @@ -5692,6 +6353,7 @@ description: Result of parsing gridfinity-bins.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -5699,6 +6361,7 @@ description: Result of parsing gridfinity-bins.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5708,14 +6371,17 @@ description: Result of parsing gridfinity-bins.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binTol", "start": 0, "type": "Identifier" @@ -5733,14 +6399,17 @@ description: Result of parsing gridfinity-bins.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinLength", "start": 0, "type": "Identifier" @@ -5760,6 +6429,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -5767,6 +6437,7 @@ description: Result of parsing gridfinity-bins.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -5778,9 +6449,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -5791,6 +6464,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5803,18 +6477,22 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -5825,12 +6503,14 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -5842,6 +6522,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -5849,6 +6530,7 @@ description: Result of parsing gridfinity-bins.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -5860,9 +6542,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -5873,6 +6557,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5885,6 +6570,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -5892,6 +6578,7 @@ description: Result of parsing gridfinity-bins.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -5903,9 +6590,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -5916,6 +6605,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5928,6 +6618,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5939,9 +6630,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binHeight", "start": 0, "type": "Identifier" @@ -5951,14 +6644,17 @@ description: Result of parsing gridfinity-bins.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countBinHeight", "start": 0, "type": "Identifier" @@ -5978,9 +6674,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -5991,6 +6689,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6003,6 +6702,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -6011,9 +6711,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cornerRadius", "start": 0, "type": "Identifier" @@ -6029,6 +6731,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -6037,13 +6740,16 @@ description: Result of parsing gridfinity-bins.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -6054,6 +6760,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6061,9 +6768,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line010", "start": 0, "type": "Identifier" @@ -6075,13 +6784,16 @@ description: Result of parsing gridfinity-bins.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getPreviousAdjacentEdge", "start": 0, "type": "Identifier" @@ -6092,6 +6804,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6099,9 +6812,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line010", "start": 0, "type": "Identifier" @@ -6113,13 +6828,16 @@ description: Result of parsing gridfinity-bins.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -6130,6 +6848,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6137,9 +6856,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line012", "start": 0, "type": "Identifier" @@ -6151,13 +6872,16 @@ description: Result of parsing gridfinity-bins.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getPreviousAdjacentEdge", "start": 0, "type": "Identifier" @@ -6168,6 +6892,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6175,9 +6900,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line012", "start": 0, "type": "Identifier" @@ -6190,6 +6917,7 @@ description: Result of parsing gridfinity-bins.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6200,9 +6928,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -6213,6 +6943,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6225,6 +6956,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faces", "start": 0, "type": "Identifier" @@ -6236,9 +6968,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -6250,6 +6984,7 @@ description: Result of parsing gridfinity-bins.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6260,6 +6995,7 @@ description: Result of parsing gridfinity-bins.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -6268,9 +7004,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "binThk", "start": 0, "type": "Identifier" @@ -6286,9 +7024,11 @@ description: Result of parsing gridfinity-bins.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shell", "start": 0, "type": "Identifier" @@ -6299,6 +7039,7 @@ description: Result of parsing gridfinity-bins.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6307,15 +7048,18 @@ description: Result of parsing gridfinity-bins.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6327,9 +7071,11 @@ description: Result of parsing gridfinity-bins.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -6348,19 +7094,23 @@ description: Result of parsing gridfinity-bins.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -6377,15 +7127,18 @@ description: Result of parsing gridfinity-bins.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -6401,12 +7154,14 @@ description: Result of parsing gridfinity-bins.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "21": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -6418,6 +7173,7 @@ description: Result of parsing gridfinity-bins.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -6430,6 +7186,7 @@ description: Result of parsing gridfinity-bins.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/gridfinity-bins/program_memory.snap b/rust/kcl-lib/tests/kcl_samples/gridfinity-bins/program_memory.snap index 4a4d3a99a..5f45adb85 100644 --- a/rust/kcl-lib/tests/kcl_samples/gridfinity-bins/program_memory.snap +++ b/rust/kcl-lib/tests/kcl_samples/gridfinity-bins/program_memory.snap @@ -5505,6 +5505,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2405, "end": 2413, + "moduleId": 0, "start": 2405, "type": "TagDeclarator", "value": "line000" @@ -5518,6 +5519,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2475, "end": 2483, + "moduleId": 0, "start": 2475, "type": "TagDeclarator", "value": "line001" @@ -5531,6 +5533,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2534, "end": 2542, + "moduleId": 0, "start": 2534, "type": "TagDeclarator", "value": "line002" @@ -5544,6 +5547,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2561, "end": 2569, + "moduleId": 0, "start": 2561, "type": "TagDeclarator", "value": "line003" @@ -5567,6 +5571,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2405, "end": 2413, + "moduleId": 0, "start": 2405, "type": "TagDeclarator", "value": "line000" @@ -5592,6 +5597,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2475, "end": 2483, + "moduleId": 0, "start": 2475, "type": "TagDeclarator", "value": "line001" @@ -5617,6 +5623,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2534, "end": 2542, + "moduleId": 0, "start": 2534, "type": "TagDeclarator", "value": "line002" @@ -5642,6 +5649,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2561, "end": 2569, + "moduleId": 0, "start": 2561, "type": "TagDeclarator", "value": "line003" @@ -5825,6 +5833,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2405, "end": 2413, + "moduleId": 0, "start": 2405, "type": "TagDeclarator", "value": "line000" @@ -5838,6 +5847,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2475, "end": 2483, + "moduleId": 0, "start": 2475, "type": "TagDeclarator", "value": "line001" @@ -5851,6 +5861,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2534, "end": 2542, + "moduleId": 0, "start": 2534, "type": "TagDeclarator", "value": "line002" @@ -5864,6 +5875,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2561, "end": 2569, + "moduleId": 0, "start": 2561, "type": "TagDeclarator", "value": "line003" @@ -5887,6 +5899,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2405, "end": 2413, + "moduleId": 0, "start": 2405, "type": "TagDeclarator", "value": "line000" @@ -5912,6 +5925,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2475, "end": 2483, + "moduleId": 0, "start": 2475, "type": "TagDeclarator", "value": "line001" @@ -5937,6 +5951,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2534, "end": 2542, + "moduleId": 0, "start": 2534, "type": "TagDeclarator", "value": "line002" @@ -5962,6 +5977,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2561, "end": 2569, + "moduleId": 0, "start": 2561, "type": "TagDeclarator", "value": "line003" @@ -6145,6 +6161,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2405, "end": 2413, + "moduleId": 0, "start": 2405, "type": "TagDeclarator", "value": "line000" @@ -6158,6 +6175,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2475, "end": 2483, + "moduleId": 0, "start": 2475, "type": "TagDeclarator", "value": "line001" @@ -6171,6 +6189,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2534, "end": 2542, + "moduleId": 0, "start": 2534, "type": "TagDeclarator", "value": "line002" @@ -6184,6 +6203,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2561, "end": 2569, + "moduleId": 0, "start": 2561, "type": "TagDeclarator", "value": "line003" @@ -6207,6 +6227,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2405, "end": 2413, + "moduleId": 0, "start": 2405, "type": "TagDeclarator", "value": "line000" @@ -6232,6 +6253,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2475, "end": 2483, + "moduleId": 0, "start": 2475, "type": "TagDeclarator", "value": "line001" @@ -6257,6 +6279,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2534, "end": 2542, + "moduleId": 0, "start": 2534, "type": "TagDeclarator", "value": "line002" @@ -6282,6 +6305,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2561, "end": 2569, + "moduleId": 0, "start": 2561, "type": "TagDeclarator", "value": "line003" @@ -6465,6 +6489,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2405, "end": 2413, + "moduleId": 0, "start": 2405, "type": "TagDeclarator", "value": "line000" @@ -6478,6 +6503,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2475, "end": 2483, + "moduleId": 0, "start": 2475, "type": "TagDeclarator", "value": "line001" @@ -6491,6 +6517,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2534, "end": 2542, + "moduleId": 0, "start": 2534, "type": "TagDeclarator", "value": "line002" @@ -6504,6 +6531,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2561, "end": 2569, + "moduleId": 0, "start": 2561, "type": "TagDeclarator", "value": "line003" @@ -6527,6 +6555,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2405, "end": 2413, + "moduleId": 0, "start": 2405, "type": "TagDeclarator", "value": "line000" @@ -6552,6 +6581,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2475, "end": 2483, + "moduleId": 0, "start": 2475, "type": "TagDeclarator", "value": "line001" @@ -6577,6 +6607,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2534, "end": 2542, + "moduleId": 0, "start": 2534, "type": "TagDeclarator", "value": "line002" @@ -6602,6 +6633,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2561, "end": 2569, + "moduleId": 0, "start": 2561, "type": "TagDeclarator", "value": "line003" @@ -6785,6 +6817,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2405, "end": 2413, + "moduleId": 0, "start": 2405, "type": "TagDeclarator", "value": "line000" @@ -6798,6 +6831,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2475, "end": 2483, + "moduleId": 0, "start": 2475, "type": "TagDeclarator", "value": "line001" @@ -6811,6 +6845,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2534, "end": 2542, + "moduleId": 0, "start": 2534, "type": "TagDeclarator", "value": "line002" @@ -6824,6 +6859,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2561, "end": 2569, + "moduleId": 0, "start": 2561, "type": "TagDeclarator", "value": "line003" @@ -6847,6 +6883,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2405, "end": 2413, + "moduleId": 0, "start": 2405, "type": "TagDeclarator", "value": "line000" @@ -6872,6 +6909,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2475, "end": 2483, + "moduleId": 0, "start": 2475, "type": "TagDeclarator", "value": "line001" @@ -6897,6 +6935,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2534, "end": 2542, + "moduleId": 0, "start": 2534, "type": "TagDeclarator", "value": "line002" @@ -6922,6 +6961,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2561, "end": 2569, + "moduleId": 0, "start": 2561, "type": "TagDeclarator", "value": "line003" @@ -7105,6 +7145,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2405, "end": 2413, + "moduleId": 0, "start": 2405, "type": "TagDeclarator", "value": "line000" @@ -7118,6 +7159,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2475, "end": 2483, + "moduleId": 0, "start": 2475, "type": "TagDeclarator", "value": "line001" @@ -7131,6 +7173,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2534, "end": 2542, + "moduleId": 0, "start": 2534, "type": "TagDeclarator", "value": "line002" @@ -7144,6 +7187,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2561, "end": 2569, + "moduleId": 0, "start": 2561, "type": "TagDeclarator", "value": "line003" @@ -7167,6 +7211,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2405, "end": 2413, + "moduleId": 0, "start": 2405, "type": "TagDeclarator", "value": "line000" @@ -7192,6 +7237,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2475, "end": 2483, + "moduleId": 0, "start": 2475, "type": "TagDeclarator", "value": "line001" @@ -7217,6 +7263,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2534, "end": 2542, + "moduleId": 0, "start": 2534, "type": "TagDeclarator", "value": "line002" @@ -7242,6 +7289,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2561, "end": 2569, + "moduleId": 0, "start": 2561, "type": "TagDeclarator", "value": "line003" @@ -12884,6 +12932,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 4474, "end": 4482, + "moduleId": 0, "start": 4474, "type": "TagDeclarator", "value": "line010" @@ -12897,6 +12946,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 4553, "end": 4561, + "moduleId": 0, "start": 4553, "type": "TagDeclarator", "value": "line011" @@ -12910,6 +12960,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 4612, "end": 4620, + "moduleId": 0, "start": 4612, "type": "TagDeclarator", "value": "line012" @@ -12923,6 +12974,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 4639, "end": 4647, + "moduleId": 0, "start": 4639, "type": "TagDeclarator", "value": "line013" @@ -12946,6 +12998,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 4474, "end": 4482, + "moduleId": 0, "start": 4474, "type": "TagDeclarator", "value": "line010" @@ -12971,6 +13024,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 4553, "end": 4561, + "moduleId": 0, "start": 4553, "type": "TagDeclarator", "value": "line011" @@ -12996,6 +13050,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 4612, "end": 4620, + "moduleId": 0, "start": 4612, "type": "TagDeclarator", "value": "line012" @@ -13021,6 +13076,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 4639, "end": 4647, + "moduleId": 0, "start": 4639, "type": "TagDeclarator", "value": "line013" @@ -14298,6 +14354,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2405, "end": 2413, + "moduleId": 0, "start": 2405, "type": "TagDeclarator", "value": "line000" @@ -14311,6 +14368,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2475, "end": 2483, + "moduleId": 0, "start": 2475, "type": "TagDeclarator", "value": "line001" @@ -14324,6 +14382,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2534, "end": 2542, + "moduleId": 0, "start": 2534, "type": "TagDeclarator", "value": "line002" @@ -14337,6 +14396,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2561, "end": 2569, + "moduleId": 0, "start": 2561, "type": "TagDeclarator", "value": "line003" @@ -14360,6 +14420,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2405, "end": 2413, + "moduleId": 0, "start": 2405, "type": "TagDeclarator", "value": "line000" @@ -14385,6 +14446,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2475, "end": 2483, + "moduleId": 0, "start": 2475, "type": "TagDeclarator", "value": "line001" @@ -14410,6 +14472,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2534, "end": 2542, + "moduleId": 0, "start": 2534, "type": "TagDeclarator", "value": "line002" @@ -14435,6 +14498,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2561, "end": 2569, + "moduleId": 0, "start": 2561, "type": "TagDeclarator", "value": "line003" @@ -14718,6 +14782,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2405, "end": 2413, + "moduleId": 0, "start": 2405, "type": "TagDeclarator", "value": "line000" @@ -14731,6 +14796,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2475, "end": 2483, + "moduleId": 0, "start": 2475, "type": "TagDeclarator", "value": "line001" @@ -14744,6 +14810,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2534, "end": 2542, + "moduleId": 0, "start": 2534, "type": "TagDeclarator", "value": "line002" @@ -14757,6 +14824,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2561, "end": 2569, + "moduleId": 0, "start": 2561, "type": "TagDeclarator", "value": "line003" @@ -14780,6 +14848,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2405, "end": 2413, + "moduleId": 0, "start": 2405, "type": "TagDeclarator", "value": "line000" @@ -14805,6 +14874,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2475, "end": 2483, + "moduleId": 0, "start": 2475, "type": "TagDeclarator", "value": "line001" @@ -14830,6 +14900,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2534, "end": 2542, + "moduleId": 0, "start": 2534, "type": "TagDeclarator", "value": "line002" @@ -14855,6 +14926,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2561, "end": 2569, + "moduleId": 0, "start": 2561, "type": "TagDeclarator", "value": "line003" @@ -15138,6 +15210,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2405, "end": 2413, + "moduleId": 0, "start": 2405, "type": "TagDeclarator", "value": "line000" @@ -15151,6 +15224,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2475, "end": 2483, + "moduleId": 0, "start": 2475, "type": "TagDeclarator", "value": "line001" @@ -15164,6 +15238,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2534, "end": 2542, + "moduleId": 0, "start": 2534, "type": "TagDeclarator", "value": "line002" @@ -15177,6 +15252,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2561, "end": 2569, + "moduleId": 0, "start": 2561, "type": "TagDeclarator", "value": "line003" @@ -15200,6 +15276,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2405, "end": 2413, + "moduleId": 0, "start": 2405, "type": "TagDeclarator", "value": "line000" @@ -15225,6 +15302,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2475, "end": 2483, + "moduleId": 0, "start": 2475, "type": "TagDeclarator", "value": "line001" @@ -15250,6 +15328,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2534, "end": 2542, + "moduleId": 0, "start": 2534, "type": "TagDeclarator", "value": "line002" @@ -15275,6 +15354,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2561, "end": 2569, + "moduleId": 0, "start": 2561, "type": "TagDeclarator", "value": "line003" @@ -15558,6 +15638,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2405, "end": 2413, + "moduleId": 0, "start": 2405, "type": "TagDeclarator", "value": "line000" @@ -15571,6 +15652,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2475, "end": 2483, + "moduleId": 0, "start": 2475, "type": "TagDeclarator", "value": "line001" @@ -15584,6 +15666,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2534, "end": 2542, + "moduleId": 0, "start": 2534, "type": "TagDeclarator", "value": "line002" @@ -15597,6 +15680,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2561, "end": 2569, + "moduleId": 0, "start": 2561, "type": "TagDeclarator", "value": "line003" @@ -15620,6 +15704,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2405, "end": 2413, + "moduleId": 0, "start": 2405, "type": "TagDeclarator", "value": "line000" @@ -15645,6 +15730,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2475, "end": 2483, + "moduleId": 0, "start": 2475, "type": "TagDeclarator", "value": "line001" @@ -15670,6 +15756,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2534, "end": 2542, + "moduleId": 0, "start": 2534, "type": "TagDeclarator", "value": "line002" @@ -15695,6 +15782,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2561, "end": 2569, + "moduleId": 0, "start": 2561, "type": "TagDeclarator", "value": "line003" @@ -16873,6 +16961,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2405, "end": 2413, + "moduleId": 0, "start": 2405, "type": "TagDeclarator", "value": "line000" @@ -16886,6 +16975,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2475, "end": 2483, + "moduleId": 0, "start": 2475, "type": "TagDeclarator", "value": "line001" @@ -16899,6 +16989,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2534, "end": 2542, + "moduleId": 0, "start": 2534, "type": "TagDeclarator", "value": "line002" @@ -16912,6 +17003,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2561, "end": 2569, + "moduleId": 0, "start": 2561, "type": "TagDeclarator", "value": "line003" @@ -16935,6 +17027,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2405, "end": 2413, + "moduleId": 0, "start": 2405, "type": "TagDeclarator", "value": "line000" @@ -16960,6 +17053,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2475, "end": 2483, + "moduleId": 0, "start": 2475, "type": "TagDeclarator", "value": "line001" @@ -16985,6 +17079,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2534, "end": 2542, + "moduleId": 0, "start": 2534, "type": "TagDeclarator", "value": "line002" @@ -17010,6 +17105,7 @@ description: Variables in memory after executing gridfinity-bins.kcl "tag": { "commentStart": 2561, "end": 2569, + "moduleId": 0, "start": 2561, "type": "TagDeclarator", "value": "line003" diff --git a/rust/kcl-lib/tests/kcl_samples/hammer/ast.snap b/rust/kcl-lib/tests/kcl_samples/hammer/ast.snap index 350babdae..5c5447eaf 100644 --- a/rust/kcl-lib/tests/kcl_samples/hammer/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/hammer/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing hammer.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "headSideProfile", "start": 0, "type": "Identifier" @@ -20,13 +21,16 @@ description: Result of parsing hammer.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -37,6 +41,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -44,9 +49,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -64,6 +71,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -74,6 +82,7 @@ description: Result of parsing hammer.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.33", "start": 0, "type": "Literal", @@ -86,6 +95,7 @@ description: Result of parsing hammer.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11.26", "start": 0, "type": "Literal", @@ -97,6 +107,7 @@ description: Result of parsing hammer.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -107,9 +118,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -120,6 +133,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -132,6 +146,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -139,6 +154,7 @@ description: Result of parsing hammer.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -154,9 +170,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -167,6 +185,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -179,6 +198,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -189,6 +209,7 @@ description: Result of parsing hammer.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.95", "start": 0, "type": "Literal", @@ -201,6 +222,7 @@ description: Result of parsing hammer.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11.92", "start": 0, "type": "Literal", @@ -212,6 +234,7 @@ description: Result of parsing hammer.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -222,9 +245,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -235,6 +260,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -247,6 +273,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -257,6 +284,7 @@ description: Result of parsing hammer.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.72", "start": 0, "type": "Literal", @@ -269,6 +297,7 @@ description: Result of parsing hammer.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11.26", "start": 0, "type": "Literal", @@ -280,6 +309,7 @@ description: Result of parsing hammer.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -290,6 +320,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -297,6 +328,7 @@ description: Result of parsing hammer.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -308,9 +340,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -321,6 +355,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -333,6 +368,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -341,13 +377,16 @@ description: Result of parsing hammer.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentToEnd", "start": 0, "type": "Identifier" @@ -358,6 +397,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -365,9 +405,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -378,10 +420,12 @@ description: Result of parsing hammer.kcl "type": "Name" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -401,6 +445,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -408,6 +453,7 @@ description: Result of parsing hammer.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".2", "start": 0, "type": "Literal", @@ -423,9 +469,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -436,6 +484,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -448,6 +497,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -456,13 +506,16 @@ description: Result of parsing hammer.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentToEnd", "start": 0, "type": "Identifier" @@ -473,6 +526,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -480,9 +534,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -493,10 +549,12 @@ description: Result of parsing hammer.kcl "type": "Name" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -516,6 +574,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -524,6 +583,7 @@ description: Result of parsing hammer.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -535,6 +595,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -546,9 +607,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -559,6 +622,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -571,6 +635,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -582,6 +647,7 @@ description: Result of parsing hammer.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.91", "start": 0, "type": "Literal", @@ -593,6 +659,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -601,6 +668,7 @@ description: Result of parsing hammer.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12.78", "start": 0, "type": "Literal", @@ -612,6 +680,7 @@ description: Result of parsing hammer.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -622,6 +691,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -629,6 +699,7 @@ description: Result of parsing hammer.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -640,9 +711,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -653,6 +726,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -665,6 +739,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -676,6 +751,7 @@ description: Result of parsing hammer.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.67", "start": 0, "type": "Literal", @@ -687,6 +763,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -695,6 +772,7 @@ description: Result of parsing hammer.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12.85", "start": 0, "type": "Literal", @@ -706,6 +784,7 @@ description: Result of parsing hammer.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -716,9 +795,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -729,6 +810,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -741,6 +823,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -749,6 +832,7 @@ description: Result of parsing hammer.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".25", "start": 0, "type": "Literal", @@ -760,6 +844,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -771,9 +856,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -784,6 +871,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -796,6 +884,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -803,6 +892,7 @@ description: Result of parsing hammer.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -818,6 +908,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -825,6 +916,7 @@ description: Result of parsing hammer.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".05", "start": 0, "type": "Literal", @@ -840,9 +932,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -853,6 +947,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -865,6 +960,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -873,6 +969,7 @@ description: Result of parsing hammer.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.125", "start": 0, "type": "Literal", @@ -884,6 +981,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -895,6 +993,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -902,6 +1001,7 @@ description: Result of parsing hammer.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -913,9 +1013,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -926,6 +1028,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -938,6 +1041,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -945,6 +1049,7 @@ description: Result of parsing hammer.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -960,6 +1065,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -967,6 +1073,7 @@ description: Result of parsing hammer.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".05", "start": 0, "type": "Literal", @@ -982,9 +1089,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -995,6 +1104,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1007,6 +1117,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1014,6 +1125,7 @@ description: Result of parsing hammer.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".25", "start": 0, "type": "Literal", @@ -1029,6 +1141,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1036,6 +1149,7 @@ description: Result of parsing hammer.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1047,9 +1161,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1060,6 +1176,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1072,6 +1189,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1079,6 +1197,7 @@ description: Result of parsing hammer.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "23", "start": 0, "type": "Literal", @@ -1094,6 +1213,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1101,6 +1221,7 @@ description: Result of parsing hammer.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -1116,9 +1237,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1129,6 +1252,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1141,6 +1265,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1152,6 +1277,7 @@ description: Result of parsing hammer.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.33", "start": 0, "type": "Literal", @@ -1163,19 +1289,23 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -1186,12 +1316,14 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1199,6 +1331,7 @@ description: Result of parsing hammer.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1209,9 +1342,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1222,6 +1357,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1234,18 +1370,22 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -1256,12 +1396,14 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1273,9 +1415,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1286,19 +1430,23 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1309,6 +1457,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1321,6 +1470,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1328,6 +1478,7 @@ description: Result of parsing hammer.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -1343,6 +1494,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "symmetric", "start": 0, "type": "Identifier" @@ -1350,6 +1502,7 @@ description: Result of parsing hammer.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -1362,9 +1515,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1375,6 +1530,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1383,12 +1539,14 @@ description: Result of parsing hammer.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "18": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1405,11 +1563,13 @@ description: Result of parsing hammer.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Sketch the side profile of the hammer head" ], @@ -1425,18 +1585,22 @@ description: Result of parsing hammer.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "headTopProfile", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1447,6 +1611,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1457,6 +1622,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -1464,6 +1630,7 @@ description: Result of parsing hammer.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "13", "start": 0, "type": "Literal", @@ -1479,9 +1646,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -1492,6 +1661,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1499,9 +1669,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -1513,11 +1685,13 @@ description: Result of parsing hammer.kcl } } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1530,6 +1704,7 @@ description: Result of parsing hammer.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "leftSideCut", "start": 0, "type": "Identifier" @@ -1543,6 +1718,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1554,6 +1730,7 @@ description: Result of parsing hammer.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -1565,6 +1742,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1574,6 +1752,7 @@ description: Result of parsing hammer.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.6", "start": 0, "type": "Literal", @@ -1585,6 +1764,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1592,6 +1772,7 @@ description: Result of parsing hammer.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1602,9 +1783,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1615,6 +1798,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1622,9 +1806,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "headTopProfile", "start": 0, "type": "Identifier" @@ -1642,6 +1828,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1650,13 +1837,16 @@ description: Result of parsing hammer.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndX", "start": 0, "type": "Identifier" @@ -1667,6 +1857,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1674,9 +1865,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -1692,13 +1885,16 @@ description: Result of parsing hammer.kcl "end": 0, "left": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -1709,6 +1905,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1716,9 +1913,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -1731,15 +1930,18 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1755,6 +1957,7 @@ description: Result of parsing hammer.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1765,9 +1968,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1778,6 +1983,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1790,6 +1996,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -1797,6 +2004,7 @@ description: Result of parsing hammer.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -1812,6 +2020,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -1819,6 +2028,7 @@ description: Result of parsing hammer.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "270", "start": 0, "type": "Literal", @@ -1834,6 +2044,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1841,6 +2052,7 @@ description: Result of parsing hammer.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".05", "start": 0, "type": "Literal", @@ -1856,9 +2068,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -1869,12 +2083,14 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1887,18 +2103,22 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndX", "start": 0, "type": "Identifier" @@ -1909,6 +2129,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1916,9 +2137,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg04", "start": 0, "type": "Identifier" @@ -1935,9 +2158,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1948,6 +2173,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1960,6 +2186,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "interiorAbsolute", "start": 0, "type": "Identifier" @@ -1971,13 +2198,16 @@ description: Result of parsing hammer.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndX", "start": 0, "type": "Identifier" @@ -1988,6 +2218,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1995,9 +2226,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg03", "start": 0, "type": "Identifier" @@ -2008,10 +2241,12 @@ description: Result of parsing hammer.kcl "type": "Name" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".1", "start": 0, "type": "Literal", @@ -2029,13 +2264,16 @@ description: Result of parsing hammer.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lastSegY", "start": 0, "type": "Identifier" @@ -2046,21 +2284,25 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".03", "start": 0, "type": "Literal", @@ -2076,6 +2318,7 @@ description: Result of parsing hammer.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2086,6 +2329,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2094,13 +2338,16 @@ description: Result of parsing hammer.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndX", "start": 0, "type": "Identifier" @@ -2111,6 +2358,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2118,9 +2366,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg03", "start": 0, "type": "Identifier" @@ -2132,13 +2382,16 @@ description: Result of parsing hammer.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lastSegY", "start": 0, "type": "Identifier" @@ -2149,12 +2402,14 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2162,6 +2417,7 @@ description: Result of parsing hammer.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2172,9 +2428,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -2185,6 +2443,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2197,6 +2456,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2207,6 +2467,7 @@ description: Result of parsing hammer.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.39", "start": 0, "type": "Literal", @@ -2220,6 +2481,7 @@ description: Result of parsing hammer.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.15", "start": 0, "type": "Literal", @@ -2231,6 +2493,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2238,6 +2501,7 @@ description: Result of parsing hammer.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2248,9 +2512,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -2261,6 +2527,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2273,18 +2540,22 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -2295,12 +2566,14 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2312,9 +2585,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -2325,6 +2600,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2337,6 +2613,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2345,13 +2622,16 @@ description: Result of parsing hammer.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -2362,25 +2642,30 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -2391,12 +2676,14 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2404,6 +2691,7 @@ description: Result of parsing hammer.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2414,9 +2702,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2427,19 +2717,23 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -2450,6 +2744,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2462,6 +2757,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2470,6 +2766,7 @@ description: Result of parsing hammer.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "14", "start": 0, "type": "Literal", @@ -2481,6 +2778,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2492,9 +2790,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2505,6 +2805,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2513,15 +2814,18 @@ description: Result of parsing hammer.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2534,6 +2838,7 @@ description: Result of parsing hammer.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rearCut", "start": 0, "type": "Identifier" @@ -2547,6 +2852,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -2557,6 +2863,7 @@ description: Result of parsing hammer.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.39", "start": 0, "type": "Literal", @@ -2570,6 +2877,7 @@ description: Result of parsing hammer.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.56", "start": 0, "type": "Literal", @@ -2581,6 +2889,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2588,6 +2897,7 @@ description: Result of parsing hammer.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2598,9 +2908,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -2611,6 +2923,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2618,9 +2931,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "headTopProfile", "start": 0, "type": "Identifier" @@ -2638,6 +2953,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2645,6 +2961,7 @@ description: Result of parsing hammer.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "177", "start": 0, "type": "Literal", @@ -2660,6 +2977,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2667,6 +2985,7 @@ description: Result of parsing hammer.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -2682,9 +3001,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -2695,6 +3016,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2707,6 +3029,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2717,6 +3040,7 @@ description: Result of parsing hammer.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.86", "start": 0, "type": "Literal", @@ -2730,6 +3054,7 @@ description: Result of parsing hammer.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.37", "start": 0, "type": "Literal", @@ -2741,6 +3066,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2748,6 +3074,7 @@ description: Result of parsing hammer.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2758,9 +3085,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -2771,6 +3100,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2783,6 +3113,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2791,13 +3122,16 @@ description: Result of parsing hammer.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lastSegX", "start": 0, "type": "Identifier" @@ -2808,12 +3142,14 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2821,13 +3157,16 @@ description: Result of parsing hammer.kcl }, { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lastSegY", "start": 0, "type": "Identifier" @@ -2838,12 +3177,14 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2851,6 +3192,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2858,6 +3200,7 @@ description: Result of parsing hammer.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2868,9 +3211,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -2881,6 +3226,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2893,6 +3239,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2901,13 +3248,16 @@ description: Result of parsing hammer.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -2918,12 +3268,14 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2931,13 +3283,16 @@ description: Result of parsing hammer.kcl }, { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -2948,12 +3303,14 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2961,6 +3318,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2968,6 +3326,7 @@ description: Result of parsing hammer.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2978,9 +3337,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -2991,6 +3352,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3003,6 +3365,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3011,13 +3374,16 @@ description: Result of parsing hammer.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -3028,25 +3394,30 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -3057,12 +3428,14 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3070,6 +3443,7 @@ description: Result of parsing hammer.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3080,9 +3454,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3093,19 +3469,23 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -3116,6 +3496,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3128,6 +3509,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3136,6 +3518,7 @@ description: Result of parsing hammer.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "14", "start": 0, "type": "Literal", @@ -3147,6 +3530,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3158,9 +3542,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -3171,6 +3557,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3179,15 +3566,18 @@ description: Result of parsing hammer.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3200,6 +3590,7 @@ description: Result of parsing hammer.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rightSideCut", "start": 0, "type": "Identifier" @@ -3213,6 +3604,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -3224,6 +3616,7 @@ description: Result of parsing hammer.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -3235,6 +3628,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3243,6 +3637,7 @@ description: Result of parsing hammer.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.6", "start": 0, "type": "Literal", @@ -3254,6 +3649,7 @@ description: Result of parsing hammer.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3264,9 +3660,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -3277,6 +3675,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3284,9 +3683,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "headTopProfile", "start": 0, "type": "Identifier" @@ -3304,6 +3705,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3312,13 +3714,16 @@ description: Result of parsing hammer.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndX", "start": 0, "type": "Identifier" @@ -3329,6 +3734,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3336,9 +3742,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -3353,13 +3761,16 @@ description: Result of parsing hammer.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -3370,6 +3781,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3377,9 +3789,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -3390,10 +3804,12 @@ description: Result of parsing hammer.kcl "type": "Name" } }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3409,6 +3825,7 @@ description: Result of parsing hammer.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3419,9 +3836,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3432,6 +3851,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3444,6 +3864,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -3452,6 +3873,7 @@ description: Result of parsing hammer.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -3463,6 +3885,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3474,6 +3897,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -3482,6 +3906,7 @@ description: Result of parsing hammer.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "270", "start": 0, "type": "Literal", @@ -3493,6 +3918,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3504,6 +3930,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3511,6 +3938,7 @@ description: Result of parsing hammer.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".05", "start": 0, "type": "Literal", @@ -3526,9 +3954,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -3539,12 +3969,14 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3557,18 +3989,22 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndX", "start": 0, "type": "Identifier" @@ -3579,6 +4015,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3586,9 +4023,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg04", "start": 0, "type": "Identifier" @@ -3605,9 +4044,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -3618,6 +4059,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3630,6 +4072,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "interiorAbsolute", "start": 0, "type": "Identifier" @@ -3641,13 +4084,16 @@ description: Result of parsing hammer.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndX", "start": 0, "type": "Identifier" @@ -3658,6 +4104,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3665,9 +4112,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg03", "start": 0, "type": "Identifier" @@ -3678,10 +4127,12 @@ description: Result of parsing hammer.kcl "type": "Name" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".1", "start": 0, "type": "Literal", @@ -3699,13 +4150,16 @@ description: Result of parsing hammer.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lastSegY", "start": 0, "type": "Identifier" @@ -3716,21 +4170,25 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".03", "start": 0, "type": "Literal", @@ -3746,6 +4204,7 @@ description: Result of parsing hammer.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3756,6 +4215,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3764,13 +4224,16 @@ description: Result of parsing hammer.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndX", "start": 0, "type": "Identifier" @@ -3781,6 +4244,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3788,9 +4252,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg03", "start": 0, "type": "Identifier" @@ -3802,13 +4268,16 @@ description: Result of parsing hammer.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lastSegY", "start": 0, "type": "Identifier" @@ -3819,12 +4288,14 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3832,6 +4303,7 @@ description: Result of parsing hammer.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3842,9 +4314,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -3855,6 +4329,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3867,6 +4342,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3877,6 +4353,7 @@ description: Result of parsing hammer.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.39", "start": 0, "type": "Literal", @@ -3889,6 +4366,7 @@ description: Result of parsing hammer.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.15", "start": 0, "type": "Literal", @@ -3900,6 +4378,7 @@ description: Result of parsing hammer.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3910,9 +4389,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -3923,6 +4404,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3935,18 +4417,22 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -3957,12 +4443,14 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3974,9 +4462,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -3987,6 +4477,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3999,6 +4490,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -4007,13 +4499,16 @@ description: Result of parsing hammer.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -4024,25 +4519,30 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -4053,12 +4553,14 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -4066,6 +4568,7 @@ description: Result of parsing hammer.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4076,9 +4579,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4089,19 +4594,23 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -4112,6 +4621,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4124,6 +4634,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4132,6 +4643,7 @@ description: Result of parsing hammer.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "14", "start": 0, "type": "Literal", @@ -4143,6 +4655,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4154,9 +4667,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -4167,6 +4682,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4175,12 +4691,14 @@ description: Result of parsing hammer.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "9": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -4197,11 +4715,13 @@ description: Result of parsing hammer.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4214,6 +4734,7 @@ description: Result of parsing hammer.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "firstProfiles", "start": 0, "type": "Identifier" @@ -4225,6 +4746,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tools", "start": 0, "type": "Identifier" @@ -4233,13 +4755,16 @@ description: Result of parsing hammer.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "union", "start": 0, "type": "Identifier" @@ -4250,6 +4775,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4260,9 +4786,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "leftSideCut", "start": 0, "type": "Identifier" @@ -4273,13 +4801,16 @@ description: Result of parsing hammer.kcl "type": "Name" }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "union", "start": 0, "type": "Identifier" @@ -4290,6 +4821,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4300,9 +4832,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rearCut", "start": 0, "type": "Identifier" @@ -4316,9 +4850,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rightSideCut", "start": 0, "type": "Identifier" @@ -4330,6 +4866,7 @@ description: Result of parsing hammer.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4337,6 +4874,7 @@ description: Result of parsing hammer.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4344,6 +4882,7 @@ description: Result of parsing hammer.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4354,9 +4893,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract", "start": 0, "type": "Identifier" @@ -4367,6 +4908,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4377,9 +4919,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "headSideProfile", "start": 0, "type": "Identifier" @@ -4391,16 +4935,19 @@ description: Result of parsing hammer.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4413,6 +4960,7 @@ description: Result of parsing hammer.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleHole", "start": 0, "type": "Identifier" @@ -4420,13 +4968,16 @@ description: Result of parsing hammer.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -4437,6 +4988,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4444,9 +4996,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -4464,6 +5018,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -4471,6 +5026,7 @@ description: Result of parsing hammer.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".28", "start": 0, "type": "Literal", @@ -4486,6 +5042,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numSides", "start": 0, "type": "Identifier" @@ -4493,6 +5050,7 @@ description: Result of parsing hammer.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -4508,6 +5066,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -4518,6 +5077,7 @@ description: Result of parsing hammer.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4530,6 +5090,7 @@ description: Result of parsing hammer.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4541,6 +5102,7 @@ description: Result of parsing hammer.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4551,9 +5113,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "polygon", "start": 0, "type": "Identifier" @@ -4564,12 +5128,14 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -4582,6 +5148,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4589,6 +5156,7 @@ description: Result of parsing hammer.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "14", "start": 0, "type": "Literal", @@ -4604,9 +5172,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -4617,6 +5187,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4625,12 +5196,14 @@ description: Result of parsing hammer.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -4647,11 +5220,13 @@ description: Result of parsing hammer.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -4669,6 +5244,7 @@ description: Result of parsing hammer.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseSupport", "start": 0, "type": "Identifier" @@ -4676,13 +5252,16 @@ description: Result of parsing hammer.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -4693,6 +5272,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4703,6 +5283,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -4710,6 +5291,7 @@ description: Result of parsing hammer.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11.5", "start": 0, "type": "Literal", @@ -4725,9 +5307,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -4738,6 +5322,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4745,9 +5330,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -4766,6 +5353,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -4776,6 +5364,7 @@ description: Result of parsing hammer.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4788,6 +5377,7 @@ description: Result of parsing hammer.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4799,6 +5389,7 @@ description: Result of parsing hammer.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4809,6 +5400,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -4816,6 +5408,7 @@ description: Result of parsing hammer.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".45", "start": 0, "type": "Literal", @@ -4831,6 +5424,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -4838,6 +5432,7 @@ description: Result of parsing hammer.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -4849,9 +5444,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -4862,6 +5459,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4874,6 +5472,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4881,6 +5480,7 @@ description: Result of parsing hammer.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -4896,6 +5496,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tagStart", "start": 0, "type": "Identifier" @@ -4903,6 +5504,7 @@ description: Result of parsing hammer.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -4914,9 +5516,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -4927,6 +5531,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4939,6 +5544,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -4946,6 +5552,7 @@ description: Result of parsing hammer.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".05", "start": 0, "type": "Literal", @@ -4961,6 +5568,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -4975,6 +5583,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faces", "start": 0, "type": "Identifier" @@ -4986,9 +5595,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg05", "start": 0, "type": "Identifier" @@ -5002,9 +5613,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "capStart001", "start": 0, "type": "Identifier" @@ -5016,6 +5629,7 @@ description: Result of parsing hammer.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5026,9 +5640,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getCommonEdge", "start": 0, "type": "Identifier" @@ -5039,6 +5655,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5046,6 +5663,7 @@ description: Result of parsing hammer.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5056,9 +5674,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -5069,6 +5689,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5077,12 +5698,14 @@ description: Result of parsing hammer.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "3": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -5099,11 +5722,13 @@ description: Result of parsing hammer.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5116,6 +5741,7 @@ description: Result of parsing hammer.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hammerHead", "start": 0, "type": "Identifier" @@ -5123,13 +5749,16 @@ description: Result of parsing hammer.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "union", "start": 0, "type": "Identifier" @@ -5140,6 +5769,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5150,9 +5780,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "firstProfiles", "start": 0, "type": "Identifier" @@ -5166,9 +5798,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseSupport", "start": 0, "type": "Identifier" @@ -5180,6 +5814,7 @@ description: Result of parsing hammer.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5192,6 +5827,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tools", "start": 0, "type": "Identifier" @@ -5203,9 +5839,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleHole", "start": 0, "type": "Identifier" @@ -5217,6 +5855,7 @@ description: Result of parsing hammer.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5227,9 +5866,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract", "start": 0, "type": "Identifier" @@ -5240,6 +5881,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5248,12 +5890,14 @@ description: Result of parsing hammer.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -5270,11 +5914,13 @@ description: Result of parsing hammer.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5287,6 +5933,7 @@ description: Result of parsing hammer.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleSketch", "start": 0, "type": "Identifier" @@ -5294,13 +5941,16 @@ description: Result of parsing hammer.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -5311,6 +5961,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5318,9 +5969,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -5338,6 +5991,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -5348,6 +6002,7 @@ description: Result of parsing hammer.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.01", "start": 0, "type": "Literal", @@ -5360,6 +6015,7 @@ description: Result of parsing hammer.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5371,6 +6027,7 @@ description: Result of parsing hammer.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5381,9 +6038,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -5394,6 +6053,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5406,6 +6066,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5416,6 +6077,7 @@ description: Result of parsing hammer.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.125", "start": 0, "type": "Literal", @@ -5425,10 +6087,12 @@ description: Result of parsing hammer.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5448,9 +6112,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -5461,6 +6127,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5473,6 +6140,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -5480,6 +6148,7 @@ description: Result of parsing hammer.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -5495,6 +6164,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -5502,6 +6172,7 @@ description: Result of parsing hammer.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.05", "start": 0, "type": "Literal", @@ -5517,9 +6188,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -5530,6 +6203,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5542,6 +6216,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -5552,6 +6227,7 @@ description: Result of parsing hammer.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.38", "start": 0, "type": "Literal", @@ -5567,6 +6243,7 @@ description: Result of parsing hammer.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12.8", "start": 0, "type": "Literal", @@ -5576,10 +6253,12 @@ description: Result of parsing hammer.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.612", "start": 0, "type": "Literal", @@ -5595,6 +6274,7 @@ description: Result of parsing hammer.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5605,9 +6285,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -5618,6 +6300,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5630,6 +6313,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -5640,6 +6324,7 @@ description: Result of parsing hammer.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.28", "start": 0, "type": "Literal", @@ -5652,6 +6337,7 @@ description: Result of parsing hammer.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12.8", "start": 0, "type": "Literal", @@ -5663,6 +6349,7 @@ description: Result of parsing hammer.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5673,9 +6360,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -5686,6 +6375,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5698,18 +6388,22 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -5720,12 +6414,14 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -5737,9 +6433,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -5750,6 +6448,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5762,6 +6461,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -5770,13 +6470,16 @@ description: Result of parsing hammer.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -5787,25 +6490,30 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -5816,12 +6524,14 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -5829,6 +6539,7 @@ description: Result of parsing hammer.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5839,9 +6550,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5852,19 +6565,23 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -5875,6 +6592,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5883,15 +6601,18 @@ description: Result of parsing hammer.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5904,6 +6625,7 @@ description: Result of parsing hammer.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handle", "start": 0, "type": "Identifier" @@ -5917,6 +6639,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -5924,6 +6647,7 @@ description: Result of parsing hammer.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -5939,6 +6663,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -5947,9 +6672,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "Y", "start": 0, "type": "Identifier" @@ -5965,9 +6692,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -5978,6 +6707,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5985,9 +6715,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleSketch", "start": 0, "type": "Identifier" @@ -6005,6 +6737,7 @@ description: Result of parsing hammer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -6012,6 +6745,7 @@ description: Result of parsing hammer.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"#f14f04\"", "start": 0, "type": "Literal", @@ -6024,9 +6758,11 @@ description: Result of parsing hammer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "appearance", "start": 0, "type": "Identifier" @@ -6037,6 +6773,7 @@ description: Result of parsing hammer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6045,15 +6782,18 @@ description: Result of parsing hammer.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6065,9 +6805,11 @@ description: Result of parsing hammer.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -6086,19 +6828,23 @@ description: Result of parsing hammer.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -6114,12 +6860,14 @@ description: Result of parsing hammer.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -6131,6 +6879,7 @@ description: Result of parsing hammer.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -6143,6 +6892,7 @@ description: Result of parsing hammer.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/hammer/program_memory.snap b/rust/kcl-lib/tests/kcl_samples/hammer/program_memory.snap index 7e630a600..49818db79 100644 --- a/rust/kcl-lib/tests/kcl_samples/hammer/program_memory.snap +++ b/rust/kcl-lib/tests/kcl_samples/hammer/program_memory.snap @@ -17,6 +17,7 @@ description: Variables in memory after executing hammer.kcl "tag": { "commentStart": 3375, "end": 3381, + "moduleId": 0, "start": 3375, "type": "TagDeclarator", "value": "seg05" @@ -30,6 +31,7 @@ description: Variables in memory after executing hammer.kcl "tag": { "commentStart": 3419, "end": 3431, + "moduleId": 0, "start": 3419, "type": "TagDeclarator", "value": "capStart001" @@ -59,6 +61,7 @@ description: Variables in memory after executing hammer.kcl "tag": { "commentStart": 3375, "end": 3381, + "moduleId": 0, "start": 3375, "type": "TagDeclarator", "value": "seg05" @@ -199,6 +202,7 @@ description: Variables in memory after executing hammer.kcl "tag": { "commentStart": 426, "end": 432, + "moduleId": 0, "start": 426, "type": "TagDeclarator", "value": "seg01" @@ -226,6 +230,7 @@ description: Variables in memory after executing hammer.kcl "tag": { "commentStart": 617, "end": 623, + "moduleId": 0, "start": 617, "type": "TagDeclarator", "value": "seg03" @@ -260,6 +265,7 @@ description: Variables in memory after executing hammer.kcl "tag": { "commentStart": 779, "end": 785, + "moduleId": 0, "start": 779, "type": "TagDeclarator", "value": "seg02" @@ -280,6 +286,7 @@ description: Variables in memory after executing hammer.kcl "tag": { "commentStart": 863, "end": 869, + "moduleId": 0, "start": 863, "type": "TagDeclarator", "value": "seg04" @@ -372,6 +379,7 @@ description: Variables in memory after executing hammer.kcl "tag": { "commentStart": 426, "end": 432, + "moduleId": 0, "start": 426, "type": "TagDeclarator", "value": "seg01" @@ -440,6 +448,7 @@ description: Variables in memory after executing hammer.kcl "tag": { "commentStart": 617, "end": 623, + "moduleId": 0, "start": 617, "type": "TagDeclarator", "value": "seg03" @@ -532,6 +541,7 @@ description: Variables in memory after executing hammer.kcl "tag": { "commentStart": 779, "end": 785, + "moduleId": 0, "start": 779, "type": "TagDeclarator", "value": "seg02" @@ -581,6 +591,7 @@ description: Variables in memory after executing hammer.kcl "tag": { "commentStart": 863, "end": 869, + "moduleId": 0, "start": 863, "type": "TagDeclarator", "value": "seg04" @@ -785,6 +796,7 @@ description: Variables in memory after executing hammer.kcl "tag": { "commentStart": 426, "end": 432, + "moduleId": 0, "start": 426, "type": "TagDeclarator", "value": "seg01" @@ -812,6 +824,7 @@ description: Variables in memory after executing hammer.kcl "tag": { "commentStart": 617, "end": 623, + "moduleId": 0, "start": 617, "type": "TagDeclarator", "value": "seg03" @@ -846,6 +859,7 @@ description: Variables in memory after executing hammer.kcl "tag": { "commentStart": 779, "end": 785, + "moduleId": 0, "start": 779, "type": "TagDeclarator", "value": "seg02" @@ -866,6 +880,7 @@ description: Variables in memory after executing hammer.kcl "tag": { "commentStart": 863, "end": 869, + "moduleId": 0, "start": 863, "type": "TagDeclarator", "value": "seg04" @@ -958,6 +973,7 @@ description: Variables in memory after executing hammer.kcl "tag": { "commentStart": 426, "end": 432, + "moduleId": 0, "start": 426, "type": "TagDeclarator", "value": "seg01" @@ -1026,6 +1042,7 @@ description: Variables in memory after executing hammer.kcl "tag": { "commentStart": 617, "end": 623, + "moduleId": 0, "start": 617, "type": "TagDeclarator", "value": "seg03" @@ -1118,6 +1135,7 @@ description: Variables in memory after executing hammer.kcl "tag": { "commentStart": 779, "end": 785, + "moduleId": 0, "start": 779, "type": "TagDeclarator", "value": "seg02" @@ -1167,6 +1185,7 @@ description: Variables in memory after executing hammer.kcl "tag": { "commentStart": 863, "end": 869, + "moduleId": 0, "start": 863, "type": "TagDeclarator", "value": "seg04" @@ -2183,6 +2202,7 @@ description: Variables in memory after executing hammer.kcl "tag": { "commentStart": 426, "end": 432, + "moduleId": 0, "start": 426, "type": "TagDeclarator", "value": "seg01" @@ -2210,6 +2230,7 @@ description: Variables in memory after executing hammer.kcl "tag": { "commentStart": 617, "end": 623, + "moduleId": 0, "start": 617, "type": "TagDeclarator", "value": "seg03" @@ -2244,6 +2265,7 @@ description: Variables in memory after executing hammer.kcl "tag": { "commentStart": 779, "end": 785, + "moduleId": 0, "start": 779, "type": "TagDeclarator", "value": "seg02" @@ -2264,6 +2286,7 @@ description: Variables in memory after executing hammer.kcl "tag": { "commentStart": 863, "end": 869, + "moduleId": 0, "start": 863, "type": "TagDeclarator", "value": "seg04" @@ -2356,6 +2379,7 @@ description: Variables in memory after executing hammer.kcl "tag": { "commentStart": 426, "end": 432, + "moduleId": 0, "start": 426, "type": "TagDeclarator", "value": "seg01" @@ -2424,6 +2448,7 @@ description: Variables in memory after executing hammer.kcl "tag": { "commentStart": 617, "end": 623, + "moduleId": 0, "start": 617, "type": "TagDeclarator", "value": "seg03" @@ -2516,6 +2541,7 @@ description: Variables in memory after executing hammer.kcl "tag": { "commentStart": 779, "end": 785, + "moduleId": 0, "start": 779, "type": "TagDeclarator", "value": "seg02" @@ -2565,6 +2591,7 @@ description: Variables in memory after executing hammer.kcl "tag": { "commentStart": 863, "end": 869, + "moduleId": 0, "start": 863, "type": "TagDeclarator", "value": "seg04" diff --git a/rust/kcl-lib/tests/kcl_samples/helical-gear/ast.snap b/rust/kcl-lib/tests/kcl_samples/helical-gear/ast.snap index 651b628cb..9c3cf590d 100644 --- a/rust/kcl-lib/tests/kcl_samples/helical-gear/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/helical-gear/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing helical-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helicalGear", "start": 0, "type": "Identifier" @@ -28,6 +29,7 @@ description: Result of parsing helical-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitchDiameter", "start": 0, "type": "Identifier" @@ -39,9 +41,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -51,14 +55,17 @@ description: Result of parsing helical-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -72,11 +79,13 @@ description: Result of parsing helical-gear.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Calculate gear parameters" ], @@ -92,6 +101,7 @@ description: Result of parsing helical-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "addendum", "start": 0, "type": "Identifier" @@ -100,9 +110,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -112,11 +124,13 @@ description: Result of parsing helical-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -129,6 +143,7 @@ description: Result of parsing helical-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "deddendum", "start": 0, "type": "Identifier" @@ -139,6 +154,7 @@ description: Result of parsing helical-gear.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.25", "start": 0, "type": "Literal", @@ -148,14 +164,17 @@ description: Result of parsing helical-gear.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -169,11 +188,13 @@ description: Result of parsing helical-gear.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -186,6 +207,7 @@ description: Result of parsing helical-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -197,9 +219,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitchDiameter", "start": 0, "type": "Identifier" @@ -209,15 +233,19 @@ description: Result of parsing helical-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -228,6 +256,7 @@ description: Result of parsing helical-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -235,9 +264,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pressureAngle", "start": 0, "type": "Identifier" @@ -252,11 +283,13 @@ description: Result of parsing helical-gear.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -269,6 +302,7 @@ description: Result of parsing helical-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -280,9 +314,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitchDiameter", "start": 0, "type": "Identifier" @@ -292,6 +328,7 @@ description: Result of parsing helical-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -299,6 +336,7 @@ description: Result of parsing helical-gear.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -308,14 +346,17 @@ description: Result of parsing helical-gear.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -333,11 +374,13 @@ description: Result of parsing helical-gear.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -350,6 +393,7 @@ description: Result of parsing helical-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keywayWidth", "start": 0, "type": "Identifier" @@ -357,6 +401,7 @@ description: Result of parsing helical-gear.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -366,11 +411,13 @@ description: Result of parsing helical-gear.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -388,6 +435,7 @@ description: Result of parsing helical-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keywayDepth", "start": 0, "type": "Identifier" @@ -399,9 +447,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keywayWidth", "start": 0, "type": "Identifier" @@ -411,10 +461,12 @@ description: Result of parsing helical-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -428,11 +480,13 @@ description: Result of parsing helical-gear.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -445,6 +499,7 @@ description: Result of parsing helical-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDiam", "start": 0, "type": "Identifier" @@ -452,6 +507,7 @@ description: Result of parsing helical-gear.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7", "start": 0, "type": "Literal", @@ -461,11 +517,13 @@ description: Result of parsing helical-gear.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -478,6 +536,7 @@ description: Result of parsing helical-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeRadius", "start": 0, "type": "Identifier" @@ -489,9 +548,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDiam", "start": 0, "type": "Identifier" @@ -501,10 +562,12 @@ description: Result of parsing helical-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -518,11 +581,13 @@ description: Result of parsing helical-gear.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -535,18 +600,22 @@ description: Result of parsing helical-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startAngle", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "asin", "start": 0, "type": "Identifier" @@ -557,6 +626,7 @@ description: Result of parsing helical-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -570,9 +640,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keywayWidth", "start": 0, "type": "Identifier" @@ -582,10 +654,12 @@ description: Result of parsing helical-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -599,14 +673,17 @@ description: Result of parsing helical-gear.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeRadius", "start": 0, "type": "Identifier" @@ -621,11 +698,13 @@ description: Result of parsing helical-gear.kcl "type": "BinaryExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -638,6 +717,7 @@ description: Result of parsing helical-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeWithKeyway", "start": 0, "type": "Identifier" @@ -645,13 +725,16 @@ description: Result of parsing helical-gear.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -662,6 +745,7 @@ description: Result of parsing helical-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -669,9 +753,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -689,6 +775,7 @@ description: Result of parsing helical-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -703,9 +790,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeRadius", "start": 0, "type": "Identifier" @@ -715,15 +804,19 @@ description: Result of parsing helical-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -734,6 +827,7 @@ description: Result of parsing helical-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -741,9 +835,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startAngle", "start": 0, "type": "Identifier" @@ -765,9 +861,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeRadius", "start": 0, "type": "Identifier" @@ -777,15 +875,19 @@ description: Result of parsing helical-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -796,6 +898,7 @@ description: Result of parsing helical-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -803,9 +906,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startAngle", "start": 0, "type": "Identifier" @@ -822,6 +927,7 @@ description: Result of parsing helical-gear.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -832,9 +938,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -845,6 +953,7 @@ description: Result of parsing helical-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -857,6 +966,7 @@ description: Result of parsing helical-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -865,9 +975,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keywayDepth", "start": 0, "type": "Identifier" @@ -883,9 +995,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -896,6 +1010,7 @@ description: Result of parsing helical-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -908,6 +1023,7 @@ description: Result of parsing helical-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -917,9 +1033,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keywayWidth", "start": 0, "type": "Identifier" @@ -931,6 +1049,7 @@ description: Result of parsing helical-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -942,9 +1061,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -955,6 +1076,7 @@ description: Result of parsing helical-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -967,6 +1089,7 @@ description: Result of parsing helical-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -976,9 +1099,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keywayDepth", "start": 0, "type": "Identifier" @@ -990,6 +1115,7 @@ description: Result of parsing helical-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1001,9 +1127,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1014,6 +1142,7 @@ description: Result of parsing helical-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1026,6 +1155,7 @@ description: Result of parsing helical-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -1040,6 +1170,7 @@ description: Result of parsing helical-gear.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1051,19 +1182,23 @@ description: Result of parsing helical-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startAngle", "start": 0, "type": "Identifier" @@ -1077,10 +1212,12 @@ description: Result of parsing helical-gear.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -1100,6 +1237,7 @@ description: Result of parsing helical-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -1107,6 +1245,7 @@ description: Result of parsing helical-gear.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -1122,6 +1261,7 @@ description: Result of parsing helical-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1130,9 +1270,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeRadius", "start": 0, "type": "Identifier" @@ -1148,9 +1290,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -1161,6 +1305,7 @@ description: Result of parsing helical-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1173,6 +1318,7 @@ description: Result of parsing helical-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -1180,6 +1326,7 @@ description: Result of parsing helical-gear.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -1195,6 +1342,7 @@ description: Result of parsing helical-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -1203,9 +1351,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startAngle", "start": 0, "type": "Identifier" @@ -1221,6 +1371,7 @@ description: Result of parsing helical-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1229,9 +1380,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeRadius", "start": 0, "type": "Identifier" @@ -1247,9 +1400,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -1260,19 +1415,23 @@ description: Result of parsing helical-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1283,6 +1442,7 @@ description: Result of parsing helical-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1291,12 +1451,14 @@ description: Result of parsing helical-gear.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "7": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1313,11 +1475,13 @@ description: Result of parsing helical-gear.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1335,6 +1499,7 @@ description: Result of parsing helical-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helicalGearSketch", "start": 0, "type": "Identifier" @@ -1350,18 +1515,22 @@ description: Result of parsing helical-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixCalc", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "acos", "start": 0, "type": "Identifier" @@ -1372,6 +1541,7 @@ description: Result of parsing helical-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1385,9 +1555,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetHeight", "start": 0, "type": "Identifier" @@ -1397,15 +1569,19 @@ description: Result of parsing helical-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tan", "start": 0, "type": "Identifier" @@ -1416,6 +1592,7 @@ description: Result of parsing helical-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1423,9 +1600,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixAngle", "start": 0, "type": "Identifier" @@ -1440,6 +1619,7 @@ description: Result of parsing helical-gear.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, @@ -1448,9 +1628,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -1460,10 +1642,12 @@ description: Result of parsing helical-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1482,11 +1666,13 @@ description: Result of parsing helical-gear.kcl "type": "BinaryExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Calculate the amount to rotate each planar sketch of the gear given the gear helix angle and total gear height" ], @@ -1502,6 +1688,7 @@ description: Result of parsing helical-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helicalGearSketch", "start": 0, "type": "Identifier" @@ -1509,13 +1696,16 @@ description: Result of parsing helical-gear.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1526,6 +1716,7 @@ description: Result of parsing helical-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1536,6 +1727,7 @@ description: Result of parsing helical-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -1544,9 +1736,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetHeight", "start": 0, "type": "Identifier" @@ -1562,9 +1756,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -1575,6 +1771,7 @@ description: Result of parsing helical-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1582,9 +1779,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -1603,6 +1802,7 @@ description: Result of parsing helical-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1614,6 +1814,7 @@ description: Result of parsing helical-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1622,9 +1823,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixCalc", "start": 0, "type": "Identifier" @@ -1640,6 +1843,7 @@ description: Result of parsing helical-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1651,9 +1855,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -1663,10 +1869,12 @@ description: Result of parsing helical-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1686,9 +1894,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "polar", "start": 0, "type": "Identifier" @@ -1699,6 +1909,7 @@ description: Result of parsing helical-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1710,9 +1921,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1723,6 +1936,7 @@ description: Result of parsing helical-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1735,6 +1949,7 @@ description: Result of parsing helical-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startDiameter", "start": 0, "type": "Identifier" @@ -1743,9 +1958,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -1761,6 +1978,7 @@ description: Result of parsing helical-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endDiameter", "start": 0, "type": "Identifier" @@ -1769,9 +1987,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -1787,6 +2007,7 @@ description: Result of parsing helical-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1795,9 +2016,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixCalc", "start": 0, "type": "Identifier" @@ -1813,6 +2036,7 @@ description: Result of parsing helical-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1820,6 +2044,7 @@ description: Result of parsing helical-gear.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1831,9 +2056,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "involuteCircular", "start": 0, "type": "Identifier" @@ -1844,6 +2071,7 @@ description: Result of parsing helical-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1856,6 +2084,7 @@ description: Result of parsing helical-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1867,6 +2096,7 @@ description: Result of parsing helical-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1880,6 +2110,7 @@ description: Result of parsing helical-gear.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "160", "start": 0, "type": "Literal", @@ -1889,14 +2120,17 @@ description: Result of parsing helical-gear.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -1910,14 +2144,17 @@ description: Result of parsing helical-gear.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixCalc", "start": 0, "type": "Identifier" @@ -1937,6 +2174,7 @@ description: Result of parsing helical-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1948,9 +2186,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -1960,10 +2200,12 @@ description: Result of parsing helical-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1983,9 +2225,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "polar", "start": 0, "type": "Identifier" @@ -1996,6 +2240,7 @@ description: Result of parsing helical-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2007,9 +2252,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2020,6 +2267,7 @@ description: Result of parsing helical-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2032,6 +2280,7 @@ description: Result of parsing helical-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startDiameter", "start": 0, "type": "Identifier" @@ -2040,9 +2289,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -2058,6 +2309,7 @@ description: Result of parsing helical-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endDiameter", "start": 0, "type": "Identifier" @@ -2066,9 +2318,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -2084,6 +2338,7 @@ description: Result of parsing helical-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2098,6 +2353,7 @@ description: Result of parsing helical-gear.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -2107,15 +2363,19 @@ description: Result of parsing helical-gear.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "atan", "start": 0, "type": "Identifier" @@ -2126,6 +2386,7 @@ description: Result of parsing helical-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2133,13 +2394,16 @@ description: Result of parsing helical-gear.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndY", "start": 0, "type": "Identifier" @@ -2150,6 +2414,7 @@ description: Result of parsing helical-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2157,9 +2422,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -2170,15 +2437,19 @@ description: Result of parsing helical-gear.kcl "type": "Name" } }, + "moduleId": 0, "operator": "/", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndX", "start": 0, "type": "Identifier" @@ -2189,6 +2460,7 @@ description: Result of parsing helical-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2196,9 +2468,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -2218,6 +2492,7 @@ description: Result of parsing helical-gear.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -2225,6 +2500,7 @@ description: Result of parsing helical-gear.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -2234,14 +2510,17 @@ description: Result of parsing helical-gear.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixCalc", "start": 0, "type": "Identifier" @@ -2261,6 +2540,7 @@ description: Result of parsing helical-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2272,6 +2552,7 @@ description: Result of parsing helical-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "reverse", "start": 0, "type": "Identifier" @@ -2279,6 +2560,7 @@ description: Result of parsing helical-gear.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -2291,9 +2573,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "involuteCircular", "start": 0, "type": "Identifier" @@ -2304,6 +2588,7 @@ description: Result of parsing helical-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2316,6 +2601,7 @@ description: Result of parsing helical-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2327,6 +2613,7 @@ description: Result of parsing helical-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2340,6 +2627,7 @@ description: Result of parsing helical-gear.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -2349,14 +2637,17 @@ description: Result of parsing helical-gear.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -2370,14 +2661,17 @@ description: Result of parsing helical-gear.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixCalc", "start": 0, "type": "Identifier" @@ -2397,6 +2691,7 @@ description: Result of parsing helical-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2408,9 +2703,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -2420,10 +2717,12 @@ description: Result of parsing helical-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2443,9 +2742,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "polar", "start": 0, "type": "Identifier" @@ -2456,6 +2757,7 @@ description: Result of parsing helical-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2467,9 +2769,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2480,6 +2784,7 @@ description: Result of parsing helical-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2492,6 +2797,7 @@ description: Result of parsing helical-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -2500,9 +2806,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -2518,6 +2826,7 @@ description: Result of parsing helical-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -2528,6 +2837,7 @@ description: Result of parsing helical-gear.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2540,6 +2850,7 @@ description: Result of parsing helical-gear.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2551,6 +2862,7 @@ description: Result of parsing helical-gear.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2561,6 +2873,7 @@ description: Result of parsing helical-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -2568,6 +2881,7 @@ description: Result of parsing helical-gear.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -2583,6 +2897,7 @@ description: Result of parsing helical-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -2590,6 +2905,7 @@ description: Result of parsing helical-gear.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -2602,9 +2918,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular2d", "start": 0, "type": "Identifier" @@ -2615,25 +2933,30 @@ description: Result of parsing helical-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -2644,6 +2967,7 @@ description: Result of parsing helical-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2656,6 +2980,7 @@ description: Result of parsing helical-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -2664,9 +2989,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeWithKeyway", "start": 0, "type": "Identifier" @@ -2682,9 +3009,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -2695,6 +3024,7 @@ description: Result of parsing helical-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2703,12 +3033,14 @@ description: Result of parsing helical-gear.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "4": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2722,6 +3054,7 @@ description: Result of parsing helical-gear.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2738,11 +3071,13 @@ description: Result of parsing helical-gear.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2757,9 +3092,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helicalGearSketch", "start": 0, "type": "Identifier" @@ -2771,6 +3108,7 @@ description: Result of parsing helical-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -2778,16 +3116,19 @@ description: Result of parsing helical-gear.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetHeight", "start": 0, "type": "Identifier" @@ -2798,11 +3139,13 @@ description: Result of parsing helical-gear.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2815,6 +3158,7 @@ description: Result of parsing helical-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch001", "start": 0, "type": "Identifier" @@ -2826,6 +3170,7 @@ description: Result of parsing helical-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetHeight", "start": 0, "type": "Identifier" @@ -2833,6 +3178,7 @@ description: Result of parsing helical-gear.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2848,9 +3194,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helicalGearSketch", "start": 0, "type": "Identifier" @@ -2861,16 +3209,19 @@ description: Result of parsing helical-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2888,6 +3239,7 @@ description: Result of parsing helical-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch002", "start": 0, "type": "Identifier" @@ -2899,6 +3251,7 @@ description: Result of parsing helical-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetHeight", "start": 0, "type": "Identifier" @@ -2910,9 +3263,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearHeight", "start": 0, "type": "Identifier" @@ -2922,10 +3277,12 @@ description: Result of parsing helical-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2945,9 +3302,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helicalGearSketch", "start": 0, "type": "Identifier" @@ -2958,16 +3317,19 @@ description: Result of parsing helical-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2985,6 +3347,7 @@ description: Result of parsing helical-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch003", "start": 0, "type": "Identifier" @@ -2996,6 +3359,7 @@ description: Result of parsing helical-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetHeight", "start": 0, "type": "Identifier" @@ -3004,9 +3368,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearHeight", "start": 0, "type": "Identifier" @@ -3022,9 +3388,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helicalGearSketch", "start": 0, "type": "Identifier" @@ -3035,16 +3403,19 @@ description: Result of parsing helical-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -3062,18 +3433,22 @@ description: Result of parsing helical-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helicalGear", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "loft", "start": 0, "type": "Identifier" @@ -3084,6 +3459,7 @@ description: Result of parsing helical-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3094,9 +3470,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch001", "start": 0, "type": "Identifier" @@ -3110,9 +3488,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch002", "start": 0, "type": "Identifier" @@ -3126,9 +3506,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch003", "start": 0, "type": "Identifier" @@ -3140,16 +3522,19 @@ description: Result of parsing helical-gear.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -3164,9 +3549,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helicalGear", "start": 0, "type": "Identifier" @@ -3178,6 +3565,7 @@ description: Result of parsing helical-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -3185,12 +3573,14 @@ description: Result of parsing helical-gear.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "15": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3205,12 +3595,14 @@ description: Result of parsing helical-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -3221,6 +3613,7 @@ description: Result of parsing helical-gear.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -3231,6 +3624,7 @@ description: Result of parsing helical-gear.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pressureAngle", "start": 0, "type": "Identifier" @@ -3241,6 +3635,7 @@ description: Result of parsing helical-gear.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixAngle", "start": 0, "type": "Identifier" @@ -3251,6 +3646,7 @@ description: Result of parsing helical-gear.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearHeight", "start": 0, "type": "Identifier" @@ -3261,11 +3657,13 @@ description: Result of parsing helical-gear.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "// Define a function to create a helical gear" ], @@ -3283,6 +3681,7 @@ description: Result of parsing helical-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -3290,6 +3689,7 @@ description: Result of parsing helical-gear.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "21", "start": 0, "type": "Literal", @@ -3305,6 +3705,7 @@ description: Result of parsing helical-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -3312,6 +3713,7 @@ description: Result of parsing helical-gear.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3327,6 +3729,7 @@ description: Result of parsing helical-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pressureAngle", "start": 0, "type": "Identifier" @@ -3334,6 +3737,7 @@ description: Result of parsing helical-gear.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -3349,6 +3753,7 @@ description: Result of parsing helical-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixAngle", "start": 0, "type": "Identifier" @@ -3356,6 +3761,7 @@ description: Result of parsing helical-gear.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "35", "start": 0, "type": "Literal", @@ -3371,6 +3777,7 @@ description: Result of parsing helical-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearHeight", "start": 0, "type": "Identifier" @@ -3378,6 +3785,7 @@ description: Result of parsing helical-gear.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7", "start": 0, "type": "Literal", @@ -3393,9 +3801,11 @@ description: Result of parsing helical-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helicalGear", "start": 0, "type": "Identifier" @@ -3406,11 +3816,13 @@ description: Result of parsing helical-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -3422,9 +3834,11 @@ description: Result of parsing helical-gear.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -3443,19 +3857,23 @@ description: Result of parsing helical-gear.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -3471,12 +3889,14 @@ description: Result of parsing helical-gear.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3489,6 +3909,7 @@ description: Result of parsing helical-gear.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/helical-planetary-gearset/ast.snap b/rust/kcl-lib/tests/kcl_samples/helical-planetary-gearset/ast.snap index d869f4c1d..a5833cd1e 100644 --- a/rust/kcl-lib/tests/kcl_samples/helical-planetary-gearset/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/helical-planetary-gearset/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing helical-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helicalGear", "start": 0, "type": "Identifier" @@ -28,6 +29,7 @@ description: Result of parsing helical-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitchDiameter", "start": 0, "type": "Identifier" @@ -39,9 +41,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -51,14 +55,17 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -72,11 +79,13 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Calculate gear parameters" ], @@ -92,6 +101,7 @@ description: Result of parsing helical-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "addendum", "start": 0, "type": "Identifier" @@ -100,9 +110,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -112,11 +124,13 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -129,6 +143,7 @@ description: Result of parsing helical-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "deddendum", "start": 0, "type": "Identifier" @@ -139,6 +154,7 @@ description: Result of parsing helical-planetary-gearset.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.25", "start": 0, "type": "Literal", @@ -148,14 +164,17 @@ description: Result of parsing helical-planetary-gearset.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -169,11 +188,13 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -186,6 +207,7 @@ description: Result of parsing helical-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -197,9 +219,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitchDiameter", "start": 0, "type": "Identifier" @@ -209,15 +233,19 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -228,6 +256,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -235,9 +264,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pressureAngle", "start": 0, "type": "Identifier" @@ -252,11 +283,13 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -269,6 +302,7 @@ description: Result of parsing helical-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -280,9 +314,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitchDiameter", "start": 0, "type": "Identifier" @@ -292,6 +328,7 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -299,6 +336,7 @@ description: Result of parsing helical-planetary-gearset.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -308,14 +346,17 @@ description: Result of parsing helical-planetary-gearset.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -333,11 +374,13 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -350,6 +393,7 @@ description: Result of parsing helical-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keywayWidth", "start": 0, "type": "Identifier" @@ -357,6 +401,7 @@ description: Result of parsing helical-planetary-gearset.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -366,11 +411,13 @@ description: Result of parsing helical-planetary-gearset.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -388,6 +435,7 @@ description: Result of parsing helical-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keywayDepth", "start": 0, "type": "Identifier" @@ -399,9 +447,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keywayWidth", "start": 0, "type": "Identifier" @@ -411,10 +461,12 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -428,11 +480,13 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -445,6 +499,7 @@ description: Result of parsing helical-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDiam", "start": 0, "type": "Identifier" @@ -452,6 +507,7 @@ description: Result of parsing helical-planetary-gearset.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7", "start": 0, "type": "Literal", @@ -461,11 +517,13 @@ description: Result of parsing helical-planetary-gearset.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -478,6 +536,7 @@ description: Result of parsing helical-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeRadius", "start": 0, "type": "Identifier" @@ -489,9 +548,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDiam", "start": 0, "type": "Identifier" @@ -501,10 +562,12 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -518,11 +581,13 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -535,18 +600,22 @@ description: Result of parsing helical-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startAngle", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "asin", "start": 0, "type": "Identifier" @@ -557,6 +626,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -570,9 +640,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keywayWidth", "start": 0, "type": "Identifier" @@ -582,10 +654,12 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -599,14 +673,17 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeRadius", "start": 0, "type": "Identifier" @@ -621,11 +698,13 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "BinaryExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -638,6 +717,7 @@ description: Result of parsing helical-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeWithKeyway", "start": 0, "type": "Identifier" @@ -645,13 +725,16 @@ description: Result of parsing helical-planetary-gearset.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -662,6 +745,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -669,9 +753,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -689,6 +775,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -703,9 +790,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeRadius", "start": 0, "type": "Identifier" @@ -715,15 +804,19 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -734,6 +827,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -741,9 +835,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startAngle", "start": 0, "type": "Identifier" @@ -765,9 +861,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeRadius", "start": 0, "type": "Identifier" @@ -777,15 +875,19 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -796,6 +898,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -803,9 +906,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startAngle", "start": 0, "type": "Identifier" @@ -822,6 +927,7 @@ description: Result of parsing helical-planetary-gearset.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -832,9 +938,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -845,6 +953,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -857,6 +966,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -865,9 +975,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keywayDepth", "start": 0, "type": "Identifier" @@ -883,9 +995,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -896,6 +1010,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -908,6 +1023,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -917,9 +1033,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keywayWidth", "start": 0, "type": "Identifier" @@ -931,6 +1049,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -942,9 +1061,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -955,6 +1076,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -967,6 +1089,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -976,9 +1099,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keywayDepth", "start": 0, "type": "Identifier" @@ -990,6 +1115,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1001,9 +1127,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1014,6 +1142,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1026,6 +1155,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -1040,6 +1170,7 @@ description: Result of parsing helical-planetary-gearset.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1051,19 +1182,23 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startAngle", "start": 0, "type": "Identifier" @@ -1077,10 +1212,12 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -1100,6 +1237,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -1107,6 +1245,7 @@ description: Result of parsing helical-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -1122,6 +1261,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1130,9 +1270,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeRadius", "start": 0, "type": "Identifier" @@ -1148,9 +1290,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -1161,6 +1305,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1173,6 +1318,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -1180,6 +1326,7 @@ description: Result of parsing helical-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -1195,6 +1342,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -1203,9 +1351,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startAngle", "start": 0, "type": "Identifier" @@ -1221,6 +1371,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1229,9 +1380,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeRadius", "start": 0, "type": "Identifier" @@ -1247,9 +1400,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -1260,19 +1415,23 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1283,6 +1442,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1291,12 +1451,14 @@ description: Result of parsing helical-planetary-gearset.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "7": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1313,11 +1475,13 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1335,6 +1499,7 @@ description: Result of parsing helical-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helicalGearSketch", "start": 0, "type": "Identifier" @@ -1350,18 +1515,22 @@ description: Result of parsing helical-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixCalc", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "acos", "start": 0, "type": "Identifier" @@ -1372,6 +1541,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1385,9 +1555,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetHeight", "start": 0, "type": "Identifier" @@ -1397,15 +1569,19 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tan", "start": 0, "type": "Identifier" @@ -1416,6 +1592,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1423,9 +1600,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixAngle", "start": 0, "type": "Identifier" @@ -1440,6 +1619,7 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, @@ -1448,9 +1628,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -1460,10 +1642,12 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1482,11 +1666,13 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "BinaryExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Calculate the amount to rotate each planar sketch of the gear given the gear helix angle and total gear height" ], @@ -1502,6 +1688,7 @@ description: Result of parsing helical-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helicalGearSketch", "start": 0, "type": "Identifier" @@ -1509,13 +1696,16 @@ description: Result of parsing helical-planetary-gearset.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1526,6 +1716,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1536,6 +1727,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -1544,9 +1736,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetHeight", "start": 0, "type": "Identifier" @@ -1562,9 +1756,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -1575,6 +1771,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1582,9 +1779,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -1603,6 +1802,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1614,6 +1814,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1622,9 +1823,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixCalc", "start": 0, "type": "Identifier" @@ -1640,6 +1843,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1651,9 +1855,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -1663,10 +1869,12 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1686,9 +1894,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "polar", "start": 0, "type": "Identifier" @@ -1699,6 +1909,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1710,9 +1921,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1723,6 +1936,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1735,6 +1949,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startRadius", "start": 0, "type": "Identifier" @@ -1746,9 +1961,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -1758,10 +1975,12 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1781,6 +2000,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endRadius", "start": 0, "type": "Identifier" @@ -1792,9 +2012,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -1804,10 +2026,12 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1827,6 +2051,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1835,9 +2060,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixCalc", "start": 0, "type": "Identifier" @@ -1853,6 +2080,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1860,6 +2088,7 @@ description: Result of parsing helical-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1871,9 +2100,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "involuteCircular", "start": 0, "type": "Identifier" @@ -1884,6 +2115,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1896,6 +2128,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1907,6 +2140,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1920,6 +2154,7 @@ description: Result of parsing helical-planetary-gearset.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "160", "start": 0, "type": "Literal", @@ -1929,14 +2164,17 @@ description: Result of parsing helical-planetary-gearset.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -1950,14 +2188,17 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixCalc", "start": 0, "type": "Identifier" @@ -1977,6 +2218,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1988,9 +2230,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -2000,10 +2244,12 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2023,9 +2269,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "polar", "start": 0, "type": "Identifier" @@ -2036,6 +2284,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2047,9 +2296,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2060,6 +2311,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2072,6 +2324,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startRadius", "start": 0, "type": "Identifier" @@ -2083,9 +2336,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -2095,10 +2350,12 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2118,6 +2375,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endRadius", "start": 0, "type": "Identifier" @@ -2129,9 +2387,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -2141,10 +2401,12 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2164,6 +2426,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2178,6 +2441,7 @@ description: Result of parsing helical-planetary-gearset.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -2187,15 +2451,19 @@ description: Result of parsing helical-planetary-gearset.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "atan", "start": 0, "type": "Identifier" @@ -2206,6 +2474,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2213,13 +2482,16 @@ description: Result of parsing helical-planetary-gearset.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndY", "start": 0, "type": "Identifier" @@ -2230,6 +2502,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2237,9 +2510,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -2250,15 +2525,19 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "Name" } }, + "moduleId": 0, "operator": "/", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndX", "start": 0, "type": "Identifier" @@ -2269,6 +2548,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2276,9 +2556,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -2298,6 +2580,7 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -2305,6 +2588,7 @@ description: Result of parsing helical-planetary-gearset.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -2314,14 +2598,17 @@ description: Result of parsing helical-planetary-gearset.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixCalc", "start": 0, "type": "Identifier" @@ -2341,6 +2628,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2352,6 +2640,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "reverse", "start": 0, "type": "Identifier" @@ -2359,6 +2648,7 @@ description: Result of parsing helical-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -2371,9 +2661,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "involuteCircular", "start": 0, "type": "Identifier" @@ -2384,6 +2676,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2396,6 +2689,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2407,6 +2701,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2420,6 +2715,7 @@ description: Result of parsing helical-planetary-gearset.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -2429,14 +2725,17 @@ description: Result of parsing helical-planetary-gearset.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -2450,14 +2749,17 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixCalc", "start": 0, "type": "Identifier" @@ -2477,6 +2779,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2488,9 +2791,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -2500,10 +2805,12 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2523,9 +2830,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "polar", "start": 0, "type": "Identifier" @@ -2536,6 +2845,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2547,9 +2857,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2560,6 +2872,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2572,6 +2885,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -2580,9 +2894,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -2598,6 +2914,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -2608,6 +2925,7 @@ description: Result of parsing helical-planetary-gearset.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2620,6 +2938,7 @@ description: Result of parsing helical-planetary-gearset.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2631,6 +2950,7 @@ description: Result of parsing helical-planetary-gearset.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2641,6 +2961,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -2648,6 +2969,7 @@ description: Result of parsing helical-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -2663,6 +2985,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -2670,6 +2993,7 @@ description: Result of parsing helical-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -2682,9 +3006,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular2d", "start": 0, "type": "Identifier" @@ -2695,25 +3021,30 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -2724,6 +3055,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2736,6 +3068,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -2744,9 +3077,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeWithKeyway", "start": 0, "type": "Identifier" @@ -2762,9 +3097,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -2775,6 +3112,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2783,12 +3121,14 @@ description: Result of parsing helical-planetary-gearset.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "4": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2802,6 +3142,7 @@ description: Result of parsing helical-planetary-gearset.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2818,11 +3159,13 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2837,9 +3180,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helicalGearSketch", "start": 0, "type": "Identifier" @@ -2851,6 +3196,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -2858,16 +3204,19 @@ description: Result of parsing helical-planetary-gearset.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetHeight", "start": 0, "type": "Identifier" @@ -2878,11 +3227,13 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2895,6 +3246,7 @@ description: Result of parsing helical-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch001", "start": 0, "type": "Identifier" @@ -2906,6 +3258,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetHeight", "start": 0, "type": "Identifier" @@ -2913,6 +3266,7 @@ description: Result of parsing helical-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2928,9 +3282,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helicalGearSketch", "start": 0, "type": "Identifier" @@ -2941,16 +3297,19 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2968,6 +3327,7 @@ description: Result of parsing helical-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch002", "start": 0, "type": "Identifier" @@ -2979,6 +3339,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetHeight", "start": 0, "type": "Identifier" @@ -2990,9 +3351,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearHeight", "start": 0, "type": "Identifier" @@ -3002,10 +3365,12 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3025,9 +3390,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helicalGearSketch", "start": 0, "type": "Identifier" @@ -3038,16 +3405,19 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -3065,6 +3435,7 @@ description: Result of parsing helical-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch003", "start": 0, "type": "Identifier" @@ -3076,6 +3447,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetHeight", "start": 0, "type": "Identifier" @@ -3084,9 +3456,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearHeight", "start": 0, "type": "Identifier" @@ -3102,9 +3476,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helicalGearSketch", "start": 0, "type": "Identifier" @@ -3115,16 +3491,19 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -3142,18 +3521,22 @@ description: Result of parsing helical-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helicalGear", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "loft", "start": 0, "type": "Identifier" @@ -3164,6 +3547,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3174,9 +3558,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch001", "start": 0, "type": "Identifier" @@ -3190,9 +3576,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch002", "start": 0, "type": "Identifier" @@ -3206,9 +3594,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch003", "start": 0, "type": "Identifier" @@ -3220,16 +3610,19 @@ description: Result of parsing helical-planetary-gearset.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -3244,9 +3637,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helicalGear", "start": 0, "type": "Identifier" @@ -3258,6 +3653,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -3265,12 +3661,14 @@ description: Result of parsing helical-planetary-gearset.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "15": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3285,12 +3683,14 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -3301,6 +3701,7 @@ description: Result of parsing helical-planetary-gearset.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -3311,6 +3712,7 @@ description: Result of parsing helical-planetary-gearset.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pressureAngle", "start": 0, "type": "Identifier" @@ -3321,6 +3723,7 @@ description: Result of parsing helical-planetary-gearset.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixAngle", "start": 0, "type": "Identifier" @@ -3331,6 +3734,7 @@ description: Result of parsing helical-planetary-gearset.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearHeight", "start": 0, "type": "Identifier" @@ -3341,11 +3745,13 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "// Define a function to create a helical gear" ], @@ -3361,6 +3767,7 @@ description: Result of parsing helical-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ringGear", "start": 0, "type": "Identifier" @@ -3376,6 +3783,7 @@ description: Result of parsing helical-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitchDiameter", "start": 0, "type": "Identifier" @@ -3387,9 +3795,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -3399,14 +3809,17 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -3420,11 +3833,13 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Calculate gear parameters" ], @@ -3440,6 +3855,7 @@ description: Result of parsing helical-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "addendum", "start": 0, "type": "Identifier" @@ -3448,9 +3864,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -3460,11 +3878,13 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3477,6 +3897,7 @@ description: Result of parsing helical-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "deddendum", "start": 0, "type": "Identifier" @@ -3487,6 +3908,7 @@ description: Result of parsing helical-planetary-gearset.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.25", "start": 0, "type": "Literal", @@ -3496,14 +3918,17 @@ description: Result of parsing helical-planetary-gearset.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -3517,11 +3942,13 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3534,6 +3961,7 @@ description: Result of parsing helical-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -3545,9 +3973,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitchDiameter", "start": 0, "type": "Identifier" @@ -3557,15 +3987,19 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -3576,6 +4010,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3583,9 +4018,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pressureAngle", "start": 0, "type": "Identifier" @@ -3600,11 +4037,13 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3617,6 +4056,7 @@ description: Result of parsing helical-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -3628,9 +4068,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitchDiameter", "start": 0, "type": "Identifier" @@ -3640,6 +4082,7 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -3647,6 +4090,7 @@ description: Result of parsing helical-planetary-gearset.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3656,14 +4100,17 @@ description: Result of parsing helical-planetary-gearset.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -3681,11 +4128,13 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3698,6 +4147,7 @@ description: Result of parsing helical-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ringGearSketch", "start": 0, "type": "Identifier" @@ -3713,18 +4163,22 @@ description: Result of parsing helical-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixCalc", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "acos", "start": 0, "type": "Identifier" @@ -3735,6 +4189,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3748,9 +4203,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetHeight", "start": 0, "type": "Identifier" @@ -3760,15 +4217,19 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tan", "start": 0, "type": "Identifier" @@ -3779,6 +4240,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3786,9 +4248,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixAngle", "start": 0, "type": "Identifier" @@ -3803,6 +4267,7 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, @@ -3811,9 +4276,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -3823,10 +4290,12 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3845,11 +4314,13 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "BinaryExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Calculate the amount to rotate each planar sketch of the gear given the gear helix angle and total gear height" ], @@ -3865,6 +4336,7 @@ description: Result of parsing helical-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ringTeeth", "start": 0, "type": "Identifier" @@ -3872,13 +4344,16 @@ description: Result of parsing helical-planetary-gearset.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -3889,6 +4364,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3899,6 +4375,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -3907,9 +4384,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetHeight", "start": 0, "type": "Identifier" @@ -3925,9 +4404,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -3938,6 +4419,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3945,9 +4427,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -3966,6 +4450,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -3977,6 +4462,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -3985,9 +4471,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixCalc", "start": 0, "type": "Identifier" @@ -4003,6 +4491,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4014,9 +4503,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -4026,10 +4517,12 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4049,9 +4542,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "polar", "start": 0, "type": "Identifier" @@ -4062,6 +4557,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4073,9 +4569,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -4086,6 +4584,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4098,6 +4597,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startRadius", "start": 0, "type": "Identifier" @@ -4109,9 +4609,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -4121,10 +4623,12 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4144,6 +4648,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endRadius", "start": 0, "type": "Identifier" @@ -4155,9 +4660,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -4167,10 +4674,12 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4190,6 +4699,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -4198,9 +4708,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixCalc", "start": 0, "type": "Identifier" @@ -4216,6 +4728,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -4223,6 +4736,7 @@ description: Result of parsing helical-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -4234,9 +4748,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "involuteCircular", "start": 0, "type": "Identifier" @@ -4247,6 +4763,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4259,6 +4776,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -4270,6 +4788,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -4283,6 +4802,7 @@ description: Result of parsing helical-planetary-gearset.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "200", "start": 0, "type": "Literal", @@ -4292,14 +4812,17 @@ description: Result of parsing helical-planetary-gearset.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -4313,14 +4836,17 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixCalc", "start": 0, "type": "Identifier" @@ -4340,6 +4866,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4351,9 +4878,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -4363,10 +4892,12 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4386,9 +4917,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "polar", "start": 0, "type": "Identifier" @@ -4399,6 +4932,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4410,9 +4944,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4423,6 +4959,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4435,6 +4972,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startRadius", "start": 0, "type": "Identifier" @@ -4446,9 +4984,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -4458,10 +4998,12 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4481,6 +5023,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endRadius", "start": 0, "type": "Identifier" @@ -4492,9 +5035,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -4504,10 +5049,12 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4527,6 +5074,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -4541,6 +5089,7 @@ description: Result of parsing helical-planetary-gearset.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -4550,15 +5099,19 @@ description: Result of parsing helical-planetary-gearset.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "atan", "start": 0, "type": "Identifier" @@ -4569,6 +5122,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4576,13 +5130,16 @@ description: Result of parsing helical-planetary-gearset.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndY", "start": 0, "type": "Identifier" @@ -4593,6 +5150,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4600,9 +5158,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -4613,15 +5173,19 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "Name" } }, + "moduleId": 0, "operator": "/", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndX", "start": 0, "type": "Identifier" @@ -4632,6 +5196,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4639,9 +5204,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -4661,6 +5228,7 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -4668,6 +5236,7 @@ description: Result of parsing helical-planetary-gearset.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -4677,14 +5246,17 @@ description: Result of parsing helical-planetary-gearset.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixCalc", "start": 0, "type": "Identifier" @@ -4704,6 +5276,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4715,6 +5288,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "reverse", "start": 0, "type": "Identifier" @@ -4722,6 +5296,7 @@ description: Result of parsing helical-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -4734,9 +5309,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "involuteCircular", "start": 0, "type": "Identifier" @@ -4747,6 +5324,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4759,6 +5337,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -4770,6 +5349,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -4783,6 +5363,7 @@ description: Result of parsing helical-planetary-gearset.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -4792,14 +5373,17 @@ description: Result of parsing helical-planetary-gearset.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -4813,14 +5397,17 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixCalc", "start": 0, "type": "Identifier" @@ -4840,6 +5427,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4851,9 +5439,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -4863,10 +5453,12 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4886,9 +5478,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "polar", "start": 0, "type": "Identifier" @@ -4899,6 +5493,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4910,9 +5505,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4923,6 +5520,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4935,6 +5533,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -4943,9 +5542,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -4961,6 +5562,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -4971,6 +5573,7 @@ description: Result of parsing helical-planetary-gearset.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4983,6 +5586,7 @@ description: Result of parsing helical-planetary-gearset.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4994,6 +5598,7 @@ description: Result of parsing helical-planetary-gearset.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5004,6 +5609,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -5011,6 +5617,7 @@ description: Result of parsing helical-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -5026,6 +5633,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -5033,6 +5641,7 @@ description: Result of parsing helical-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -5045,9 +5654,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular2d", "start": 0, "type": "Identifier" @@ -5058,25 +5669,30 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -5087,6 +5703,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5095,12 +5712,14 @@ description: Result of parsing helical-planetary-gearset.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "4": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -5114,6 +5733,7 @@ description: Result of parsing helical-planetary-gearset.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -5127,6 +5747,7 @@ description: Result of parsing helical-planetary-gearset.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -5143,11 +5764,13 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -5165,6 +5788,7 @@ description: Result of parsing helical-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ringGearSketch", "start": 0, "type": "Identifier" @@ -5172,13 +5796,16 @@ description: Result of parsing helical-planetary-gearset.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -5189,6 +5816,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5199,6 +5827,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -5207,9 +5836,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetHeight", "start": 0, "type": "Identifier" @@ -5225,9 +5856,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -5238,6 +5871,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5245,9 +5879,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -5266,6 +5902,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -5276,6 +5913,7 @@ description: Result of parsing helical-planetary-gearset.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5288,6 +5926,7 @@ description: Result of parsing helical-planetary-gearset.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5299,6 +5938,7 @@ description: Result of parsing helical-planetary-gearset.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5309,6 +5949,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -5320,9 +5961,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -5332,10 +5975,12 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.85", "start": 0, "type": "Literal", @@ -5355,9 +6000,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -5368,6 +6015,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5380,6 +6028,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -5388,9 +6037,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ringTeeth", "start": 0, "type": "Identifier" @@ -5406,9 +6057,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -5419,6 +6072,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5427,15 +6081,18 @@ description: Result of parsing helical-planetary-gearset.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5445,9 +6102,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ringGearSketch", "start": 0, "type": "Identifier" @@ -5459,6 +6118,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -5466,16 +6126,19 @@ description: Result of parsing helical-planetary-gearset.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetHeight", "start": 0, "type": "Identifier" @@ -5486,11 +6149,13 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "", "", @@ -5508,6 +6173,7 @@ description: Result of parsing helical-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch001", "start": 0, "type": "Identifier" @@ -5519,6 +6185,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetHeight", "start": 0, "type": "Identifier" @@ -5526,6 +6193,7 @@ description: Result of parsing helical-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5541,9 +6209,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ringGearSketch", "start": 0, "type": "Identifier" @@ -5554,16 +6224,19 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -5581,6 +6254,7 @@ description: Result of parsing helical-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch002", "start": 0, "type": "Identifier" @@ -5592,6 +6266,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetHeight", "start": 0, "type": "Identifier" @@ -5603,9 +6278,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearHeight", "start": 0, "type": "Identifier" @@ -5615,10 +6292,12 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5638,9 +6317,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ringGearSketch", "start": 0, "type": "Identifier" @@ -5651,16 +6332,19 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -5678,6 +6362,7 @@ description: Result of parsing helical-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch003", "start": 0, "type": "Identifier" @@ -5689,6 +6374,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetHeight", "start": 0, "type": "Identifier" @@ -5697,9 +6383,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearHeight", "start": 0, "type": "Identifier" @@ -5715,9 +6403,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ringGearSketch", "start": 0, "type": "Identifier" @@ -5728,16 +6418,19 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -5755,18 +6448,22 @@ description: Result of parsing helical-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ringGear", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "loft", "start": 0, "type": "Identifier" @@ -5777,6 +6474,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5787,9 +6485,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch001", "start": 0, "type": "Identifier" @@ -5803,9 +6503,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch002", "start": 0, "type": "Identifier" @@ -5819,9 +6521,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch003", "start": 0, "type": "Identifier" @@ -5833,16 +6537,19 @@ description: Result of parsing helical-planetary-gearset.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -5857,9 +6564,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ringGear", "start": 0, "type": "Identifier" @@ -5871,6 +6580,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -5878,12 +6588,14 @@ description: Result of parsing helical-planetary-gearset.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "9": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -5898,12 +6610,14 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -5914,6 +6628,7 @@ description: Result of parsing helical-planetary-gearset.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -5924,6 +6639,7 @@ description: Result of parsing helical-planetary-gearset.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pressureAngle", "start": 0, "type": "Identifier" @@ -5934,6 +6650,7 @@ description: Result of parsing helical-planetary-gearset.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixAngle", "start": 0, "type": "Identifier" @@ -5944,6 +6661,7 @@ description: Result of parsing helical-planetary-gearset.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearHeight", "start": 0, "type": "Identifier" @@ -5954,11 +6672,13 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "", "", @@ -5978,6 +6698,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -5985,6 +6706,7 @@ description: Result of parsing helical-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "42", "start": 0, "type": "Literal", @@ -6000,6 +6722,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -6007,6 +6730,7 @@ description: Result of parsing helical-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.5", "start": 0, "type": "Literal", @@ -6022,6 +6746,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pressureAngle", "start": 0, "type": "Identifier" @@ -6029,6 +6754,7 @@ description: Result of parsing helical-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "14", "start": 0, "type": "Literal", @@ -6044,6 +6770,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixAngle", "start": 0, "type": "Identifier" @@ -6052,6 +6779,7 @@ description: Result of parsing helical-planetary-gearset.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25", "start": 0, "type": "Literal", @@ -6063,6 +6791,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6074,6 +6803,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearHeight", "start": 0, "type": "Identifier" @@ -6081,6 +6811,7 @@ description: Result of parsing helical-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -6096,9 +6827,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ringGear", "start": 0, "type": "Identifier" @@ -6109,11 +6842,13 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "preComments": [ "", "", @@ -6133,6 +6868,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -6140,6 +6876,7 @@ description: Result of parsing helical-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12", "start": 0, "type": "Literal", @@ -6155,6 +6892,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -6162,6 +6900,7 @@ description: Result of parsing helical-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.5", "start": 0, "type": "Literal", @@ -6177,6 +6916,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pressureAngle", "start": 0, "type": "Identifier" @@ -6184,6 +6924,7 @@ description: Result of parsing helical-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "14", "start": 0, "type": "Literal", @@ -6199,6 +6940,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixAngle", "start": 0, "type": "Identifier" @@ -6206,6 +6948,7 @@ description: Result of parsing helical-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25", "start": 0, "type": "Literal", @@ -6221,6 +6964,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearHeight", "start": 0, "type": "Identifier" @@ -6228,6 +6972,7 @@ description: Result of parsing helical-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -6243,9 +6988,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helicalGear", "start": 0, "type": "Identifier" @@ -6256,11 +7003,13 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "preComments": [ "", "", @@ -6278,6 +7027,7 @@ description: Result of parsing helical-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numPlanetGears", "start": 0, "type": "Identifier" @@ -6285,6 +7035,7 @@ description: Result of parsing helical-planetary-gearset.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -6294,11 +7045,13 @@ description: Result of parsing helical-planetary-gearset.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -6320,6 +7073,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -6327,6 +7081,7 @@ description: Result of parsing helical-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12", "start": 0, "type": "Literal", @@ -6342,6 +7097,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -6349,6 +7105,7 @@ description: Result of parsing helical-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.5", "start": 0, "type": "Literal", @@ -6364,6 +7121,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pressureAngle", "start": 0, "type": "Identifier" @@ -6371,6 +7129,7 @@ description: Result of parsing helical-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "14", "start": 0, "type": "Literal", @@ -6386,6 +7145,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixAngle", "start": 0, "type": "Identifier" @@ -6394,6 +7154,7 @@ description: Result of parsing helical-planetary-gearset.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25", "start": 0, "type": "Literal", @@ -6405,6 +7166,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6416,6 +7178,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearHeight", "start": 0, "type": "Identifier" @@ -6423,6 +7186,7 @@ description: Result of parsing helical-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -6438,9 +7202,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helicalGear", "start": 0, "type": "Identifier" @@ -6451,6 +7217,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6463,6 +7230,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -6482,6 +7250,7 @@ description: Result of parsing helical-planetary-gearset.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12", "start": 0, "type": "Literal", @@ -6491,10 +7260,12 @@ description: Result of parsing helical-planetary-gearset.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12", "start": 0, "type": "Literal", @@ -6508,10 +7279,12 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -6525,10 +7298,12 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.5", "start": 0, "type": "Literal", @@ -6542,10 +7317,12 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.7", "start": 0, "type": "Literal", @@ -6565,9 +7342,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -6578,6 +7357,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6590,6 +7370,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -6598,9 +7379,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numPlanetGears", "start": 0, "type": "Identifier" @@ -6616,6 +7399,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -6626,6 +7410,7 @@ description: Result of parsing helical-planetary-gearset.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6638,6 +7423,7 @@ description: Result of parsing helical-planetary-gearset.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6650,6 +7436,7 @@ description: Result of parsing helical-planetary-gearset.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -6661,6 +7448,7 @@ description: Result of parsing helical-planetary-gearset.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6671,6 +7459,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -6681,6 +7470,7 @@ description: Result of parsing helical-planetary-gearset.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6693,6 +7483,7 @@ description: Result of parsing helical-planetary-gearset.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6705,6 +7496,7 @@ description: Result of parsing helical-planetary-gearset.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6716,6 +7508,7 @@ description: Result of parsing helical-planetary-gearset.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6726,6 +7519,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -6733,6 +7527,7 @@ description: Result of parsing helical-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -6748,6 +7543,7 @@ description: Result of parsing helical-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -6755,6 +7551,7 @@ description: Result of parsing helical-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "false", "start": 0, "type": "Literal", @@ -6767,9 +7564,11 @@ description: Result of parsing helical-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular3d", "start": 0, "type": "Identifier" @@ -6780,6 +7579,7 @@ description: Result of parsing helical-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6788,10 +7588,12 @@ description: Result of parsing helical-planetary-gearset.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -6803,9 +7605,11 @@ description: Result of parsing helical-planetary-gearset.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -6824,19 +7628,23 @@ description: Result of parsing helical-planetary-gearset.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -6852,12 +7660,14 @@ description: Result of parsing helical-planetary-gearset.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": {}, "startNodes": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/helium-tank/ast.snap b/rust/kcl-lib/tests/kcl_samples/helium-tank/ast.snap index 91e8dcc95..818d7de8c 100644 --- a/rust/kcl-lib/tests/kcl_samples/helium-tank/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/helium-tank/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing helium-tank.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tankHeight", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing helium-tank.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.5ft", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing helium-tank.kcl "suffix": "Ft" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define parameters" ], @@ -49,6 +53,7 @@ description: Result of parsing helium-tank.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tankDiameter", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing helium-tank.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "9", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing helium-tank.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing helium-tank.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -89,6 +98,7 @@ description: Result of parsing helium-tank.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.125", "start": 0, "type": "Literal", @@ -98,11 +108,13 @@ description: Result of parsing helium-tank.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -115,6 +127,7 @@ description: Result of parsing helium-tank.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "portDiameter", "start": 0, "type": "Identifier" @@ -122,6 +135,7 @@ description: Result of parsing helium-tank.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.25", "start": 0, "type": "Literal", @@ -131,11 +145,13 @@ description: Result of parsing helium-tank.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -148,6 +164,7 @@ description: Result of parsing helium-tank.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bracketThickness", "start": 0, "type": "Identifier" @@ -155,6 +172,7 @@ description: Result of parsing helium-tank.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.090", "start": 0, "type": "Literal", @@ -164,11 +182,13 @@ description: Result of parsing helium-tank.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -181,6 +201,7 @@ description: Result of parsing helium-tank.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltSize", "start": 0, "type": "Identifier" @@ -191,6 +212,7 @@ description: Result of parsing helium-tank.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -200,10 +222,12 @@ description: Result of parsing helium-tank.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -217,11 +241,13 @@ description: Result of parsing helium-tank.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -234,6 +260,7 @@ description: Result of parsing helium-tank.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tankSketch", "start": 0, "type": "Identifier" @@ -241,13 +268,16 @@ description: Result of parsing helium-tank.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -258,6 +288,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -265,9 +296,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -285,6 +318,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -299,9 +333,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "portDiameter", "start": 0, "type": "Identifier" @@ -311,10 +347,12 @@ description: Result of parsing helium-tank.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -332,9 +370,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tankHeight", "start": 0, "type": "Identifier" @@ -346,6 +386,7 @@ description: Result of parsing helium-tank.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -356,9 +397,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -369,6 +412,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -381,6 +425,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -389,6 +434,7 @@ description: Result of parsing helium-tank.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6", "start": 0, "type": "Literal", @@ -400,6 +446,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -411,9 +458,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -424,6 +473,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -436,6 +486,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -443,6 +494,7 @@ description: Result of parsing helium-tank.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -458,9 +510,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -471,6 +525,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -483,6 +538,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -491,6 +547,7 @@ description: Result of parsing helium-tank.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "110", "start": 0, "type": "Literal", @@ -502,6 +559,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -513,6 +571,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -520,6 +579,7 @@ description: Result of parsing helium-tank.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -535,9 +595,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -548,6 +610,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -560,6 +623,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -567,6 +631,7 @@ description: Result of parsing helium-tank.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "40", "start": 0, "type": "Literal", @@ -582,6 +647,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -589,6 +655,7 @@ description: Result of parsing helium-tank.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6", "start": 0, "type": "Literal", @@ -604,9 +671,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -617,6 +686,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -629,6 +699,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -637,6 +708,7 @@ description: Result of parsing helium-tank.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "110", "start": 0, "type": "Literal", @@ -648,6 +720,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -659,6 +732,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -666,6 +740,7 @@ description: Result of parsing helium-tank.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -681,9 +756,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -694,6 +771,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -706,6 +784,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -713,6 +792,7 @@ description: Result of parsing helium-tank.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -728,6 +808,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -735,6 +816,7 @@ description: Result of parsing helium-tank.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -750,9 +832,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -763,6 +847,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -775,6 +860,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -783,6 +869,7 @@ description: Result of parsing helium-tank.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -794,6 +881,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -805,6 +893,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -819,9 +908,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tankDiameter", "start": 0, "type": "Identifier" @@ -831,10 +922,12 @@ description: Result of parsing helium-tank.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -848,15 +941,19 @@ description: Result of parsing helium-tank.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lastSegX", "start": 0, "type": "Identifier" @@ -867,12 +964,14 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -888,6 +987,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -895,6 +995,7 @@ description: Result of parsing helium-tank.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -906,9 +1007,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -919,6 +1022,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -931,18 +1035,22 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentToEnd", "start": 0, "type": "Identifier" @@ -953,6 +1061,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -960,9 +1069,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -979,6 +1090,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteY", "start": 0, "type": "Identifier" @@ -986,6 +1098,7 @@ description: Result of parsing helium-tank.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.5", "start": 0, "type": "Literal", @@ -1001,6 +1114,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1008,6 +1122,7 @@ description: Result of parsing helium-tank.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1019,9 +1134,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1032,6 +1149,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1044,6 +1162,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1052,6 +1171,7 @@ description: Result of parsing helium-tank.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -1063,6 +1183,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1074,6 +1195,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1081,6 +1203,7 @@ description: Result of parsing helium-tank.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1096,6 +1219,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1103,6 +1227,7 @@ description: Result of parsing helium-tank.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1114,9 +1239,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1127,6 +1254,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1139,18 +1267,22 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentToEnd", "start": 0, "type": "Identifier" @@ -1161,6 +1293,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1168,9 +1301,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -1187,6 +1322,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteX", "start": 0, "type": "Identifier" @@ -1194,6 +1330,7 @@ description: Result of parsing helium-tank.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.001", "start": 0, "type": "Literal", @@ -1209,6 +1346,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1216,6 +1354,7 @@ description: Result of parsing helium-tank.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1227,9 +1366,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1240,6 +1381,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1252,6 +1394,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1260,9 +1403,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -1278,9 +1423,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1291,6 +1438,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1303,18 +1451,22 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -1325,6 +1477,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1332,9 +1485,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg08", "start": 0, "type": "Identifier" @@ -1351,9 +1506,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1364,6 +1521,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1376,6 +1534,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1383,6 +1542,7 @@ description: Result of parsing helium-tank.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -1398,6 +1558,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1408,6 +1569,7 @@ description: Result of parsing helium-tank.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1417,14 +1579,17 @@ description: Result of parsing helium-tank.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -1444,9 +1609,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1457,6 +1624,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1469,18 +1637,22 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -1491,6 +1663,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1498,9 +1671,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg09", "start": 0, "type": "Identifier" @@ -1517,9 +1692,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1530,6 +1707,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1542,6 +1720,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1549,6 +1728,7 @@ description: Result of parsing helium-tank.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -1564,6 +1744,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1581,9 +1762,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tankDiameter", "start": 0, "type": "Identifier" @@ -1593,10 +1776,12 @@ description: Result of parsing helium-tank.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1610,14 +1795,17 @@ description: Result of parsing helium-tank.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -1631,10 +1819,12 @@ description: Result of parsing helium-tank.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.3", "start": 0, "type": "Literal", @@ -1654,9 +1844,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1667,6 +1859,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1679,6 +1872,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1687,13 +1881,16 @@ description: Result of parsing helium-tank.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -1704,21 +1901,25 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".1", "start": 0, "type": "Literal", @@ -1738,9 +1939,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1751,6 +1954,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1763,18 +1967,22 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -1785,12 +1993,14 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1802,9 +2012,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1815,6 +2027,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1827,6 +2040,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1835,13 +2049,16 @@ description: Result of parsing helium-tank.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -1852,25 +2069,30 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -1881,12 +2103,14 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1894,6 +2118,7 @@ description: Result of parsing helium-tank.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1904,9 +2129,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1917,19 +2144,23 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1940,6 +2171,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1948,12 +2180,14 @@ description: Result of parsing helium-tank.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "20": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1970,11 +2204,13 @@ description: Result of parsing helium-tank.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1992,6 +2228,7 @@ description: Result of parsing helium-tank.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tankRevolve", "start": 0, "type": "Identifier" @@ -2003,6 +2240,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2010,6 +2248,7 @@ description: Result of parsing helium-tank.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "220", "start": 0, "type": "Literal", @@ -2025,6 +2264,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -2033,9 +2273,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "Y", "start": 0, "type": "Identifier" @@ -2051,9 +2293,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -2064,6 +2308,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2071,9 +2316,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tankSketch", "start": 0, "type": "Identifier" @@ -2084,11 +2331,13 @@ description: Result of parsing helium-tank.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2101,6 +2350,7 @@ description: Result of parsing helium-tank.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "valveBody", "start": 0, "type": "Identifier" @@ -2108,13 +2358,16 @@ description: Result of parsing helium-tank.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2125,6 +2378,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2135,6 +2389,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -2146,9 +2401,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tankHeight", "start": 0, "type": "Identifier" @@ -2158,10 +2415,12 @@ description: Result of parsing helium-tank.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -2181,9 +2440,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -2194,6 +2455,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2201,9 +2463,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -2222,6 +2486,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -2232,6 +2497,7 @@ description: Result of parsing helium-tank.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2244,6 +2510,7 @@ description: Result of parsing helium-tank.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2255,6 +2522,7 @@ description: Result of parsing helium-tank.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2265,6 +2533,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2276,9 +2545,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "portDiameter", "start": 0, "type": "Identifier" @@ -2288,10 +2559,12 @@ description: Result of parsing helium-tank.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.9", "start": 0, "type": "Literal", @@ -2311,6 +2584,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -2318,6 +2592,7 @@ description: Result of parsing helium-tank.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -2329,9 +2604,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -2342,6 +2619,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2354,6 +2632,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2361,6 +2640,7 @@ description: Result of parsing helium-tank.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.5", "start": 0, "type": "Literal", @@ -2376,6 +2656,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tagEnd", "start": 0, "type": "Identifier" @@ -2383,6 +2664,7 @@ description: Result of parsing helium-tank.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -2394,9 +2676,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2407,6 +2691,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2419,6 +2704,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2426,6 +2712,7 @@ description: Result of parsing helium-tank.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -2441,6 +2728,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -2455,6 +2743,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faces", "start": 0, "type": "Identifier" @@ -2466,9 +2755,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg03", "start": 0, "type": "Identifier" @@ -2482,9 +2773,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "capEnd001", "start": 0, "type": "Identifier" @@ -2496,6 +2789,7 @@ description: Result of parsing helium-tank.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2506,9 +2800,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getCommonEdge", "start": 0, "type": "Identifier" @@ -2519,6 +2815,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2526,6 +2823,7 @@ description: Result of parsing helium-tank.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2536,9 +2834,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -2549,6 +2849,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2557,12 +2858,14 @@ description: Result of parsing helium-tank.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "3": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2579,11 +2882,13 @@ description: Result of parsing helium-tank.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2601,6 +2906,7 @@ description: Result of parsing helium-tank.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "valvePort", "start": 0, "type": "Identifier" @@ -2608,13 +2914,16 @@ description: Result of parsing helium-tank.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2625,6 +2934,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2632,9 +2942,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -2652,6 +2964,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -2662,6 +2975,7 @@ description: Result of parsing helium-tank.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2678,9 +2992,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tankHeight", "start": 0, "type": "Identifier" @@ -2690,10 +3006,12 @@ description: Result of parsing helium-tank.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3", "start": 0, "type": "Literal", @@ -2709,6 +3027,7 @@ description: Result of parsing helium-tank.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2719,6 +3038,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2730,9 +3050,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "portDiameter", "start": 0, "type": "Identifier" @@ -2742,10 +3064,12 @@ description: Result of parsing helium-tank.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -2765,9 +3089,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -2778,6 +3104,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2790,6 +3117,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -2801,6 +3129,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -2811,6 +3140,7 @@ description: Result of parsing helium-tank.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2827,9 +3157,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tankHeight", "start": 0, "type": "Identifier" @@ -2839,10 +3171,12 @@ description: Result of parsing helium-tank.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3", "start": 0, "type": "Literal", @@ -2858,6 +3192,7 @@ description: Result of parsing helium-tank.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2868,6 +3203,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2879,9 +3215,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "portDiameter", "start": 0, "type": "Identifier" @@ -2891,10 +3229,12 @@ description: Result of parsing helium-tank.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.25", "start": 0, "type": "Literal", @@ -2914,9 +3254,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -2927,6 +3269,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2938,9 +3281,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -2951,6 +3296,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2963,6 +3309,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2970,6 +3317,7 @@ description: Result of parsing helium-tank.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.3", "start": 0, "type": "Literal", @@ -2985,9 +3333,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2998,6 +3348,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3006,15 +3357,18 @@ description: Result of parsing helium-tank.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3027,6 +3381,7 @@ description: Result of parsing helium-tank.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "valve", "start": 0, "type": "Identifier" @@ -3034,13 +3389,16 @@ description: Result of parsing helium-tank.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "union", "start": 0, "type": "Identifier" @@ -3051,6 +3409,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3061,9 +3420,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "valveBody", "start": 0, "type": "Identifier" @@ -3077,9 +3438,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "valvePort", "start": 0, "type": "Identifier" @@ -3091,6 +3454,7 @@ description: Result of parsing helium-tank.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3103,6 +3467,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -3110,6 +3475,7 @@ description: Result of parsing helium-tank.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"#9a4618\"", "start": 0, "type": "Literal", @@ -3122,9 +3488,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "appearance", "start": 0, "type": "Identifier" @@ -3135,6 +3503,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3143,12 +3512,14 @@ description: Result of parsing helium-tank.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3165,11 +3536,13 @@ description: Result of parsing helium-tank.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3182,6 +3555,7 @@ description: Result of parsing helium-tank.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bracketOffsetProfile", "start": 0, "type": "Identifier" @@ -3189,13 +3563,16 @@ description: Result of parsing helium-tank.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -3206,6 +3583,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3216,6 +3594,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -3227,9 +3606,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tankHeight", "start": 0, "type": "Identifier" @@ -3239,10 +3620,12 @@ description: Result of parsing helium-tank.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.67", "start": 0, "type": "Literal", @@ -3262,9 +3645,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -3275,6 +3660,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3282,9 +3668,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -3303,6 +3691,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -3313,6 +3702,7 @@ description: Result of parsing helium-tank.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3332,9 +3722,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tankDiameter", "start": 0, "type": "Identifier" @@ -3344,10 +3736,12 @@ description: Result of parsing helium-tank.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3361,14 +3755,17 @@ description: Result of parsing helium-tank.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -3384,6 +3781,7 @@ description: Result of parsing helium-tank.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3394,9 +3792,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -3407,6 +3807,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3419,6 +3820,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3427,6 +3829,7 @@ description: Result of parsing helium-tank.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -3438,6 +3841,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3449,9 +3853,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -3462,6 +3868,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3474,6 +3881,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -3481,6 +3889,7 @@ description: Result of parsing helium-tank.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "35", "start": 0, "type": "Literal", @@ -3496,6 +3905,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3510,9 +3920,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tankDiameter", "start": 0, "type": "Identifier" @@ -3522,10 +3934,12 @@ description: Result of parsing helium-tank.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3539,14 +3953,17 @@ description: Result of parsing helium-tank.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -3566,9 +3983,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -3579,6 +3998,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3591,6 +4011,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -3599,6 +4020,7 @@ description: Result of parsing helium-tank.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "135", "start": 0, "type": "Literal", @@ -3610,6 +4032,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3621,6 +4044,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3631,6 +4055,7 @@ description: Result of parsing helium-tank.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25", "start": 0, "type": "Literal", @@ -3640,14 +4065,17 @@ description: Result of parsing helium-tank.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -3667,6 +4095,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -3674,6 +4103,7 @@ description: Result of parsing helium-tank.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -3685,9 +4115,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -3698,6 +4130,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3710,18 +4143,22 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentToEnd", "start": 0, "type": "Identifier" @@ -3732,6 +4169,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3739,9 +4177,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg06", "start": 0, "type": "Identifier" @@ -3758,6 +4198,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3769,9 +4210,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tankDiameter", "start": 0, "type": "Identifier" @@ -3781,10 +4224,12 @@ description: Result of parsing helium-tank.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7", "start": 0, "type": "Literal", @@ -3804,9 +4249,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -3817,6 +4264,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3829,6 +4277,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -3837,6 +4286,7 @@ description: Result of parsing helium-tank.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "80", "start": 0, "type": "Literal", @@ -3848,6 +4298,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3859,6 +4310,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3869,6 +4321,7 @@ description: Result of parsing helium-tank.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25", "start": 0, "type": "Literal", @@ -3878,14 +4331,17 @@ description: Result of parsing helium-tank.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -3905,6 +4361,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -3912,6 +4369,7 @@ description: Result of parsing helium-tank.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -3923,9 +4381,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -3936,6 +4396,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3948,18 +4409,22 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentToEnd", "start": 0, "type": "Identifier" @@ -3970,6 +4435,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3977,9 +4443,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg07", "start": 0, "type": "Identifier" @@ -3996,6 +4464,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteX", "start": 0, "type": "Identifier" @@ -4003,6 +4472,7 @@ description: Result of parsing helium-tank.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4018,9 +4488,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -4031,6 +4503,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4043,6 +4516,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -4051,9 +4525,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "Y", "start": 0, "type": "Identifier" @@ -4069,9 +4545,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mirror2d", "start": 0, "type": "Identifier" @@ -4082,19 +4560,23 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -4105,6 +4587,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4113,12 +4596,14 @@ description: Result of parsing helium-tank.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "9": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -4135,11 +4620,13 @@ description: Result of parsing helium-tank.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4152,6 +4639,7 @@ description: Result of parsing helium-tank.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bracketProfile", "start": 0, "type": "Identifier" @@ -4159,13 +4647,16 @@ description: Result of parsing helium-tank.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -4176,6 +4667,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4186,6 +4678,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -4197,9 +4690,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tankHeight", "start": 0, "type": "Identifier" @@ -4209,10 +4704,12 @@ description: Result of parsing helium-tank.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.67", "start": 0, "type": "Literal", @@ -4232,9 +4729,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -4245,6 +4744,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4252,9 +4752,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -4273,6 +4775,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -4283,6 +4786,7 @@ description: Result of parsing helium-tank.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4299,9 +4803,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tankDiameter", "start": 0, "type": "Identifier" @@ -4311,10 +4817,12 @@ description: Result of parsing helium-tank.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4330,6 +4838,7 @@ description: Result of parsing helium-tank.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4340,9 +4849,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -4353,6 +4864,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4365,6 +4877,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4373,6 +4886,7 @@ description: Result of parsing helium-tank.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -4384,6 +4898,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4395,9 +4910,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -4408,6 +4925,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4420,6 +4938,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -4427,6 +4946,7 @@ description: Result of parsing helium-tank.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "35", "start": 0, "type": "Literal", @@ -4442,6 +4962,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -4453,9 +4974,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tankDiameter", "start": 0, "type": "Identifier" @@ -4465,10 +4988,12 @@ description: Result of parsing helium-tank.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4488,9 +5013,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -4501,6 +5028,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4513,6 +5041,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -4521,6 +5050,7 @@ description: Result of parsing helium-tank.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "135", "start": 0, "type": "Literal", @@ -4532,6 +5062,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4543,6 +5074,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -4550,6 +5082,7 @@ description: Result of parsing helium-tank.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25", "start": 0, "type": "Literal", @@ -4565,6 +5098,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -4572,6 +5106,7 @@ description: Result of parsing helium-tank.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -4583,9 +5118,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -4596,6 +5133,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4608,18 +5146,22 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentToEnd", "start": 0, "type": "Identifier" @@ -4630,6 +5172,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4637,9 +5180,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg04", "start": 0, "type": "Identifier" @@ -4656,6 +5201,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4667,9 +5213,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tankDiameter", "start": 0, "type": "Identifier" @@ -4679,10 +5227,12 @@ description: Result of parsing helium-tank.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7", "start": 0, "type": "Literal", @@ -4702,9 +5252,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -4715,6 +5267,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4727,6 +5280,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -4735,6 +5289,7 @@ description: Result of parsing helium-tank.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "80", "start": 0, "type": "Literal", @@ -4746,6 +5301,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4757,6 +5313,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -4764,6 +5321,7 @@ description: Result of parsing helium-tank.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25", "start": 0, "type": "Literal", @@ -4779,6 +5337,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -4786,6 +5345,7 @@ description: Result of parsing helium-tank.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -4797,9 +5357,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -4810,6 +5372,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4822,18 +5385,22 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentToEnd", "start": 0, "type": "Identifier" @@ -4844,6 +5411,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4851,9 +5419,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg05", "start": 0, "type": "Identifier" @@ -4870,6 +5440,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteX", "start": 0, "type": "Identifier" @@ -4877,6 +5448,7 @@ description: Result of parsing helium-tank.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4892,9 +5464,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -4905,6 +5479,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4917,6 +5492,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -4925,9 +5501,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "Y", "start": 0, "type": "Identifier" @@ -4943,9 +5521,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mirror2d", "start": 0, "type": "Identifier" @@ -4956,19 +5536,23 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -4979,6 +5563,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4991,6 +5576,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -4999,9 +5585,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bracketOffsetProfile", "start": 0, "type": "Identifier" @@ -5017,9 +5605,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -5030,6 +5620,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5042,6 +5633,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5049,6 +5641,7 @@ description: Result of parsing helium-tank.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -5064,6 +5657,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "symmetric", "start": 0, "type": "Identifier" @@ -5071,6 +5665,7 @@ description: Result of parsing helium-tank.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -5083,9 +5678,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -5096,6 +5693,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5104,12 +5702,14 @@ description: Result of parsing helium-tank.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "11": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -5126,11 +5726,13 @@ description: Result of parsing helium-tank.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5143,6 +5745,7 @@ description: Result of parsing helium-tank.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "strapSleeve", "start": 0, "type": "Identifier" @@ -5150,13 +5753,16 @@ description: Result of parsing helium-tank.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -5167,6 +5773,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5177,6 +5784,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -5188,9 +5796,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tankHeight", "start": 0, "type": "Identifier" @@ -5200,10 +5810,12 @@ description: Result of parsing helium-tank.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.67", "start": 0, "type": "Literal", @@ -5223,9 +5835,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -5236,6 +5850,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5243,9 +5858,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -5264,6 +5881,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -5274,6 +5892,7 @@ description: Result of parsing helium-tank.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5289,6 +5908,7 @@ description: Result of parsing helium-tank.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".125", "start": 0, "type": "Literal", @@ -5298,10 +5918,12 @@ description: Result of parsing helium-tank.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5317,6 +5939,7 @@ description: Result of parsing helium-tank.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5327,6 +5950,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -5334,6 +5958,7 @@ description: Result of parsing helium-tank.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.75", "start": 0, "type": "Literal", @@ -5349,9 +5974,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -5362,6 +5989,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5374,6 +6002,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -5385,6 +6014,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -5395,6 +6025,7 @@ description: Result of parsing helium-tank.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5410,6 +6041,7 @@ description: Result of parsing helium-tank.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".125", "start": 0, "type": "Literal", @@ -5419,10 +6051,12 @@ description: Result of parsing helium-tank.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5438,6 +6072,7 @@ description: Result of parsing helium-tank.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5448,6 +6083,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -5455,6 +6091,7 @@ description: Result of parsing helium-tank.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.65", "start": 0, "type": "Literal", @@ -5470,9 +6107,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -5483,6 +6122,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5494,9 +6134,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -5507,6 +6149,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5519,6 +6162,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5526,6 +6170,7 @@ description: Result of parsing helium-tank.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".8", "start": 0, "type": "Literal", @@ -5541,6 +6186,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "symmetric", "start": 0, "type": "Identifier" @@ -5548,6 +6194,7 @@ description: Result of parsing helium-tank.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -5560,9 +6207,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -5573,6 +6222,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5581,15 +6231,18 @@ description: Result of parsing helium-tank.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5602,6 +6255,7 @@ description: Result of parsing helium-tank.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bracketSleeve", "start": 0, "type": "Identifier" @@ -5613,6 +6267,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tools", "start": 0, "type": "Identifier" @@ -5624,9 +6279,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "strapSleeve", "start": 0, "type": "Identifier" @@ -5638,6 +6295,7 @@ description: Result of parsing helium-tank.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5648,9 +6306,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract", "start": 0, "type": "Identifier" @@ -5661,6 +6321,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5671,9 +6332,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bracketProfile", "start": 0, "type": "Identifier" @@ -5685,16 +6348,19 @@ description: Result of parsing helium-tank.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5707,6 +6373,7 @@ description: Result of parsing helium-tank.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mountingHoles", "start": 0, "type": "Identifier" @@ -5714,13 +6381,16 @@ description: Result of parsing helium-tank.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -5731,6 +6401,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5741,6 +6412,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -5753,9 +6425,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tankDiameter", "start": 0, "type": "Identifier" @@ -5767,15 +6441,18 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.9", "start": 0, "type": "Literal", @@ -5795,9 +6472,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -5808,6 +6487,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5815,9 +6495,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -5836,6 +6518,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -5850,9 +6533,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tankDiameter", "start": 0, "type": "Identifier" @@ -5862,10 +6547,12 @@ description: Result of parsing helium-tank.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.5", "start": 0, "type": "Literal", @@ -5886,9 +6573,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tankHeight", "start": 0, "type": "Identifier" @@ -5898,10 +6587,12 @@ description: Result of parsing helium-tank.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.67", "start": 0, "type": "Literal", @@ -5917,6 +6608,7 @@ description: Result of parsing helium-tank.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5927,6 +6619,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -5938,9 +6631,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltSize", "start": 0, "type": "Identifier" @@ -5950,10 +6645,12 @@ description: Result of parsing helium-tank.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5973,9 +6670,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -5986,6 +6685,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5998,6 +6698,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -6006,6 +6707,7 @@ description: Result of parsing helium-tank.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -6017,6 +6719,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6028,9 +6731,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -6041,6 +6746,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6049,15 +6755,18 @@ description: Result of parsing helium-tank.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -6075,6 +6784,7 @@ description: Result of parsing helium-tank.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bracket", "start": 0, "type": "Identifier" @@ -6088,18 +6798,22 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tools", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "union", "start": 0, "type": "Identifier" @@ -6110,6 +6824,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6120,6 +6835,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -6127,6 +6843,7 @@ description: Result of parsing helium-tank.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -6142,6 +6859,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -6153,9 +6871,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tankDiameter", "start": 0, "type": "Identifier" @@ -6165,10 +6885,12 @@ description: Result of parsing helium-tank.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.25", "start": 0, "type": "Literal", @@ -6188,6 +6910,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -6199,6 +6922,7 @@ description: Result of parsing helium-tank.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -6210,6 +6934,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6218,6 +6943,7 @@ description: Result of parsing helium-tank.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6230,6 +6956,7 @@ description: Result of parsing helium-tank.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6241,6 +6968,7 @@ description: Result of parsing helium-tank.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6251,9 +6979,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -6264,6 +6994,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6271,9 +7002,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mountingHoles", "start": 0, "type": "Identifier" @@ -6291,9 +7024,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract", "start": 0, "type": "Identifier" @@ -6304,6 +7039,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6314,9 +7050,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bracketSleeve", "start": 0, "type": "Identifier" @@ -6328,6 +7066,7 @@ description: Result of parsing helium-tank.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6340,6 +7079,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -6347,6 +7087,7 @@ description: Result of parsing helium-tank.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"#cd0404\"", "start": 0, "type": "Literal", @@ -6359,9 +7100,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "appearance", "start": 0, "type": "Identifier" @@ -6372,6 +7115,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6380,12 +7124,14 @@ description: Result of parsing helium-tank.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -6402,11 +7148,13 @@ description: Result of parsing helium-tank.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6419,6 +7167,7 @@ description: Result of parsing helium-tank.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mountingStrap", "start": 0, "type": "Identifier" @@ -6426,13 +7175,16 @@ description: Result of parsing helium-tank.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -6443,6 +7195,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6453,6 +7206,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -6464,9 +7218,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tankHeight", "start": 0, "type": "Identifier" @@ -6476,10 +7232,12 @@ description: Result of parsing helium-tank.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.67", "start": 0, "type": "Literal", @@ -6499,9 +7257,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -6512,6 +7272,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6519,9 +7280,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -6540,6 +7303,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -6550,6 +7314,7 @@ description: Result of parsing helium-tank.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6565,6 +7330,7 @@ description: Result of parsing helium-tank.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".155", "start": 0, "type": "Literal", @@ -6574,10 +7340,12 @@ description: Result of parsing helium-tank.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -6593,6 +7361,7 @@ description: Result of parsing helium-tank.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6603,6 +7372,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -6614,9 +7384,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tankDiameter", "start": 0, "type": "Identifier" @@ -6626,10 +7398,12 @@ description: Result of parsing helium-tank.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.9", "start": 0, "type": "Literal", @@ -6649,9 +7423,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -6662,6 +7438,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6674,6 +7451,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -6685,6 +7463,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -6695,6 +7474,7 @@ description: Result of parsing helium-tank.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6710,6 +7490,7 @@ description: Result of parsing helium-tank.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".155", "start": 0, "type": "Literal", @@ -6719,10 +7500,12 @@ description: Result of parsing helium-tank.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -6738,6 +7521,7 @@ description: Result of parsing helium-tank.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6748,6 +7532,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -6762,9 +7547,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tankDiameter", "start": 0, "type": "Identifier" @@ -6774,10 +7561,12 @@ description: Result of parsing helium-tank.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.9", "start": 0, "type": "Literal", @@ -6791,10 +7580,12 @@ description: Result of parsing helium-tank.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -6814,9 +7605,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -6827,6 +7620,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6838,9 +7632,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -6851,6 +7647,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6863,6 +7660,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -6870,6 +7668,7 @@ description: Result of parsing helium-tank.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".75", "start": 0, "type": "Literal", @@ -6885,6 +7684,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "symmetric", "start": 0, "type": "Identifier" @@ -6892,6 +7692,7 @@ description: Result of parsing helium-tank.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -6904,9 +7705,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -6917,6 +7720,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6929,6 +7733,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -6936,6 +7741,7 @@ description: Result of parsing helium-tank.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"#210d03\"", "start": 0, "type": "Literal", @@ -6948,9 +7754,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "appearance", "start": 0, "type": "Identifier" @@ -6961,6 +7769,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6969,12 +7778,14 @@ description: Result of parsing helium-tank.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "4": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -6991,11 +7802,13 @@ description: Result of parsing helium-tank.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -7012,9 +7825,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bracket", "start": 0, "type": "Identifier" @@ -7028,9 +7843,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mountingStrap", "start": 0, "type": "Identifier" @@ -7042,6 +7859,7 @@ description: Result of parsing helium-tank.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7053,6 +7871,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -7060,6 +7879,7 @@ description: Result of parsing helium-tank.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -7075,6 +7895,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -7086,9 +7907,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tankHeight", "start": 0, "type": "Identifier" @@ -7098,10 +7921,12 @@ description: Result of parsing helium-tank.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.33", "start": 0, "type": "Literal", @@ -7121,6 +7946,7 @@ description: Result of parsing helium-tank.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -7131,6 +7957,7 @@ description: Result of parsing helium-tank.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -7143,6 +7970,7 @@ description: Result of parsing helium-tank.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -7156,6 +7984,7 @@ description: Result of parsing helium-tank.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -7167,6 +7996,7 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7174,6 +8004,7 @@ description: Result of parsing helium-tank.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7184,9 +8015,11 @@ description: Result of parsing helium-tank.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -7197,12 +8030,14 @@ description: Result of parsing helium-tank.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -7211,10 +8046,12 @@ description: Result of parsing helium-tank.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -7226,9 +8063,11 @@ description: Result of parsing helium-tank.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -7247,19 +8086,23 @@ description: Result of parsing helium-tank.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -7275,12 +8118,14 @@ description: Result of parsing helium-tank.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "15": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -7293,6 +8138,7 @@ description: Result of parsing helium-tank.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/helium-tank/program_memory.snap b/rust/kcl-lib/tests/kcl_samples/helium-tank/program_memory.snap index 9c3e6edbe..8a9e1ef16 100644 --- a/rust/kcl-lib/tests/kcl_samples/helium-tank/program_memory.snap +++ b/rust/kcl-lib/tests/kcl_samples/helium-tank/program_memory.snap @@ -87,6 +87,7 @@ description: Variables in memory after executing helium-tank.kcl "tag": { "commentStart": 3388, "end": 3394, + "moduleId": 0, "start": 3388, "type": "TagDeclarator", "value": "seg04" @@ -136,6 +137,7 @@ description: Variables in memory after executing helium-tank.kcl "tag": { "commentStart": 3521, "end": 3527, + "moduleId": 0, "start": 3521, "type": "TagDeclarator", "value": "seg05" @@ -327,6 +329,7 @@ description: Variables in memory after executing helium-tank.kcl "tag": { "commentStart": 2738, "end": 2744, + "moduleId": 0, "start": 2738, "type": "TagDeclarator", "value": "seg06" @@ -376,6 +379,7 @@ description: Variables in memory after executing helium-tank.kcl "tag": { "commentStart": 2887, "end": 2893, + "moduleId": 0, "start": 2887, "type": "TagDeclarator", "value": "seg07" @@ -564,6 +568,7 @@ description: Variables in memory after executing helium-tank.kcl "tag": { "commentStart": 3388, "end": 3394, + "moduleId": 0, "start": 3388, "type": "TagDeclarator", "value": "seg04" @@ -613,6 +618,7 @@ description: Variables in memory after executing helium-tank.kcl "tag": { "commentStart": 3521, "end": 3527, + "moduleId": 0, "start": 3521, "type": "TagDeclarator", "value": "seg05" @@ -809,6 +815,7 @@ description: Variables in memory after executing helium-tank.kcl "tag": { "commentStart": 3388, "end": 3394, + "moduleId": 0, "start": 3388, "type": "TagDeclarator", "value": "seg04" @@ -858,6 +865,7 @@ description: Variables in memory after executing helium-tank.kcl "tag": { "commentStart": 3521, "end": 3527, + "moduleId": 0, "start": 3521, "type": "TagDeclarator", "value": "seg05" @@ -1461,6 +1469,7 @@ description: Variables in memory after executing helium-tank.kcl "tag": { "commentStart": 843, "end": 849, + "moduleId": 0, "start": 843, "type": "TagDeclarator", "value": "seg01" @@ -1474,6 +1483,7 @@ description: Variables in memory after executing helium-tank.kcl "tag": { "commentStart": 922, "end": 928, + "moduleId": 0, "start": 922, "type": "TagDeclarator", "value": "seg09" @@ -1487,6 +1497,7 @@ description: Variables in memory after executing helium-tank.kcl "tag": { "commentStart": 980, "end": 986, + "moduleId": 0, "start": 980, "type": "TagDeclarator", "value": "seg02" @@ -1500,6 +1511,7 @@ description: Variables in memory after executing helium-tank.kcl "tag": { "commentStart": 1061, "end": 1067, + "moduleId": 0, "start": 1061, "type": "TagDeclarator", "value": "seg08" @@ -1718,6 +1730,7 @@ description: Variables in memory after executing helium-tank.kcl "tag": { "commentStart": 843, "end": 849, + "moduleId": 0, "start": 843, "type": "TagDeclarator", "value": "seg01" @@ -1743,6 +1756,7 @@ description: Variables in memory after executing helium-tank.kcl "tag": { "commentStart": 922, "end": 928, + "moduleId": 0, "start": 922, "type": "TagDeclarator", "value": "seg09" @@ -1773,6 +1787,7 @@ description: Variables in memory after executing helium-tank.kcl "tag": { "commentStart": 980, "end": 986, + "moduleId": 0, "start": 980, "type": "TagDeclarator", "value": "seg02" @@ -1798,6 +1813,7 @@ description: Variables in memory after executing helium-tank.kcl "tag": { "commentStart": 1061, "end": 1067, + "moduleId": 0, "start": 1061, "type": "TagDeclarator", "value": "seg08" @@ -2231,6 +2247,7 @@ description: Variables in memory after executing helium-tank.kcl "tag": { "commentStart": 843, "end": 849, + "moduleId": 0, "start": 843, "type": "TagDeclarator", "value": "seg01" @@ -2256,6 +2273,7 @@ description: Variables in memory after executing helium-tank.kcl "tag": { "commentStart": 922, "end": 928, + "moduleId": 0, "start": 922, "type": "TagDeclarator", "value": "seg09" @@ -2286,6 +2304,7 @@ description: Variables in memory after executing helium-tank.kcl "tag": { "commentStart": 980, "end": 986, + "moduleId": 0, "start": 980, "type": "TagDeclarator", "value": "seg02" @@ -2311,6 +2330,7 @@ description: Variables in memory after executing helium-tank.kcl "tag": { "commentStart": 1061, "end": 1067, + "moduleId": 0, "start": 1061, "type": "TagDeclarator", "value": "seg08" @@ -2593,6 +2613,7 @@ description: Variables in memory after executing helium-tank.kcl "tag": { "commentStart": 1835, "end": 1841, + "moduleId": 0, "start": 1835, "type": "TagDeclarator", "value": "seg03" @@ -2606,6 +2627,7 @@ description: Variables in memory after executing helium-tank.kcl "tag": { "commentStart": 1879, "end": 1889, + "moduleId": 0, "start": 1879, "type": "TagDeclarator", "value": "capEnd001" @@ -2635,6 +2657,7 @@ description: Variables in memory after executing helium-tank.kcl "tag": { "commentStart": 1835, "end": 1841, + "moduleId": 0, "start": 1835, "type": "TagDeclarator", "value": "seg03" @@ -2756,6 +2779,7 @@ description: Variables in memory after executing helium-tank.kcl "tag": { "commentStart": 1835, "end": 1841, + "moduleId": 0, "start": 1835, "type": "TagDeclarator", "value": "seg03" @@ -2769,6 +2793,7 @@ description: Variables in memory after executing helium-tank.kcl "tag": { "commentStart": 1879, "end": 1889, + "moduleId": 0, "start": 1879, "type": "TagDeclarator", "value": "capEnd001" @@ -2798,6 +2823,7 @@ description: Variables in memory after executing helium-tank.kcl "tag": { "commentStart": 1835, "end": 1841, + "moduleId": 0, "start": 1835, "type": "TagDeclarator", "value": "seg03" diff --git a/rust/kcl-lib/tests/kcl_samples/herringbone-gear/ast.snap b/rust/kcl-lib/tests/kcl_samples/herringbone-gear/ast.snap index d201a6625..00df77a9d 100644 --- a/rust/kcl-lib/tests/kcl_samples/herringbone-gear/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/herringbone-gear/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing herringbone-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "herringboneGear", "start": 0, "type": "Identifier" @@ -28,6 +29,7 @@ description: Result of parsing herringbone-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitchDiameter", "start": 0, "type": "Identifier" @@ -39,9 +41,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -51,14 +55,17 @@ description: Result of parsing herringbone-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -72,11 +79,13 @@ description: Result of parsing herringbone-gear.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Calculate gear parameters" ], @@ -92,6 +101,7 @@ description: Result of parsing herringbone-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "addendum", "start": 0, "type": "Identifier" @@ -100,9 +110,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -112,11 +124,13 @@ description: Result of parsing herringbone-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -129,6 +143,7 @@ description: Result of parsing herringbone-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "deddendum", "start": 0, "type": "Identifier" @@ -139,6 +154,7 @@ description: Result of parsing herringbone-gear.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.25", "start": 0, "type": "Literal", @@ -148,14 +164,17 @@ description: Result of parsing herringbone-gear.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -169,11 +188,13 @@ description: Result of parsing herringbone-gear.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -186,6 +207,7 @@ description: Result of parsing herringbone-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -197,9 +219,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitchDiameter", "start": 0, "type": "Identifier" @@ -209,15 +233,19 @@ description: Result of parsing herringbone-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -228,6 +256,7 @@ description: Result of parsing herringbone-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -235,9 +264,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pressureAngle", "start": 0, "type": "Identifier" @@ -252,11 +283,13 @@ description: Result of parsing herringbone-gear.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -269,6 +302,7 @@ description: Result of parsing herringbone-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -280,9 +314,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitchDiameter", "start": 0, "type": "Identifier" @@ -292,6 +328,7 @@ description: Result of parsing herringbone-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -299,6 +336,7 @@ description: Result of parsing herringbone-gear.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -308,14 +346,17 @@ description: Result of parsing herringbone-gear.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -333,11 +374,13 @@ description: Result of parsing herringbone-gear.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -350,6 +393,7 @@ description: Result of parsing herringbone-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "herringboneGearSketch", "start": 0, "type": "Identifier" @@ -365,18 +409,22 @@ description: Result of parsing herringbone-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixCalc", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "acos", "start": 0, "type": "Identifier" @@ -387,6 +435,7 @@ description: Result of parsing herringbone-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -400,9 +449,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetHeight", "start": 0, "type": "Identifier" @@ -412,15 +463,19 @@ description: Result of parsing herringbone-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tan", "start": 0, "type": "Identifier" @@ -431,6 +486,7 @@ description: Result of parsing herringbone-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -438,9 +494,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixAngle", "start": 0, "type": "Identifier" @@ -455,6 +513,7 @@ description: Result of parsing herringbone-gear.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, @@ -463,9 +522,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -475,10 +536,12 @@ description: Result of parsing herringbone-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -497,11 +560,13 @@ description: Result of parsing herringbone-gear.kcl "type": "BinaryExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Calculate the amount to rotate each planar sketch of the gear given the gear helix angle and total gear height" ], @@ -517,6 +582,7 @@ description: Result of parsing herringbone-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "herringboneGearSketch", "start": 0, "type": "Identifier" @@ -524,13 +590,16 @@ description: Result of parsing herringbone-gear.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -541,6 +610,7 @@ description: Result of parsing herringbone-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -551,6 +621,7 @@ description: Result of parsing herringbone-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -559,9 +630,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetHeight", "start": 0, "type": "Identifier" @@ -577,9 +650,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -590,6 +665,7 @@ description: Result of parsing herringbone-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -597,9 +673,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -618,6 +696,7 @@ description: Result of parsing herringbone-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -629,6 +708,7 @@ description: Result of parsing herringbone-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -637,9 +717,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixCalc", "start": 0, "type": "Identifier" @@ -655,6 +737,7 @@ description: Result of parsing herringbone-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -666,9 +749,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -678,10 +763,12 @@ description: Result of parsing herringbone-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -701,9 +788,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "polar", "start": 0, "type": "Identifier" @@ -714,6 +803,7 @@ description: Result of parsing herringbone-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -725,9 +815,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -738,6 +830,7 @@ description: Result of parsing herringbone-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -750,6 +843,7 @@ description: Result of parsing herringbone-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startRadius", "start": 0, "type": "Identifier" @@ -761,9 +855,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -773,10 +869,12 @@ description: Result of parsing herringbone-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -796,6 +894,7 @@ description: Result of parsing herringbone-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endRadius", "start": 0, "type": "Identifier" @@ -807,9 +906,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -819,10 +920,12 @@ description: Result of parsing herringbone-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -842,6 +945,7 @@ description: Result of parsing herringbone-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -850,9 +954,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixCalc", "start": 0, "type": "Identifier" @@ -868,6 +974,7 @@ description: Result of parsing herringbone-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -875,6 +982,7 @@ description: Result of parsing herringbone-gear.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -886,9 +994,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "involuteCircular", "start": 0, "type": "Identifier" @@ -899,6 +1009,7 @@ description: Result of parsing herringbone-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -911,6 +1022,7 @@ description: Result of parsing herringbone-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -922,6 +1034,7 @@ description: Result of parsing herringbone-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -935,6 +1048,7 @@ description: Result of parsing herringbone-gear.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "160", "start": 0, "type": "Literal", @@ -944,14 +1058,17 @@ description: Result of parsing herringbone-gear.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -965,14 +1082,17 @@ description: Result of parsing herringbone-gear.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixCalc", "start": 0, "type": "Identifier" @@ -992,6 +1112,7 @@ description: Result of parsing herringbone-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1003,9 +1124,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -1015,10 +1138,12 @@ description: Result of parsing herringbone-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1038,9 +1163,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "polar", "start": 0, "type": "Identifier" @@ -1051,6 +1178,7 @@ description: Result of parsing herringbone-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1062,9 +1190,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1075,6 +1205,7 @@ description: Result of parsing herringbone-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1087,6 +1218,7 @@ description: Result of parsing herringbone-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startRadius", "start": 0, "type": "Identifier" @@ -1098,9 +1230,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -1110,10 +1244,12 @@ description: Result of parsing herringbone-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1133,6 +1269,7 @@ description: Result of parsing herringbone-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endRadius", "start": 0, "type": "Identifier" @@ -1144,9 +1281,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -1156,10 +1295,12 @@ description: Result of parsing herringbone-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1179,6 +1320,7 @@ description: Result of parsing herringbone-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1193,6 +1335,7 @@ description: Result of parsing herringbone-gear.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -1202,15 +1345,19 @@ description: Result of parsing herringbone-gear.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "atan", "start": 0, "type": "Identifier" @@ -1221,6 +1368,7 @@ description: Result of parsing herringbone-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1228,13 +1376,16 @@ description: Result of parsing herringbone-gear.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndY", "start": 0, "type": "Identifier" @@ -1245,6 +1396,7 @@ description: Result of parsing herringbone-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1252,9 +1404,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -1265,15 +1419,19 @@ description: Result of parsing herringbone-gear.kcl "type": "Name" } }, + "moduleId": 0, "operator": "/", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndX", "start": 0, "type": "Identifier" @@ -1284,6 +1442,7 @@ description: Result of parsing herringbone-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1291,9 +1450,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -1313,6 +1474,7 @@ description: Result of parsing herringbone-gear.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -1320,6 +1482,7 @@ description: Result of parsing herringbone-gear.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -1329,14 +1492,17 @@ description: Result of parsing herringbone-gear.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixCalc", "start": 0, "type": "Identifier" @@ -1356,6 +1522,7 @@ description: Result of parsing herringbone-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1367,6 +1534,7 @@ description: Result of parsing herringbone-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "reverse", "start": 0, "type": "Identifier" @@ -1374,6 +1542,7 @@ description: Result of parsing herringbone-gear.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -1386,9 +1555,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "involuteCircular", "start": 0, "type": "Identifier" @@ -1399,6 +1570,7 @@ description: Result of parsing herringbone-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1411,6 +1583,7 @@ description: Result of parsing herringbone-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1422,6 +1595,7 @@ description: Result of parsing herringbone-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1435,6 +1609,7 @@ description: Result of parsing herringbone-gear.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -1444,14 +1619,17 @@ description: Result of parsing herringbone-gear.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -1465,14 +1643,17 @@ description: Result of parsing herringbone-gear.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixCalc", "start": 0, "type": "Identifier" @@ -1492,6 +1673,7 @@ description: Result of parsing herringbone-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1503,9 +1685,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -1515,10 +1699,12 @@ description: Result of parsing herringbone-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1538,9 +1724,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "polar", "start": 0, "type": "Identifier" @@ -1551,6 +1739,7 @@ description: Result of parsing herringbone-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1562,9 +1751,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1575,6 +1766,7 @@ description: Result of parsing herringbone-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1587,6 +1779,7 @@ description: Result of parsing herringbone-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -1595,9 +1788,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -1613,6 +1808,7 @@ description: Result of parsing herringbone-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1623,6 +1819,7 @@ description: Result of parsing herringbone-gear.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1635,6 +1832,7 @@ description: Result of parsing herringbone-gear.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1646,6 +1844,7 @@ description: Result of parsing herringbone-gear.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1656,6 +1855,7 @@ description: Result of parsing herringbone-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -1663,6 +1863,7 @@ description: Result of parsing herringbone-gear.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -1678,6 +1879,7 @@ description: Result of parsing herringbone-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -1685,6 +1887,7 @@ description: Result of parsing herringbone-gear.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -1697,9 +1900,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular2d", "start": 0, "type": "Identifier" @@ -1710,25 +1915,30 @@ description: Result of parsing herringbone-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1739,6 +1949,7 @@ description: Result of parsing herringbone-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1751,6 +1962,7 @@ description: Result of parsing herringbone-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -1762,6 +1974,7 @@ description: Result of parsing herringbone-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1772,6 +1985,7 @@ description: Result of parsing herringbone-gear.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1784,6 +1998,7 @@ description: Result of parsing herringbone-gear.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1795,6 +2010,7 @@ description: Result of parsing herringbone-gear.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1805,6 +2021,7 @@ description: Result of parsing herringbone-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1812,6 +2029,7 @@ description: Result of parsing herringbone-gear.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -1827,9 +2045,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1840,6 +2060,7 @@ description: Result of parsing herringbone-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1851,9 +2072,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -1864,6 +2087,7 @@ description: Result of parsing herringbone-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1872,12 +2096,14 @@ description: Result of parsing herringbone-gear.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "4": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1891,6 +2117,7 @@ description: Result of parsing herringbone-gear.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1904,6 +2131,7 @@ description: Result of parsing herringbone-gear.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1920,11 +2148,13 @@ description: Result of parsing herringbone-gear.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1939,9 +2169,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "herringboneGearSketch", "start": 0, "type": "Identifier" @@ -1953,6 +2185,7 @@ description: Result of parsing herringbone-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -1960,16 +2193,19 @@ description: Result of parsing herringbone-gear.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetHeight", "start": 0, "type": "Identifier" @@ -1980,11 +2216,13 @@ description: Result of parsing herringbone-gear.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "", "", @@ -2002,6 +2240,7 @@ description: Result of parsing herringbone-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch001", "start": 0, "type": "Identifier" @@ -2013,6 +2252,7 @@ description: Result of parsing herringbone-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetHeight", "start": 0, "type": "Identifier" @@ -2020,6 +2260,7 @@ description: Result of parsing herringbone-gear.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2035,9 +2276,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "herringboneGearSketch", "start": 0, "type": "Identifier" @@ -2048,16 +2291,19 @@ description: Result of parsing herringbone-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2075,6 +2321,7 @@ description: Result of parsing herringbone-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch002", "start": 0, "type": "Identifier" @@ -2086,6 +2333,7 @@ description: Result of parsing herringbone-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetHeight", "start": 0, "type": "Identifier" @@ -2097,9 +2345,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearHeight", "start": 0, "type": "Identifier" @@ -2109,10 +2359,12 @@ description: Result of parsing herringbone-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2132,9 +2384,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "herringboneGearSketch", "start": 0, "type": "Identifier" @@ -2145,16 +2399,19 @@ description: Result of parsing herringbone-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2172,6 +2429,7 @@ description: Result of parsing herringbone-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch003", "start": 0, "type": "Identifier" @@ -2179,13 +2437,16 @@ description: Result of parsing herringbone-gear.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clone", "start": 0, "type": "Identifier" @@ -2196,6 +2457,7 @@ description: Result of parsing herringbone-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2203,9 +2465,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch001", "start": 0, "type": "Identifier" @@ -2223,6 +2487,7 @@ description: Result of parsing herringbone-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -2231,9 +2496,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearHeight", "start": 0, "type": "Identifier" @@ -2249,9 +2516,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -2262,6 +2531,7 @@ description: Result of parsing herringbone-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2270,12 +2540,14 @@ description: Result of parsing herringbone-gear.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2292,11 +2564,13 @@ description: Result of parsing herringbone-gear.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2314,6 +2588,7 @@ description: Result of parsing herringbone-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "herringboneGear", "start": 0, "type": "Identifier" @@ -2325,6 +2600,7 @@ description: Result of parsing herringbone-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "vDegree", "start": 0, "type": "Identifier" @@ -2332,6 +2608,7 @@ description: Result of parsing herringbone-gear.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -2347,9 +2624,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "loft", "start": 0, "type": "Identifier" @@ -2360,6 +2639,7 @@ description: Result of parsing herringbone-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2370,9 +2650,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch001", "start": 0, "type": "Identifier" @@ -2386,9 +2668,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch002", "start": 0, "type": "Identifier" @@ -2402,9 +2686,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch003", "start": 0, "type": "Identifier" @@ -2416,16 +2702,19 @@ description: Result of parsing herringbone-gear.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2435,9 +2724,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "herringboneGear", "start": 0, "type": "Identifier" @@ -2449,6 +2740,7 @@ description: Result of parsing herringbone-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -2456,12 +2748,14 @@ description: Result of parsing herringbone-gear.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "9": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2476,12 +2770,14 @@ description: Result of parsing herringbone-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -2492,6 +2788,7 @@ description: Result of parsing herringbone-gear.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -2502,6 +2799,7 @@ description: Result of parsing herringbone-gear.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pressureAngle", "start": 0, "type": "Identifier" @@ -2512,6 +2810,7 @@ description: Result of parsing herringbone-gear.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixAngle", "start": 0, "type": "Identifier" @@ -2522,6 +2821,7 @@ description: Result of parsing herringbone-gear.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearHeight", "start": 0, "type": "Identifier" @@ -2532,11 +2832,13 @@ description: Result of parsing herringbone-gear.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "// Define a function to create a herringbone gear" ], @@ -2554,6 +2856,7 @@ description: Result of parsing herringbone-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -2561,6 +2864,7 @@ description: Result of parsing herringbone-gear.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25", "start": 0, "type": "Literal", @@ -2576,6 +2880,7 @@ description: Result of parsing herringbone-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -2583,6 +2888,7 @@ description: Result of parsing herringbone-gear.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -2598,6 +2904,7 @@ description: Result of parsing herringbone-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pressureAngle", "start": 0, "type": "Identifier" @@ -2605,6 +2912,7 @@ description: Result of parsing herringbone-gear.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "14", "start": 0, "type": "Literal", @@ -2620,6 +2928,7 @@ description: Result of parsing herringbone-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixAngle", "start": 0, "type": "Identifier" @@ -2627,6 +2936,7 @@ description: Result of parsing herringbone-gear.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "40", "start": 0, "type": "Literal", @@ -2642,6 +2952,7 @@ description: Result of parsing herringbone-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearHeight", "start": 0, "type": "Identifier" @@ -2649,6 +2960,7 @@ description: Result of parsing herringbone-gear.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8", "start": 0, "type": "Literal", @@ -2664,9 +2976,11 @@ description: Result of parsing herringbone-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "herringboneGear", "start": 0, "type": "Identifier" @@ -2677,11 +2991,13 @@ description: Result of parsing herringbone-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -2693,9 +3009,11 @@ description: Result of parsing herringbone-gear.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -2714,19 +3032,23 @@ description: Result of parsing herringbone-gear.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -2742,12 +3064,14 @@ description: Result of parsing herringbone-gear.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2760,6 +3084,7 @@ description: Result of parsing herringbone-gear.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/herringbone-planetary-gearset/ast.snap b/rust/kcl-lib/tests/kcl_samples/herringbone-planetary-gearset/ast.snap index 63325ef01..a947a6c08 100644 --- a/rust/kcl-lib/tests/kcl_samples/herringbone-planetary-gearset/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/herringbone-planetary-gearset/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "herringboneGear", "start": 0, "type": "Identifier" @@ -28,6 +29,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitchDiameter", "start": 0, "type": "Identifier" @@ -39,9 +41,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -51,14 +55,17 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -72,11 +79,13 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Calculate gear parameters" ], @@ -92,6 +101,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "addendum", "start": 0, "type": "Identifier" @@ -100,9 +110,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -112,11 +124,13 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -129,6 +143,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "deddendum", "start": 0, "type": "Identifier" @@ -139,6 +154,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.25", "start": 0, "type": "Literal", @@ -148,14 +164,17 @@ description: Result of parsing herringbone-planetary-gearset.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -169,11 +188,13 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -186,6 +207,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -197,9 +219,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitchDiameter", "start": 0, "type": "Identifier" @@ -209,15 +233,19 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -228,6 +256,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -235,9 +264,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pressureAngle", "start": 0, "type": "Identifier" @@ -252,11 +283,13 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -269,6 +302,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -280,9 +314,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitchDiameter", "start": 0, "type": "Identifier" @@ -292,6 +328,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -299,6 +336,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -308,14 +346,17 @@ description: Result of parsing herringbone-planetary-gearset.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -333,11 +374,13 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -350,6 +393,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "herringboneGearSketch", "start": 0, "type": "Identifier" @@ -365,18 +409,22 @@ description: Result of parsing herringbone-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixCalc", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "acos", "start": 0, "type": "Identifier" @@ -387,6 +435,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -400,9 +449,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetHeight", "start": 0, "type": "Identifier" @@ -412,15 +463,19 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tan", "start": 0, "type": "Identifier" @@ -431,6 +486,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -438,9 +494,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixAngle", "start": 0, "type": "Identifier" @@ -455,6 +513,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, @@ -463,9 +522,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -475,10 +536,12 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -497,11 +560,13 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "BinaryExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Calculate the amount to rotate each planar sketch of the gear given the gear helix angle and total gear height" ], @@ -517,6 +582,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "herringboneGearSketch", "start": 0, "type": "Identifier" @@ -524,13 +590,16 @@ description: Result of parsing herringbone-planetary-gearset.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -541,6 +610,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -551,6 +621,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -559,9 +630,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetHeight", "start": 0, "type": "Identifier" @@ -577,9 +650,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -590,6 +665,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -597,9 +673,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -618,6 +696,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -629,6 +708,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -637,9 +717,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixCalc", "start": 0, "type": "Identifier" @@ -655,6 +737,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -666,9 +749,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -678,10 +763,12 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -701,9 +788,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "polar", "start": 0, "type": "Identifier" @@ -714,6 +803,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -725,9 +815,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -738,6 +830,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -750,6 +843,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startRadius", "start": 0, "type": "Identifier" @@ -761,9 +855,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -773,10 +869,12 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -796,6 +894,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endRadius", "start": 0, "type": "Identifier" @@ -807,9 +906,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -819,10 +920,12 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -842,6 +945,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -850,9 +954,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixCalc", "start": 0, "type": "Identifier" @@ -868,6 +974,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -875,6 +982,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -886,9 +994,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "involuteCircular", "start": 0, "type": "Identifier" @@ -899,6 +1009,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -911,6 +1022,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -922,6 +1034,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -935,6 +1048,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "160", "start": 0, "type": "Literal", @@ -944,14 +1058,17 @@ description: Result of parsing herringbone-planetary-gearset.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -965,14 +1082,17 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixCalc", "start": 0, "type": "Identifier" @@ -992,6 +1112,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1003,9 +1124,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -1015,10 +1138,12 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1038,9 +1163,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "polar", "start": 0, "type": "Identifier" @@ -1051,6 +1178,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1062,9 +1190,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1075,6 +1205,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1087,6 +1218,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startRadius", "start": 0, "type": "Identifier" @@ -1098,9 +1230,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -1110,10 +1244,12 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1133,6 +1269,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endRadius", "start": 0, "type": "Identifier" @@ -1144,9 +1281,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -1156,10 +1295,12 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1179,6 +1320,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1193,6 +1335,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -1202,15 +1345,19 @@ description: Result of parsing herringbone-planetary-gearset.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "atan", "start": 0, "type": "Identifier" @@ -1221,6 +1368,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1228,13 +1376,16 @@ description: Result of parsing herringbone-planetary-gearset.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndY", "start": 0, "type": "Identifier" @@ -1245,6 +1396,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1252,9 +1404,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -1265,15 +1419,19 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "Name" } }, + "moduleId": 0, "operator": "/", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndX", "start": 0, "type": "Identifier" @@ -1284,6 +1442,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1291,9 +1450,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -1313,6 +1474,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -1320,6 +1482,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -1329,14 +1492,17 @@ description: Result of parsing herringbone-planetary-gearset.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixCalc", "start": 0, "type": "Identifier" @@ -1356,6 +1522,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1367,6 +1534,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "reverse", "start": 0, "type": "Identifier" @@ -1374,6 +1542,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -1386,9 +1555,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "involuteCircular", "start": 0, "type": "Identifier" @@ -1399,6 +1570,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1411,6 +1583,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1422,6 +1595,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1435,6 +1609,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -1444,14 +1619,17 @@ description: Result of parsing herringbone-planetary-gearset.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -1465,14 +1643,17 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixCalc", "start": 0, "type": "Identifier" @@ -1492,6 +1673,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1503,9 +1685,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -1515,10 +1699,12 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1538,9 +1724,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "polar", "start": 0, "type": "Identifier" @@ -1551,6 +1739,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1562,9 +1751,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1575,6 +1766,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1587,6 +1779,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -1595,9 +1788,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -1613,6 +1808,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1623,6 +1819,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1635,6 +1832,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1646,6 +1844,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1656,6 +1855,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -1663,6 +1863,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -1678,6 +1879,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -1685,6 +1887,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -1697,9 +1900,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular2d", "start": 0, "type": "Identifier" @@ -1710,25 +1915,30 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1739,6 +1949,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1751,6 +1962,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -1762,6 +1974,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1772,6 +1985,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1784,6 +1998,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1795,6 +2010,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1805,6 +2021,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1812,6 +2029,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -1827,9 +2045,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1840,6 +2060,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1851,9 +2072,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -1864,6 +2087,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1872,12 +2096,14 @@ description: Result of parsing herringbone-planetary-gearset.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "4": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1891,6 +2117,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1904,6 +2131,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1920,11 +2148,13 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1939,9 +2169,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "herringboneGearSketch", "start": 0, "type": "Identifier" @@ -1953,6 +2185,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -1960,16 +2193,19 @@ description: Result of parsing herringbone-planetary-gearset.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetHeight", "start": 0, "type": "Identifier" @@ -1980,11 +2216,13 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "", "", @@ -2002,6 +2240,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch001", "start": 0, "type": "Identifier" @@ -2013,6 +2252,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetHeight", "start": 0, "type": "Identifier" @@ -2020,6 +2260,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2035,9 +2276,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "herringboneGearSketch", "start": 0, "type": "Identifier" @@ -2048,16 +2291,19 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2075,6 +2321,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch002", "start": 0, "type": "Identifier" @@ -2086,6 +2333,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetHeight", "start": 0, "type": "Identifier" @@ -2097,9 +2345,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearHeight", "start": 0, "type": "Identifier" @@ -2109,10 +2359,12 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2132,9 +2384,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "herringboneGearSketch", "start": 0, "type": "Identifier" @@ -2145,16 +2399,19 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2172,6 +2429,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch003", "start": 0, "type": "Identifier" @@ -2179,13 +2437,16 @@ description: Result of parsing herringbone-planetary-gearset.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clone", "start": 0, "type": "Identifier" @@ -2196,6 +2457,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2203,9 +2465,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch001", "start": 0, "type": "Identifier" @@ -2223,6 +2487,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -2231,9 +2496,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearHeight", "start": 0, "type": "Identifier" @@ -2249,9 +2516,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -2262,6 +2531,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2270,12 +2540,14 @@ description: Result of parsing herringbone-planetary-gearset.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2292,11 +2564,13 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2314,6 +2588,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "herringboneGear", "start": 0, "type": "Identifier" @@ -2325,6 +2600,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "vDegree", "start": 0, "type": "Identifier" @@ -2332,6 +2608,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -2347,9 +2624,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "loft", "start": 0, "type": "Identifier" @@ -2360,6 +2639,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2370,9 +2650,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch001", "start": 0, "type": "Identifier" @@ -2386,9 +2668,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch002", "start": 0, "type": "Identifier" @@ -2402,9 +2686,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch003", "start": 0, "type": "Identifier" @@ -2416,16 +2702,19 @@ description: Result of parsing herringbone-planetary-gearset.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2435,9 +2724,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "herringboneGear", "start": 0, "type": "Identifier" @@ -2449,6 +2740,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -2456,12 +2748,14 @@ description: Result of parsing herringbone-planetary-gearset.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "9": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2476,12 +2770,14 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -2492,6 +2788,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -2502,6 +2799,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pressureAngle", "start": 0, "type": "Identifier" @@ -2512,6 +2810,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixAngle", "start": 0, "type": "Identifier" @@ -2522,6 +2821,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearHeight", "start": 0, "type": "Identifier" @@ -2532,11 +2832,13 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "// Define a function to create a herringbone gear" ], @@ -2552,6 +2854,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ringGear", "start": 0, "type": "Identifier" @@ -2567,6 +2870,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitchDiameter", "start": 0, "type": "Identifier" @@ -2578,9 +2882,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -2590,14 +2896,17 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -2611,11 +2920,13 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Calculate gear parameters" ], @@ -2631,6 +2942,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "addendum", "start": 0, "type": "Identifier" @@ -2639,9 +2951,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -2651,11 +2965,13 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2668,6 +2984,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "deddendum", "start": 0, "type": "Identifier" @@ -2678,6 +2995,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.25", "start": 0, "type": "Literal", @@ -2687,14 +3005,17 @@ description: Result of parsing herringbone-planetary-gearset.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -2708,11 +3029,13 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2725,6 +3048,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -2736,9 +3060,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitchDiameter", "start": 0, "type": "Identifier" @@ -2748,15 +3074,19 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -2767,6 +3097,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2774,9 +3105,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pressureAngle", "start": 0, "type": "Identifier" @@ -2791,11 +3124,13 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2808,6 +3143,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -2819,9 +3155,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitchDiameter", "start": 0, "type": "Identifier" @@ -2831,6 +3169,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -2838,6 +3177,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2847,14 +3187,17 @@ description: Result of parsing herringbone-planetary-gearset.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -2872,11 +3215,13 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2889,6 +3234,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ringGearSketch", "start": 0, "type": "Identifier" @@ -2904,18 +3250,22 @@ description: Result of parsing herringbone-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixCalc", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "acos", "start": 0, "type": "Identifier" @@ -2926,6 +3276,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2939,9 +3290,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetHeight", "start": 0, "type": "Identifier" @@ -2951,15 +3304,19 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tan", "start": 0, "type": "Identifier" @@ -2970,6 +3327,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2977,9 +3335,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixAngle", "start": 0, "type": "Identifier" @@ -2994,6 +3354,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, @@ -3002,9 +3363,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -3014,10 +3377,12 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3036,11 +3401,13 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "BinaryExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Calculate the amount to rotate each planar sketch of the gear given the gear helix angle and total gear height" ], @@ -3056,6 +3423,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ringTeeth", "start": 0, "type": "Identifier" @@ -3063,13 +3431,16 @@ description: Result of parsing herringbone-planetary-gearset.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -3080,6 +3451,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3090,6 +3462,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -3098,9 +3471,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetHeight", "start": 0, "type": "Identifier" @@ -3116,9 +3491,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -3129,6 +3506,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3136,9 +3514,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -3157,6 +3537,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -3168,6 +3549,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -3176,9 +3558,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixCalc", "start": 0, "type": "Identifier" @@ -3194,6 +3578,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3205,9 +3590,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -3217,10 +3604,12 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3240,9 +3629,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "polar", "start": 0, "type": "Identifier" @@ -3253,6 +3644,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3264,9 +3656,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -3277,6 +3671,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3289,6 +3684,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startRadius", "start": 0, "type": "Identifier" @@ -3300,9 +3696,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -3312,10 +3710,12 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3335,6 +3735,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endRadius", "start": 0, "type": "Identifier" @@ -3346,9 +3747,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -3358,10 +3761,12 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3381,6 +3786,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -3389,9 +3795,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixCalc", "start": 0, "type": "Identifier" @@ -3407,6 +3815,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -3414,6 +3823,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -3425,9 +3835,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "involuteCircular", "start": 0, "type": "Identifier" @@ -3438,6 +3850,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3450,6 +3863,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3461,6 +3875,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -3474,6 +3889,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "220", "start": 0, "type": "Literal", @@ -3483,14 +3899,17 @@ description: Result of parsing herringbone-planetary-gearset.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -3504,14 +3923,17 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixCalc", "start": 0, "type": "Identifier" @@ -3531,6 +3953,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3542,9 +3965,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -3554,10 +3979,12 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3577,9 +4004,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "polar", "start": 0, "type": "Identifier" @@ -3590,6 +4019,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3601,9 +4031,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3614,6 +4046,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3626,6 +4059,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startRadius", "start": 0, "type": "Identifier" @@ -3637,9 +4071,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -3649,10 +4085,12 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3672,6 +4110,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endRadius", "start": 0, "type": "Identifier" @@ -3683,9 +4122,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -3695,10 +4136,12 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3718,6 +4161,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -3732,6 +4176,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -3741,15 +4186,19 @@ description: Result of parsing herringbone-planetary-gearset.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "atan", "start": 0, "type": "Identifier" @@ -3760,6 +4209,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3767,13 +4217,16 @@ description: Result of parsing herringbone-planetary-gearset.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndY", "start": 0, "type": "Identifier" @@ -3784,6 +4237,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3791,9 +4245,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -3804,15 +4260,19 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "Name" } }, + "moduleId": 0, "operator": "/", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndX", "start": 0, "type": "Identifier" @@ -3823,6 +4283,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3830,9 +4291,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -3852,6 +4315,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -3859,6 +4323,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -3868,14 +4333,17 @@ description: Result of parsing herringbone-planetary-gearset.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixCalc", "start": 0, "type": "Identifier" @@ -3895,6 +4363,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3906,6 +4375,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "reverse", "start": 0, "type": "Identifier" @@ -3913,6 +4383,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -3925,9 +4396,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "involuteCircular", "start": 0, "type": "Identifier" @@ -3938,6 +4411,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3950,6 +4424,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3961,6 +4436,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -3974,6 +4450,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -3983,14 +4460,17 @@ description: Result of parsing herringbone-planetary-gearset.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -4004,14 +4484,17 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixCalc", "start": 0, "type": "Identifier" @@ -4031,6 +4514,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4042,9 +4526,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -4054,10 +4540,12 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4077,9 +4565,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "polar", "start": 0, "type": "Identifier" @@ -4090,6 +4580,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4101,9 +4592,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4114,6 +4607,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4126,6 +4620,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -4134,9 +4629,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -4152,6 +4649,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -4162,6 +4660,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4174,6 +4673,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4185,6 +4685,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4195,6 +4696,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -4202,6 +4704,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -4217,6 +4720,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -4224,6 +4728,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -4236,9 +4741,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular2d", "start": 0, "type": "Identifier" @@ -4249,25 +4756,30 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -4278,6 +4790,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4286,12 +4799,14 @@ description: Result of parsing herringbone-planetary-gearset.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "4": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -4305,6 +4820,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -4318,6 +4834,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -4334,11 +4851,13 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -4356,6 +4875,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ringGearSketch", "start": 0, "type": "Identifier" @@ -4363,13 +4883,16 @@ description: Result of parsing herringbone-planetary-gearset.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -4380,6 +4903,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4390,6 +4914,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -4398,9 +4923,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetHeight", "start": 0, "type": "Identifier" @@ -4416,9 +4943,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -4429,6 +4958,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4436,9 +4966,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -4457,6 +4989,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -4467,6 +5000,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4479,6 +5013,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4490,6 +5025,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4500,6 +5036,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -4511,9 +5048,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -4523,10 +5062,12 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.8", "start": 0, "type": "Literal", @@ -4546,9 +5087,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -4559,6 +5102,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4571,6 +5115,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -4579,9 +5124,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ringTeeth", "start": 0, "type": "Identifier" @@ -4597,9 +5144,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -4610,6 +5159,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4618,15 +5168,18 @@ description: Result of parsing herringbone-planetary-gearset.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4636,9 +5189,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ringGearSketch", "start": 0, "type": "Identifier" @@ -4650,6 +5205,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -4657,16 +5213,19 @@ description: Result of parsing herringbone-planetary-gearset.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetHeight", "start": 0, "type": "Identifier" @@ -4677,11 +5236,13 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "", "", @@ -4699,6 +5260,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch001", "start": 0, "type": "Identifier" @@ -4710,6 +5272,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetHeight", "start": 0, "type": "Identifier" @@ -4717,6 +5280,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4732,9 +5296,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ringGearSketch", "start": 0, "type": "Identifier" @@ -4745,16 +5311,19 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -4772,6 +5341,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch002", "start": 0, "type": "Identifier" @@ -4783,6 +5353,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetHeight", "start": 0, "type": "Identifier" @@ -4794,9 +5365,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearHeight", "start": 0, "type": "Identifier" @@ -4806,10 +5379,12 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4829,9 +5404,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ringGearSketch", "start": 0, "type": "Identifier" @@ -4842,16 +5419,19 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -4869,6 +5449,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch003", "start": 0, "type": "Identifier" @@ -4876,13 +5457,16 @@ description: Result of parsing herringbone-planetary-gearset.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clone", "start": 0, "type": "Identifier" @@ -4893,6 +5477,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4900,9 +5485,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch001", "start": 0, "type": "Identifier" @@ -4920,6 +5507,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -4928,9 +5516,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearHeight", "start": 0, "type": "Identifier" @@ -4946,9 +5536,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -4959,6 +5551,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4967,12 +5560,14 @@ description: Result of parsing herringbone-planetary-gearset.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -4989,11 +5584,13 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -5011,6 +5608,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ringGear", "start": 0, "type": "Identifier" @@ -5022,6 +5620,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "vDegree", "start": 0, "type": "Identifier" @@ -5029,6 +5628,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -5044,9 +5644,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "loft", "start": 0, "type": "Identifier" @@ -5057,6 +5659,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5067,9 +5670,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch001", "start": 0, "type": "Identifier" @@ -5083,9 +5688,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch002", "start": 0, "type": "Identifier" @@ -5099,9 +5706,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch003", "start": 0, "type": "Identifier" @@ -5113,16 +5722,19 @@ description: Result of parsing herringbone-planetary-gearset.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5132,9 +5744,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ringGear", "start": 0, "type": "Identifier" @@ -5146,6 +5760,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -5153,12 +5768,14 @@ description: Result of parsing herringbone-planetary-gearset.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "9": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -5173,12 +5790,14 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -5189,6 +5808,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -5199,6 +5819,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pressureAngle", "start": 0, "type": "Identifier" @@ -5209,6 +5830,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixAngle", "start": 0, "type": "Identifier" @@ -5219,6 +5841,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearHeight", "start": 0, "type": "Identifier" @@ -5229,11 +5852,13 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "", "", @@ -5253,6 +5878,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -5260,6 +5886,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "58", "start": 0, "type": "Literal", @@ -5275,6 +5902,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -5282,6 +5910,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.5", "start": 0, "type": "Literal", @@ -5297,6 +5926,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pressureAngle", "start": 0, "type": "Identifier" @@ -5304,6 +5934,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "14", "start": 0, "type": "Literal", @@ -5319,6 +5950,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixAngle", "start": 0, "type": "Identifier" @@ -5327,6 +5959,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "35", "start": 0, "type": "Literal", @@ -5338,6 +5971,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5349,6 +5983,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearHeight", "start": 0, "type": "Identifier" @@ -5356,6 +5991,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8", "start": 0, "type": "Literal", @@ -5371,9 +6007,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ringGear", "start": 0, "type": "Identifier" @@ -5384,11 +6022,13 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "preComments": [ "", "", @@ -5408,6 +6048,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -5415,6 +6056,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "18", "start": 0, "type": "Literal", @@ -5430,6 +6072,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -5437,6 +6080,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.5", "start": 0, "type": "Literal", @@ -5452,6 +6096,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pressureAngle", "start": 0, "type": "Identifier" @@ -5459,6 +6104,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "14", "start": 0, "type": "Literal", @@ -5474,6 +6120,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixAngle", "start": 0, "type": "Identifier" @@ -5481,6 +6128,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "35", "start": 0, "type": "Literal", @@ -5496,6 +6144,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearHeight", "start": 0, "type": "Identifier" @@ -5503,6 +6152,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8", "start": 0, "type": "Literal", @@ -5518,9 +6168,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "herringboneGear", "start": 0, "type": "Identifier" @@ -5531,11 +6183,13 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "preComments": [ "", "", @@ -5553,6 +6207,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numPlanetGears", "start": 0, "type": "Identifier" @@ -5560,6 +6215,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -5569,11 +6225,13 @@ description: Result of parsing herringbone-planetary-gearset.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -5595,6 +6253,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -5602,6 +6261,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "18", "start": 0, "type": "Literal", @@ -5617,6 +6277,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -5624,6 +6285,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.5", "start": 0, "type": "Literal", @@ -5639,6 +6301,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pressureAngle", "start": 0, "type": "Identifier" @@ -5646,6 +6309,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "14", "start": 0, "type": "Literal", @@ -5661,6 +6325,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helixAngle", "start": 0, "type": "Identifier" @@ -5669,6 +6334,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "35", "start": 0, "type": "Literal", @@ -5680,6 +6346,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5691,6 +6358,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearHeight", "start": 0, "type": "Identifier" @@ -5698,6 +6366,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8", "start": 0, "type": "Literal", @@ -5713,9 +6382,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "herringboneGear", "start": 0, "type": "Identifier" @@ -5726,6 +6397,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5738,6 +6410,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -5751,6 +6424,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "18", "start": 0, "type": "Literal", @@ -5760,10 +6434,12 @@ description: Result of parsing herringbone-planetary-gearset.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.5", "start": 0, "type": "Literal", @@ -5777,10 +6453,12 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.95", "start": 0, "type": "Literal", @@ -5800,9 +6478,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -5813,6 +6493,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5825,6 +6506,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -5833,9 +6515,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numPlanetGears", "start": 0, "type": "Identifier" @@ -5851,6 +6535,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -5861,6 +6546,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5873,6 +6559,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5885,6 +6572,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -5896,6 +6584,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5906,6 +6595,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -5916,6 +6606,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5928,6 +6619,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5940,6 +6632,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5951,6 +6644,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5961,6 +6655,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -5968,6 +6663,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -5983,6 +6679,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -5990,6 +6687,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "false", "start": 0, "type": "Literal", @@ -6002,9 +6700,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular3d", "start": 0, "type": "Identifier" @@ -6015,6 +6715,7 @@ description: Result of parsing herringbone-planetary-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6023,10 +6724,12 @@ description: Result of parsing herringbone-planetary-gearset.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -6038,9 +6741,11 @@ description: Result of parsing herringbone-planetary-gearset.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -6059,19 +6764,23 @@ description: Result of parsing herringbone-planetary-gearset.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -6087,12 +6796,14 @@ description: Result of parsing herringbone-planetary-gearset.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": {}, "startNodes": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/hex-nut/ast.snap b/rust/kcl-lib/tests/kcl_samples/hex-nut/ast.snap index 3df976e21..800f150b7 100644 --- a/rust/kcl-lib/tests/kcl_samples/hex-nut/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/hex-nut/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing hex-nut.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallToWallLength", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing hex-nut.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing hex-nut.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define parameters (5/16\" - 24 thread size)" ], @@ -49,6 +53,7 @@ description: Result of parsing hex-nut.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing hex-nut.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.266", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing hex-nut.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing hex-nut.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "diameter", "start": 0, "type": "Identifier" @@ -89,6 +98,7 @@ description: Result of parsing hex-nut.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3125", "start": 0, "type": "Literal", @@ -98,11 +108,13 @@ description: Result of parsing hex-nut.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -115,6 +127,7 @@ description: Result of parsing hex-nut.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hexNut", "start": 0, "type": "Identifier" @@ -130,6 +143,7 @@ description: Result of parsing hex-nut.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hexNutSketch", "start": 0, "type": "Identifier" @@ -137,13 +151,16 @@ description: Result of parsing hex-nut.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -154,6 +171,7 @@ description: Result of parsing hex-nut.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -162,9 +180,11 @@ description: Result of parsing hex-nut.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -176,6 +196,7 @@ description: Result of parsing hex-nut.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -189,6 +210,7 @@ description: Result of parsing hex-nut.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -203,13 +225,16 @@ description: Result of parsing hex-nut.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "start", "start": 0, "type": "Identifier" @@ -222,6 +247,7 @@ description: Result of parsing hex-nut.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -235,14 +261,17 @@ description: Result of parsing hex-nut.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "innerDia", "start": 0, "type": "Identifier" @@ -260,13 +289,16 @@ description: Result of parsing hex-nut.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "start", "start": 0, "type": "Identifier" @@ -279,6 +311,7 @@ description: Result of parsing hex-nut.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -294,6 +327,7 @@ description: Result of parsing hex-nut.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -304,9 +338,11 @@ description: Result of parsing hex-nut.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -317,6 +353,7 @@ description: Result of parsing hex-nut.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -329,6 +366,7 @@ description: Result of parsing hex-nut.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -336,6 +374,7 @@ description: Result of parsing hex-nut.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "240", "start": 0, "type": "Literal", @@ -351,6 +390,7 @@ description: Result of parsing hex-nut.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -359,9 +399,11 @@ description: Result of parsing hex-nut.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "innerDia", "start": 0, "type": "Identifier" @@ -377,9 +419,11 @@ description: Result of parsing hex-nut.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -390,6 +434,7 @@ description: Result of parsing hex-nut.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -402,6 +447,7 @@ description: Result of parsing hex-nut.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -409,6 +455,7 @@ description: Result of parsing hex-nut.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -424,6 +471,7 @@ description: Result of parsing hex-nut.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -432,9 +480,11 @@ description: Result of parsing hex-nut.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "innerDia", "start": 0, "type": "Identifier" @@ -450,9 +500,11 @@ description: Result of parsing hex-nut.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -463,6 +515,7 @@ description: Result of parsing hex-nut.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -475,6 +528,7 @@ description: Result of parsing hex-nut.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -482,6 +536,7 @@ description: Result of parsing hex-nut.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "120", "start": 0, "type": "Literal", @@ -497,6 +552,7 @@ description: Result of parsing hex-nut.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -505,9 +561,11 @@ description: Result of parsing hex-nut.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "innerDia", "start": 0, "type": "Identifier" @@ -523,9 +581,11 @@ description: Result of parsing hex-nut.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -536,6 +596,7 @@ description: Result of parsing hex-nut.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -548,6 +609,7 @@ description: Result of parsing hex-nut.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -555,6 +617,7 @@ description: Result of parsing hex-nut.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "60", "start": 0, "type": "Literal", @@ -570,6 +633,7 @@ description: Result of parsing hex-nut.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -578,9 +642,11 @@ description: Result of parsing hex-nut.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "innerDia", "start": 0, "type": "Identifier" @@ -596,9 +662,11 @@ description: Result of parsing hex-nut.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -609,6 +677,7 @@ description: Result of parsing hex-nut.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -621,6 +690,7 @@ description: Result of parsing hex-nut.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -628,6 +698,7 @@ description: Result of parsing hex-nut.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -643,6 +714,7 @@ description: Result of parsing hex-nut.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -654,9 +726,11 @@ description: Result of parsing hex-nut.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "innerDia", "start": 0, "type": "Identifier" @@ -666,10 +740,12 @@ description: Result of parsing hex-nut.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".90", "start": 0, "type": "Literal", @@ -689,9 +765,11 @@ description: Result of parsing hex-nut.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -702,19 +780,23 @@ description: Result of parsing hex-nut.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -725,6 +807,7 @@ description: Result of parsing hex-nut.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -737,6 +820,7 @@ description: Result of parsing hex-nut.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -748,6 +832,7 @@ description: Result of parsing hex-nut.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -759,13 +844,16 @@ description: Result of parsing hex-nut.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "start", "start": 0, "type": "Identifier" @@ -778,6 +866,7 @@ description: Result of parsing hex-nut.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -795,13 +884,16 @@ description: Result of parsing hex-nut.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "start", "start": 0, "type": "Identifier" @@ -814,6 +906,7 @@ description: Result of parsing hex-nut.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -829,6 +922,7 @@ description: Result of parsing hex-nut.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -839,6 +933,7 @@ description: Result of parsing hex-nut.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -850,9 +945,11 @@ description: Result of parsing hex-nut.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "innerDia", "start": 0, "type": "Identifier" @@ -862,10 +959,12 @@ description: Result of parsing hex-nut.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -885,9 +984,11 @@ description: Result of parsing hex-nut.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -898,6 +999,7 @@ description: Result of parsing hex-nut.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -909,9 +1011,11 @@ description: Result of parsing hex-nut.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -922,6 +1026,7 @@ description: Result of parsing hex-nut.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -934,6 +1039,7 @@ description: Result of parsing hex-nut.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -942,9 +1048,11 @@ description: Result of parsing hex-nut.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thk", "start": 0, "type": "Identifier" @@ -960,9 +1068,11 @@ description: Result of parsing hex-nut.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -973,6 +1083,7 @@ description: Result of parsing hex-nut.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -981,15 +1092,18 @@ description: Result of parsing hex-nut.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -999,9 +1113,11 @@ description: Result of parsing hex-nut.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hexNutSketch", "start": 0, "type": "Identifier" @@ -1013,6 +1129,7 @@ description: Result of parsing hex-nut.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -1020,16 +1137,19 @@ description: Result of parsing hex-nut.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "start", "start": 0, "type": "Identifier" @@ -1040,6 +1160,7 @@ description: Result of parsing hex-nut.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thk", "start": 0, "type": "Identifier" @@ -1050,6 +1171,7 @@ description: Result of parsing hex-nut.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "innerDia", "start": 0, "type": "Identifier" @@ -1060,11 +1182,13 @@ description: Result of parsing hex-nut.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "", "", @@ -1084,6 +1208,7 @@ description: Result of parsing hex-nut.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "start", "start": 0, "type": "Identifier" @@ -1094,6 +1219,7 @@ description: Result of parsing hex-nut.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1106,6 +1232,7 @@ description: Result of parsing hex-nut.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1117,6 +1244,7 @@ description: Result of parsing hex-nut.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1127,6 +1255,7 @@ description: Result of parsing hex-nut.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thk", "start": 0, "type": "Identifier" @@ -1135,9 +1264,11 @@ description: Result of parsing hex-nut.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -1153,6 +1284,7 @@ description: Result of parsing hex-nut.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "innerDia", "start": 0, "type": "Identifier" @@ -1161,9 +1293,11 @@ description: Result of parsing hex-nut.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "diameter", "start": 0, "type": "Identifier" @@ -1179,9 +1313,11 @@ description: Result of parsing hex-nut.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hexNut", "start": 0, "type": "Identifier" @@ -1192,11 +1328,13 @@ description: Result of parsing hex-nut.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "preComments": [ "", "", @@ -1213,9 +1351,11 @@ description: Result of parsing hex-nut.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -1234,19 +1374,23 @@ description: Result of parsing hex-nut.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -1263,15 +1407,18 @@ description: Result of parsing hex-nut.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -1287,12 +1434,14 @@ description: Result of parsing hex-nut.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": {}, "startNodes": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/i-beam/ast.snap b/rust/kcl-lib/tests/kcl_samples/i-beam/ast.snap index 9b7e9e326..b2e0a6daf 100644 --- a/rust/kcl-lib/tests/kcl_samples/i-beam/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/i-beam/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing i-beam.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "beamLength", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing i-beam.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6ft", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing i-beam.kcl "suffix": "Ft" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define parameters" ], @@ -49,6 +53,7 @@ description: Result of parsing i-beam.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "beamHeight", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing i-beam.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing i-beam.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing i-beam.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flangeWidth", "start": 0, "type": "Identifier" @@ -89,6 +98,7 @@ description: Result of parsing i-beam.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.663", "start": 0, "type": "Literal", @@ -98,11 +108,13 @@ description: Result of parsing i-beam.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -115,6 +127,7 @@ description: Result of parsing i-beam.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flangeThickness", "start": 0, "type": "Identifier" @@ -122,6 +135,7 @@ description: Result of parsing i-beam.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.293", "start": 0, "type": "Literal", @@ -131,11 +145,13 @@ description: Result of parsing i-beam.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -148,6 +164,7 @@ description: Result of parsing i-beam.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "webThickness", "start": 0, "type": "Identifier" @@ -155,6 +172,7 @@ description: Result of parsing i-beam.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.193", "start": 0, "type": "Literal", @@ -164,11 +182,13 @@ description: Result of parsing i-beam.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -181,6 +201,7 @@ description: Result of parsing i-beam.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rootRadius", "start": 0, "type": "Identifier" @@ -188,6 +209,7 @@ description: Result of parsing i-beam.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.457", "start": 0, "type": "Literal", @@ -197,11 +219,13 @@ description: Result of parsing i-beam.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -214,6 +238,7 @@ description: Result of parsing i-beam.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "iBeam", "start": 0, "type": "Identifier" @@ -221,13 +246,16 @@ description: Result of parsing i-beam.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -238,6 +266,7 @@ description: Result of parsing i-beam.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -246,9 +275,11 @@ description: Result of parsing i-beam.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -260,6 +291,7 @@ description: Result of parsing i-beam.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -273,6 +305,7 @@ description: Result of parsing i-beam.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -283,6 +316,7 @@ description: Result of parsing i-beam.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -299,9 +333,11 @@ description: Result of parsing i-beam.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "beamHeight", "start": 0, "type": "Identifier" @@ -311,10 +347,12 @@ description: Result of parsing i-beam.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -330,6 +368,7 @@ description: Result of parsing i-beam.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -340,9 +379,11 @@ description: Result of parsing i-beam.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -353,6 +394,7 @@ description: Result of parsing i-beam.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -365,6 +407,7 @@ description: Result of parsing i-beam.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -376,9 +419,11 @@ description: Result of parsing i-beam.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flangeWidth", "start": 0, "type": "Identifier" @@ -388,10 +433,12 @@ description: Result of parsing i-beam.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -411,9 +458,11 @@ description: Result of parsing i-beam.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -424,6 +473,7 @@ description: Result of parsing i-beam.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -436,6 +486,7 @@ description: Result of parsing i-beam.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -445,9 +496,11 @@ description: Result of parsing i-beam.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flangeThickness", "start": 0, "type": "Identifier" @@ -459,6 +512,7 @@ description: Result of parsing i-beam.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -470,9 +524,11 @@ description: Result of parsing i-beam.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -483,6 +539,7 @@ description: Result of parsing i-beam.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -495,6 +552,7 @@ description: Result of parsing i-beam.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -509,9 +567,11 @@ description: Result of parsing i-beam.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "webThickness", "start": 0, "type": "Identifier" @@ -521,10 +581,12 @@ description: Result of parsing i-beam.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -538,14 +600,17 @@ description: Result of parsing i-beam.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rootRadius", "start": 0, "type": "Identifier" @@ -565,9 +630,11 @@ description: Result of parsing i-beam.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -578,6 +645,7 @@ description: Result of parsing i-beam.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -590,6 +658,7 @@ description: Result of parsing i-beam.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -598,9 +667,11 @@ description: Result of parsing i-beam.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rootRadius", "start": 0, "type": "Identifier" @@ -616,6 +687,7 @@ description: Result of parsing i-beam.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -623,6 +695,7 @@ description: Result of parsing i-beam.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -638,9 +711,11 @@ description: Result of parsing i-beam.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -651,6 +726,7 @@ description: Result of parsing i-beam.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -663,6 +739,7 @@ description: Result of parsing i-beam.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -670,6 +747,7 @@ description: Result of parsing i-beam.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -685,9 +763,11 @@ description: Result of parsing i-beam.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -698,6 +778,7 @@ description: Result of parsing i-beam.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -710,6 +791,7 @@ description: Result of parsing i-beam.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -718,9 +800,11 @@ description: Result of parsing i-beam.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "X", "start": 0, "type": "Identifier" @@ -736,9 +820,11 @@ description: Result of parsing i-beam.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mirror2d", "start": 0, "type": "Identifier" @@ -749,6 +835,7 @@ description: Result of parsing i-beam.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -761,6 +848,7 @@ description: Result of parsing i-beam.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -769,9 +857,11 @@ description: Result of parsing i-beam.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "Y", "start": 0, "type": "Identifier" @@ -787,9 +877,11 @@ description: Result of parsing i-beam.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mirror2d", "start": 0, "type": "Identifier" @@ -800,6 +892,7 @@ description: Result of parsing i-beam.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -812,6 +905,7 @@ description: Result of parsing i-beam.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -820,9 +914,11 @@ description: Result of parsing i-beam.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "beamLength", "start": 0, "type": "Identifier" @@ -838,9 +934,11 @@ description: Result of parsing i-beam.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -851,6 +949,7 @@ description: Result of parsing i-beam.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -859,15 +958,18 @@ description: Result of parsing i-beam.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -884,9 +986,11 @@ description: Result of parsing i-beam.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -905,19 +1009,23 @@ description: Result of parsing i-beam.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -934,15 +1042,18 @@ description: Result of parsing i-beam.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -958,12 +1069,14 @@ description: Result of parsing i-beam.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": {}, "startNodes": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/keyboard/ast.snap b/rust/kcl-lib/tests/kcl_samples/keyboard/ast.snap index f576aae37..5c6e885f0 100644 --- a/rust/kcl-lib/tests/kcl_samples/keyboard/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/keyboard/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing keyboard.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseColor", "start": 0, "type": "Identifier" @@ -20,17 +21,20 @@ description: Result of parsing keyboard.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"#0f0f0f\"", "start": 0, "type": "Literal", "type": "Literal", "value": "#0f0f0f" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define parameters" ], @@ -46,6 +50,7 @@ description: Result of parsing keyboard.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "highlightColor1", "start": 0, "type": "Identifier" @@ -53,17 +58,20 @@ description: Result of parsing keyboard.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"#b0b0b0\"", "start": 0, "type": "Literal", "type": "Literal", "value": "#b0b0b0" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -76,6 +84,7 @@ description: Result of parsing keyboard.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "highlightColor2", "start": 0, "type": "Identifier" @@ -83,17 +92,20 @@ description: Result of parsing keyboard.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"#23af93\"", "start": 0, "type": "Literal", "type": "Literal", "value": "#23af93" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -106,6 +118,7 @@ description: Result of parsing keyboard.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -113,6 +126,7 @@ description: Result of parsing keyboard.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8", "start": 0, "type": "Literal", @@ -122,11 +136,13 @@ description: Result of parsing keyboard.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -139,6 +155,7 @@ description: Result of parsing keyboard.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyDepth", "start": 0, "type": "Identifier" @@ -146,6 +163,7 @@ description: Result of parsing keyboard.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -155,11 +173,13 @@ description: Result of parsing keyboard.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -172,6 +192,7 @@ description: Result of parsing keyboard.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spacing", "start": 0, "type": "Identifier" @@ -179,6 +200,7 @@ description: Result of parsing keyboard.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -188,11 +210,13 @@ description: Result of parsing keyboard.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -205,6 +229,7 @@ description: Result of parsing keyboard.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "row1", "start": 0, "type": "Identifier" @@ -216,9 +241,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spacing", "start": 0, "type": "Identifier" @@ -228,10 +255,12 @@ description: Result of parsing keyboard.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -245,11 +274,13 @@ description: Result of parsing keyboard.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -262,6 +293,7 @@ description: Result of parsing keyboard.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "row2", "start": 0, "type": "Identifier" @@ -276,9 +308,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "row1", "start": 0, "type": "Identifier" @@ -288,14 +322,17 @@ description: Result of parsing keyboard.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -309,14 +346,17 @@ description: Result of parsing keyboard.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spacing", "start": 0, "type": "Identifier" @@ -330,11 +370,13 @@ description: Result of parsing keyboard.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -347,6 +389,7 @@ description: Result of parsing keyboard.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "row3", "start": 0, "type": "Identifier" @@ -361,9 +404,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "row2", "start": 0, "type": "Identifier" @@ -373,14 +418,17 @@ description: Result of parsing keyboard.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -394,14 +442,17 @@ description: Result of parsing keyboard.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spacing", "start": 0, "type": "Identifier" @@ -415,11 +466,13 @@ description: Result of parsing keyboard.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -432,6 +485,7 @@ description: Result of parsing keyboard.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "row4", "start": 0, "type": "Identifier" @@ -446,9 +500,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "row3", "start": 0, "type": "Identifier" @@ -458,14 +514,17 @@ description: Result of parsing keyboard.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -479,14 +538,17 @@ description: Result of parsing keyboard.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spacing", "start": 0, "type": "Identifier" @@ -500,11 +562,13 @@ description: Result of parsing keyboard.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -517,6 +581,7 @@ description: Result of parsing keyboard.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "row5", "start": 0, "type": "Identifier" @@ -531,9 +596,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "row4", "start": 0, "type": "Identifier" @@ -543,14 +610,17 @@ description: Result of parsing keyboard.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -564,14 +634,17 @@ description: Result of parsing keyboard.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spacing", "start": 0, "type": "Identifier" @@ -585,11 +658,13 @@ description: Result of parsing keyboard.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -602,6 +677,7 @@ description: Result of parsing keyboard.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "row6", "start": 0, "type": "Identifier" @@ -616,9 +692,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "row5", "start": 0, "type": "Identifier" @@ -628,14 +706,17 @@ description: Result of parsing keyboard.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -649,14 +730,17 @@ description: Result of parsing keyboard.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spacing", "start": 0, "type": "Identifier" @@ -670,11 +754,13 @@ description: Result of parsing keyboard.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -687,6 +773,7 @@ description: Result of parsing keyboard.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -694,13 +781,16 @@ description: Result of parsing keyboard.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -711,6 +801,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -718,9 +809,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -738,6 +831,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -748,6 +842,7 @@ description: Result of parsing keyboard.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -760,6 +855,7 @@ description: Result of parsing keyboard.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -771,6 +867,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -781,9 +878,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -794,6 +893,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -806,6 +906,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -817,6 +918,7 @@ description: Result of parsing keyboard.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.14", "start": 0, "type": "Literal", @@ -828,6 +930,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -836,6 +939,7 @@ description: Result of parsing keyboard.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.68", "start": 0, "type": "Literal", @@ -847,6 +951,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -857,6 +962,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -864,6 +970,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -875,9 +982,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -888,6 +997,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -900,6 +1010,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -907,6 +1018,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7", "start": 0, "type": "Literal", @@ -922,6 +1034,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -936,9 +1049,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "row6", "start": 0, "type": "Identifier" @@ -948,6 +1063,7 @@ description: Result of parsing keyboard.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -955,6 +1071,7 @@ description: Result of parsing keyboard.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -964,14 +1081,17 @@ description: Result of parsing keyboard.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spacing", "start": 0, "type": "Identifier" @@ -989,14 +1109,17 @@ description: Result of parsing keyboard.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -1016,6 +1139,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1023,6 +1147,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1034,9 +1159,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1047,6 +1174,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1059,6 +1187,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1069,6 +1198,7 @@ description: Result of parsing keyboard.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.13", "start": 0, "type": "Literal", @@ -1081,6 +1211,7 @@ description: Result of parsing keyboard.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1092,6 +1223,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1102,6 +1234,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1109,6 +1242,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1120,9 +1254,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1133,6 +1269,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1145,6 +1282,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1153,13 +1291,16 @@ description: Result of parsing keyboard.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -1170,25 +1311,30 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -1199,12 +1345,14 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1212,6 +1360,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1222,6 +1371,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1229,6 +1379,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1240,9 +1391,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1253,19 +1406,23 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1276,6 +1433,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1288,6 +1446,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1295,6 +1454,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "13.6", "start": 0, "type": "Literal", @@ -1310,9 +1470,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1323,6 +1485,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1335,6 +1498,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -1343,9 +1507,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseColor", "start": 0, "type": "Identifier" @@ -1361,9 +1527,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "appearance", "start": 0, "type": "Identifier" @@ -1374,6 +1542,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1386,6 +1555,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1393,6 +1563,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".6", "start": 0, "type": "Literal", @@ -1408,6 +1579,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -1416,13 +1588,16 @@ description: Result of parsing keyboard.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getOppositeEdge", "start": 0, "type": "Identifier" @@ -1433,6 +1608,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1440,9 +1616,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -1454,13 +1632,16 @@ description: Result of parsing keyboard.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getOppositeEdge", "start": 0, "type": "Identifier" @@ -1471,6 +1652,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1478,9 +1660,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg03", "start": 0, "type": "Identifier" @@ -1495,9 +1679,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -1511,9 +1697,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg03", "start": 0, "type": "Identifier" @@ -1525,6 +1713,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1535,9 +1724,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -1548,6 +1739,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1556,12 +1748,14 @@ description: Result of parsing keyboard.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "9": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1578,11 +1772,13 @@ description: Result of parsing keyboard.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1600,6 +1796,7 @@ description: Result of parsing keyboard.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003", "start": 0, "type": "Identifier" @@ -1611,6 +1808,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -1619,9 +1817,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg04", "start": 0, "type": "Identifier" @@ -1637,9 +1837,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1650,6 +1852,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1657,9 +1860,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -1670,11 +1875,13 @@ description: Result of parsing keyboard.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1687,6 +1894,7 @@ description: Result of parsing keyboard.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile001", "start": 0, "type": "Identifier" @@ -1698,6 +1906,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1708,6 +1917,7 @@ description: Result of parsing keyboard.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.75", "start": 0, "type": "Literal", @@ -1720,6 +1930,7 @@ description: Result of parsing keyboard.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.75", "start": 0, "type": "Literal", @@ -1731,6 +1942,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1741,6 +1953,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1748,6 +1961,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4", "start": 0, "type": "Literal", @@ -1763,9 +1977,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1776,6 +1992,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1783,9 +2000,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003", "start": 0, "type": "Identifier" @@ -1796,11 +2015,13 @@ description: Result of parsing keyboard.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1813,6 +2034,7 @@ description: Result of parsing keyboard.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile003", "start": 0, "type": "Identifier" @@ -1824,6 +2046,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1834,6 +2057,7 @@ description: Result of parsing keyboard.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.4", "start": 0, "type": "Literal", @@ -1846,6 +2070,7 @@ description: Result of parsing keyboard.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.75", "start": 0, "type": "Literal", @@ -1857,6 +2082,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1867,6 +2093,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1874,6 +2101,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4", "start": 0, "type": "Literal", @@ -1889,9 +2117,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1902,6 +2132,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1909,9 +2140,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003", "start": 0, "type": "Identifier" @@ -1922,11 +2155,13 @@ description: Result of parsing keyboard.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1939,6 +2174,7 @@ description: Result of parsing keyboard.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile004", "start": 0, "type": "Identifier" @@ -1950,6 +2186,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1960,6 +2197,7 @@ description: Result of parsing keyboard.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.73", "start": 0, "type": "Literal", @@ -1975,6 +2213,7 @@ description: Result of parsing keyboard.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "13.6", "start": 0, "type": "Literal", @@ -1984,10 +2223,12 @@ description: Result of parsing keyboard.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".75", "start": 0, "type": "Literal", @@ -2003,6 +2244,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2013,6 +2255,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2020,6 +2263,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4", "start": 0, "type": "Literal", @@ -2035,9 +2279,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -2048,6 +2294,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2055,9 +2302,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003", "start": 0, "type": "Identifier" @@ -2068,11 +2317,13 @@ description: Result of parsing keyboard.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2085,6 +2336,7 @@ description: Result of parsing keyboard.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile005", "start": 0, "type": "Identifier" @@ -2096,6 +2348,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -2106,6 +2359,7 @@ description: Result of parsing keyboard.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.4", "start": 0, "type": "Literal", @@ -2121,6 +2375,7 @@ description: Result of parsing keyboard.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "13.6", "start": 0, "type": "Literal", @@ -2130,10 +2385,12 @@ description: Result of parsing keyboard.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".75", "start": 0, "type": "Literal", @@ -2149,6 +2406,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2159,6 +2417,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2166,6 +2425,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4", "start": 0, "type": "Literal", @@ -2181,9 +2441,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -2194,6 +2456,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2201,9 +2464,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003", "start": 0, "type": "Identifier" @@ -2214,11 +2479,13 @@ description: Result of parsing keyboard.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2233,6 +2500,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2240,6 +2508,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".15", "start": 0, "type": "Literal", @@ -2255,9 +2524,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2268,6 +2539,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2278,9 +2550,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile001", "start": 0, "type": "Identifier" @@ -2294,9 +2568,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile003", "start": 0, "type": "Identifier" @@ -2310,9 +2586,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile004", "start": 0, "type": "Identifier" @@ -2326,9 +2604,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile005", "start": 0, "type": "Identifier" @@ -2340,11 +2620,13 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -2357,6 +2639,7 @@ description: Result of parsing keyboard.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane001", "start": 0, "type": "Identifier" @@ -2364,6 +2647,7 @@ description: Result of parsing keyboard.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -2371,10 +2655,12 @@ description: Result of parsing keyboard.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "origin", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -2383,6 +2669,7 @@ description: Result of parsing keyboard.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -2395,6 +2682,7 @@ description: Result of parsing keyboard.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -2407,6 +2695,7 @@ description: Result of parsing keyboard.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7", "start": 0, "type": "Literal", @@ -2418,6 +2707,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2429,10 +2719,12 @@ description: Result of parsing keyboard.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -2441,6 +2733,7 @@ description: Result of parsing keyboard.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -2453,6 +2746,7 @@ description: Result of parsing keyboard.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -2465,6 +2759,7 @@ description: Result of parsing keyboard.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -2476,6 +2771,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2487,10 +2783,12 @@ description: Result of parsing keyboard.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -2499,6 +2797,7 @@ description: Result of parsing keyboard.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -2511,6 +2810,7 @@ description: Result of parsing keyboard.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -2521,13 +2821,16 @@ description: Result of parsing keyboard.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -2538,12 +2841,14 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7deg", "start": 0, "type": "Literal", @@ -2556,6 +2861,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2567,10 +2873,12 @@ description: Result of parsing keyboard.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "zAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -2579,6 +2887,7 @@ description: Result of parsing keyboard.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -2591,6 +2900,7 @@ description: Result of parsing keyboard.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -2603,6 +2913,7 @@ description: Result of parsing keyboard.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -2614,6 +2925,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2624,11 +2936,13 @@ description: Result of parsing keyboard.kcl "type": "ObjectExpression", "type": "ObjectExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2646,6 +2960,7 @@ description: Result of parsing keyboard.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyFn", "start": 0, "type": "Identifier" @@ -2661,18 +2976,22 @@ description: Result of parsing keyboard.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2683,6 +3002,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2690,9 +3010,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane001", "start": 0, "type": "Identifier" @@ -2703,11 +3025,13 @@ description: Result of parsing keyboard.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2720,6 +3044,7 @@ description: Result of parsing keyboard.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile002", "start": 0, "type": "Identifier" @@ -2733,6 +3058,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -2744,13 +3070,16 @@ description: Result of parsing keyboard.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "originStart", "start": 0, "type": "Identifier" @@ -2763,6 +3092,7 @@ description: Result of parsing keyboard.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2780,13 +3110,16 @@ description: Result of parsing keyboard.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "originStart", "start": 0, "type": "Identifier" @@ -2799,6 +3132,7 @@ description: Result of parsing keyboard.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -2814,6 +3148,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2824,9 +3159,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -2837,6 +3174,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2844,9 +3182,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" @@ -2864,6 +3204,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -2871,6 +3212,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -2886,6 +3228,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -2893,6 +3236,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "270", "start": 0, "type": "Literal", @@ -2908,6 +3252,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2915,6 +3260,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -2930,9 +3276,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -2943,6 +3291,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2955,6 +3304,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2962,6 +3312,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2977,6 +3328,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2988,9 +3340,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyWidth", "start": 0, "type": "Identifier" @@ -3000,10 +3354,12 @@ description: Result of parsing keyboard.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".2", "start": 0, "type": "Literal", @@ -3023,6 +3379,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -3030,6 +3387,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -3041,9 +3399,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -3054,6 +3414,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3066,6 +3427,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3073,6 +3435,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -3088,6 +3451,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -3095,6 +3459,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -3110,9 +3475,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -3123,6 +3490,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3135,6 +3503,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -3143,13 +3512,16 @@ description: Result of parsing keyboard.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -3160,6 +3532,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3167,9 +3540,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -3180,10 +3555,12 @@ description: Result of parsing keyboard.kcl "type": "Name" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -3203,6 +3580,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3214,9 +3592,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -3226,10 +3606,12 @@ description: Result of parsing keyboard.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".2", "start": 0, "type": "Literal", @@ -3249,6 +3631,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -3256,6 +3639,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -3267,9 +3651,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -3280,6 +3666,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3292,6 +3679,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3299,6 +3687,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -3314,6 +3703,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -3321,6 +3711,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -3336,9 +3727,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -3349,6 +3742,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3361,18 +3755,22 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -3383,6 +3781,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3390,9 +3789,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -3409,19 +3810,23 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -3432,6 +3837,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3439,9 +3845,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -3454,6 +3862,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3465,6 +3874,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -3472,6 +3882,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -3483,9 +3894,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -3496,6 +3909,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3508,6 +3922,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3515,6 +3930,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -3530,6 +3946,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -3537,6 +3954,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -3552,9 +3970,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -3565,6 +3985,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3577,6 +3998,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3585,13 +4007,16 @@ description: Result of parsing keyboard.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -3602,25 +4027,30 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -3631,12 +4061,14 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3644,6 +4076,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3654,6 +4087,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -3661,6 +4095,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -3672,9 +4107,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3685,19 +4122,23 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -3708,6 +4149,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3720,6 +4162,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3728,9 +4171,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyDepth", "start": 0, "type": "Identifier" @@ -3746,9 +4191,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -3759,6 +4206,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3771,6 +4219,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -3779,9 +4228,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -3797,9 +4248,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "appearance", "start": 0, "type": "Identifier" @@ -3810,6 +4263,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3822,6 +4276,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -3833,9 +4288,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "repeats", "start": 0, "type": "Identifier" @@ -3845,10 +4302,12 @@ description: Result of parsing keyboard.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -3868,6 +4327,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -3879,9 +4339,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyWidth", "start": 0, "type": "Identifier" @@ -3891,14 +4353,17 @@ description: Result of parsing keyboard.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spacing", "start": 0, "type": "Identifier" @@ -3918,6 +4383,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -3928,6 +4394,7 @@ description: Result of parsing keyboard.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -3940,6 +4407,7 @@ description: Result of parsing keyboard.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3952,6 +4420,7 @@ description: Result of parsing keyboard.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3963,6 +4432,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3973,9 +4443,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -3986,12 +4458,14 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -4000,12 +4474,14 @@ description: Result of parsing keyboard.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "11": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -4022,11 +4498,13 @@ description: Result of parsing keyboard.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4036,9 +4514,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -4050,6 +4530,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -4057,16 +4538,19 @@ description: Result of parsing keyboard.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "originStart", "start": 0, "type": "Identifier" @@ -4077,6 +4561,7 @@ description: Result of parsing keyboard.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyWidth", "start": 0, "type": "Identifier" @@ -4087,6 +4572,7 @@ description: Result of parsing keyboard.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -4097,6 +4583,7 @@ description: Result of parsing keyboard.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "repeats", "start": 0, "type": "Identifier" @@ -4107,6 +4594,7 @@ description: Result of parsing keyboard.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -4117,11 +4605,13 @@ description: Result of parsing keyboard.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "", "", @@ -4141,6 +4631,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "originStart", "start": 0, "type": "Identifier" @@ -4151,6 +4642,7 @@ description: Result of parsing keyboard.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3", "start": 0, "type": "Literal", @@ -4164,9 +4656,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "row1", "start": 0, "type": "Identifier" @@ -4178,6 +4672,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4188,6 +4683,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyWidth", "start": 0, "type": "Identifier" @@ -4195,6 +4691,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.1", "start": 0, "type": "Literal", @@ -4210,6 +4707,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -4218,9 +4716,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -4236,6 +4736,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "repeats", "start": 0, "type": "Identifier" @@ -4243,6 +4744,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4258,6 +4760,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -4266,9 +4769,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "highlightColor2", "start": 0, "type": "Identifier" @@ -4284,9 +4789,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyFn", "start": 0, "type": "Identifier" @@ -4297,11 +4804,13 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "preComments": [ "", "", @@ -4321,6 +4830,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "originStart", "start": 0, "type": "Identifier" @@ -4331,6 +4841,7 @@ description: Result of parsing keyboard.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.5", "start": 0, "type": "Literal", @@ -4344,9 +4855,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "row1", "start": 0, "type": "Identifier" @@ -4358,6 +4871,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4368,6 +4882,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyWidth", "start": 0, "type": "Identifier" @@ -4375,6 +4890,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8", "start": 0, "type": "Literal", @@ -4390,6 +4906,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -4398,9 +4915,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -4416,6 +4935,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "repeats", "start": 0, "type": "Identifier" @@ -4423,6 +4943,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4438,6 +4959,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -4446,9 +4968,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "highlightColor1", "start": 0, "type": "Identifier" @@ -4464,9 +4988,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyFn", "start": 0, "type": "Identifier" @@ -4477,11 +5003,13 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -4496,6 +5024,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "originStart", "start": 0, "type": "Identifier" @@ -4513,9 +5042,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spacing", "start": 0, "type": "Identifier" @@ -4525,10 +5056,12 @@ description: Result of parsing keyboard.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7", "start": 0, "type": "Literal", @@ -4542,10 +5075,12 @@ description: Result of parsing keyboard.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.5", "start": 0, "type": "Literal", @@ -4563,9 +5098,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "row1", "start": 0, "type": "Identifier" @@ -4577,6 +5114,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4587,6 +5125,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyWidth", "start": 0, "type": "Identifier" @@ -4594,6 +5133,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.2", "start": 0, "type": "Literal", @@ -4609,6 +5149,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -4617,9 +5158,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -4635,6 +5178,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "repeats", "start": 0, "type": "Identifier" @@ -4642,6 +5186,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4657,6 +5202,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -4665,9 +5211,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "highlightColor2", "start": 0, "type": "Identifier" @@ -4683,9 +5231,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyFn", "start": 0, "type": "Identifier" @@ -4696,11 +5246,13 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -4715,6 +5267,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "originStart", "start": 0, "type": "Identifier" @@ -4732,9 +5285,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spacing", "start": 0, "type": "Identifier" @@ -4744,10 +5299,12 @@ description: Result of parsing keyboard.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8", "start": 0, "type": "Literal", @@ -4761,10 +5318,12 @@ description: Result of parsing keyboard.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8.7", "start": 0, "type": "Literal", @@ -4782,9 +5341,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "row1", "start": 0, "type": "Identifier" @@ -4796,6 +5357,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4806,6 +5368,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyWidth", "start": 0, "type": "Identifier" @@ -4813,6 +5376,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8", "start": 0, "type": "Literal", @@ -4828,6 +5392,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -4836,9 +5401,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -4854,6 +5421,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "repeats", "start": 0, "type": "Identifier" @@ -4861,6 +5429,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4876,6 +5445,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -4884,9 +5454,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "highlightColor1", "start": 0, "type": "Identifier" @@ -4902,9 +5474,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyFn", "start": 0, "type": "Identifier" @@ -4915,11 +5489,13 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -4934,6 +5510,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "originStart", "start": 0, "type": "Identifier" @@ -4951,9 +5528,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spacing", "start": 0, "type": "Identifier" @@ -4963,10 +5542,12 @@ description: Result of parsing keyboard.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8", "start": 0, "type": "Literal", @@ -4980,10 +5561,12 @@ description: Result of parsing keyboard.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "9.6", "start": 0, "type": "Literal", @@ -5001,9 +5584,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "row1", "start": 0, "type": "Identifier" @@ -5015,6 +5600,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5025,6 +5611,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyWidth", "start": 0, "type": "Identifier" @@ -5032,6 +5619,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8", "start": 0, "type": "Literal", @@ -5047,6 +5635,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -5055,9 +5644,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -5073,6 +5664,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "repeats", "start": 0, "type": "Identifier" @@ -5080,6 +5672,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5095,6 +5688,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -5103,9 +5697,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "highlightColor1", "start": 0, "type": "Identifier" @@ -5121,9 +5717,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyFn", "start": 0, "type": "Identifier" @@ -5134,11 +5732,13 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -5153,6 +5753,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "originStart", "start": 0, "type": "Identifier" @@ -5170,9 +5771,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spacing", "start": 0, "type": "Identifier" @@ -5182,10 +5785,12 @@ description: Result of parsing keyboard.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -5199,10 +5804,12 @@ description: Result of parsing keyboard.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10.3", "start": 0, "type": "Literal", @@ -5220,9 +5827,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "row1", "start": 0, "type": "Identifier" @@ -5234,6 +5843,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5244,6 +5854,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyWidth", "start": 0, "type": "Identifier" @@ -5251,6 +5862,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.1", "start": 0, "type": "Literal", @@ -5266,6 +5878,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -5274,9 +5887,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -5292,6 +5907,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "repeats", "start": 0, "type": "Identifier" @@ -5299,6 +5915,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5314,6 +5931,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -5322,9 +5940,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "highlightColor1", "start": 0, "type": "Identifier" @@ -5340,9 +5960,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyFn", "start": 0, "type": "Identifier" @@ -5353,11 +5975,13 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -5372,6 +5996,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "originStart", "start": 0, "type": "Identifier" @@ -5392,9 +6017,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spacing", "start": 0, "type": "Identifier" @@ -5404,10 +6031,12 @@ description: Result of parsing keyboard.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12", "start": 0, "type": "Literal", @@ -5421,10 +6050,12 @@ description: Result of parsing keyboard.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10.3", "start": 0, "type": "Literal", @@ -5438,10 +6069,12 @@ description: Result of parsing keyboard.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -5459,9 +6092,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "row1", "start": 0, "type": "Identifier" @@ -5473,6 +6108,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5483,6 +6119,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyWidth", "start": 0, "type": "Identifier" @@ -5490,6 +6127,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8", "start": 0, "type": "Literal", @@ -5505,6 +6143,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -5513,9 +6152,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -5531,6 +6172,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "repeats", "start": 0, "type": "Identifier" @@ -5538,6 +6180,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5553,6 +6196,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -5561,9 +6205,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "highlightColor2", "start": 0, "type": "Identifier" @@ -5579,9 +6225,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyFn", "start": 0, "type": "Identifier" @@ -5592,11 +6240,13 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -5611,6 +6261,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "originStart", "start": 0, "type": "Identifier" @@ -5625,9 +6276,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spacing", "start": 0, "type": "Identifier" @@ -5637,10 +6290,12 @@ description: Result of parsing keyboard.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -5658,9 +6313,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "row2", "start": 0, "type": "Identifier" @@ -5672,6 +6329,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5682,6 +6340,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyWidth", "start": 0, "type": "Identifier" @@ -5689,6 +6348,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.7", "start": 0, "type": "Literal", @@ -5704,6 +6364,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -5712,9 +6373,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -5730,6 +6393,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "repeats", "start": 0, "type": "Identifier" @@ -5737,6 +6401,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5752,6 +6417,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -5760,9 +6426,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "highlightColor2", "start": 0, "type": "Identifier" @@ -5778,9 +6446,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyFn", "start": 0, "type": "Identifier" @@ -5791,11 +6461,13 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "preComments": [ "", "", @@ -5815,6 +6487,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "originStart", "start": 0, "type": "Identifier" @@ -5832,9 +6505,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spacing", "start": 0, "type": "Identifier" @@ -5844,10 +6519,12 @@ description: Result of parsing keyboard.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -5861,10 +6538,12 @@ description: Result of parsing keyboard.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.7", "start": 0, "type": "Literal", @@ -5882,9 +6561,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "row2", "start": 0, "type": "Identifier" @@ -5896,6 +6577,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5906,6 +6588,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyWidth", "start": 0, "type": "Identifier" @@ -5913,6 +6596,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8", "start": 0, "type": "Literal", @@ -5928,6 +6612,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -5936,9 +6621,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -5954,6 +6641,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "repeats", "start": 0, "type": "Identifier" @@ -5961,6 +6649,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "9", "start": 0, "type": "Literal", @@ -5976,6 +6665,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -5984,9 +6674,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "highlightColor1", "start": 0, "type": "Identifier" @@ -6002,9 +6694,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyFn", "start": 0, "type": "Identifier" @@ -6015,11 +6709,13 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -6034,6 +6730,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "originStart", "start": 0, "type": "Identifier" @@ -6054,9 +6751,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spacing", "start": 0, "type": "Identifier" @@ -6066,10 +6765,12 @@ description: Result of parsing keyboard.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "14", "start": 0, "type": "Literal", @@ -6083,10 +6784,12 @@ description: Result of parsing keyboard.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.7", "start": 0, "type": "Literal", @@ -6100,6 +6803,7 @@ description: Result of parsing keyboard.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -6107,6 +6811,7 @@ description: Result of parsing keyboard.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8", "start": 0, "type": "Literal", @@ -6116,10 +6821,12 @@ description: Result of parsing keyboard.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -6141,9 +6848,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "row2", "start": 0, "type": "Identifier" @@ -6155,6 +6864,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6165,6 +6875,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyWidth", "start": 0, "type": "Identifier" @@ -6172,6 +6883,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.2", "start": 0, "type": "Literal", @@ -6187,6 +6899,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -6195,9 +6908,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -6213,6 +6928,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "repeats", "start": 0, "type": "Identifier" @@ -6220,6 +6936,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6235,6 +6952,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -6243,9 +6961,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "highlightColor2", "start": 0, "type": "Identifier" @@ -6261,9 +6981,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyFn", "start": 0, "type": "Identifier" @@ -6274,11 +6996,13 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -6293,6 +7017,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "originStart", "start": 0, "type": "Identifier" @@ -6307,9 +7032,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spacing", "start": 0, "type": "Identifier" @@ -6319,10 +7046,12 @@ description: Result of parsing keyboard.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -6340,9 +7069,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "row3", "start": 0, "type": "Identifier" @@ -6354,6 +7085,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6364,6 +7096,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyWidth", "start": 0, "type": "Identifier" @@ -6374,6 +7107,7 @@ description: Result of parsing keyboard.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.1", "start": 0, "type": "Literal", @@ -6383,10 +7117,12 @@ description: Result of parsing keyboard.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".1", "start": 0, "type": "Literal", @@ -6406,6 +7142,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -6414,9 +7151,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -6432,6 +7171,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "repeats", "start": 0, "type": "Identifier" @@ -6439,6 +7179,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6454,6 +7195,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -6462,9 +7204,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "highlightColor1", "start": 0, "type": "Identifier" @@ -6480,9 +7224,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyFn", "start": 0, "type": "Identifier" @@ -6493,11 +7239,13 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "preComments": [ "", "", @@ -6517,6 +7265,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "originStart", "start": 0, "type": "Identifier" @@ -6537,9 +7286,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spacing", "start": 0, "type": "Identifier" @@ -6549,10 +7300,12 @@ description: Result of parsing keyboard.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -6566,10 +7319,12 @@ description: Result of parsing keyboard.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.1", "start": 0, "type": "Literal", @@ -6583,10 +7338,12 @@ description: Result of parsing keyboard.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".1", "start": 0, "type": "Literal", @@ -6604,9 +7361,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "row3", "start": 0, "type": "Identifier" @@ -6618,6 +7377,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6628,6 +7388,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyWidth", "start": 0, "type": "Identifier" @@ -6635,6 +7396,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8", "start": 0, "type": "Literal", @@ -6650,6 +7412,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -6658,9 +7421,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -6676,6 +7441,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "repeats", "start": 0, "type": "Identifier" @@ -6683,6 +7449,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -6698,6 +7465,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -6706,9 +7474,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "highlightColor1", "start": 0, "type": "Identifier" @@ -6724,9 +7494,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyFn", "start": 0, "type": "Identifier" @@ -6737,11 +7509,13 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -6756,6 +7530,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "originStart", "start": 0, "type": "Identifier" @@ -6776,9 +7551,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spacing", "start": 0, "type": "Identifier" @@ -6788,10 +7565,12 @@ description: Result of parsing keyboard.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -6805,10 +7584,12 @@ description: Result of parsing keyboard.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11.1", "start": 0, "type": "Literal", @@ -6822,10 +7603,12 @@ description: Result of parsing keyboard.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".1", "start": 0, "type": "Literal", @@ -6843,9 +7626,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "row3", "start": 0, "type": "Identifier" @@ -6857,6 +7642,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6867,6 +7653,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyWidth", "start": 0, "type": "Identifier" @@ -6877,6 +7664,7 @@ description: Result of parsing keyboard.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.4", "start": 0, "type": "Literal", @@ -6886,10 +7674,12 @@ description: Result of parsing keyboard.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".4", "start": 0, "type": "Literal", @@ -6909,6 +7699,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -6917,9 +7708,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -6935,6 +7728,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "repeats", "start": 0, "type": "Identifier" @@ -6942,6 +7736,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6957,6 +7752,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -6965,9 +7761,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "highlightColor2", "start": 0, "type": "Identifier" @@ -6983,9 +7781,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyFn", "start": 0, "type": "Identifier" @@ -6996,11 +7796,13 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -7015,6 +7817,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "originStart", "start": 0, "type": "Identifier" @@ -7029,9 +7832,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spacing", "start": 0, "type": "Identifier" @@ -7041,10 +7846,12 @@ description: Result of parsing keyboard.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -7062,9 +7869,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "row4", "start": 0, "type": "Identifier" @@ -7076,6 +7885,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7086,6 +7896,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyWidth", "start": 0, "type": "Identifier" @@ -7093,6 +7904,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9", "start": 0, "type": "Literal", @@ -7108,6 +7920,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -7116,9 +7929,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -7134,6 +7949,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "repeats", "start": 0, "type": "Identifier" @@ -7141,6 +7957,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -7156,6 +7973,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -7164,9 +7982,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "highlightColor1", "start": 0, "type": "Identifier" @@ -7182,9 +8002,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyFn", "start": 0, "type": "Identifier" @@ -7195,11 +8017,13 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "preComments": [ "", "", @@ -7219,6 +8043,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "originStart", "start": 0, "type": "Identifier" @@ -7236,9 +8061,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spacing", "start": 0, "type": "Identifier" @@ -7248,10 +8075,12 @@ description: Result of parsing keyboard.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -7265,10 +8094,12 @@ description: Result of parsing keyboard.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9", "start": 0, "type": "Literal", @@ -7286,9 +8117,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "row4", "start": 0, "type": "Identifier" @@ -7300,6 +8133,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7310,6 +8144,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyWidth", "start": 0, "type": "Identifier" @@ -7317,6 +8152,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8", "start": 0, "type": "Literal", @@ -7332,6 +8168,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -7340,9 +8177,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -7358,6 +8197,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "repeats", "start": 0, "type": "Identifier" @@ -7365,6 +8205,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11", "start": 0, "type": "Literal", @@ -7380,6 +8221,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -7388,9 +8230,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "highlightColor1", "start": 0, "type": "Identifier" @@ -7406,9 +8250,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyFn", "start": 0, "type": "Identifier" @@ -7419,11 +8265,13 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -7438,6 +8286,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "originStart", "start": 0, "type": "Identifier" @@ -7455,9 +8304,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spacing", "start": 0, "type": "Identifier" @@ -7467,10 +8318,12 @@ description: Result of parsing keyboard.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -7484,10 +8337,12 @@ description: Result of parsing keyboard.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11.8", "start": 0, "type": "Literal", @@ -7505,9 +8360,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "row4", "start": 0, "type": "Identifier" @@ -7519,6 +8376,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7529,6 +8387,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyWidth", "start": 0, "type": "Identifier" @@ -7536,6 +8395,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.2", "start": 0, "type": "Literal", @@ -7551,6 +8411,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -7559,9 +8420,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -7577,6 +8440,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "repeats", "start": 0, "type": "Identifier" @@ -7584,6 +8448,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -7599,6 +8464,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -7607,9 +8473,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "highlightColor1", "start": 0, "type": "Identifier" @@ -7625,9 +8493,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyFn", "start": 0, "type": "Identifier" @@ -7638,11 +8508,13 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -7657,6 +8529,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "originStart", "start": 0, "type": "Identifier" @@ -7671,9 +8544,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spacing", "start": 0, "type": "Identifier" @@ -7683,10 +8558,12 @@ description: Result of parsing keyboard.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -7704,9 +8581,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "row5", "start": 0, "type": "Identifier" @@ -7718,6 +8597,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7728,6 +8608,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyWidth", "start": 0, "type": "Identifier" @@ -7735,6 +8616,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8", "start": 0, "type": "Literal", @@ -7750,6 +8632,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -7758,9 +8641,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -7776,6 +8661,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "repeats", "start": 0, "type": "Identifier" @@ -7783,6 +8669,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12", "start": 0, "type": "Literal", @@ -7798,6 +8685,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -7806,9 +8694,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "highlightColor1", "start": 0, "type": "Identifier" @@ -7824,9 +8714,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyFn", "start": 0, "type": "Identifier" @@ -7837,11 +8729,13 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "preComments": [ "", "", @@ -7861,6 +8755,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "originStart", "start": 0, "type": "Identifier" @@ -7878,9 +8773,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spacing", "start": 0, "type": "Identifier" @@ -7890,10 +8787,12 @@ description: Result of parsing keyboard.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -7907,10 +8806,12 @@ description: Result of parsing keyboard.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11.7", "start": 0, "type": "Literal", @@ -7928,9 +8829,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "row5", "start": 0, "type": "Identifier" @@ -7942,6 +8845,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7952,6 +8856,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyWidth", "start": 0, "type": "Identifier" @@ -7959,6 +8864,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.3", "start": 0, "type": "Literal", @@ -7974,6 +8880,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -7982,9 +8889,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -8000,6 +8909,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "repeats", "start": 0, "type": "Identifier" @@ -8007,6 +8917,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -8022,6 +8933,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -8030,9 +8942,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "highlightColor2", "start": 0, "type": "Identifier" @@ -8048,9 +8962,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyFn", "start": 0, "type": "Identifier" @@ -8061,11 +8977,13 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -8080,6 +8998,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "originStart", "start": 0, "type": "Identifier" @@ -8094,9 +9013,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spacing", "start": 0, "type": "Identifier" @@ -8106,10 +9027,12 @@ description: Result of parsing keyboard.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -8127,9 +9050,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "row6", "start": 0, "type": "Identifier" @@ -8141,6 +9066,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8151,6 +9077,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyWidth", "start": 0, "type": "Identifier" @@ -8158,6 +9085,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.1", "start": 0, "type": "Literal", @@ -8173,6 +9101,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -8184,9 +9113,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -8196,10 +9127,12 @@ description: Result of parsing keyboard.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".6", "start": 0, "type": "Literal", @@ -8219,6 +9152,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "repeats", "start": 0, "type": "Identifier" @@ -8226,6 +9160,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -8241,6 +9176,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -8249,9 +9185,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "highlightColor2", "start": 0, "type": "Identifier" @@ -8267,9 +9205,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyFn", "start": 0, "type": "Identifier" @@ -8280,11 +9220,13 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "preComments": [ "", "", @@ -8304,6 +9246,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "originStart", "start": 0, "type": "Identifier" @@ -8321,9 +9264,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spacing", "start": 0, "type": "Identifier" @@ -8333,10 +9278,12 @@ description: Result of parsing keyboard.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -8350,10 +9297,12 @@ description: Result of parsing keyboard.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.1", "start": 0, "type": "Literal", @@ -8371,9 +9320,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "row6", "start": 0, "type": "Identifier" @@ -8385,6 +9336,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8395,6 +9347,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyWidth", "start": 0, "type": "Identifier" @@ -8402,6 +9355,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8", "start": 0, "type": "Literal", @@ -8417,6 +9371,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -8428,9 +9383,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -8440,10 +9397,12 @@ description: Result of parsing keyboard.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".6", "start": 0, "type": "Literal", @@ -8463,6 +9422,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "repeats", "start": 0, "type": "Identifier" @@ -8470,6 +9430,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11", "start": 0, "type": "Literal", @@ -8485,6 +9446,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -8493,9 +9455,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "highlightColor1", "start": 0, "type": "Identifier" @@ -8511,9 +9475,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyFn", "start": 0, "type": "Identifier" @@ -8524,11 +9490,13 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -8543,6 +9511,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "originStart", "start": 0, "type": "Identifier" @@ -8560,9 +9529,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spacing", "start": 0, "type": "Identifier" @@ -8572,10 +9543,12 @@ description: Result of parsing keyboard.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -8589,10 +9562,12 @@ description: Result of parsing keyboard.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12", "start": 0, "type": "Literal", @@ -8610,9 +9585,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "row6", "start": 0, "type": "Identifier" @@ -8624,6 +9601,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8634,6 +9612,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyWidth", "start": 0, "type": "Identifier" @@ -8641,6 +9620,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -8656,6 +9636,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -8667,9 +9648,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyHeight", "start": 0, "type": "Identifier" @@ -8679,10 +9662,12 @@ description: Result of parsing keyboard.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".6", "start": 0, "type": "Literal", @@ -8702,6 +9687,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "repeats", "start": 0, "type": "Identifier" @@ -8709,6 +9695,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -8724,6 +9711,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -8732,9 +9720,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "highlightColor2", "start": 0, "type": "Identifier" @@ -8750,9 +9740,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keyFn", "start": 0, "type": "Identifier" @@ -8763,11 +9755,13 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -8780,6 +9774,7 @@ description: Result of parsing keyboard.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane002", "start": 0, "type": "Identifier" @@ -8787,6 +9782,7 @@ description: Result of parsing keyboard.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -8794,10 +9790,12 @@ description: Result of parsing keyboard.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "origin", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -8806,6 +9804,7 @@ description: Result of parsing keyboard.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -8818,6 +9817,7 @@ description: Result of parsing keyboard.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -8830,6 +9830,7 @@ description: Result of parsing keyboard.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".81", "start": 0, "type": "Literal", @@ -8841,6 +9842,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8852,10 +9854,12 @@ description: Result of parsing keyboard.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -8864,6 +9868,7 @@ description: Result of parsing keyboard.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -8876,6 +9881,7 @@ description: Result of parsing keyboard.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -8888,6 +9894,7 @@ description: Result of parsing keyboard.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -8899,6 +9906,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8910,10 +9918,12 @@ description: Result of parsing keyboard.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -8922,6 +9932,7 @@ description: Result of parsing keyboard.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -8934,6 +9945,7 @@ description: Result of parsing keyboard.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -8944,13 +9956,16 @@ description: Result of parsing keyboard.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -8961,12 +9976,14 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7deg", "start": 0, "type": "Literal", @@ -8979,6 +9996,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8990,10 +10008,12 @@ description: Result of parsing keyboard.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "zAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -9002,6 +10022,7 @@ description: Result of parsing keyboard.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -9014,6 +10035,7 @@ description: Result of parsing keyboard.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -9026,6 +10048,7 @@ description: Result of parsing keyboard.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -9037,6 +10060,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9047,11 +10071,13 @@ description: Result of parsing keyboard.kcl "type": "ObjectExpression", "type": "ObjectExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -9069,6 +10095,7 @@ description: Result of parsing keyboard.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -9084,6 +10111,7 @@ description: Result of parsing keyboard.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -9091,13 +10119,16 @@ description: Result of parsing keyboard.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -9108,6 +10139,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9115,9 +10147,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane002", "start": 0, "type": "Identifier" @@ -9135,6 +10169,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -9148,6 +10183,7 @@ description: Result of parsing keyboard.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -9157,18 +10193,22 @@ description: Result of parsing keyboard.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "origin", "start": 0, "type": "Identifier" @@ -9181,6 +10221,7 @@ description: Result of parsing keyboard.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -9207,6 +10248,7 @@ description: Result of parsing keyboard.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.15", "start": 0, "type": "Literal", @@ -9216,14 +10258,17 @@ description: Result of parsing keyboard.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -9237,18 +10282,22 @@ description: Result of parsing keyboard.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "origin", "start": 0, "type": "Identifier" @@ -9261,6 +10310,7 @@ description: Result of parsing keyboard.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -9280,6 +10330,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9290,9 +10341,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -9303,6 +10356,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9315,6 +10369,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -9326,6 +10381,7 @@ description: Result of parsing keyboard.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.15", "start": 0, "type": "Literal", @@ -9337,19 +10393,23 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -9369,9 +10429,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -9382,6 +10444,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9394,6 +10457,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -9404,6 +10468,7 @@ description: Result of parsing keyboard.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.15", "start": 0, "type": "Literal", @@ -9413,14 +10478,17 @@ description: Result of parsing keyboard.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -9440,9 +10508,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -9453,6 +10523,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9465,6 +10536,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -9472,6 +10544,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "47.15", "start": 0, "type": "Literal", @@ -9487,6 +10560,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteX", "start": 0, "type": "Identifier" @@ -9500,6 +10574,7 @@ description: Result of parsing keyboard.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3", "start": 0, "type": "Literal", @@ -9509,14 +10584,17 @@ description: Result of parsing keyboard.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -9530,18 +10608,22 @@ description: Result of parsing keyboard.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "origin", "start": 0, "type": "Identifier" @@ -9554,6 +10636,7 @@ description: Result of parsing keyboard.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -9577,6 +10660,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -9584,6 +10668,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -9595,9 +10680,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -9608,6 +10695,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9620,6 +10708,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -9630,6 +10719,7 @@ description: Result of parsing keyboard.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -9639,18 +10729,22 @@ description: Result of parsing keyboard.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "origin", "start": 0, "type": "Identifier" @@ -9663,6 +10757,7 @@ description: Result of parsing keyboard.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -9686,6 +10781,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -9693,6 +10789,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -9704,9 +10801,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -9717,6 +10816,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9729,6 +10829,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -9739,6 +10840,7 @@ description: Result of parsing keyboard.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.63", "start": 0, "type": "Literal", @@ -9748,14 +10850,17 @@ description: Result of parsing keyboard.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -9775,9 +10880,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -9788,6 +10895,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9800,6 +10908,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -9810,6 +10919,7 @@ description: Result of parsing keyboard.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.225", "start": 0, "type": "Literal", @@ -9819,14 +10929,17 @@ description: Result of parsing keyboard.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -9846,9 +10959,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -9859,6 +10974,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9871,6 +10987,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -9882,6 +10999,7 @@ description: Result of parsing keyboard.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.57", "start": 0, "type": "Literal", @@ -9893,19 +11011,23 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -9925,9 +11047,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -9938,6 +11062,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9950,6 +11075,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -9957,6 +11083,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "47.15", "start": 0, "type": "Literal", @@ -9972,6 +11099,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteX", "start": 0, "type": "Identifier" @@ -9985,6 +11113,7 @@ description: Result of parsing keyboard.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.93", "start": 0, "type": "Literal", @@ -9994,14 +11123,17 @@ description: Result of parsing keyboard.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -10015,18 +11147,22 @@ description: Result of parsing keyboard.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "origin", "start": 0, "type": "Identifier" @@ -10039,6 +11175,7 @@ description: Result of parsing keyboard.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -10062,9 +11199,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -10075,6 +11214,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10087,6 +11227,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -10097,6 +11238,7 @@ description: Result of parsing keyboard.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.15", "start": 0, "type": "Literal", @@ -10106,14 +11248,17 @@ description: Result of parsing keyboard.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -10133,9 +11278,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -10146,6 +11293,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10158,6 +11306,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -10169,6 +11318,7 @@ description: Result of parsing keyboard.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.15", "start": 0, "type": "Literal", @@ -10180,19 +11330,23 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -10212,9 +11366,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -10225,6 +11381,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10237,6 +11394,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -10244,6 +11402,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "47.15", "start": 0, "type": "Literal", @@ -10259,19 +11418,23 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -10282,6 +11445,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10289,9 +11453,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg1", "start": 0, "type": "Identifier" @@ -10304,6 +11470,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -10315,6 +11482,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -10322,6 +11490,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -10333,9 +11502,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -10346,6 +11517,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10358,18 +11530,22 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -10380,6 +11556,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10387,9 +11564,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg3", "start": 0, "type": "Identifier" @@ -10406,9 +11585,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -10419,6 +11600,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10431,6 +11613,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -10441,6 +11624,7 @@ description: Result of parsing keyboard.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -10450,18 +11634,22 @@ description: Result of parsing keyboard.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "origin", "start": 0, "type": "Identifier" @@ -10474,6 +11662,7 @@ description: Result of parsing keyboard.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -10497,9 +11686,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -10510,6 +11701,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10522,6 +11714,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -10533,6 +11726,7 @@ description: Result of parsing keyboard.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.225", "start": 0, "type": "Literal", @@ -10544,19 +11738,23 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -10576,9 +11774,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -10589,6 +11789,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10601,6 +11802,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -10608,6 +11810,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -10623,6 +11826,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "intersectTag", "start": 0, "type": "Identifier" @@ -10631,9 +11835,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg2", "start": 0, "type": "Identifier" @@ -10649,6 +11855,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -10656,6 +11863,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -10671,9 +11879,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLineThatIntersects", "start": 0, "type": "Identifier" @@ -10684,19 +11894,23 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -10707,6 +11921,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10719,6 +11934,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -10728,9 +11944,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -10742,6 +11960,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -10753,9 +11972,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -10766,6 +11987,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10778,6 +12000,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -10786,9 +12009,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseColor", "start": 0, "type": "Identifier" @@ -10804,9 +12029,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "appearance", "start": 0, "type": "Identifier" @@ -10817,6 +12044,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10825,15 +12053,18 @@ description: Result of parsing keyboard.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -10843,9 +12074,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -10857,6 +12090,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -10864,16 +12098,19 @@ description: Result of parsing keyboard.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "origin", "start": 0, "type": "Identifier" @@ -10884,6 +12121,7 @@ description: Result of parsing keyboard.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -10894,6 +12132,7 @@ description: Result of parsing keyboard.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -10904,11 +12143,13 @@ description: Result of parsing keyboard.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "", "", @@ -10926,6 +12167,7 @@ description: Result of parsing keyboard.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "o", "start": 0, "type": "Identifier" @@ -10941,6 +12183,7 @@ description: Result of parsing keyboard.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "oSketch001", "start": 0, "type": "Identifier" @@ -10948,13 +12191,16 @@ description: Result of parsing keyboard.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -10965,6 +12211,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10972,9 +12219,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane002", "start": 0, "type": "Identifier" @@ -10992,6 +12241,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -11008,6 +12258,7 @@ description: Result of parsing keyboard.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".788", "start": 0, "type": "Literal", @@ -11017,14 +12268,17 @@ description: Result of parsing keyboard.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -11038,18 +12292,22 @@ description: Result of parsing keyboard.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "origin", "start": 0, "type": "Identifier" @@ -11062,6 +12320,7 @@ description: Result of parsing keyboard.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -11088,6 +12347,7 @@ description: Result of parsing keyboard.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".921", "start": 0, "type": "Literal", @@ -11097,14 +12357,17 @@ description: Result of parsing keyboard.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -11118,18 +12381,22 @@ description: Result of parsing keyboard.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "origin", "start": 0, "type": "Identifier" @@ -11142,6 +12409,7 @@ description: Result of parsing keyboard.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -11161,6 +12429,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -11171,9 +12440,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -11184,6 +12455,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11196,6 +12468,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -11206,6 +12479,7 @@ description: Result of parsing keyboard.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "47.15", "start": 0, "type": "Literal", @@ -11215,10 +12489,12 @@ description: Result of parsing keyboard.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -11238,6 +12514,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -11251,6 +12528,7 @@ description: Result of parsing keyboard.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "47.15", "start": 0, "type": "Literal", @@ -11260,10 +12538,12 @@ description: Result of parsing keyboard.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -11277,10 +12557,12 @@ description: Result of parsing keyboard.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -11300,6 +12582,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -11310,6 +12593,7 @@ description: Result of parsing keyboard.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".525", "start": 0, "type": "Literal", @@ -11319,14 +12603,17 @@ description: Result of parsing keyboard.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -11346,9 +12633,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -11359,6 +12648,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11371,6 +12661,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -11378,6 +12669,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "47.15", "start": 0, "type": "Literal", @@ -11393,6 +12685,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -11403,6 +12696,7 @@ description: Result of parsing keyboard.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".24", "start": 0, "type": "Literal", @@ -11412,14 +12706,17 @@ description: Result of parsing keyboard.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -11439,9 +12736,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -11452,6 +12751,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11464,6 +12764,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -11477,6 +12778,7 @@ description: Result of parsing keyboard.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "47.15", "start": 0, "type": "Literal", @@ -11486,10 +12788,12 @@ description: Result of parsing keyboard.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11", "start": 0, "type": "Literal", @@ -11503,10 +12807,12 @@ description: Result of parsing keyboard.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -11526,6 +12832,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -11536,6 +12843,7 @@ description: Result of parsing keyboard.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "47.15", "start": 0, "type": "Literal", @@ -11545,10 +12853,12 @@ description: Result of parsing keyboard.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11", "start": 0, "type": "Literal", @@ -11568,6 +12878,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -11578,6 +12889,7 @@ description: Result of parsing keyboard.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".288", "start": 0, "type": "Literal", @@ -11587,14 +12899,17 @@ description: Result of parsing keyboard.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -11614,9 +12929,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -11627,19 +12944,23 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -11650,6 +12971,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11662,6 +12984,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -11671,9 +12994,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -11685,6 +13010,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -11696,9 +13022,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -11709,6 +13037,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11721,6 +13050,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -11729,9 +13059,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseColor", "start": 0, "type": "Identifier" @@ -11747,9 +13079,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "appearance", "start": 0, "type": "Identifier" @@ -11760,6 +13094,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11768,15 +13103,18 @@ description: Result of parsing keyboard.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -11789,6 +13127,7 @@ description: Result of parsing keyboard.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "o", "start": 0, "type": "Identifier" @@ -11796,13 +13135,16 @@ description: Result of parsing keyboard.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -11813,6 +13155,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11820,9 +13163,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane002", "start": 0, "type": "Identifier" @@ -11840,6 +13185,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -11856,6 +13202,7 @@ description: Result of parsing keyboard.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".16", "start": 0, "type": "Literal", @@ -11865,14 +13212,17 @@ description: Result of parsing keyboard.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -11886,18 +13236,22 @@ description: Result of parsing keyboard.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "origin", "start": 0, "type": "Identifier" @@ -11910,6 +13264,7 @@ description: Result of parsing keyboard.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -11936,6 +13291,7 @@ description: Result of parsing keyboard.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".079", "start": 0, "type": "Literal", @@ -11945,14 +13301,17 @@ description: Result of parsing keyboard.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -11966,18 +13325,22 @@ description: Result of parsing keyboard.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "origin", "start": 0, "type": "Identifier" @@ -11990,6 +13353,7 @@ description: Result of parsing keyboard.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -12009,6 +13373,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -12019,9 +13384,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -12032,6 +13399,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -12044,6 +13412,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -12057,6 +13426,7 @@ description: Result of parsing keyboard.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "47.15", "start": 0, "type": "Literal", @@ -12066,10 +13436,12 @@ description: Result of parsing keyboard.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -12083,10 +13455,12 @@ description: Result of parsing keyboard.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -12106,6 +13480,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -12116,6 +13491,7 @@ description: Result of parsing keyboard.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "47.15", "start": 0, "type": "Literal", @@ -12125,10 +13501,12 @@ description: Result of parsing keyboard.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -12148,6 +13526,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -12158,6 +13537,7 @@ description: Result of parsing keyboard.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".525", "start": 0, "type": "Literal", @@ -12167,14 +13547,17 @@ description: Result of parsing keyboard.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -12194,9 +13577,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -12207,6 +13592,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -12219,6 +13605,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -12226,6 +13613,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "47.15", "start": 0, "type": "Literal", @@ -12241,6 +13629,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -12252,6 +13641,7 @@ description: Result of parsing keyboard.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".24", "start": 0, "type": "Literal", @@ -12263,19 +13653,23 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -12295,9 +13689,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -12308,6 +13704,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -12320,6 +13717,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -12330,6 +13728,7 @@ description: Result of parsing keyboard.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "47.15", "start": 0, "type": "Literal", @@ -12339,10 +13738,12 @@ description: Result of parsing keyboard.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11", "start": 0, "type": "Literal", @@ -12362,6 +13763,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -12375,6 +13777,7 @@ description: Result of parsing keyboard.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "47.15", "start": 0, "type": "Literal", @@ -12384,10 +13787,12 @@ description: Result of parsing keyboard.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11", "start": 0, "type": "Literal", @@ -12401,10 +13806,12 @@ description: Result of parsing keyboard.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -12424,6 +13831,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -12434,6 +13842,7 @@ description: Result of parsing keyboard.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".288", "start": 0, "type": "Literal", @@ -12443,14 +13852,17 @@ description: Result of parsing keyboard.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -12470,9 +13882,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -12483,19 +13897,23 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -12506,6 +13924,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -12518,6 +13937,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -12527,9 +13947,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -12541,6 +13963,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -12552,9 +13975,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -12565,6 +13990,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -12577,6 +14003,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -12585,9 +14012,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseColor", "start": 0, "type": "Identifier" @@ -12603,9 +14032,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "appearance", "start": 0, "type": "Identifier" @@ -12616,6 +14047,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -12624,15 +14056,18 @@ description: Result of parsing keyboard.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -12642,9 +14077,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "o", "start": 0, "type": "Identifier" @@ -12656,6 +14093,7 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -12663,12 +14101,14 @@ description: Result of parsing keyboard.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -12683,12 +14123,14 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "origin", "start": 0, "type": "Identifier" @@ -12699,6 +14141,7 @@ description: Result of parsing keyboard.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -12709,6 +14152,7 @@ description: Result of parsing keyboard.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -12719,11 +14163,13 @@ description: Result of parsing keyboard.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "", "", @@ -12743,6 +14189,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "origin", "start": 0, "type": "Identifier" @@ -12753,6 +14200,7 @@ description: Result of parsing keyboard.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.3", "start": 0, "type": "Literal", @@ -12765,6 +14213,7 @@ description: Result of parsing keyboard.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.3", "start": 0, "type": "Literal", @@ -12776,6 +14225,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -12786,6 +14236,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -12793,6 +14244,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".4", "start": 0, "type": "Literal", @@ -12808,6 +14260,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -12815,6 +14268,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.03", "start": 0, "type": "Literal", @@ -12830,9 +14284,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -12843,11 +14299,13 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "preComments": [ "", "", @@ -12867,6 +14325,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "origin", "start": 0, "type": "Identifier" @@ -12877,6 +14336,7 @@ description: Result of parsing keyboard.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8.71", "start": 0, "type": "Literal", @@ -12893,9 +14353,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "row4", "start": 0, "type": "Identifier" @@ -12905,10 +14367,12 @@ description: Result of parsing keyboard.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".08", "start": 0, "type": "Literal", @@ -12924,6 +14388,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -12934,6 +14399,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -12941,6 +14407,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4", "start": 0, "type": "Literal", @@ -12956,6 +14423,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -12963,6 +14431,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.03", "start": 0, "type": "Literal", @@ -12978,9 +14447,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "o", "start": 0, "type": "Identifier" @@ -12991,11 +14462,13 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -13010,6 +14483,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "origin", "start": 0, "type": "Identifier" @@ -13023,6 +14497,7 @@ description: Result of parsing keyboard.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8.71", "start": 0, "type": "Literal", @@ -13032,10 +14507,12 @@ description: Result of parsing keyboard.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9", "start": 0, "type": "Literal", @@ -13056,9 +14533,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "row4", "start": 0, "type": "Identifier" @@ -13068,10 +14547,12 @@ description: Result of parsing keyboard.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".08", "start": 0, "type": "Literal", @@ -13087,6 +14568,7 @@ description: Result of parsing keyboard.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -13097,6 +14579,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -13104,6 +14587,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4", "start": 0, "type": "Literal", @@ -13119,6 +14603,7 @@ description: Result of parsing keyboard.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -13126,6 +14611,7 @@ description: Result of parsing keyboard.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.03", "start": 0, "type": "Literal", @@ -13141,9 +14627,11 @@ description: Result of parsing keyboard.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "o", "start": 0, "type": "Identifier" @@ -13154,11 +14642,13 @@ description: Result of parsing keyboard.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -13170,9 +14660,11 @@ description: Result of parsing keyboard.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -13191,19 +14683,23 @@ description: Result of parsing keyboard.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -13220,15 +14716,18 @@ description: Result of parsing keyboard.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -13244,12 +14743,14 @@ description: Result of parsing keyboard.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": {}, "startNodes": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/keyboard/program_memory.snap b/rust/kcl-lib/tests/kcl_samples/keyboard/program_memory.snap index e26b24956..42ad7ba44 100644 --- a/rust/kcl-lib/tests/kcl_samples/keyboard/program_memory.snap +++ b/rust/kcl-lib/tests/kcl_samples/keyboard/program_memory.snap @@ -476,6 +476,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 636, "end": 642, + "moduleId": 0, "start": 636, "type": "TagDeclarator", "value": "seg01" @@ -489,6 +490,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 718, "end": 724, + "moduleId": 0, "start": 718, "type": "TagDeclarator", "value": "seg02" @@ -502,6 +504,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 767, "end": 773, + "moduleId": 0, "start": 767, "type": "TagDeclarator", "value": "seg03" @@ -515,6 +518,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 843, "end": 849, + "moduleId": 0, "start": 843, "type": "TagDeclarator", "value": "seg04" @@ -538,6 +542,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 636, "end": 642, + "moduleId": 0, "start": 636, "type": "TagDeclarator", "value": "seg01" @@ -563,6 +568,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 718, "end": 724, + "moduleId": 0, "start": 718, "type": "TagDeclarator", "value": "seg02" @@ -588,6 +594,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 767, "end": 773, + "moduleId": 0, "start": 767, "type": "TagDeclarator", "value": "seg03" @@ -613,6 +620,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 843, "end": 849, + "moduleId": 0, "start": 843, "type": "TagDeclarator", "value": "seg04" @@ -894,6 +902,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 636, "end": 642, + "moduleId": 0, "start": 636, "type": "TagDeclarator", "value": "seg01" @@ -907,6 +916,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 718, "end": 724, + "moduleId": 0, "start": 718, "type": "TagDeclarator", "value": "seg02" @@ -920,6 +930,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 767, "end": 773, + "moduleId": 0, "start": 767, "type": "TagDeclarator", "value": "seg03" @@ -933,6 +944,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 843, "end": 849, + "moduleId": 0, "start": 843, "type": "TagDeclarator", "value": "seg04" @@ -956,6 +968,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 636, "end": 642, + "moduleId": 0, "start": 636, "type": "TagDeclarator", "value": "seg01" @@ -981,6 +994,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 718, "end": 724, + "moduleId": 0, "start": 718, "type": "TagDeclarator", "value": "seg02" @@ -1006,6 +1020,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 767, "end": 773, + "moduleId": 0, "start": 767, "type": "TagDeclarator", "value": "seg03" @@ -1031,6 +1046,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 843, "end": 849, + "moduleId": 0, "start": 843, "type": "TagDeclarator", "value": "seg04" @@ -1312,6 +1328,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 636, "end": 642, + "moduleId": 0, "start": 636, "type": "TagDeclarator", "value": "seg01" @@ -1325,6 +1342,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 718, "end": 724, + "moduleId": 0, "start": 718, "type": "TagDeclarator", "value": "seg02" @@ -1338,6 +1356,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 767, "end": 773, + "moduleId": 0, "start": 767, "type": "TagDeclarator", "value": "seg03" @@ -1351,6 +1370,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 843, "end": 849, + "moduleId": 0, "start": 843, "type": "TagDeclarator", "value": "seg04" @@ -1374,6 +1394,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 636, "end": 642, + "moduleId": 0, "start": 636, "type": "TagDeclarator", "value": "seg01" @@ -1399,6 +1420,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 718, "end": 724, + "moduleId": 0, "start": 718, "type": "TagDeclarator", "value": "seg02" @@ -1424,6 +1446,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 767, "end": 773, + "moduleId": 0, "start": 767, "type": "TagDeclarator", "value": "seg03" @@ -1449,6 +1472,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 843, "end": 849, + "moduleId": 0, "start": 843, "type": "TagDeclarator", "value": "seg04" @@ -1730,6 +1754,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 636, "end": 642, + "moduleId": 0, "start": 636, "type": "TagDeclarator", "value": "seg01" @@ -1743,6 +1768,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 718, "end": 724, + "moduleId": 0, "start": 718, "type": "TagDeclarator", "value": "seg02" @@ -1756,6 +1782,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 767, "end": 773, + "moduleId": 0, "start": 767, "type": "TagDeclarator", "value": "seg03" @@ -1769,6 +1796,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 843, "end": 849, + "moduleId": 0, "start": 843, "type": "TagDeclarator", "value": "seg04" @@ -1792,6 +1820,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 636, "end": 642, + "moduleId": 0, "start": 636, "type": "TagDeclarator", "value": "seg01" @@ -1817,6 +1846,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 718, "end": 724, + "moduleId": 0, "start": 718, "type": "TagDeclarator", "value": "seg02" @@ -1842,6 +1872,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 767, "end": 773, + "moduleId": 0, "start": 767, "type": "TagDeclarator", "value": "seg03" @@ -1867,6 +1898,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 843, "end": 849, + "moduleId": 0, "start": 843, "type": "TagDeclarator", "value": "seg04" @@ -2195,6 +2227,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 636, "end": 642, + "moduleId": 0, "start": 636, "type": "TagDeclarator", "value": "seg01" @@ -2208,6 +2241,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 718, "end": 724, + "moduleId": 0, "start": 718, "type": "TagDeclarator", "value": "seg02" @@ -2221,6 +2255,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 767, "end": 773, + "moduleId": 0, "start": 767, "type": "TagDeclarator", "value": "seg03" @@ -2234,6 +2269,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 843, "end": 849, + "moduleId": 0, "start": 843, "type": "TagDeclarator", "value": "seg04" @@ -2257,6 +2293,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 636, "end": 642, + "moduleId": 0, "start": 636, "type": "TagDeclarator", "value": "seg01" @@ -2282,6 +2319,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 718, "end": 724, + "moduleId": 0, "start": 718, "type": "TagDeclarator", "value": "seg02" @@ -2307,6 +2345,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 767, "end": 773, + "moduleId": 0, "start": 767, "type": "TagDeclarator", "value": "seg03" @@ -2332,6 +2371,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 843, "end": 849, + "moduleId": 0, "start": 843, "type": "TagDeclarator", "value": "seg04" @@ -2554,6 +2594,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 636, "end": 642, + "moduleId": 0, "start": 636, "type": "TagDeclarator", "value": "seg01" @@ -2567,6 +2608,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 718, "end": 724, + "moduleId": 0, "start": 718, "type": "TagDeclarator", "value": "seg02" @@ -2580,6 +2622,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 767, "end": 773, + "moduleId": 0, "start": 767, "type": "TagDeclarator", "value": "seg03" @@ -2593,6 +2636,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 843, "end": 849, + "moduleId": 0, "start": 843, "type": "TagDeclarator", "value": "seg04" @@ -2616,6 +2660,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 636, "end": 642, + "moduleId": 0, "start": 636, "type": "TagDeclarator", "value": "seg01" @@ -2641,6 +2686,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 718, "end": 724, + "moduleId": 0, "start": 718, "type": "TagDeclarator", "value": "seg02" @@ -2666,6 +2712,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 767, "end": 773, + "moduleId": 0, "start": 767, "type": "TagDeclarator", "value": "seg03" @@ -2691,6 +2738,7 @@ description: Variables in memory after executing keyboard.kcl "tag": { "commentStart": 843, "end": 849, + "moduleId": 0, "start": 843, "type": "TagDeclarator", "value": "seg04" diff --git a/rust/kcl-lib/tests/kcl_samples/kitt/ast.snap b/rust/kcl-lib/tests/kcl_samples/kitt/ast.snap index 197c27087..d393c1cc7 100644 --- a/rust/kcl-lib/tests/kcl_samples/kitt/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/kitt/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pixelBox", "start": 0, "type": "Identifier" @@ -28,6 +29,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pixelBoxBody", "start": 0, "type": "Identifier" @@ -41,6 +43,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -49,9 +52,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrudeTag", "start": 0, "type": "Identifier" @@ -67,9 +72,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -80,6 +87,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -87,9 +95,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitExtrude", "start": 0, "type": "Identifier" @@ -107,6 +117,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -118,9 +129,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionY", "start": 0, "type": "Identifier" @@ -134,9 +147,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionZ", "start": 0, "type": "Identifier" @@ -148,6 +163,7 @@ description: Result of parsing kitt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -158,9 +174,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -171,6 +189,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -183,6 +202,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -193,6 +213,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -206,9 +227,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -220,6 +243,7 @@ description: Result of parsing kitt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -230,9 +254,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -243,6 +269,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -255,6 +282,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -266,9 +294,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -281,6 +311,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -292,6 +323,7 @@ description: Result of parsing kitt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -302,9 +334,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -315,6 +349,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -327,6 +362,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -337,6 +373,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -351,9 +388,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -365,6 +404,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -372,6 +412,7 @@ description: Result of parsing kitt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -382,9 +423,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -395,6 +438,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -407,6 +451,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -415,13 +460,16 @@ description: Result of parsing kitt.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -432,25 +480,30 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -461,12 +514,14 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -474,6 +529,7 @@ description: Result of parsing kitt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -484,9 +540,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -497,19 +555,23 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -520,6 +582,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -532,6 +595,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -540,9 +604,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -558,9 +624,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -571,6 +639,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -579,15 +648,18 @@ description: Result of parsing kitt.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -597,9 +669,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pixelBoxBody", "start": 0, "type": "Identifier" @@ -611,6 +685,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -618,16 +693,19 @@ description: Result of parsing kitt.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitExtrude", "start": 0, "type": "Identifier" @@ -638,6 +716,7 @@ description: Result of parsing kitt.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrudeTag", "start": 0, "type": "Identifier" @@ -648,6 +727,7 @@ description: Result of parsing kitt.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionY", "start": 0, "type": "Identifier" @@ -658,6 +738,7 @@ description: Result of parsing kitt.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionZ", "start": 0, "type": "Identifier" @@ -668,6 +749,7 @@ description: Result of parsing kitt.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -678,6 +760,7 @@ description: Result of parsing kitt.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -688,6 +771,7 @@ description: Result of parsing kitt.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -698,11 +782,13 @@ description: Result of parsing kitt.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "// Kitt", "// The beloved KittyCAD mascot in a voxelized style.", @@ -722,6 +808,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBodyElevation", "start": 0, "type": "Identifier" @@ -729,6 +816,7 @@ description: Result of parsing kitt.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -738,11 +826,13 @@ description: Result of parsing kitt.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -760,6 +850,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBodyWidth", "start": 0, "type": "Identifier" @@ -767,6 +858,7 @@ description: Result of parsing kitt.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "26", "start": 0, "type": "Literal", @@ -776,11 +868,13 @@ description: Result of parsing kitt.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -793,6 +887,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBodyHeight", "start": 0, "type": "Identifier" @@ -800,6 +895,7 @@ description: Result of parsing kitt.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25", "start": 0, "type": "Literal", @@ -809,11 +905,13 @@ description: Result of parsing kitt.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -826,6 +924,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBodyDepth", "start": 0, "type": "Identifier" @@ -833,6 +932,7 @@ description: Result of parsing kitt.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "18", "start": 0, "type": "Literal", @@ -842,11 +942,13 @@ description: Result of parsing kitt.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -859,6 +961,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBody", "start": 0, "type": "Identifier" @@ -866,13 +969,16 @@ description: Result of parsing kitt.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -883,6 +989,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -890,9 +997,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -910,6 +1019,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -925,9 +1035,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBodyWidth", "start": 0, "type": "Identifier" @@ -939,15 +1051,18 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -965,9 +1080,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBodyElevation", "start": 0, "type": "Identifier" @@ -979,6 +1096,7 @@ description: Result of parsing kitt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -989,9 +1107,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1002,6 +1122,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1014,6 +1135,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1024,6 +1146,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1037,9 +1160,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBodyHeight", "start": 0, "type": "Identifier" @@ -1051,6 +1176,7 @@ description: Result of parsing kitt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1061,9 +1187,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1074,6 +1202,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1086,6 +1215,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1097,9 +1227,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBodyWidth", "start": 0, "type": "Identifier" @@ -1112,6 +1244,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1123,6 +1256,7 @@ description: Result of parsing kitt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1133,6 +1267,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1140,6 +1275,7 @@ description: Result of parsing kitt.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1151,9 +1287,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1164,6 +1302,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1176,6 +1315,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1186,6 +1326,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1200,9 +1341,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBodyHeight", "start": 0, "type": "Identifier" @@ -1214,6 +1357,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1221,6 +1365,7 @@ description: Result of parsing kitt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1231,6 +1376,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1238,6 +1384,7 @@ description: Result of parsing kitt.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1249,9 +1396,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1262,6 +1411,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1274,6 +1424,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1282,13 +1433,16 @@ description: Result of parsing kitt.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -1299,25 +1453,30 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -1328,12 +1487,14 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1341,6 +1502,7 @@ description: Result of parsing kitt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1351,9 +1513,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1364,19 +1528,23 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1387,6 +1555,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1399,6 +1568,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1407,9 +1577,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBodyDepth", "start": 0, "type": "Identifier" @@ -1425,9 +1597,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1438,6 +1612,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1446,12 +1621,14 @@ description: Result of parsing kitt.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "7": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1468,11 +1645,13 @@ description: Result of parsing kitt.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1485,6 +1664,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitHeadOffset", "start": 0, "type": "Identifier" @@ -1492,6 +1672,7 @@ description: Result of parsing kitt.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1501,11 +1682,13 @@ description: Result of parsing kitt.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1518,6 +1701,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitHeadHeight", "start": 0, "type": "Identifier" @@ -1525,6 +1709,7 @@ description: Result of parsing kitt.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "16", "start": 0, "type": "Literal", @@ -1534,11 +1719,13 @@ description: Result of parsing kitt.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1551,6 +1738,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitHeadElevation", "start": 0, "type": "Identifier" @@ -1568,9 +1756,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBodyElevation", "start": 0, "type": "Identifier" @@ -1580,14 +1770,17 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBodyHeight", "start": 0, "type": "Identifier" @@ -1601,14 +1794,17 @@ description: Result of parsing kitt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitHeadOffset", "start": 0, "type": "Identifier" @@ -1622,14 +1818,17 @@ description: Result of parsing kitt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitHeadHeight", "start": 0, "type": "Identifier" @@ -1643,11 +1842,13 @@ description: Result of parsing kitt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1660,6 +1861,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitHeadWidth", "start": 0, "type": "Identifier" @@ -1671,9 +1873,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBodyWidth", "start": 0, "type": "Identifier" @@ -1683,6 +1887,7 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -1691,9 +1896,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitHeadOffset", "start": 0, "type": "Identifier" @@ -1703,10 +1910,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1724,11 +1933,13 @@ description: Result of parsing kitt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1741,6 +1952,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitHeadDepth", "start": 0, "type": "Identifier" @@ -1748,6 +1960,7 @@ description: Result of parsing kitt.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -1757,11 +1970,13 @@ description: Result of parsing kitt.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1774,6 +1989,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitHead", "start": 0, "type": "Identifier" @@ -1785,6 +2001,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitExtrude", "start": 0, "type": "Identifier" @@ -1793,9 +2010,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBody", "start": 0, "type": "Identifier" @@ -1811,6 +2030,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrudeTag", "start": 0, "type": "Identifier" @@ -1819,9 +2039,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -1837,6 +2059,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionY", "start": 0, "type": "Identifier" @@ -1849,9 +2072,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitHeadWidth", "start": 0, "type": "Identifier" @@ -1863,15 +2088,18 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1891,6 +2119,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionZ", "start": 0, "type": "Identifier" @@ -1899,9 +2128,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitHeadElevation", "start": 0, "type": "Identifier" @@ -1917,6 +2148,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -1925,9 +2157,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitHeadWidth", "start": 0, "type": "Identifier" @@ -1943,6 +2177,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -1951,9 +2186,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitHeadHeight", "start": 0, "type": "Identifier" @@ -1969,6 +2206,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -1977,9 +2215,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitHeadDepth", "start": 0, "type": "Identifier" @@ -1995,9 +2235,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pixelBox", "start": 0, "type": "Identifier" @@ -2008,16 +2250,19 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2030,6 +2275,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFaceElevation", "start": 0, "type": "Identifier" @@ -2041,9 +2287,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitHeadElevation", "start": 0, "type": "Identifier" @@ -2053,10 +2301,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2070,11 +2320,13 @@ description: Result of parsing kitt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2087,6 +2339,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFaceWidth", "start": 0, "type": "Identifier" @@ -2098,9 +2351,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitHeadWidth", "start": 0, "type": "Identifier" @@ -2110,10 +2365,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -2127,11 +2384,13 @@ description: Result of parsing kitt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2149,6 +2408,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFaceHeight", "start": 0, "type": "Identifier" @@ -2166,9 +2426,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitHeadElevation", "start": 0, "type": "Identifier" @@ -2178,14 +2440,17 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitHeadHeight", "start": 0, "type": "Identifier" @@ -2199,14 +2464,17 @@ description: Result of parsing kitt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFaceElevation", "start": 0, "type": "Identifier" @@ -2220,10 +2488,12 @@ description: Result of parsing kitt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -2237,11 +2507,13 @@ description: Result of parsing kitt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2254,6 +2526,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFaceDepth", "start": 0, "type": "Identifier" @@ -2261,6 +2534,7 @@ description: Result of parsing kitt.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2270,11 +2544,13 @@ description: Result of parsing kitt.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2287,6 +2563,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFace", "start": 0, "type": "Identifier" @@ -2300,6 +2577,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -2308,9 +2586,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -2326,9 +2606,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2339,6 +2621,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2346,9 +2629,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitHead", "start": 0, "type": "Identifier" @@ -2366,6 +2651,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -2381,9 +2667,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFaceWidth", "start": 0, "type": "Identifier" @@ -2395,15 +2683,18 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2421,9 +2712,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFaceElevation", "start": 0, "type": "Identifier" @@ -2435,6 +2728,7 @@ description: Result of parsing kitt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2445,9 +2739,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -2458,6 +2754,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2470,6 +2767,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2480,6 +2778,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2492,6 +2791,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -2503,6 +2803,7 @@ description: Result of parsing kitt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2513,9 +2814,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2526,6 +2829,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2538,6 +2842,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2549,6 +2854,7 @@ description: Result of parsing kitt.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -2560,6 +2866,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2568,6 +2875,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2579,6 +2887,7 @@ description: Result of parsing kitt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2589,9 +2898,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2602,6 +2913,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2614,6 +2926,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2624,6 +2937,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2637,9 +2951,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFaceHeight", "start": 0, "type": "Identifier" @@ -2651,6 +2967,7 @@ description: Result of parsing kitt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2661,9 +2978,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2674,6 +2993,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2686,6 +3006,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2696,6 +3017,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -2708,6 +3030,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2719,6 +3042,7 @@ description: Result of parsing kitt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2729,9 +3053,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2742,6 +3068,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2754,6 +3081,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2764,6 +3092,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2776,6 +3105,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -2787,6 +3117,7 @@ description: Result of parsing kitt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2797,9 +3128,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2810,6 +3143,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2822,6 +3156,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2833,9 +3168,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFaceWidth", "start": 0, "type": "Identifier" @@ -2848,6 +3185,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2859,6 +3197,7 @@ description: Result of parsing kitt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2869,9 +3208,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2882,6 +3223,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2894,6 +3236,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2904,6 +3247,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2917,6 +3261,7 @@ description: Result of parsing kitt.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -2928,6 +3273,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2935,6 +3281,7 @@ description: Result of parsing kitt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2945,9 +3292,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2958,6 +3307,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2970,6 +3320,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2980,6 +3331,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -2992,6 +3344,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3003,6 +3356,7 @@ description: Result of parsing kitt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3013,9 +3367,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3026,6 +3382,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3038,6 +3395,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -3048,6 +3406,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3062,9 +3421,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFaceHeight", "start": 0, "type": "Identifier" @@ -3076,6 +3437,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3083,6 +3445,7 @@ description: Result of parsing kitt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3093,9 +3456,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3106,6 +3471,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3118,6 +3484,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -3129,6 +3496,7 @@ description: Result of parsing kitt.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -3140,6 +3508,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3148,6 +3517,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3159,6 +3529,7 @@ description: Result of parsing kitt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3169,9 +3540,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3182,6 +3555,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3194,6 +3568,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -3204,6 +3579,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3217,6 +3593,7 @@ description: Result of parsing kitt.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -3228,6 +3605,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3235,6 +3613,7 @@ description: Result of parsing kitt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3245,9 +3624,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3258,6 +3639,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3270,6 +3652,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3278,13 +3661,16 @@ description: Result of parsing kitt.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -3295,25 +3681,30 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -3324,12 +3715,14 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3337,6 +3730,7 @@ description: Result of parsing kitt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3347,9 +3741,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3360,19 +3756,23 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -3383,6 +3783,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3395,6 +3796,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3404,9 +3806,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFaceDepth", "start": 0, "type": "Identifier" @@ -3418,6 +3822,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3429,9 +3834,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -3442,6 +3849,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3450,12 +3858,14 @@ description: Result of parsing kitt.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3469,6 +3879,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3482,6 +3893,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3495,6 +3907,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3508,6 +3921,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3521,6 +3935,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3534,6 +3949,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3547,6 +3963,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3560,6 +3977,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3573,6 +3991,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3586,6 +4005,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3599,6 +4019,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3610,6 +4031,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3621,6 +4043,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3637,11 +4060,13 @@ description: Result of parsing kitt.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3654,6 +4079,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEyeDepth", "start": 0, "type": "Identifier" @@ -3661,6 +4087,7 @@ description: Result of parsing kitt.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -3670,11 +4097,13 @@ description: Result of parsing kitt.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3687,6 +4116,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEyeHeight", "start": 0, "type": "Identifier" @@ -3698,9 +4128,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFaceElevation", "start": 0, "type": "Identifier" @@ -3710,10 +4142,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7", "start": 0, "type": "Literal", @@ -3727,11 +4161,13 @@ description: Result of parsing kitt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3744,6 +4180,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEyeOffset", "start": 0, "type": "Identifier" @@ -3751,6 +4188,7 @@ description: Result of parsing kitt.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7", "start": 0, "type": "Literal", @@ -3760,11 +4198,13 @@ description: Result of parsing kitt.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3777,6 +4217,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitLeftEye1", "start": 0, "type": "Identifier" @@ -3788,6 +4229,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitExtrude", "start": 0, "type": "Identifier" @@ -3796,9 +4238,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFace", "start": 0, "type": "Identifier" @@ -3814,6 +4258,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrudeTag", "start": 0, "type": "Identifier" @@ -3822,9 +4267,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "START", "start": 0, "type": "Identifier" @@ -3840,6 +4287,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionY", "start": 0, "type": "Identifier" @@ -3849,9 +4297,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEyeOffset", "start": 0, "type": "Identifier" @@ -3863,6 +4313,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3874,6 +4325,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionZ", "start": 0, "type": "Identifier" @@ -3882,9 +4334,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEyeHeight", "start": 0, "type": "Identifier" @@ -3900,6 +4354,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -3907,6 +4362,7 @@ description: Result of parsing kitt.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -3922,6 +4378,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -3929,6 +4386,7 @@ description: Result of parsing kitt.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -3944,6 +4402,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -3952,9 +4411,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEyeDepth", "start": 0, "type": "Identifier" @@ -3970,9 +4431,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pixelBox", "start": 0, "type": "Identifier" @@ -3983,16 +4446,19 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -4010,6 +4476,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitLeftEye2", "start": 0, "type": "Identifier" @@ -4021,6 +4488,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitExtrude", "start": 0, "type": "Identifier" @@ -4029,9 +4497,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFace", "start": 0, "type": "Identifier" @@ -4047,6 +4517,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrudeTag", "start": 0, "type": "Identifier" @@ -4055,9 +4526,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "START", "start": 0, "type": "Identifier" @@ -4073,6 +4546,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionY", "start": 0, "type": "Identifier" @@ -4085,9 +4559,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEyeOffset", "start": 0, "type": "Identifier" @@ -4099,15 +4575,18 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -4127,6 +4606,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionZ", "start": 0, "type": "Identifier" @@ -4138,9 +4618,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEyeHeight", "start": 0, "type": "Identifier" @@ -4150,10 +4632,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -4173,6 +4657,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -4180,6 +4665,7 @@ description: Result of parsing kitt.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -4195,6 +4681,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -4202,6 +4689,7 @@ description: Result of parsing kitt.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -4217,6 +4705,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -4225,9 +4714,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEyeDepth", "start": 0, "type": "Identifier" @@ -4243,9 +4734,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pixelBox", "start": 0, "type": "Identifier" @@ -4256,16 +4749,19 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -4283,6 +4779,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitLeftEye3", "start": 0, "type": "Identifier" @@ -4294,6 +4791,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitExtrude", "start": 0, "type": "Identifier" @@ -4302,9 +4800,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFace", "start": 0, "type": "Identifier" @@ -4320,6 +4820,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrudeTag", "start": 0, "type": "Identifier" @@ -4328,9 +4829,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "START", "start": 0, "type": "Identifier" @@ -4346,6 +4849,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionY", "start": 0, "type": "Identifier" @@ -4358,9 +4862,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEyeOffset", "start": 0, "type": "Identifier" @@ -4372,15 +4878,18 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -4400,6 +4909,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionZ", "start": 0, "type": "Identifier" @@ -4408,9 +4918,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEyeHeight", "start": 0, "type": "Identifier" @@ -4426,6 +4938,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -4433,6 +4946,7 @@ description: Result of parsing kitt.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -4448,6 +4962,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -4455,6 +4970,7 @@ description: Result of parsing kitt.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -4470,6 +4986,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -4478,9 +4995,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEyeDepth", "start": 0, "type": "Identifier" @@ -4496,9 +5015,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pixelBox", "start": 0, "type": "Identifier" @@ -4509,16 +5030,19 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4531,6 +5055,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitRightEye", "start": 0, "type": "Identifier" @@ -4542,6 +5067,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitExtrude", "start": 0, "type": "Identifier" @@ -4550,9 +5076,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFace", "start": 0, "type": "Identifier" @@ -4568,6 +5096,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrudeTag", "start": 0, "type": "Identifier" @@ -4576,9 +5105,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "START", "start": 0, "type": "Identifier" @@ -4594,6 +5125,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionY", "start": 0, "type": "Identifier" @@ -4605,9 +5137,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEyeOffset", "start": 0, "type": "Identifier" @@ -4617,10 +5151,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -4640,6 +5176,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionZ", "start": 0, "type": "Identifier" @@ -4651,9 +5188,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEyeHeight", "start": 0, "type": "Identifier" @@ -4663,10 +5202,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -4686,6 +5227,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -4693,6 +5235,7 @@ description: Result of parsing kitt.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4708,6 +5251,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -4715,6 +5259,7 @@ description: Result of parsing kitt.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -4730,6 +5275,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -4738,9 +5284,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEyeDepth", "start": 0, "type": "Identifier" @@ -4756,9 +5304,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pixelBox", "start": 0, "type": "Identifier" @@ -4769,16 +5319,19 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4791,6 +5344,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitNoseElevation", "start": 0, "type": "Identifier" @@ -4802,9 +5356,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEyeHeight", "start": 0, "type": "Identifier" @@ -4814,10 +5370,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -4831,11 +5389,13 @@ description: Result of parsing kitt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4848,6 +5408,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitNose", "start": 0, "type": "Identifier" @@ -4861,6 +5422,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -4869,9 +5431,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "START", "start": 0, "type": "Identifier" @@ -4887,9 +5451,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -4900,6 +5466,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4907,9 +5474,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFace", "start": 0, "type": "Identifier" @@ -4927,6 +5496,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -4938,6 +5508,7 @@ description: Result of parsing kitt.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4949,6 +5520,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4958,9 +5530,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitNoseElevation", "start": 0, "type": "Identifier" @@ -4972,6 +5546,7 @@ description: Result of parsing kitt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4982,9 +5557,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -4995,6 +5572,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5007,6 +5585,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -5017,6 +5596,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5029,6 +5609,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -5040,6 +5621,7 @@ description: Result of parsing kitt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5050,9 +5632,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5063,6 +5647,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5075,6 +5660,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -5085,6 +5671,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5097,6 +5684,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5108,6 +5696,7 @@ description: Result of parsing kitt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5118,9 +5707,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5131,6 +5722,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5143,6 +5735,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -5153,6 +5746,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5165,6 +5759,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5176,6 +5771,7 @@ description: Result of parsing kitt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5186,9 +5782,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5199,6 +5797,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5211,6 +5810,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -5222,6 +5822,7 @@ description: Result of parsing kitt.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -5233,6 +5834,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5241,6 +5843,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5252,6 +5855,7 @@ description: Result of parsing kitt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5262,9 +5866,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5275,6 +5881,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5287,6 +5894,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -5297,6 +5905,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5309,6 +5918,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -5320,6 +5930,7 @@ description: Result of parsing kitt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5330,9 +5941,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5343,6 +5956,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5355,6 +5969,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -5365,6 +5980,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -5377,6 +5993,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5388,6 +6005,7 @@ description: Result of parsing kitt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5398,9 +6016,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5411,6 +6031,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5423,6 +6044,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -5433,6 +6055,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5446,6 +6069,7 @@ description: Result of parsing kitt.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -5457,6 +6081,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5464,6 +6089,7 @@ description: Result of parsing kitt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5474,9 +6100,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5487,6 +6115,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5499,6 +6128,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -5510,6 +6140,7 @@ description: Result of parsing kitt.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -5521,6 +6152,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5529,6 +6161,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5540,6 +6173,7 @@ description: Result of parsing kitt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5550,9 +6184,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5563,6 +6199,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5575,6 +6212,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -5585,6 +6223,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5598,6 +6237,7 @@ description: Result of parsing kitt.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5609,6 +6249,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5616,6 +6257,7 @@ description: Result of parsing kitt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5626,9 +6268,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5639,6 +6283,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5651,6 +6296,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -5661,6 +6307,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5673,6 +6320,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5684,6 +6332,7 @@ description: Result of parsing kitt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5694,9 +6343,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5707,6 +6358,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5719,6 +6371,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -5729,6 +6382,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5742,6 +6396,7 @@ description: Result of parsing kitt.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -5753,6 +6408,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5760,6 +6416,7 @@ description: Result of parsing kitt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5770,9 +6427,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5783,6 +6442,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5795,6 +6455,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -5803,13 +6464,16 @@ description: Result of parsing kitt.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -5820,25 +6484,30 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -5849,12 +6518,14 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -5862,6 +6533,7 @@ description: Result of parsing kitt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5872,9 +6544,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5885,19 +6559,23 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -5908,6 +6586,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5920,6 +6599,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5928,9 +6608,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEyeDepth", "start": 0, "type": "Identifier" @@ -5946,9 +6628,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -5959,6 +6643,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5967,12 +6652,14 @@ description: Result of parsing kitt.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -5986,6 +6673,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -5999,6 +6687,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -6012,6 +6701,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -6025,6 +6715,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -6038,6 +6729,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -6051,6 +6743,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -6064,6 +6757,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -6077,6 +6771,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -6090,6 +6785,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -6103,6 +6799,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -6116,6 +6813,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -6129,6 +6827,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -6145,11 +6844,13 @@ description: Result of parsing kitt.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6162,6 +6863,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitMouthOffset", "start": 0, "type": "Identifier" @@ -6169,6 +6871,7 @@ description: Result of parsing kitt.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -6178,11 +6881,13 @@ description: Result of parsing kitt.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6195,6 +6900,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitMouthHeight", "start": 0, "type": "Identifier" @@ -6206,9 +6912,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEyeHeight", "start": 0, "type": "Identifier" @@ -6218,10 +6926,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -6235,11 +6945,13 @@ description: Result of parsing kitt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6252,6 +6964,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitMouthUpLeft", "start": 0, "type": "Identifier" @@ -6263,6 +6976,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitExtrude", "start": 0, "type": "Identifier" @@ -6271,9 +6985,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFace", "start": 0, "type": "Identifier" @@ -6289,6 +7005,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrudeTag", "start": 0, "type": "Identifier" @@ -6297,9 +7014,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "START", "start": 0, "type": "Identifier" @@ -6315,6 +7034,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionY", "start": 0, "type": "Identifier" @@ -6324,9 +7044,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitMouthOffset", "start": 0, "type": "Identifier" @@ -6338,6 +7060,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6349,6 +7072,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionZ", "start": 0, "type": "Identifier" @@ -6357,9 +7081,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitMouthHeight", "start": 0, "type": "Identifier" @@ -6375,6 +7101,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -6382,6 +7109,7 @@ description: Result of parsing kitt.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -6397,6 +7125,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -6404,6 +7133,7 @@ description: Result of parsing kitt.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -6419,6 +7149,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -6427,9 +7158,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEyeDepth", "start": 0, "type": "Identifier" @@ -6445,9 +7178,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pixelBox", "start": 0, "type": "Identifier" @@ -6458,16 +7193,19 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6480,6 +7218,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitMouthDownLeft", "start": 0, "type": "Identifier" @@ -6491,6 +7230,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitExtrude", "start": 0, "type": "Identifier" @@ -6499,9 +7239,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFace", "start": 0, "type": "Identifier" @@ -6517,6 +7259,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrudeTag", "start": 0, "type": "Identifier" @@ -6525,9 +7268,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "START", "start": 0, "type": "Identifier" @@ -6543,6 +7288,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionY", "start": 0, "type": "Identifier" @@ -6555,9 +7301,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitMouthOffset", "start": 0, "type": "Identifier" @@ -6569,15 +7317,18 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -6597,6 +7348,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionZ", "start": 0, "type": "Identifier" @@ -6608,9 +7360,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitMouthHeight", "start": 0, "type": "Identifier" @@ -6620,10 +7374,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -6643,6 +7399,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -6650,6 +7407,7 @@ description: Result of parsing kitt.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -6665,6 +7423,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -6672,6 +7431,7 @@ description: Result of parsing kitt.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -6687,6 +7447,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -6695,9 +7456,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEyeDepth", "start": 0, "type": "Identifier" @@ -6713,9 +7476,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pixelBox", "start": 0, "type": "Identifier" @@ -6726,16 +7491,19 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -6753,6 +7521,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitMouthUpRight", "start": 0, "type": "Identifier" @@ -6764,6 +7533,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitExtrude", "start": 0, "type": "Identifier" @@ -6772,9 +7542,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFace", "start": 0, "type": "Identifier" @@ -6790,6 +7562,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrudeTag", "start": 0, "type": "Identifier" @@ -6798,9 +7571,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "START", "start": 0, "type": "Identifier" @@ -6816,6 +7591,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionY", "start": 0, "type": "Identifier" @@ -6824,9 +7600,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitMouthOffset", "start": 0, "type": "Identifier" @@ -6842,6 +7620,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionZ", "start": 0, "type": "Identifier" @@ -6850,9 +7629,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitMouthHeight", "start": 0, "type": "Identifier" @@ -6868,6 +7649,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -6875,6 +7657,7 @@ description: Result of parsing kitt.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -6890,6 +7673,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -6897,6 +7681,7 @@ description: Result of parsing kitt.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -6912,6 +7697,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -6920,9 +7706,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEyeDepth", "start": 0, "type": "Identifier" @@ -6938,9 +7726,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pixelBox", "start": 0, "type": "Identifier" @@ -6951,16 +7741,19 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6973,6 +7766,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitMouthDownRight", "start": 0, "type": "Identifier" @@ -6984,6 +7778,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitExtrude", "start": 0, "type": "Identifier" @@ -6992,9 +7787,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFace", "start": 0, "type": "Identifier" @@ -7010,6 +7807,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrudeTag", "start": 0, "type": "Identifier" @@ -7018,9 +7816,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "START", "start": 0, "type": "Identifier" @@ -7036,6 +7836,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionY", "start": 0, "type": "Identifier" @@ -7047,9 +7848,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitMouthOffset", "start": 0, "type": "Identifier" @@ -7059,10 +7862,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -7082,6 +7887,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionZ", "start": 0, "type": "Identifier" @@ -7093,9 +7899,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitMouthHeight", "start": 0, "type": "Identifier" @@ -7105,10 +7913,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -7128,6 +7938,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -7135,6 +7946,7 @@ description: Result of parsing kitt.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -7150,6 +7962,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -7157,6 +7970,7 @@ description: Result of parsing kitt.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -7172,6 +7986,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -7180,9 +7995,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEyeDepth", "start": 0, "type": "Identifier" @@ -7198,9 +8015,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pixelBox", "start": 0, "type": "Identifier" @@ -7211,16 +8030,19 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -7233,6 +8055,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBellyElevation", "start": 0, "type": "Identifier" @@ -7244,9 +8067,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBodyElevation", "start": 0, "type": "Identifier" @@ -7256,10 +8081,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -7273,11 +8100,13 @@ description: Result of parsing kitt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -7290,6 +8119,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBellyHeight", "start": 0, "type": "Identifier" @@ -7304,9 +8134,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitHeadElevation", "start": 0, "type": "Identifier" @@ -7316,14 +8148,17 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBellyElevation", "start": 0, "type": "Identifier" @@ -7337,10 +8172,12 @@ description: Result of parsing kitt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -7354,11 +8191,13 @@ description: Result of parsing kitt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -7371,6 +8210,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBellyWidth", "start": 0, "type": "Identifier" @@ -7379,9 +8219,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitHeadWidth", "start": 0, "type": "Identifier" @@ -7391,11 +8233,13 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -7413,6 +8257,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBellyDepth", "start": 0, "type": "Identifier" @@ -7421,9 +8266,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitHeadDepth", "start": 0, "type": "Identifier" @@ -7433,11 +8280,13 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -7450,6 +8299,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBelly", "start": 0, "type": "Identifier" @@ -7461,6 +8311,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitExtrude", "start": 0, "type": "Identifier" @@ -7469,9 +8320,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBody", "start": 0, "type": "Identifier" @@ -7487,6 +8340,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrudeTag", "start": 0, "type": "Identifier" @@ -7495,9 +8349,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -7513,6 +8369,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionY", "start": 0, "type": "Identifier" @@ -7525,9 +8382,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBellyWidth", "start": 0, "type": "Identifier" @@ -7539,15 +8398,18 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -7567,6 +8429,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionZ", "start": 0, "type": "Identifier" @@ -7575,9 +8438,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBellyElevation", "start": 0, "type": "Identifier" @@ -7593,6 +8458,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -7601,9 +8467,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBellyWidth", "start": 0, "type": "Identifier" @@ -7619,6 +8487,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -7627,9 +8496,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBellyHeight", "start": 0, "type": "Identifier" @@ -7645,6 +8516,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -7653,9 +8525,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBellyDepth", "start": 0, "type": "Identifier" @@ -7671,9 +8545,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pixelBox", "start": 0, "type": "Identifier" @@ -7684,16 +8560,19 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -7706,6 +8585,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitVHSelevation", "start": 0, "type": "Identifier" @@ -7717,9 +8597,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBellyElevation", "start": 0, "type": "Identifier" @@ -7729,10 +8611,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -7746,11 +8630,13 @@ description: Result of parsing kitt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -7763,6 +8649,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitVHSheight", "start": 0, "type": "Identifier" @@ -7770,6 +8657,7 @@ description: Result of parsing kitt.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -7779,11 +8667,13 @@ description: Result of parsing kitt.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -7796,6 +8686,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitVHSwidth", "start": 0, "type": "Identifier" @@ -7803,6 +8694,7 @@ description: Result of parsing kitt.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8", "start": 0, "type": "Literal", @@ -7812,11 +8704,13 @@ description: Result of parsing kitt.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -7834,6 +8728,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitVHSdepth", "start": 0, "type": "Identifier" @@ -7841,6 +8736,7 @@ description: Result of parsing kitt.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -7850,11 +8746,13 @@ description: Result of parsing kitt.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -7867,6 +8765,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitVHS", "start": 0, "type": "Identifier" @@ -7878,6 +8777,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitExtrude", "start": 0, "type": "Identifier" @@ -7886,9 +8786,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBelly", "start": 0, "type": "Identifier" @@ -7904,6 +8806,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrudeTag", "start": 0, "type": "Identifier" @@ -7912,9 +8815,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -7930,6 +8835,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionY", "start": 0, "type": "Identifier" @@ -7942,9 +8848,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitVHSwidth", "start": 0, "type": "Identifier" @@ -7956,15 +8864,18 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -7984,6 +8895,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionZ", "start": 0, "type": "Identifier" @@ -7992,9 +8904,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitVHSelevation", "start": 0, "type": "Identifier" @@ -8010,6 +8924,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -8018,9 +8933,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitVHSwidth", "start": 0, "type": "Identifier" @@ -8036,6 +8953,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -8044,9 +8962,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitVHSheight", "start": 0, "type": "Identifier" @@ -8062,6 +8982,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -8070,9 +8991,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitVHSdepth", "start": 0, "type": "Identifier" @@ -8088,9 +9011,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pixelBox", "start": 0, "type": "Identifier" @@ -8101,16 +9026,19 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -8123,6 +9051,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFloppyElevation", "start": 0, "type": "Identifier" @@ -8134,9 +9063,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBellyElevation", "start": 0, "type": "Identifier" @@ -8146,10 +9077,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -8163,11 +9096,13 @@ description: Result of parsing kitt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -8180,6 +9115,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFloppyHeight", "start": 0, "type": "Identifier" @@ -8187,6 +9123,7 @@ description: Result of parsing kitt.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -8196,11 +9133,13 @@ description: Result of parsing kitt.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -8213,6 +9152,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFloppyWidth", "start": 0, "type": "Identifier" @@ -8220,6 +9160,7 @@ description: Result of parsing kitt.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -8229,11 +9170,13 @@ description: Result of parsing kitt.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -8246,6 +9189,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFloppyOffset", "start": 0, "type": "Identifier" @@ -8260,9 +9204,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBellyWidth", "start": 0, "type": "Identifier" @@ -8272,10 +9218,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -8289,10 +9237,12 @@ description: Result of parsing kitt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -8306,11 +9256,13 @@ description: Result of parsing kitt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -8323,6 +9275,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFloppyDepth", "start": 0, "type": "Identifier" @@ -8330,6 +9283,7 @@ description: Result of parsing kitt.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -8339,11 +9293,13 @@ description: Result of parsing kitt.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -8356,6 +9312,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFloppy1", "start": 0, "type": "Identifier" @@ -8367,6 +9324,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitExtrude", "start": 0, "type": "Identifier" @@ -8375,9 +9333,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBelly", "start": 0, "type": "Identifier" @@ -8393,6 +9353,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrudeTag", "start": 0, "type": "Identifier" @@ -8401,9 +9362,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -8419,6 +9382,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionY", "start": 0, "type": "Identifier" @@ -8428,9 +9392,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFloppyOffset", "start": 0, "type": "Identifier" @@ -8442,6 +9408,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -8453,6 +9420,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionZ", "start": 0, "type": "Identifier" @@ -8461,9 +9429,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFloppyElevation", "start": 0, "type": "Identifier" @@ -8479,6 +9449,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -8487,9 +9458,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFloppyWidth", "start": 0, "type": "Identifier" @@ -8505,6 +9478,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -8513,9 +9487,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFloppyHeight", "start": 0, "type": "Identifier" @@ -8531,6 +9507,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -8540,9 +9517,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFloppyDepth", "start": 0, "type": "Identifier" @@ -8554,6 +9533,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -8565,9 +9545,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pixelBox", "start": 0, "type": "Identifier" @@ -8578,16 +9560,19 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -8605,6 +9590,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFloppy2", "start": 0, "type": "Identifier" @@ -8616,6 +9602,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitExtrude", "start": 0, "type": "Identifier" @@ -8624,9 +9611,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBelly", "start": 0, "type": "Identifier" @@ -8642,6 +9631,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrudeTag", "start": 0, "type": "Identifier" @@ -8650,9 +9640,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -8668,6 +9660,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionY", "start": 0, "type": "Identifier" @@ -8677,9 +9670,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFloppyOffset", "start": 0, "type": "Identifier" @@ -8691,6 +9686,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -8702,6 +9698,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionZ", "start": 0, "type": "Identifier" @@ -8713,9 +9710,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFloppyElevation", "start": 0, "type": "Identifier" @@ -8725,10 +9724,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -8748,6 +9749,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -8756,9 +9758,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFloppyWidth", "start": 0, "type": "Identifier" @@ -8774,6 +9778,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -8782,9 +9787,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFloppyHeight", "start": 0, "type": "Identifier" @@ -8800,6 +9807,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -8809,9 +9817,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFloppyDepth", "start": 0, "type": "Identifier" @@ -8823,6 +9833,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -8834,9 +9845,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pixelBox", "start": 0, "type": "Identifier" @@ -8847,16 +9860,19 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -8869,6 +9885,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFloppy3", "start": 0, "type": "Identifier" @@ -8880,6 +9897,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitExtrude", "start": 0, "type": "Identifier" @@ -8888,9 +9906,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBelly", "start": 0, "type": "Identifier" @@ -8906,6 +9926,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrudeTag", "start": 0, "type": "Identifier" @@ -8914,9 +9935,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -8932,6 +9955,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionY", "start": 0, "type": "Identifier" @@ -8940,9 +9964,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFloppyOffset", "start": 0, "type": "Identifier" @@ -8958,6 +9984,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionZ", "start": 0, "type": "Identifier" @@ -8966,9 +9993,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFloppyElevation", "start": 0, "type": "Identifier" @@ -8984,6 +10013,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -8993,9 +10023,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFloppyWidth", "start": 0, "type": "Identifier" @@ -9007,6 +10039,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -9018,6 +10051,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -9026,9 +10060,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFloppyHeight", "start": 0, "type": "Identifier" @@ -9044,6 +10080,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -9053,9 +10090,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFloppyDepth", "start": 0, "type": "Identifier" @@ -9067,6 +10106,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -9078,9 +10118,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pixelBox", "start": 0, "type": "Identifier" @@ -9091,16 +10133,19 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -9113,6 +10158,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBellyButtonOffset", "start": 0, "type": "Identifier" @@ -9127,9 +10173,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitHeadWidth", "start": 0, "type": "Identifier" @@ -9139,10 +10187,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -9156,10 +10206,12 @@ description: Result of parsing kitt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -9173,11 +10225,13 @@ description: Result of parsing kitt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -9190,6 +10244,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBellyButtonElevation", "start": 0, "type": "Identifier" @@ -9201,9 +10256,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitHeadElevation", "start": 0, "type": "Identifier" @@ -9213,10 +10270,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -9230,11 +10289,13 @@ description: Result of parsing kitt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -9247,6 +10308,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBellyButtonWidth", "start": 0, "type": "Identifier" @@ -9254,6 +10316,7 @@ description: Result of parsing kitt.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -9263,11 +10326,13 @@ description: Result of parsing kitt.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -9280,6 +10345,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBellyButtonHeight", "start": 0, "type": "Identifier" @@ -9287,6 +10353,7 @@ description: Result of parsing kitt.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -9296,11 +10363,13 @@ description: Result of parsing kitt.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -9318,6 +10387,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBellyButtonDepth", "start": 0, "type": "Identifier" @@ -9329,9 +10399,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitHeadDepth", "start": 0, "type": "Identifier" @@ -9341,10 +10413,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -9358,11 +10432,13 @@ description: Result of parsing kitt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -9375,6 +10451,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBellyButton", "start": 0, "type": "Identifier" @@ -9386,6 +10463,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitExtrude", "start": 0, "type": "Identifier" @@ -9394,9 +10472,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBody", "start": 0, "type": "Identifier" @@ -9412,6 +10492,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrudeTag", "start": 0, "type": "Identifier" @@ -9420,9 +10501,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -9438,6 +10521,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionY", "start": 0, "type": "Identifier" @@ -9447,9 +10531,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBellyButtonOffset", "start": 0, "type": "Identifier" @@ -9461,6 +10547,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -9472,6 +10559,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionZ", "start": 0, "type": "Identifier" @@ -9480,9 +10568,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBellyButtonElevation", "start": 0, "type": "Identifier" @@ -9498,6 +10588,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -9506,9 +10597,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBellyButtonWidth", "start": 0, "type": "Identifier" @@ -9524,6 +10617,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -9532,9 +10626,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBellyButtonHeight", "start": 0, "type": "Identifier" @@ -9550,6 +10646,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -9558,9 +10655,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBellyButtonDepth", "start": 0, "type": "Identifier" @@ -9576,9 +10675,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pixelBox", "start": 0, "type": "Identifier" @@ -9589,16 +10690,19 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -9611,6 +10715,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitButtonWidth", "start": 0, "type": "Identifier" @@ -9618,6 +10723,7 @@ description: Result of parsing kitt.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -9627,11 +10733,13 @@ description: Result of parsing kitt.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -9644,6 +10752,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitButtonHeight", "start": 0, "type": "Identifier" @@ -9651,6 +10760,7 @@ description: Result of parsing kitt.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -9660,11 +10770,13 @@ description: Result of parsing kitt.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -9677,6 +10789,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitButtonDepth", "start": 0, "type": "Identifier" @@ -9685,9 +10798,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFloppyDepth", "start": 0, "type": "Identifier" @@ -9697,11 +10812,13 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -9714,6 +10831,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitButtonElevation", "start": 0, "type": "Identifier" @@ -9725,9 +10843,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFloppyElevation", "start": 0, "type": "Identifier" @@ -9737,10 +10857,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -9754,11 +10876,13 @@ description: Result of parsing kitt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -9771,6 +10895,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitButton1", "start": 0, "type": "Identifier" @@ -9782,6 +10907,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitExtrude", "start": 0, "type": "Identifier" @@ -9790,9 +10916,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBelly", "start": 0, "type": "Identifier" @@ -9808,6 +10936,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrudeTag", "start": 0, "type": "Identifier" @@ -9816,9 +10945,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -9834,6 +10965,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionY", "start": 0, "type": "Identifier" @@ -9842,9 +10974,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFloppyOffset", "start": 0, "type": "Identifier" @@ -9860,6 +10994,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionZ", "start": 0, "type": "Identifier" @@ -9871,9 +11006,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFloppyElevation", "start": 0, "type": "Identifier" @@ -9883,10 +11020,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -9906,6 +11045,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -9915,9 +11055,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitButtonWidth", "start": 0, "type": "Identifier" @@ -9929,6 +11071,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -9940,6 +11083,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -9948,9 +11092,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitButtonHeight", "start": 0, "type": "Identifier" @@ -9966,6 +11112,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -9975,9 +11122,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitButtonDepth", "start": 0, "type": "Identifier" @@ -9989,6 +11138,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -10000,9 +11150,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pixelBox", "start": 0, "type": "Identifier" @@ -10013,16 +11165,19 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -10035,6 +11190,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitButton2", "start": 0, "type": "Identifier" @@ -10046,6 +11202,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitExtrude", "start": 0, "type": "Identifier" @@ -10054,9 +11211,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBelly", "start": 0, "type": "Identifier" @@ -10072,6 +11231,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrudeTag", "start": 0, "type": "Identifier" @@ -10080,9 +11240,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -10098,6 +11260,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionY", "start": 0, "type": "Identifier" @@ -10112,9 +11275,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFloppyOffset", "start": 0, "type": "Identifier" @@ -10124,14 +11289,17 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitButtonWidth", "start": 0, "type": "Identifier" @@ -10145,10 +11313,12 @@ description: Result of parsing kitt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -10168,6 +11338,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionZ", "start": 0, "type": "Identifier" @@ -10179,9 +11350,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFloppyElevation", "start": 0, "type": "Identifier" @@ -10191,10 +11364,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -10214,6 +11389,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -10223,9 +11399,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitButtonWidth", "start": 0, "type": "Identifier" @@ -10237,6 +11415,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -10248,6 +11427,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -10256,9 +11436,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitButtonHeight", "start": 0, "type": "Identifier" @@ -10274,6 +11456,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -10283,9 +11466,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitButtonDepth", "start": 0, "type": "Identifier" @@ -10297,6 +11482,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -10308,9 +11494,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pixelBox", "start": 0, "type": "Identifier" @@ -10321,16 +11509,19 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -10348,6 +11539,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitButton3", "start": 0, "type": "Identifier" @@ -10359,6 +11551,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitExtrude", "start": 0, "type": "Identifier" @@ -10367,9 +11560,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBelly", "start": 0, "type": "Identifier" @@ -10385,6 +11580,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrudeTag", "start": 0, "type": "Identifier" @@ -10393,9 +11589,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -10411,6 +11609,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionY", "start": 0, "type": "Identifier" @@ -10422,9 +11621,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFloppyOffset", "start": 0, "type": "Identifier" @@ -10434,6 +11635,7 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -10441,6 +11643,7 @@ description: Result of parsing kitt.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -10450,6 +11653,7 @@ description: Result of parsing kitt.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, @@ -10458,9 +11662,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitButtonWidth", "start": 0, "type": "Identifier" @@ -10470,10 +11676,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -10501,6 +11709,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionZ", "start": 0, "type": "Identifier" @@ -10512,9 +11721,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFloppyElevation", "start": 0, "type": "Identifier" @@ -10524,10 +11735,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -10547,6 +11760,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -10556,9 +11770,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitButtonWidth", "start": 0, "type": "Identifier" @@ -10570,6 +11786,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -10581,6 +11798,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -10589,9 +11807,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitButtonHeight", "start": 0, "type": "Identifier" @@ -10607,6 +11827,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -10616,9 +11837,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitButtonDepth", "start": 0, "type": "Identifier" @@ -10630,6 +11853,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -10641,9 +11865,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pixelBox", "start": 0, "type": "Identifier" @@ -10654,16 +11880,19 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -10676,6 +11905,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitShoeWidth", "start": 0, "type": "Identifier" @@ -10683,6 +11913,7 @@ description: Result of parsing kitt.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7", "start": 0, "type": "Literal", @@ -10692,11 +11923,13 @@ description: Result of parsing kitt.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -10709,6 +11942,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitShoeLength", "start": 0, "type": "Identifier" @@ -10716,6 +11950,7 @@ description: Result of parsing kitt.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -10725,11 +11960,13 @@ description: Result of parsing kitt.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -10742,6 +11979,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitShoeHeight", "start": 0, "type": "Identifier" @@ -10749,6 +11987,7 @@ description: Result of parsing kitt.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -10758,11 +11997,13 @@ description: Result of parsing kitt.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -10775,6 +12016,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitLeg", "start": 0, "type": "Identifier" @@ -10790,6 +12032,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitShoeOffsetFront", "start": 0, "type": "Identifier" @@ -10807,9 +12050,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitShoeLength", "start": 0, "type": "Identifier" @@ -10819,10 +12064,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -10836,6 +12083,7 @@ description: Result of parsing kitt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -10844,9 +12092,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBodyDepth", "start": 0, "type": "Identifier" @@ -10856,10 +12106,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -10877,14 +12129,17 @@ description: Result of parsing kitt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetFront", "start": 0, "type": "Identifier" @@ -10898,11 +12153,13 @@ description: Result of parsing kitt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -10915,6 +12172,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFootPrint", "start": 0, "type": "Identifier" @@ -10922,13 +12180,16 @@ description: Result of parsing kitt.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -10939,6 +12200,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10946,9 +12208,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -10966,6 +12230,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -10977,9 +12242,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetSide", "start": 0, "type": "Identifier" @@ -10993,9 +12260,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitShoeOffsetFront", "start": 0, "type": "Identifier" @@ -11007,6 +12276,7 @@ description: Result of parsing kitt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -11017,9 +12287,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -11030,6 +12302,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11042,6 +12315,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -11053,9 +12327,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitShoeWidth", "start": 0, "type": "Identifier" @@ -11068,6 +12344,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -11079,6 +12356,7 @@ description: Result of parsing kitt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -11089,9 +12367,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -11102,6 +12382,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11114,6 +12395,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -11124,6 +12406,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -11138,9 +12421,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitShoeLength", "start": 0, "type": "Identifier" @@ -11152,6 +12437,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -11159,6 +12445,7 @@ description: Result of parsing kitt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -11169,9 +12456,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -11182,6 +12471,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11194,6 +12484,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -11206,9 +12497,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitShoeWidth", "start": 0, "type": "Identifier" @@ -11220,6 +12513,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -11228,6 +12522,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -11239,6 +12534,7 @@ description: Result of parsing kitt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -11249,9 +12545,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -11262,6 +12560,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11274,6 +12573,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -11282,13 +12582,16 @@ description: Result of parsing kitt.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -11299,25 +12602,30 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -11328,12 +12636,14 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -11341,6 +12651,7 @@ description: Result of parsing kitt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -11351,9 +12662,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -11364,19 +12677,23 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -11387,6 +12704,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11395,15 +12713,18 @@ description: Result of parsing kitt.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -11416,6 +12737,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitShoe", "start": 0, "type": "Identifier" @@ -11427,6 +12749,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -11435,9 +12758,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitShoeHeight", "start": 0, "type": "Identifier" @@ -11453,9 +12778,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -11466,6 +12793,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11473,9 +12801,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitFootPrint", "start": 0, "type": "Identifier" @@ -11486,11 +12816,13 @@ description: Result of parsing kitt.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -11503,6 +12835,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitPantsOffsetSide", "start": 0, "type": "Identifier" @@ -11514,9 +12847,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetSide", "start": 0, "type": "Identifier" @@ -11526,10 +12861,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -11543,11 +12880,13 @@ description: Result of parsing kitt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -11560,6 +12899,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitPantsOffsetFront", "start": 0, "type": "Identifier" @@ -11573,6 +12913,7 @@ description: Result of parsing kitt.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -11582,14 +12923,17 @@ description: Result of parsing kitt.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitShoeOffsetFront", "start": 0, "type": "Identifier" @@ -11603,10 +12947,12 @@ description: Result of parsing kitt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -11620,11 +12966,13 @@ description: Result of parsing kitt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -11637,6 +12985,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitPantsWidth", "start": 0, "type": "Identifier" @@ -11648,9 +12997,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitShoeWidth", "start": 0, "type": "Identifier" @@ -11660,10 +13011,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -11677,11 +13030,13 @@ description: Result of parsing kitt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -11694,6 +13049,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitPantsFrontWidth", "start": 0, "type": "Identifier" @@ -11702,9 +13058,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitPantsWidth", "start": 0, "type": "Identifier" @@ -11714,11 +13072,13 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -11731,6 +13091,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitPantsHeight", "start": 0, "type": "Identifier" @@ -11742,9 +13103,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBodyElevation", "start": 0, "type": "Identifier" @@ -11754,14 +13117,17 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitShoeHeight", "start": 0, "type": "Identifier" @@ -11775,11 +13141,13 @@ description: Result of parsing kitt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -11792,6 +13160,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitPants", "start": 0, "type": "Identifier" @@ -11803,6 +13172,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitExtrude", "start": 0, "type": "Identifier" @@ -11811,9 +13181,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitShoe", "start": 0, "type": "Identifier" @@ -11829,6 +13201,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrudeTag", "start": 0, "type": "Identifier" @@ -11837,9 +13210,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -11855,6 +13230,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionY", "start": 0, "type": "Identifier" @@ -11863,9 +13239,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitPantsOffsetSide", "start": 0, "type": "Identifier" @@ -11881,6 +13259,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionZ", "start": 0, "type": "Identifier" @@ -11889,9 +13268,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitPantsOffsetFront", "start": 0, "type": "Identifier" @@ -11907,6 +13288,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -11915,9 +13297,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitPantsFrontWidth", "start": 0, "type": "Identifier" @@ -11933,6 +13317,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -11941,9 +13326,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitPantsWidth", "start": 0, "type": "Identifier" @@ -11959,6 +13346,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -11967,9 +13355,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitPantsHeight", "start": 0, "type": "Identifier" @@ -11985,9 +13375,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pixelBox", "start": 0, "type": "Identifier" @@ -11998,16 +13390,19 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -12017,9 +13412,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitShoe", "start": 0, "type": "Identifier" @@ -12031,6 +13428,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -12038,12 +13436,14 @@ description: Result of parsing kitt.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -12055,6 +13455,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -12066,6 +13467,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -12077,6 +13479,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -12088,6 +13491,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -12102,12 +13506,14 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetFront", "start": 0, "type": "Identifier" @@ -12118,6 +13524,7 @@ description: Result of parsing kitt.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetSide", "start": 0, "type": "Identifier" @@ -12128,11 +13535,13 @@ description: Result of parsing kitt.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -12145,6 +13554,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitLegOffset", "start": 0, "type": "Identifier" @@ -12152,6 +13562,7 @@ description: Result of parsing kitt.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -12161,11 +13572,13 @@ description: Result of parsing kitt.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -12178,6 +13591,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitRightLeg", "start": 0, "type": "Identifier" @@ -12189,6 +13603,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetFront", "start": 0, "type": "Identifier" @@ -12196,6 +13611,7 @@ description: Result of parsing kitt.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -12211,6 +13627,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetSide", "start": 0, "type": "Identifier" @@ -12219,9 +13636,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitLegOffset", "start": 0, "type": "Identifier" @@ -12237,9 +13656,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitLeg", "start": 0, "type": "Identifier" @@ -12250,16 +13671,19 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -12272,6 +13696,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitLeftLeg", "start": 0, "type": "Identifier" @@ -12283,6 +13708,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetFront", "start": 0, "type": "Identifier" @@ -12290,6 +13716,7 @@ description: Result of parsing kitt.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -12305,6 +13732,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetSide", "start": 0, "type": "Identifier" @@ -12317,9 +13745,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitLegOffset", "start": 0, "type": "Identifier" @@ -12331,19 +13761,23 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitShoeWidth", "start": 0, "type": "Identifier" @@ -12363,9 +13797,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitLeg", "start": 0, "type": "Identifier" @@ -12376,16 +13812,19 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -12398,6 +13837,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEarWidth", "start": 0, "type": "Identifier" @@ -12405,6 +13845,7 @@ description: Result of parsing kitt.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8", "start": 0, "type": "Literal", @@ -12414,11 +13855,13 @@ description: Result of parsing kitt.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -12436,6 +13879,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEarDepth", "start": 0, "type": "Identifier" @@ -12443,6 +13887,7 @@ description: Result of parsing kitt.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8", "start": 0, "type": "Literal", @@ -12452,11 +13897,13 @@ description: Result of parsing kitt.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -12469,6 +13916,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEarHeight", "start": 0, "type": "Identifier" @@ -12476,6 +13924,7 @@ description: Result of parsing kitt.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -12485,11 +13934,13 @@ description: Result of parsing kitt.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -12502,6 +13953,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEar", "start": 0, "type": "Identifier" @@ -12517,6 +13969,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitNewEarOffsetFront", "start": 0, "type": "Identifier" @@ -12528,9 +13981,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBodyDepth", "start": 0, "type": "Identifier" @@ -12540,14 +13995,17 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "earOffsetFront", "start": 0, "type": "Identifier" @@ -12561,11 +14019,13 @@ description: Result of parsing kitt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -12578,6 +14038,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitNewEarOffsetSide", "start": 0, "type": "Identifier" @@ -12593,9 +14054,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBodyWidth", "start": 0, "type": "Identifier" @@ -12605,10 +14068,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -12622,14 +14087,17 @@ description: Result of parsing kitt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "earOffsetSide", "start": 0, "type": "Identifier" @@ -12645,16 +14113,19 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -12667,6 +14138,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseVolume", "start": 0, "type": "Identifier" @@ -12678,6 +14150,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitExtrude", "start": 0, "type": "Identifier" @@ -12686,9 +14159,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBody", "start": 0, "type": "Identifier" @@ -12704,6 +14179,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrudeTag", "start": 0, "type": "Identifier" @@ -12712,9 +14188,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -12730,6 +14208,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionY", "start": 0, "type": "Identifier" @@ -12738,9 +14217,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitNewEarOffsetSide", "start": 0, "type": "Identifier" @@ -12756,6 +14237,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionZ", "start": 0, "type": "Identifier" @@ -12764,9 +14246,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitNewEarOffsetFront", "start": 0, "type": "Identifier" @@ -12782,6 +14266,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -12790,9 +14275,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEarWidth", "start": 0, "type": "Identifier" @@ -12808,6 +14295,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -12817,9 +14305,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEarDepth", "start": 0, "type": "Identifier" @@ -12831,6 +14321,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -12842,6 +14333,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -12850,9 +14342,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEarHeight", "start": 0, "type": "Identifier" @@ -12868,9 +14362,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pixelBox", "start": 0, "type": "Identifier" @@ -12881,16 +14377,19 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -12903,6 +14402,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "secondOffset", "start": 0, "type": "Identifier" @@ -12910,6 +14410,7 @@ description: Result of parsing kitt.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -12919,11 +14420,13 @@ description: Result of parsing kitt.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -12936,6 +14439,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "secondLevel", "start": 0, "type": "Identifier" @@ -12947,6 +14451,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitExtrude", "start": 0, "type": "Identifier" @@ -12955,9 +14460,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseVolume", "start": 0, "type": "Identifier" @@ -12973,6 +14480,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrudeTag", "start": 0, "type": "Identifier" @@ -12981,9 +14489,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -12999,6 +14509,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionY", "start": 0, "type": "Identifier" @@ -13010,9 +14521,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitNewEarOffsetSide", "start": 0, "type": "Identifier" @@ -13022,14 +14535,17 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "secondOffset", "start": 0, "type": "Identifier" @@ -13049,6 +14565,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionZ", "start": 0, "type": "Identifier" @@ -13060,9 +14577,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitNewEarOffsetFront", "start": 0, "type": "Identifier" @@ -13072,10 +14591,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.01", "start": 0, "type": "Literal", @@ -13095,6 +14616,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -13106,9 +14628,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEarWidth", "start": 0, "type": "Identifier" @@ -13118,6 +14642,7 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -13126,9 +14651,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "secondOffset", "start": 0, "type": "Identifier" @@ -13138,10 +14665,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -13165,6 +14694,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -13177,9 +14707,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEarDepth", "start": 0, "type": "Identifier" @@ -13191,11 +14723,13 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -13204,9 +14738,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "secondOffset", "start": 0, "type": "Identifier" @@ -13216,10 +14752,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -13243,6 +14781,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -13251,9 +14790,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEarHeight", "start": 0, "type": "Identifier" @@ -13269,9 +14810,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pixelBox", "start": 0, "type": "Identifier" @@ -13282,16 +14825,19 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -13304,6 +14850,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thirdOffset", "start": 0, "type": "Identifier" @@ -13311,6 +14858,7 @@ description: Result of parsing kitt.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -13320,11 +14868,13 @@ description: Result of parsing kitt.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -13337,6 +14887,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thirdLevel", "start": 0, "type": "Identifier" @@ -13348,6 +14899,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitExtrude", "start": 0, "type": "Identifier" @@ -13356,9 +14908,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "secondLevel", "start": 0, "type": "Identifier" @@ -13374,6 +14928,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrudeTag", "start": 0, "type": "Identifier" @@ -13382,9 +14937,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -13400,6 +14957,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionY", "start": 0, "type": "Identifier" @@ -13411,9 +14969,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitNewEarOffsetSide", "start": 0, "type": "Identifier" @@ -13423,14 +14983,17 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thirdOffset", "start": 0, "type": "Identifier" @@ -13450,6 +15013,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionZ", "start": 0, "type": "Identifier" @@ -13461,9 +15025,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitNewEarOffsetFront", "start": 0, "type": "Identifier" @@ -13473,10 +15039,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.02", "start": 0, "type": "Literal", @@ -13496,6 +15064,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -13507,9 +15076,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEarWidth", "start": 0, "type": "Identifier" @@ -13519,6 +15090,7 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -13527,9 +15099,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thirdOffset", "start": 0, "type": "Identifier" @@ -13539,10 +15113,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -13566,6 +15142,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -13578,9 +15155,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEarDepth", "start": 0, "type": "Identifier" @@ -13592,11 +15171,13 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -13605,9 +15186,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thirdOffset", "start": 0, "type": "Identifier" @@ -13617,10 +15200,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -13644,6 +15229,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -13652,9 +15238,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEarHeight", "start": 0, "type": "Identifier" @@ -13670,9 +15258,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pixelBox", "start": 0, "type": "Identifier" @@ -13683,16 +15273,19 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -13705,6 +15298,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fourthOffset", "start": 0, "type": "Identifier" @@ -13712,6 +15306,7 @@ description: Result of parsing kitt.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -13721,11 +15316,13 @@ description: Result of parsing kitt.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -13738,6 +15335,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fourthLevel", "start": 0, "type": "Identifier" @@ -13749,6 +15347,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitExtrude", "start": 0, "type": "Identifier" @@ -13757,9 +15356,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thirdLevel", "start": 0, "type": "Identifier" @@ -13775,6 +15376,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrudeTag", "start": 0, "type": "Identifier" @@ -13783,9 +15385,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -13801,6 +15405,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionY", "start": 0, "type": "Identifier" @@ -13812,9 +15417,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitNewEarOffsetSide", "start": 0, "type": "Identifier" @@ -13824,14 +15431,17 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fourthOffset", "start": 0, "type": "Identifier" @@ -13851,6 +15461,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionZ", "start": 0, "type": "Identifier" @@ -13862,9 +15473,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitNewEarOffsetFront", "start": 0, "type": "Identifier" @@ -13874,10 +15487,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.03", "start": 0, "type": "Literal", @@ -13897,6 +15512,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -13908,9 +15524,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEarWidth", "start": 0, "type": "Identifier" @@ -13920,6 +15538,7 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -13928,9 +15547,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fourthOffset", "start": 0, "type": "Identifier" @@ -13940,10 +15561,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -13967,6 +15590,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -13979,9 +15603,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEarDepth", "start": 0, "type": "Identifier" @@ -13993,11 +15619,13 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -14006,9 +15634,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fourthOffset", "start": 0, "type": "Identifier" @@ -14018,10 +15648,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -14045,6 +15677,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -14053,9 +15686,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEarHeight", "start": 0, "type": "Identifier" @@ -14071,9 +15706,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pixelBox", "start": 0, "type": "Identifier" @@ -14084,16 +15721,19 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -14103,9 +15743,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseVolume", "start": 0, "type": "Identifier" @@ -14117,6 +15759,7 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -14124,12 +15767,14 @@ description: Result of parsing kitt.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -14141,6 +15786,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -14152,6 +15798,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -14163,6 +15810,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -14177,12 +15825,14 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "earOffsetFront", "start": 0, "type": "Identifier" @@ -14193,6 +15843,7 @@ description: Result of parsing kitt.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "earOffsetSide", "start": 0, "type": "Identifier" @@ -14203,11 +15854,13 @@ description: Result of parsing kitt.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -14220,6 +15873,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEarOffsetFront", "start": 0, "type": "Identifier" @@ -14227,6 +15881,7 @@ description: Result of parsing kitt.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -14236,11 +15891,13 @@ description: Result of parsing kitt.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -14253,6 +15910,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEarOffsetSide", "start": 0, "type": "Identifier" @@ -14260,6 +15918,7 @@ description: Result of parsing kitt.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -14269,11 +15928,13 @@ description: Result of parsing kitt.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -14286,6 +15947,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitRightEar", "start": 0, "type": "Identifier" @@ -14297,6 +15959,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "earOffsetFront", "start": 0, "type": "Identifier" @@ -14305,9 +15968,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEarOffsetFront", "start": 0, "type": "Identifier" @@ -14323,6 +15988,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "earOffsetSide", "start": 0, "type": "Identifier" @@ -14331,9 +15997,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEarOffsetSide", "start": 0, "type": "Identifier" @@ -14349,9 +16017,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEar", "start": 0, "type": "Identifier" @@ -14362,16 +16032,19 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -14384,6 +16057,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitLeftEar", "start": 0, "type": "Identifier" @@ -14395,6 +16069,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "earOffsetFront", "start": 0, "type": "Identifier" @@ -14403,9 +16078,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEarOffsetFront", "start": 0, "type": "Identifier" @@ -14421,6 +16098,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "earOffsetSide", "start": 0, "type": "Identifier" @@ -14435,9 +16113,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBodyWidth", "start": 0, "type": "Identifier" @@ -14447,14 +16127,17 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEarWidth", "start": 0, "type": "Identifier" @@ -14468,14 +16151,17 @@ description: Result of parsing kitt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEarOffsetSide", "start": 0, "type": "Identifier" @@ -14495,9 +16181,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitEar", "start": 0, "type": "Identifier" @@ -14508,16 +16196,19 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -14530,6 +16221,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillOffset", "start": 0, "type": "Identifier" @@ -14537,6 +16229,7 @@ description: Result of parsing kitt.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -14546,11 +16239,13 @@ description: Result of parsing kitt.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -14569,6 +16264,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillRowA", "start": 0, "type": "Identifier" @@ -14583,9 +16279,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBodyElevation", "start": 0, "type": "Identifier" @@ -14595,14 +16293,17 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBodyHeight", "start": 0, "type": "Identifier" @@ -14616,14 +16317,17 @@ description: Result of parsing kitt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillOffset", "start": 0, "type": "Identifier" @@ -14637,11 +16341,13 @@ description: Result of parsing kitt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -14654,6 +16360,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillRowB", "start": 0, "type": "Identifier" @@ -14665,9 +16372,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillRowA", "start": 0, "type": "Identifier" @@ -14677,10 +16386,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -14694,11 +16405,13 @@ description: Result of parsing kitt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -14711,6 +16424,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillRowC", "start": 0, "type": "Identifier" @@ -14722,9 +16436,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillRowA", "start": 0, "type": "Identifier" @@ -14734,10 +16450,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -14751,11 +16469,13 @@ description: Result of parsing kitt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -14768,6 +16488,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillColumnA", "start": 0, "type": "Identifier" @@ -14779,9 +16500,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBodyDepth", "start": 0, "type": "Identifier" @@ -14791,14 +16514,17 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillOffset", "start": 0, "type": "Identifier" @@ -14812,11 +16538,13 @@ description: Result of parsing kitt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -14829,6 +16557,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillColumnB", "start": 0, "type": "Identifier" @@ -14840,9 +16569,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillColumnA", "start": 0, "type": "Identifier" @@ -14852,10 +16583,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -14869,11 +16602,13 @@ description: Result of parsing kitt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -14886,6 +16621,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillColumnC", "start": 0, "type": "Identifier" @@ -14897,9 +16633,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillColumnA", "start": 0, "type": "Identifier" @@ -14909,10 +16647,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -14926,11 +16666,13 @@ description: Result of parsing kitt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -14943,6 +16685,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillColumnD", "start": 0, "type": "Identifier" @@ -14954,9 +16697,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillColumnA", "start": 0, "type": "Identifier" @@ -14966,10 +16711,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -14983,11 +16730,13 @@ description: Result of parsing kitt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -15000,6 +16749,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillColumnE", "start": 0, "type": "Identifier" @@ -15011,9 +16761,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillColumnA", "start": 0, "type": "Identifier" @@ -15023,10 +16775,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -15040,11 +16794,13 @@ description: Result of parsing kitt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -15057,6 +16813,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillHoleSize", "start": 0, "type": "Identifier" @@ -15064,6 +16821,7 @@ description: Result of parsing kitt.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -15073,11 +16831,13 @@ description: Result of parsing kitt.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -15090,6 +16850,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillHoleDepth", "start": 0, "type": "Identifier" @@ -15098,6 +16859,7 @@ description: Result of parsing kitt.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -15109,16 +16871,19 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -15131,6 +16896,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillHoleAB", "start": 0, "type": "Identifier" @@ -15142,6 +16908,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitExtrude", "start": 0, "type": "Identifier" @@ -15150,9 +16917,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBody", "start": 0, "type": "Identifier" @@ -15168,6 +16937,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrudeTag", "start": 0, "type": "Identifier" @@ -15176,9 +16946,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -15194,6 +16966,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionY", "start": 0, "type": "Identifier" @@ -15202,9 +16975,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillRowA", "start": 0, "type": "Identifier" @@ -15220,6 +16995,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionZ", "start": 0, "type": "Identifier" @@ -15228,9 +17004,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillColumnB", "start": 0, "type": "Identifier" @@ -15246,6 +17024,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -15254,9 +17033,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillHoleSize", "start": 0, "type": "Identifier" @@ -15272,6 +17053,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -15280,9 +17062,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillHoleSize", "start": 0, "type": "Identifier" @@ -15298,6 +17082,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -15306,9 +17091,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillHoleDepth", "start": 0, "type": "Identifier" @@ -15324,9 +17111,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pixelBox", "start": 0, "type": "Identifier" @@ -15337,16 +17126,19 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -15359,6 +17151,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillHoleAD", "start": 0, "type": "Identifier" @@ -15370,6 +17163,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitExtrude", "start": 0, "type": "Identifier" @@ -15378,9 +17172,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBody", "start": 0, "type": "Identifier" @@ -15396,6 +17192,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrudeTag", "start": 0, "type": "Identifier" @@ -15404,9 +17201,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -15422,6 +17221,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionY", "start": 0, "type": "Identifier" @@ -15430,9 +17230,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillRowA", "start": 0, "type": "Identifier" @@ -15448,6 +17250,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionZ", "start": 0, "type": "Identifier" @@ -15456,9 +17259,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillColumnD", "start": 0, "type": "Identifier" @@ -15474,6 +17279,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -15482,9 +17288,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillHoleSize", "start": 0, "type": "Identifier" @@ -15500,6 +17308,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -15508,9 +17317,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillHoleSize", "start": 0, "type": "Identifier" @@ -15526,6 +17337,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -15534,9 +17346,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillHoleDepth", "start": 0, "type": "Identifier" @@ -15552,9 +17366,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pixelBox", "start": 0, "type": "Identifier" @@ -15565,16 +17381,19 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -15587,6 +17406,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillHoleBA", "start": 0, "type": "Identifier" @@ -15598,6 +17418,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitExtrude", "start": 0, "type": "Identifier" @@ -15606,9 +17427,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBody", "start": 0, "type": "Identifier" @@ -15624,6 +17447,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrudeTag", "start": 0, "type": "Identifier" @@ -15632,9 +17456,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -15650,6 +17476,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionY", "start": 0, "type": "Identifier" @@ -15658,9 +17485,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillRowB", "start": 0, "type": "Identifier" @@ -15676,6 +17505,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionZ", "start": 0, "type": "Identifier" @@ -15684,9 +17514,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillColumnA", "start": 0, "type": "Identifier" @@ -15702,6 +17534,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -15710,9 +17543,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillHoleSize", "start": 0, "type": "Identifier" @@ -15728,6 +17563,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -15736,9 +17572,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillHoleSize", "start": 0, "type": "Identifier" @@ -15754,6 +17592,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -15762,9 +17601,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillHoleDepth", "start": 0, "type": "Identifier" @@ -15780,9 +17621,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pixelBox", "start": 0, "type": "Identifier" @@ -15793,16 +17636,19 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -15815,6 +17661,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillHoleBC", "start": 0, "type": "Identifier" @@ -15826,6 +17673,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitExtrude", "start": 0, "type": "Identifier" @@ -15834,9 +17682,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBody", "start": 0, "type": "Identifier" @@ -15852,6 +17702,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrudeTag", "start": 0, "type": "Identifier" @@ -15860,9 +17711,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -15878,6 +17731,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionY", "start": 0, "type": "Identifier" @@ -15886,9 +17740,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillRowB", "start": 0, "type": "Identifier" @@ -15904,6 +17760,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionZ", "start": 0, "type": "Identifier" @@ -15912,9 +17769,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillColumnC", "start": 0, "type": "Identifier" @@ -15930,6 +17789,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -15938,9 +17798,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillHoleSize", "start": 0, "type": "Identifier" @@ -15956,6 +17818,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -15964,9 +17827,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillHoleSize", "start": 0, "type": "Identifier" @@ -15982,6 +17847,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -15990,9 +17856,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillHoleDepth", "start": 0, "type": "Identifier" @@ -16008,9 +17876,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pixelBox", "start": 0, "type": "Identifier" @@ -16021,16 +17891,19 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -16043,6 +17916,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillHoleBE", "start": 0, "type": "Identifier" @@ -16054,6 +17928,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitExtrude", "start": 0, "type": "Identifier" @@ -16062,9 +17937,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBody", "start": 0, "type": "Identifier" @@ -16080,6 +17957,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrudeTag", "start": 0, "type": "Identifier" @@ -16088,9 +17966,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -16106,6 +17986,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionY", "start": 0, "type": "Identifier" @@ -16114,9 +17995,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillRowB", "start": 0, "type": "Identifier" @@ -16132,6 +18015,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionZ", "start": 0, "type": "Identifier" @@ -16140,9 +18024,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillColumnE", "start": 0, "type": "Identifier" @@ -16158,6 +18044,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -16166,9 +18053,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillHoleSize", "start": 0, "type": "Identifier" @@ -16184,6 +18073,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -16192,9 +18082,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillHoleSize", "start": 0, "type": "Identifier" @@ -16210,6 +18102,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -16218,9 +18111,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillHoleDepth", "start": 0, "type": "Identifier" @@ -16236,9 +18131,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pixelBox", "start": 0, "type": "Identifier" @@ -16249,16 +18146,19 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -16271,6 +18171,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillHoleCB", "start": 0, "type": "Identifier" @@ -16282,6 +18183,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitExtrude", "start": 0, "type": "Identifier" @@ -16290,9 +18192,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBody", "start": 0, "type": "Identifier" @@ -16308,6 +18212,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrudeTag", "start": 0, "type": "Identifier" @@ -16316,9 +18221,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -16334,6 +18241,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionY", "start": 0, "type": "Identifier" @@ -16342,9 +18250,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillRowC", "start": 0, "type": "Identifier" @@ -16360,6 +18270,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionZ", "start": 0, "type": "Identifier" @@ -16368,9 +18279,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillColumnB", "start": 0, "type": "Identifier" @@ -16386,6 +18299,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -16394,9 +18308,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillHoleSize", "start": 0, "type": "Identifier" @@ -16412,6 +18328,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -16420,9 +18337,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillHoleSize", "start": 0, "type": "Identifier" @@ -16438,6 +18357,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -16446,9 +18366,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillHoleDepth", "start": 0, "type": "Identifier" @@ -16464,9 +18386,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pixelBox", "start": 0, "type": "Identifier" @@ -16477,16 +18401,19 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -16499,6 +18426,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillHoleCD", "start": 0, "type": "Identifier" @@ -16510,6 +18438,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitExtrude", "start": 0, "type": "Identifier" @@ -16518,9 +18447,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBody", "start": 0, "type": "Identifier" @@ -16536,6 +18467,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrudeTag", "start": 0, "type": "Identifier" @@ -16544,9 +18476,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -16562,6 +18496,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionY", "start": 0, "type": "Identifier" @@ -16570,9 +18505,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillRowC", "start": 0, "type": "Identifier" @@ -16588,6 +18525,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionZ", "start": 0, "type": "Identifier" @@ -16596,9 +18534,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillColumnD", "start": 0, "type": "Identifier" @@ -16614,6 +18554,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -16622,9 +18563,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillHoleSize", "start": 0, "type": "Identifier" @@ -16640,6 +18583,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -16648,9 +18592,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillHoleSize", "start": 0, "type": "Identifier" @@ -16666,6 +18612,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -16674,9 +18621,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillHoleDepth", "start": 0, "type": "Identifier" @@ -16692,9 +18641,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pixelBox", "start": 0, "type": "Identifier" @@ -16705,16 +18656,19 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -16727,6 +18681,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitVentElevation", "start": 0, "type": "Identifier" @@ -16738,9 +18693,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBodyElevation", "start": 0, "type": "Identifier" @@ -16750,10 +18707,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -16767,11 +18726,13 @@ description: Result of parsing kitt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -16789,6 +18750,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitVentOffset", "start": 0, "type": "Identifier" @@ -16796,6 +18758,7 @@ description: Result of parsing kitt.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -16805,11 +18768,13 @@ description: Result of parsing kitt.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -16822,6 +18787,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitVentHoleWidth", "start": 0, "type": "Identifier" @@ -16829,6 +18795,7 @@ description: Result of parsing kitt.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -16838,11 +18805,13 @@ description: Result of parsing kitt.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -16855,6 +18824,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitVentHoleHeight", "start": 0, "type": "Identifier" @@ -16862,6 +18832,7 @@ description: Result of parsing kitt.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -16871,11 +18842,13 @@ description: Result of parsing kitt.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -16888,6 +18861,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitVentHoleDepth", "start": 0, "type": "Identifier" @@ -16896,9 +18870,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grillHoleDepth", "start": 0, "type": "Identifier" @@ -16908,11 +18884,13 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -16925,6 +18903,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitVentA", "start": 0, "type": "Identifier" @@ -16936,6 +18915,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitExtrude", "start": 0, "type": "Identifier" @@ -16944,9 +18924,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBody", "start": 0, "type": "Identifier" @@ -16962,6 +18944,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrudeTag", "start": 0, "type": "Identifier" @@ -16970,9 +18953,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -16988,6 +18973,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionY", "start": 0, "type": "Identifier" @@ -16996,9 +18982,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitVentElevation", "start": 0, "type": "Identifier" @@ -17014,6 +19002,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionZ", "start": 0, "type": "Identifier" @@ -17022,9 +19011,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitVentOffset", "start": 0, "type": "Identifier" @@ -17040,6 +19031,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -17048,9 +19040,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitVentHoleHeight", "start": 0, "type": "Identifier" @@ -17066,6 +19060,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -17074,9 +19069,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitVentHoleWidth", "start": 0, "type": "Identifier" @@ -17092,6 +19089,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -17100,9 +19098,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitVentHoleDepth", "start": 0, "type": "Identifier" @@ -17118,9 +19118,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pixelBox", "start": 0, "type": "Identifier" @@ -17131,16 +19133,19 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -17153,6 +19158,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitVentB", "start": 0, "type": "Identifier" @@ -17164,6 +19170,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitExtrude", "start": 0, "type": "Identifier" @@ -17172,9 +19179,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBody", "start": 0, "type": "Identifier" @@ -17190,6 +19199,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrudeTag", "start": 0, "type": "Identifier" @@ -17198,9 +19208,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -17216,6 +19228,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionY", "start": 0, "type": "Identifier" @@ -17224,9 +19237,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitVentElevation", "start": 0, "type": "Identifier" @@ -17242,6 +19257,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionZ", "start": 0, "type": "Identifier" @@ -17253,9 +19269,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitVentOffset", "start": 0, "type": "Identifier" @@ -17265,10 +19283,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -17288,6 +19308,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -17296,9 +19317,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitVentHoleHeight", "start": 0, "type": "Identifier" @@ -17314,6 +19337,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -17322,9 +19346,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitVentHoleWidth", "start": 0, "type": "Identifier" @@ -17340,6 +19366,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -17348,9 +19375,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitVentHoleDepth", "start": 0, "type": "Identifier" @@ -17366,9 +19395,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pixelBox", "start": 0, "type": "Identifier" @@ -17379,16 +19410,19 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -17401,6 +19435,7 @@ description: Result of parsing kitt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitVentC", "start": 0, "type": "Identifier" @@ -17412,6 +19447,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitExtrude", "start": 0, "type": "Identifier" @@ -17420,9 +19456,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitBody", "start": 0, "type": "Identifier" @@ -17438,6 +19476,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrudeTag", "start": 0, "type": "Identifier" @@ -17446,9 +19485,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -17464,6 +19505,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionY", "start": 0, "type": "Identifier" @@ -17472,9 +19514,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitVentElevation", "start": 0, "type": "Identifier" @@ -17490,6 +19534,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "positionZ", "start": 0, "type": "Identifier" @@ -17501,9 +19546,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitVentOffset", "start": 0, "type": "Identifier" @@ -17513,10 +19560,12 @@ description: Result of parsing kitt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -17536,6 +19585,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -17544,9 +19594,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitVentHoleHeight", "start": 0, "type": "Identifier" @@ -17562,6 +19614,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -17570,9 +19623,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitVentHoleWidth", "start": 0, "type": "Identifier" @@ -17588,6 +19643,7 @@ description: Result of parsing kitt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -17596,9 +19652,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kitVentHoleDepth", "start": 0, "type": "Identifier" @@ -17614,9 +19672,11 @@ description: Result of parsing kitt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pixelBox", "start": 0, "type": "Identifier" @@ -17627,16 +19687,19 @@ description: Result of parsing kitt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -17644,12 +19707,14 @@ description: Result of parsing kitt.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "4": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -17661,6 +19726,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -17672,6 +19738,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -17683,6 +19750,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -17694,6 +19762,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -17705,6 +19774,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -17716,6 +19786,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -17727,6 +19798,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -17738,6 +19810,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -17749,6 +19822,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -17760,6 +19834,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -17771,6 +19846,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -17782,6 +19858,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -17793,6 +19870,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -17804,6 +19882,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -17815,6 +19894,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -17826,6 +19906,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -17837,6 +19918,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -17848,6 +19930,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -17859,6 +19942,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -17870,6 +19954,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -17881,6 +19966,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -17892,6 +19978,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -17903,6 +19990,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -17914,6 +20002,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -17925,6 +20014,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -17936,6 +20026,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -17947,6 +20038,7 @@ description: Result of parsing kitt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/kitt/program_memory.snap b/rust/kcl-lib/tests/kcl_samples/kitt/program_memory.snap index 683ffa83f..69484a403 100644 --- a/rust/kcl-lib/tests/kcl_samples/kitt/program_memory.snap +++ b/rust/kcl-lib/tests/kcl_samples/kitt/program_memory.snap @@ -244,6 +244,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -257,6 +258,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -306,6 +308,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -331,6 +334,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -668,6 +672,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -681,6 +686,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -730,6 +736,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -755,6 +762,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -1092,6 +1100,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -1105,6 +1114,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -1154,6 +1164,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -1179,6 +1190,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -1516,6 +1528,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -1529,6 +1542,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -1578,6 +1592,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -1603,6 +1618,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -1940,6 +1956,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -1953,6 +1970,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -2002,6 +2020,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -2027,6 +2046,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -2364,6 +2384,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -2377,6 +2398,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -2426,6 +2448,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -2451,6 +2474,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -2788,6 +2812,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -2801,6 +2826,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -2850,6 +2876,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -2875,6 +2902,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -3290,6 +3318,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -3303,6 +3332,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -3352,6 +3382,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -3377,6 +3408,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -3714,6 +3746,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -3727,6 +3760,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -3776,6 +3810,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -3801,6 +3836,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -4100,6 +4136,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -4113,6 +4150,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -4162,6 +4200,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -4187,6 +4226,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -4695,6 +4735,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -4708,6 +4749,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -4757,6 +4799,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -4782,6 +4825,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -5310,6 +5354,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -5323,6 +5368,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -5372,6 +5418,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -5397,6 +5444,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -5925,6 +5973,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -5938,6 +5987,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -5987,6 +6037,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -6012,6 +6063,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -6908,6 +6960,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -6921,6 +6974,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -6970,6 +7024,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -6995,6 +7050,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -7575,6 +7631,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -7588,6 +7645,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -7637,6 +7695,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -7662,6 +7721,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -8190,6 +8250,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -8203,6 +8264,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -8252,6 +8314,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -8277,6 +8340,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -8805,6 +8869,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -8818,6 +8883,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -8867,6 +8933,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -8892,6 +8959,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -9330,6 +9398,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -9343,6 +9412,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -9392,6 +9462,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -9417,6 +9488,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -9819,6 +9891,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -9832,6 +9905,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -9881,6 +9955,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -9906,6 +9981,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -10761,6 +10837,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -10774,6 +10851,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -10823,6 +10901,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -10848,6 +10927,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -11775,6 +11855,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -11788,6 +11869,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -11837,6 +11919,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -11862,6 +11945,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -12789,6 +12873,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -12802,6 +12887,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -12851,6 +12937,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -12876,6 +12963,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -14019,6 +14107,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -14032,6 +14121,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -14081,6 +14171,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -14106,6 +14197,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -15033,6 +15125,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -15046,6 +15139,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -15095,6 +15189,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -15120,6 +15215,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -16073,6 +16169,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -16086,6 +16183,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -16135,6 +16233,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -16160,6 +16259,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -17087,6 +17187,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -17100,6 +17201,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -17149,6 +17251,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -17174,6 +17277,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -18309,6 +18413,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -18322,6 +18427,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -18371,6 +18477,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -18396,6 +18503,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -18818,6 +18926,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -18831,6 +18940,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -18880,6 +18990,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -18905,6 +19016,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -19760,6 +19872,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -19773,6 +19886,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -19822,6 +19936,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -19847,6 +19962,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -20649,6 +20765,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -20662,6 +20779,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -20711,6 +20829,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -20736,6 +20855,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -21161,6 +21281,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -21174,6 +21295,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -21223,6 +21345,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -21248,6 +21371,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -21585,6 +21709,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -21598,6 +21723,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -21647,6 +21773,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -21672,6 +21799,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -22009,6 +22137,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -22022,6 +22151,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" @@ -22071,6 +22201,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 766, "end": 772, + "moduleId": 0, "start": 766, "type": "TagDeclarator", "value": "seg01" @@ -22096,6 +22227,7 @@ description: Variables in memory after executing kitt.kcl "tag": { "commentStart": 817, "end": 823, + "moduleId": 0, "start": 817, "type": "TagDeclarator", "value": "seg02" diff --git a/rust/kcl-lib/tests/kcl_samples/lego/ast.snap b/rust/kcl-lib/tests/kcl_samples/lego/ast.snap index 8f2e6a9eb..aa599a96d 100644 --- a/rust/kcl-lib/tests/kcl_samples/lego/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/lego/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing lego.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lbumps", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing lego.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing lego.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define parameters" ], @@ -49,6 +53,7 @@ description: Result of parsing lego.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wbumps", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing lego.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing lego.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing lego.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitch", "start": 0, "type": "Identifier" @@ -89,6 +98,7 @@ description: Result of parsing lego.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8.0", "start": 0, "type": "Literal", @@ -98,11 +108,13 @@ description: Result of parsing lego.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -115,6 +127,7 @@ description: Result of parsing lego.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clearance", "start": 0, "type": "Identifier" @@ -122,6 +135,7 @@ description: Result of parsing lego.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -131,11 +145,13 @@ description: Result of parsing lego.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -148,6 +164,7 @@ description: Result of parsing lego.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bumpDiam", "start": 0, "type": "Identifier" @@ -155,6 +172,7 @@ description: Result of parsing lego.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.8", "start": 0, "type": "Literal", @@ -164,11 +182,13 @@ description: Result of parsing lego.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -181,6 +201,7 @@ description: Result of parsing lego.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bumpHeight", "start": 0, "type": "Identifier" @@ -188,6 +209,7 @@ description: Result of parsing lego.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.8", "start": 0, "type": "Literal", @@ -197,11 +219,13 @@ description: Result of parsing lego.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -214,6 +238,7 @@ description: Result of parsing lego.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -221,6 +246,7 @@ description: Result of parsing lego.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.2", "start": 0, "type": "Literal", @@ -230,11 +256,13 @@ description: Result of parsing lego.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -247,6 +275,7 @@ description: Result of parsing lego.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "t", "start": 0, "type": "Identifier" @@ -264,9 +293,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitch", "start": 0, "type": "Identifier" @@ -276,6 +307,7 @@ description: Result of parsing lego.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -283,6 +315,7 @@ description: Result of parsing lego.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -292,14 +325,17 @@ description: Result of parsing lego.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clearance", "start": 0, "type": "Identifier" @@ -317,14 +353,17 @@ description: Result of parsing lego.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bumpDiam", "start": 0, "type": "Identifier" @@ -338,10 +377,12 @@ description: Result of parsing lego.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.0", "start": 0, "type": "Literal", @@ -355,11 +396,13 @@ description: Result of parsing lego.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -372,6 +415,7 @@ description: Result of parsing lego.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "postDiam", "start": 0, "type": "Identifier" @@ -383,9 +427,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitch", "start": 0, "type": "Identifier" @@ -395,14 +441,17 @@ description: Result of parsing lego.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "t", "start": 0, "type": "Identifier" @@ -416,11 +465,13 @@ description: Result of parsing lego.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -433,6 +484,7 @@ description: Result of parsing lego.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "totalLength", "start": 0, "type": "Identifier" @@ -447,9 +499,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lbumps", "start": 0, "type": "Identifier" @@ -459,14 +513,17 @@ description: Result of parsing lego.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitch", "start": 0, "type": "Identifier" @@ -480,6 +537,7 @@ description: Result of parsing lego.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -487,6 +545,7 @@ description: Result of parsing lego.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.0", "start": 0, "type": "Literal", @@ -496,14 +555,17 @@ description: Result of parsing lego.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clearance", "start": 0, "type": "Identifier" @@ -521,11 +583,13 @@ description: Result of parsing lego.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -538,6 +602,7 @@ description: Result of parsing lego.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "totalWidth", "start": 0, "type": "Identifier" @@ -552,9 +617,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wbumps", "start": 0, "type": "Identifier" @@ -564,14 +631,17 @@ description: Result of parsing lego.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitch", "start": 0, "type": "Identifier" @@ -585,6 +655,7 @@ description: Result of parsing lego.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -592,6 +663,7 @@ description: Result of parsing lego.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.0", "start": 0, "type": "Literal", @@ -601,14 +673,17 @@ description: Result of parsing lego.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clearance", "start": 0, "type": "Identifier" @@ -626,11 +701,13 @@ description: Result of parsing lego.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -643,6 +720,7 @@ description: Result of parsing lego.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lSegments", "start": 0, "type": "Identifier" @@ -654,9 +732,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "totalLength", "start": 0, "type": "Identifier" @@ -666,14 +746,17 @@ description: Result of parsing lego.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lbumps", "start": 0, "type": "Identifier" @@ -687,11 +770,13 @@ description: Result of parsing lego.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -709,6 +794,7 @@ description: Result of parsing lego.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wSegments", "start": 0, "type": "Identifier" @@ -720,9 +806,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "totalWidth", "start": 0, "type": "Identifier" @@ -732,14 +820,17 @@ description: Result of parsing lego.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wbumps", "start": 0, "type": "Identifier" @@ -753,11 +844,13 @@ description: Result of parsing lego.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -772,6 +865,7 @@ description: Result of parsing lego.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isGreaterThan", "start": 0, "type": "Identifier" @@ -779,6 +873,7 @@ description: Result of parsing lego.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -794,6 +889,7 @@ description: Result of parsing lego.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -801,6 +897,7 @@ description: Result of parsing lego.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"lbumps must be greater than 1\"", "start": 0, "type": "Literal", @@ -813,9 +910,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -826,6 +925,7 @@ description: Result of parsing lego.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -833,9 +933,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lbumps", "start": 0, "type": "Identifier" @@ -846,6 +948,7 @@ description: Result of parsing lego.kcl "type": "Name" } }, + "moduleId": 0, "preComments": [ "", "", @@ -865,6 +968,7 @@ description: Result of parsing lego.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isGreaterThan", "start": 0, "type": "Identifier" @@ -872,6 +976,7 @@ description: Result of parsing lego.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -887,6 +992,7 @@ description: Result of parsing lego.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "error", "start": 0, "type": "Identifier" @@ -894,6 +1000,7 @@ description: Result of parsing lego.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"wbumps must be greater than 1\"", "start": 0, "type": "Literal", @@ -906,9 +1013,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -919,6 +1028,7 @@ description: Result of parsing lego.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -926,9 +1036,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wbumps", "start": 0, "type": "Identifier" @@ -939,6 +1051,7 @@ description: Result of parsing lego.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -951,6 +1064,7 @@ description: Result of parsing lego.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "base", "start": 0, "type": "Identifier" @@ -958,13 +1072,16 @@ description: Result of parsing lego.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -975,6 +1092,7 @@ description: Result of parsing lego.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -982,9 +1100,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -1002,6 +1122,7 @@ description: Result of parsing lego.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1017,9 +1138,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "totalWidth", "start": 0, "type": "Identifier" @@ -1031,15 +1154,18 @@ description: Result of parsing lego.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1061,9 +1187,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "totalLength", "start": 0, "type": "Identifier" @@ -1075,15 +1203,18 @@ description: Result of parsing lego.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1099,6 +1230,7 @@ description: Result of parsing lego.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1109,9 +1241,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1122,6 +1256,7 @@ description: Result of parsing lego.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1134,6 +1269,7 @@ description: Result of parsing lego.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1145,9 +1281,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "totalWidth", "start": 0, "type": "Identifier" @@ -1160,6 +1298,7 @@ description: Result of parsing lego.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1171,6 +1310,7 @@ description: Result of parsing lego.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1181,9 +1321,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1194,6 +1336,7 @@ description: Result of parsing lego.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1206,6 +1349,7 @@ description: Result of parsing lego.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1216,6 +1360,7 @@ description: Result of parsing lego.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1229,9 +1374,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "totalLength", "start": 0, "type": "Identifier" @@ -1243,6 +1390,7 @@ description: Result of parsing lego.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1253,9 +1401,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1266,6 +1416,7 @@ description: Result of parsing lego.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1278,6 +1429,7 @@ description: Result of parsing lego.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1290,9 +1442,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "totalWidth", "start": 0, "type": "Identifier" @@ -1304,6 +1458,7 @@ description: Result of parsing lego.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1312,6 +1467,7 @@ description: Result of parsing lego.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1323,6 +1479,7 @@ description: Result of parsing lego.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1333,9 +1490,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1346,19 +1505,23 @@ description: Result of parsing lego.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1369,6 +1532,7 @@ description: Result of parsing lego.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1381,6 +1545,7 @@ description: Result of parsing lego.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1389,9 +1554,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -1407,9 +1574,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1420,6 +1589,7 @@ description: Result of parsing lego.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1428,12 +1598,14 @@ description: Result of parsing lego.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "6": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1450,11 +1622,13 @@ description: Result of parsing lego.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1472,6 +1646,7 @@ description: Result of parsing lego.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shellExtrude", "start": 0, "type": "Identifier" @@ -1485,6 +1660,7 @@ description: Result of parsing lego.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -1493,9 +1669,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "START", "start": 0, "type": "Identifier" @@ -1511,9 +1689,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1524,6 +1704,7 @@ description: Result of parsing lego.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1531,9 +1712,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "base", "start": 0, "type": "Identifier" @@ -1551,6 +1734,7 @@ description: Result of parsing lego.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1569,9 +1753,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "totalWidth", "start": 0, "type": "Identifier" @@ -1581,10 +1767,12 @@ description: Result of parsing lego.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1598,14 +1786,17 @@ description: Result of parsing lego.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "t", "start": 0, "type": "Identifier" @@ -1621,6 +1812,7 @@ description: Result of parsing lego.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1637,9 +1829,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "totalLength", "start": 0, "type": "Identifier" @@ -1649,10 +1843,12 @@ description: Result of parsing lego.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1666,14 +1862,17 @@ description: Result of parsing lego.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "t", "start": 0, "type": "Identifier" @@ -1689,6 +1888,7 @@ description: Result of parsing lego.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1696,6 +1896,7 @@ description: Result of parsing lego.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1706,9 +1907,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1719,6 +1922,7 @@ description: Result of parsing lego.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1731,6 +1935,7 @@ description: Result of parsing lego.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1745,9 +1950,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "totalWidth", "start": 0, "type": "Identifier" @@ -1757,6 +1964,7 @@ description: Result of parsing lego.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -1764,6 +1972,7 @@ description: Result of parsing lego.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1773,14 +1982,17 @@ description: Result of parsing lego.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "t", "start": 0, "type": "Identifier" @@ -1801,6 +2013,7 @@ description: Result of parsing lego.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1812,6 +2025,7 @@ description: Result of parsing lego.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1822,9 +2036,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1835,6 +2051,7 @@ description: Result of parsing lego.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1847,6 +2064,7 @@ description: Result of parsing lego.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1857,6 +2075,7 @@ description: Result of parsing lego.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1873,9 +2092,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "totalLength", "start": 0, "type": "Identifier" @@ -1885,6 +2106,7 @@ description: Result of parsing lego.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -1892,6 +2114,7 @@ description: Result of parsing lego.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1901,14 +2124,17 @@ description: Result of parsing lego.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "t", "start": 0, "type": "Identifier" @@ -1928,6 +2154,7 @@ description: Result of parsing lego.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1938,9 +2165,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1951,6 +2180,7 @@ description: Result of parsing lego.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1963,6 +2193,7 @@ description: Result of parsing lego.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1978,9 +2209,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "totalWidth", "start": 0, "type": "Identifier" @@ -1990,6 +2223,7 @@ description: Result of parsing lego.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -1997,6 +2231,7 @@ description: Result of parsing lego.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2006,14 +2241,17 @@ description: Result of parsing lego.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "t", "start": 0, "type": "Identifier" @@ -2033,6 +2271,7 @@ description: Result of parsing lego.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2041,6 +2280,7 @@ description: Result of parsing lego.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2052,6 +2292,7 @@ description: Result of parsing lego.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2062,9 +2303,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2075,19 +2318,23 @@ description: Result of parsing lego.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -2098,6 +2345,7 @@ description: Result of parsing lego.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2110,6 +2358,7 @@ description: Result of parsing lego.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2122,9 +2371,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -2134,14 +2385,17 @@ description: Result of parsing lego.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "t", "start": 0, "type": "Identifier" @@ -2157,6 +2411,7 @@ description: Result of parsing lego.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2168,9 +2423,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2181,6 +2438,7 @@ description: Result of parsing lego.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2189,12 +2447,14 @@ description: Result of parsing lego.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "6": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2211,11 +2471,13 @@ description: Result of parsing lego.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2228,6 +2490,7 @@ description: Result of parsing lego.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "peg", "start": 0, "type": "Identifier" @@ -2241,6 +2504,7 @@ description: Result of parsing lego.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -2249,9 +2513,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -2267,9 +2533,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2280,6 +2548,7 @@ description: Result of parsing lego.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2287,9 +2556,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "base", "start": 0, "type": "Identifier" @@ -2307,6 +2578,7 @@ description: Result of parsing lego.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -2325,9 +2597,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitch", "start": 0, "type": "Identifier" @@ -2337,6 +2611,7 @@ description: Result of parsing lego.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, @@ -2345,9 +2620,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wbumps", "start": 0, "type": "Identifier" @@ -2357,10 +2634,12 @@ description: Result of parsing lego.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -2378,10 +2657,12 @@ description: Result of parsing lego.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2397,6 +2678,7 @@ description: Result of parsing lego.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2413,9 +2695,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitch", "start": 0, "type": "Identifier" @@ -2425,6 +2709,7 @@ description: Result of parsing lego.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, @@ -2433,9 +2718,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lbumps", "start": 0, "type": "Identifier" @@ -2445,10 +2732,12 @@ description: Result of parsing lego.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -2466,10 +2755,12 @@ description: Result of parsing lego.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2485,6 +2776,7 @@ description: Result of parsing lego.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2492,6 +2784,7 @@ description: Result of parsing lego.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2502,6 +2795,7 @@ description: Result of parsing lego.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2513,9 +2807,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bumpDiam", "start": 0, "type": "Identifier" @@ -2525,10 +2821,12 @@ description: Result of parsing lego.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2548,9 +2846,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -2561,6 +2861,7 @@ description: Result of parsing lego.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2573,6 +2874,7 @@ description: Result of parsing lego.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -2583,6 +2885,7 @@ description: Result of parsing lego.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -2595,6 +2898,7 @@ description: Result of parsing lego.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2606,6 +2910,7 @@ description: Result of parsing lego.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2616,6 +2921,7 @@ description: Result of parsing lego.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -2624,9 +2930,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wbumps", "start": 0, "type": "Identifier" @@ -2642,6 +2950,7 @@ description: Result of parsing lego.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -2650,9 +2959,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitch", "start": 0, "type": "Identifier" @@ -2668,9 +2979,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear2d", "start": 0, "type": "Identifier" @@ -2681,6 +2994,7 @@ description: Result of parsing lego.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2693,6 +3007,7 @@ description: Result of parsing lego.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -2703,6 +3018,7 @@ description: Result of parsing lego.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2715,6 +3031,7 @@ description: Result of parsing lego.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -2726,6 +3043,7 @@ description: Result of parsing lego.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2736,6 +3054,7 @@ description: Result of parsing lego.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -2744,9 +3063,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lbumps", "start": 0, "type": "Identifier" @@ -2762,6 +3083,7 @@ description: Result of parsing lego.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -2770,9 +3092,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitch", "start": 0, "type": "Identifier" @@ -2788,9 +3112,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear2d", "start": 0, "type": "Identifier" @@ -2801,6 +3127,7 @@ description: Result of parsing lego.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2813,6 +3140,7 @@ description: Result of parsing lego.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2821,9 +3149,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bumpHeight", "start": 0, "type": "Identifier" @@ -2839,9 +3169,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2852,6 +3184,7 @@ description: Result of parsing lego.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2860,12 +3193,14 @@ description: Result of parsing lego.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "4": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2882,11 +3217,13 @@ description: Result of parsing lego.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2899,6 +3236,7 @@ description: Result of parsing lego.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tubePattern", "start": 0, "type": "Identifier" @@ -2912,6 +3250,7 @@ description: Result of parsing lego.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -2920,9 +3259,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "START", "start": 0, "type": "Identifier" @@ -2938,9 +3279,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2951,6 +3294,7 @@ description: Result of parsing lego.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2958,9 +3302,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shellExtrude", "start": 0, "type": "Identifier" @@ -2978,6 +3324,7 @@ description: Result of parsing lego.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -2999,9 +3346,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitch", "start": 0, "type": "Identifier" @@ -3011,6 +3360,7 @@ description: Result of parsing lego.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, @@ -3019,9 +3369,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wbumps", "start": 0, "type": "Identifier" @@ -3031,10 +3383,12 @@ description: Result of parsing lego.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -3052,10 +3406,12 @@ description: Result of parsing lego.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3069,6 +3425,7 @@ description: Result of parsing lego.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -3077,9 +3434,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitch", "start": 0, "type": "Identifier" @@ -3089,10 +3448,12 @@ description: Result of parsing lego.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3112,6 +3473,7 @@ description: Result of parsing lego.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3131,9 +3493,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitch", "start": 0, "type": "Identifier" @@ -3143,6 +3507,7 @@ description: Result of parsing lego.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, @@ -3151,9 +3516,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lbumps", "start": 0, "type": "Identifier" @@ -3163,10 +3530,12 @@ description: Result of parsing lego.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -3184,10 +3553,12 @@ description: Result of parsing lego.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3201,6 +3572,7 @@ description: Result of parsing lego.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -3209,9 +3581,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitch", "start": 0, "type": "Identifier" @@ -3221,10 +3595,12 @@ description: Result of parsing lego.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3244,6 +3620,7 @@ description: Result of parsing lego.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3251,6 +3628,7 @@ description: Result of parsing lego.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3261,6 +3639,7 @@ description: Result of parsing lego.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3272,9 +3651,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bumpDiam", "start": 0, "type": "Identifier" @@ -3284,10 +3665,12 @@ description: Result of parsing lego.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3307,9 +3690,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -3320,6 +3705,7 @@ description: Result of parsing lego.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3332,6 +3718,7 @@ description: Result of parsing lego.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -3342,6 +3729,7 @@ description: Result of parsing lego.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -3354,6 +3742,7 @@ description: Result of parsing lego.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3365,6 +3754,7 @@ description: Result of parsing lego.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3375,6 +3765,7 @@ description: Result of parsing lego.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -3386,9 +3777,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wbumps", "start": 0, "type": "Identifier" @@ -3398,10 +3791,12 @@ description: Result of parsing lego.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -3421,6 +3816,7 @@ description: Result of parsing lego.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -3429,9 +3825,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitch", "start": 0, "type": "Identifier" @@ -3447,9 +3845,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear2d", "start": 0, "type": "Identifier" @@ -3460,6 +3860,7 @@ description: Result of parsing lego.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3472,6 +3873,7 @@ description: Result of parsing lego.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -3482,6 +3884,7 @@ description: Result of parsing lego.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3494,6 +3897,7 @@ description: Result of parsing lego.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -3505,6 +3909,7 @@ description: Result of parsing lego.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3515,6 +3920,7 @@ description: Result of parsing lego.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -3526,9 +3932,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lbumps", "start": 0, "type": "Identifier" @@ -3538,10 +3946,12 @@ description: Result of parsing lego.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -3561,6 +3971,7 @@ description: Result of parsing lego.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -3569,9 +3980,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitch", "start": 0, "type": "Identifier" @@ -3587,9 +4000,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear2d", "start": 0, "type": "Identifier" @@ -3600,6 +4015,7 @@ description: Result of parsing lego.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3612,6 +4028,7 @@ description: Result of parsing lego.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3620,9 +4037,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bumpHeight", "start": 0, "type": "Identifier" @@ -3638,9 +4057,11 @@ description: Result of parsing lego.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -3651,6 +4072,7 @@ description: Result of parsing lego.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3659,15 +4081,18 @@ description: Result of parsing lego.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3679,9 +4104,11 @@ description: Result of parsing lego.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -3700,19 +4127,23 @@ description: Result of parsing lego.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -3729,15 +4160,18 @@ description: Result of parsing lego.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -3753,12 +4187,14 @@ description: Result of parsing lego.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3772,6 +4208,7 @@ description: Result of parsing lego.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3785,6 +4222,7 @@ description: Result of parsing lego.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3799,6 +4237,7 @@ description: Result of parsing lego.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/makeup-mirror/ast.snap b/rust/kcl-lib/tests/kcl_samples/makeup-mirror/ast.snap index d0022fb5e..aebea199a 100644 --- a/rust/kcl-lib/tests/kcl_samples/makeup-mirror/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/makeup-mirror/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing makeup-mirror.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hingeRadius", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing makeup-mirror.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing makeup-mirror.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Hinge parameters" ], @@ -49,6 +53,7 @@ description: Result of parsing makeup-mirror.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hingeHeight", "start": 0, "type": "Identifier" @@ -60,9 +65,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hingeRadius", "start": 0, "type": "Identifier" @@ -72,10 +79,12 @@ description: Result of parsing makeup-mirror.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -89,11 +98,13 @@ description: Result of parsing makeup-mirror.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -106,6 +117,7 @@ description: Result of parsing makeup-mirror.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hingeGap", "start": 0, "type": "Identifier" @@ -113,6 +125,7 @@ description: Result of parsing makeup-mirror.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -122,11 +135,13 @@ description: Result of parsing makeup-mirror.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -139,6 +154,7 @@ description: Result of parsing makeup-mirror.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "armLength", "start": 0, "type": "Identifier" @@ -146,6 +162,7 @@ description: Result of parsing makeup-mirror.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "170", "start": 0, "type": "Literal", @@ -155,11 +172,13 @@ description: Result of parsing makeup-mirror.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -177,6 +196,7 @@ description: Result of parsing makeup-mirror.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "armRadius", "start": 0, "type": "Identifier" @@ -184,6 +204,7 @@ description: Result of parsing makeup-mirror.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -193,11 +214,13 @@ description: Result of parsing makeup-mirror.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -210,6 +233,7 @@ description: Result of parsing makeup-mirror.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mirrorRadius", "start": 0, "type": "Identifier" @@ -220,6 +244,7 @@ description: Result of parsing makeup-mirror.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "170", "start": 0, "type": "Literal", @@ -229,10 +254,12 @@ description: Result of parsing makeup-mirror.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -246,11 +273,13 @@ description: Result of parsing makeup-mirror.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -268,6 +297,7 @@ description: Result of parsing makeup-mirror.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mirrorThickness", "start": 0, "type": "Identifier" @@ -275,6 +305,7 @@ description: Result of parsing makeup-mirror.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -284,11 +315,13 @@ description: Result of parsing makeup-mirror.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -301,6 +334,7 @@ description: Result of parsing makeup-mirror.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "archToMirrorGap", "start": 0, "type": "Identifier" @@ -308,6 +342,7 @@ description: Result of parsing makeup-mirror.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -317,11 +352,13 @@ description: Result of parsing makeup-mirror.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -334,6 +371,7 @@ description: Result of parsing makeup-mirror.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "archThickness", "start": 0, "type": "Identifier" @@ -341,6 +379,7 @@ description: Result of parsing makeup-mirror.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -350,11 +389,13 @@ description: Result of parsing makeup-mirror.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -367,6 +408,7 @@ description: Result of parsing makeup-mirror.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "archRadius", "start": 0, "type": "Identifier" @@ -378,9 +420,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mirrorRadius", "start": 0, "type": "Identifier" @@ -390,14 +434,17 @@ description: Result of parsing makeup-mirror.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "archToMirrorGap", "start": 0, "type": "Identifier" @@ -411,11 +458,13 @@ description: Result of parsing makeup-mirror.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -428,6 +477,7 @@ description: Result of parsing makeup-mirror.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hingeFn", "start": 0, "type": "Identifier" @@ -443,6 +493,7 @@ description: Result of parsing makeup-mirror.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hingeBody", "start": 0, "type": "Identifier" @@ -450,13 +501,16 @@ description: Result of parsing makeup-mirror.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -467,6 +521,7 @@ description: Result of parsing makeup-mirror.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -477,6 +532,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -485,9 +541,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -503,9 +561,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -516,6 +576,7 @@ description: Result of parsing makeup-mirror.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -523,9 +584,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -544,6 +607,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -555,9 +619,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -571,9 +637,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -585,6 +653,7 @@ description: Result of parsing makeup-mirror.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -595,6 +664,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -603,9 +673,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hingeRadius", "start": 0, "type": "Identifier" @@ -621,9 +693,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -634,6 +708,7 @@ description: Result of parsing makeup-mirror.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -646,6 +721,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -654,9 +730,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hingeHeight", "start": 0, "type": "Identifier" @@ -672,9 +750,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -685,6 +765,7 @@ description: Result of parsing makeup-mirror.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -693,15 +774,18 @@ description: Result of parsing makeup-mirror.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -711,9 +795,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hingeBody", "start": 0, "type": "Identifier" @@ -725,6 +811,7 @@ description: Result of parsing makeup-mirror.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -732,16 +819,19 @@ description: Result of parsing makeup-mirror.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -752,6 +842,7 @@ description: Result of parsing makeup-mirror.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -762,6 +853,7 @@ description: Result of parsing makeup-mirror.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -772,11 +864,13 @@ description: Result of parsing makeup-mirror.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "", "", @@ -795,6 +889,7 @@ description: Result of parsing makeup-mirror.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hingePartA1", "start": 0, "type": "Identifier" @@ -806,6 +901,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -813,6 +909,7 @@ description: Result of parsing makeup-mirror.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -828,6 +925,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -835,6 +933,7 @@ description: Result of parsing makeup-mirror.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -850,6 +949,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -857,6 +957,7 @@ description: Result of parsing makeup-mirror.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -872,9 +973,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hingeFn", "start": 0, "type": "Identifier" @@ -885,16 +988,19 @@ description: Result of parsing makeup-mirror.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -907,6 +1013,7 @@ description: Result of parsing makeup-mirror.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hingePartA2", "start": 0, "type": "Identifier" @@ -918,6 +1025,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -925,6 +1033,7 @@ description: Result of parsing makeup-mirror.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -940,6 +1049,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -947,6 +1057,7 @@ description: Result of parsing makeup-mirror.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -962,6 +1073,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -973,9 +1085,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hingeHeight", "start": 0, "type": "Identifier" @@ -985,14 +1099,17 @@ description: Result of parsing makeup-mirror.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hingeGap", "start": 0, "type": "Identifier" @@ -1012,9 +1129,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hingeFn", "start": 0, "type": "Identifier" @@ -1025,16 +1144,19 @@ description: Result of parsing makeup-mirror.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1047,6 +1169,7 @@ description: Result of parsing makeup-mirror.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hingePartA3", "start": 0, "type": "Identifier" @@ -1058,6 +1181,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -1065,6 +1189,7 @@ description: Result of parsing makeup-mirror.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1080,6 +1205,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -1087,6 +1213,7 @@ description: Result of parsing makeup-mirror.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1102,6 +1229,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -1116,9 +1244,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hingeHeight", "start": 0, "type": "Identifier" @@ -1128,10 +1258,12 @@ description: Result of parsing makeup-mirror.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1145,6 +1277,7 @@ description: Result of parsing makeup-mirror.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -1153,9 +1286,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hingeGap", "start": 0, "type": "Identifier" @@ -1165,10 +1300,12 @@ description: Result of parsing makeup-mirror.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1192,9 +1329,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hingeFn", "start": 0, "type": "Identifier" @@ -1205,16 +1344,19 @@ description: Result of parsing makeup-mirror.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1227,6 +1369,7 @@ description: Result of parsing makeup-mirror.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hingePartB2", "start": 0, "type": "Identifier" @@ -1238,6 +1381,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -1246,9 +1390,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "armLength", "start": 0, "type": "Identifier" @@ -1264,6 +1410,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -1271,6 +1418,7 @@ description: Result of parsing makeup-mirror.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1286,6 +1434,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -1297,9 +1446,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hingeHeight", "start": 0, "type": "Identifier" @@ -1309,14 +1460,17 @@ description: Result of parsing makeup-mirror.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hingeGap", "start": 0, "type": "Identifier" @@ -1336,9 +1490,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hingeFn", "start": 0, "type": "Identifier" @@ -1349,16 +1505,19 @@ description: Result of parsing makeup-mirror.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1371,6 +1530,7 @@ description: Result of parsing makeup-mirror.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hingePartB3", "start": 0, "type": "Identifier" @@ -1382,6 +1542,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -1390,9 +1551,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "armLength", "start": 0, "type": "Identifier" @@ -1408,6 +1571,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -1415,6 +1579,7 @@ description: Result of parsing makeup-mirror.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1430,6 +1595,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -1444,9 +1610,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hingeHeight", "start": 0, "type": "Identifier" @@ -1456,10 +1624,12 @@ description: Result of parsing makeup-mirror.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1473,6 +1643,7 @@ description: Result of parsing makeup-mirror.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -1481,9 +1652,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hingeGap", "start": 0, "type": "Identifier" @@ -1493,10 +1666,12 @@ description: Result of parsing makeup-mirror.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1520,9 +1695,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hingeFn", "start": 0, "type": "Identifier" @@ -1533,16 +1710,19 @@ description: Result of parsing makeup-mirror.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1555,6 +1735,7 @@ description: Result of parsing makeup-mirror.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hingePartC2", "start": 0, "type": "Identifier" @@ -1566,6 +1747,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -1574,9 +1756,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "armLength", "start": 0, "type": "Identifier" @@ -1592,6 +1776,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -1601,9 +1786,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "armLength", "start": 0, "type": "Identifier" @@ -1615,6 +1802,7 @@ description: Result of parsing makeup-mirror.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1626,6 +1814,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -1640,9 +1829,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hingeHeight", "start": 0, "type": "Identifier" @@ -1652,10 +1843,12 @@ description: Result of parsing makeup-mirror.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1669,6 +1862,7 @@ description: Result of parsing makeup-mirror.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -1677,9 +1871,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hingeGap", "start": 0, "type": "Identifier" @@ -1689,10 +1885,12 @@ description: Result of parsing makeup-mirror.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1716,9 +1914,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hingeFn", "start": 0, "type": "Identifier" @@ -1729,16 +1929,19 @@ description: Result of parsing makeup-mirror.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1751,6 +1954,7 @@ description: Result of parsing makeup-mirror.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hingePartC3", "start": 0, "type": "Identifier" @@ -1762,6 +1966,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -1770,9 +1975,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "armLength", "start": 0, "type": "Identifier" @@ -1788,6 +1995,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -1797,9 +2005,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "armLength", "start": 0, "type": "Identifier" @@ -1811,6 +2021,7 @@ description: Result of parsing makeup-mirror.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1822,6 +2033,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -1836,9 +2048,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hingeHeight", "start": 0, "type": "Identifier" @@ -1848,10 +2062,12 @@ description: Result of parsing makeup-mirror.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -1865,6 +2081,7 @@ description: Result of parsing makeup-mirror.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -1873,9 +2090,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hingeGap", "start": 0, "type": "Identifier" @@ -1885,10 +2104,12 @@ description: Result of parsing makeup-mirror.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -1912,9 +2133,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hingeFn", "start": 0, "type": "Identifier" @@ -1925,16 +2148,19 @@ description: Result of parsing makeup-mirror.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1947,6 +2173,7 @@ description: Result of parsing makeup-mirror.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "armFn", "start": 0, "type": "Identifier" @@ -1962,6 +2189,7 @@ description: Result of parsing makeup-mirror.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "armBody", "start": 0, "type": "Identifier" @@ -1969,13 +2197,16 @@ description: Result of parsing makeup-mirror.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1986,6 +2217,7 @@ description: Result of parsing makeup-mirror.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1993,9 +2225,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane", "start": 0, "type": "Identifier" @@ -2013,6 +2247,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -2024,9 +2259,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -2040,9 +2277,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "altitude", "start": 0, "type": "Identifier" @@ -2054,6 +2293,7 @@ description: Result of parsing makeup-mirror.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2064,6 +2304,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2072,9 +2313,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "armRadius", "start": 0, "type": "Identifier" @@ -2090,9 +2333,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -2103,6 +2348,7 @@ description: Result of parsing makeup-mirror.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2115,6 +2361,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2123,9 +2370,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "armLength", "start": 0, "type": "Identifier" @@ -2141,9 +2390,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2154,6 +2405,7 @@ description: Result of parsing makeup-mirror.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2162,15 +2414,18 @@ description: Result of parsing makeup-mirror.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2180,9 +2435,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "armBody", "start": 0, "type": "Identifier" @@ -2194,6 +2451,7 @@ description: Result of parsing makeup-mirror.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -2201,16 +2459,19 @@ description: Result of parsing makeup-mirror.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane", "start": 0, "type": "Identifier" @@ -2221,6 +2482,7 @@ description: Result of parsing makeup-mirror.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -2231,6 +2493,7 @@ description: Result of parsing makeup-mirror.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "altitude", "start": 0, "type": "Identifier" @@ -2241,11 +2504,13 @@ description: Result of parsing makeup-mirror.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "", "", @@ -2263,6 +2528,7 @@ description: Result of parsing makeup-mirror.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "armPartA", "start": 0, "type": "Identifier" @@ -2274,6 +2540,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane", "start": 0, "type": "Identifier" @@ -2282,9 +2549,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -2300,6 +2569,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -2307,6 +2577,7 @@ description: Result of parsing makeup-mirror.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2322,6 +2593,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "altitude", "start": 0, "type": "Identifier" @@ -2336,9 +2608,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hingeHeight", "start": 0, "type": "Identifier" @@ -2348,10 +2622,12 @@ description: Result of parsing makeup-mirror.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.5", "start": 0, "type": "Literal", @@ -2365,14 +2641,17 @@ description: Result of parsing makeup-mirror.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hingeGap", "start": 0, "type": "Identifier" @@ -2392,9 +2671,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "armFn", "start": 0, "type": "Identifier" @@ -2405,16 +2686,19 @@ description: Result of parsing makeup-mirror.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2427,6 +2711,7 @@ description: Result of parsing makeup-mirror.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "armPartB", "start": 0, "type": "Identifier" @@ -2438,6 +2723,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane", "start": 0, "type": "Identifier" @@ -2446,9 +2732,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -2464,6 +2752,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -2472,9 +2761,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "armLength", "start": 0, "type": "Identifier" @@ -2490,6 +2781,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "altitude", "start": 0, "type": "Identifier" @@ -2504,9 +2796,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hingeHeight", "start": 0, "type": "Identifier" @@ -2516,10 +2810,12 @@ description: Result of parsing makeup-mirror.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.5", "start": 0, "type": "Literal", @@ -2533,6 +2829,7 @@ description: Result of parsing makeup-mirror.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -2541,9 +2838,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hingeGap", "start": 0, "type": "Identifier" @@ -2553,10 +2852,12 @@ description: Result of parsing makeup-mirror.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2580,9 +2881,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "armFn", "start": 0, "type": "Identifier" @@ -2593,16 +2896,19 @@ description: Result of parsing makeup-mirror.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2615,6 +2921,7 @@ description: Result of parsing makeup-mirror.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mirrorFn", "start": 0, "type": "Identifier" @@ -2630,18 +2937,22 @@ description: Result of parsing makeup-mirror.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "armPlane", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2652,6 +2963,7 @@ description: Result of parsing makeup-mirror.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2662,6 +2974,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -2673,9 +2986,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetY", "start": 0, "type": "Identifier" @@ -2685,6 +3000,7 @@ description: Result of parsing makeup-mirror.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -2693,9 +3009,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tiefe", "start": 0, "type": "Identifier" @@ -2705,10 +3023,12 @@ description: Result of parsing makeup-mirror.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2732,9 +3052,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -2745,6 +3067,7 @@ description: Result of parsing makeup-mirror.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2752,9 +3075,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane", "start": 0, "type": "Identifier" @@ -2766,11 +3091,13 @@ description: Result of parsing makeup-mirror.kcl } } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2783,6 +3110,7 @@ description: Result of parsing makeup-mirror.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "armBody", "start": 0, "type": "Identifier" @@ -2796,6 +3124,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -2807,9 +3136,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetX", "start": 0, "type": "Identifier" @@ -2823,9 +3154,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "altitude", "start": 0, "type": "Identifier" @@ -2837,6 +3170,7 @@ description: Result of parsing makeup-mirror.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2847,6 +3181,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2855,9 +3190,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2873,9 +3210,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -2886,6 +3225,7 @@ description: Result of parsing makeup-mirror.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2893,9 +3233,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "armPlane", "start": 0, "type": "Identifier" @@ -2913,6 +3255,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2921,9 +3264,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tiefe", "start": 0, "type": "Identifier" @@ -2939,9 +3284,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2952,6 +3299,7 @@ description: Result of parsing makeup-mirror.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2960,15 +3308,18 @@ description: Result of parsing makeup-mirror.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2981,6 +3332,7 @@ description: Result of parsing makeup-mirror.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "archBody", "start": 0, "type": "Identifier" @@ -2994,6 +3346,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -3008,9 +3361,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetX", "start": 0, "type": "Identifier" @@ -3020,14 +3375,17 @@ description: Result of parsing makeup-mirror.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gestellR", "start": 0, "type": "Identifier" @@ -3045,9 +3403,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "altitude", "start": 0, "type": "Identifier" @@ -3059,6 +3419,7 @@ description: Result of parsing makeup-mirror.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3069,9 +3430,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -3082,6 +3445,7 @@ description: Result of parsing makeup-mirror.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3089,9 +3453,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "armPlane", "start": 0, "type": "Identifier" @@ -3109,6 +3475,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3117,9 +3484,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gestellD", "start": 0, "type": "Identifier" @@ -3135,9 +3504,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -3148,6 +3519,7 @@ description: Result of parsing makeup-mirror.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3160,6 +3532,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "interiorAbsolute", "start": 0, "type": "Identifier" @@ -3171,9 +3544,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetX", "start": 0, "type": "Identifier" @@ -3190,9 +3565,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "altitude", "start": 0, "type": "Identifier" @@ -3202,14 +3579,17 @@ description: Result of parsing makeup-mirror.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gestellR", "start": 0, "type": "Identifier" @@ -3225,6 +3605,7 @@ description: Result of parsing makeup-mirror.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3235,6 +3616,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3249,9 +3631,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetX", "start": 0, "type": "Identifier" @@ -3261,14 +3645,17 @@ description: Result of parsing makeup-mirror.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gestellR", "start": 0, "type": "Identifier" @@ -3286,9 +3673,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "altitude", "start": 0, "type": "Identifier" @@ -3300,6 +3689,7 @@ description: Result of parsing makeup-mirror.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3310,9 +3700,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -3323,6 +3715,7 @@ description: Result of parsing makeup-mirror.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3335,6 +3728,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3343,9 +3737,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gestellD", "start": 0, "type": "Identifier" @@ -3361,9 +3757,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -3374,6 +3772,7 @@ description: Result of parsing makeup-mirror.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3386,6 +3785,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "interiorAbsolute", "start": 0, "type": "Identifier" @@ -3397,9 +3797,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetX", "start": 0, "type": "Identifier" @@ -3419,9 +3821,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "altitude", "start": 0, "type": "Identifier" @@ -3431,14 +3835,17 @@ description: Result of parsing makeup-mirror.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gestellR", "start": 0, "type": "Identifier" @@ -3452,14 +3859,17 @@ description: Result of parsing makeup-mirror.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gestellD", "start": 0, "type": "Identifier" @@ -3475,6 +3885,7 @@ description: Result of parsing makeup-mirror.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3485,6 +3896,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3493,13 +3905,16 @@ description: Result of parsing makeup-mirror.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -3510,25 +3925,30 @@ description: Result of parsing makeup-mirror.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -3539,12 +3959,14 @@ description: Result of parsing makeup-mirror.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3552,6 +3974,7 @@ description: Result of parsing makeup-mirror.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3562,9 +3985,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -3575,19 +4000,23 @@ description: Result of parsing makeup-mirror.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -3598,6 +4027,7 @@ description: Result of parsing makeup-mirror.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3610,6 +4040,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3618,9 +4049,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tiefe", "start": 0, "type": "Identifier" @@ -3636,9 +4069,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -3649,6 +4084,7 @@ description: Result of parsing makeup-mirror.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3657,15 +4093,18 @@ description: Result of parsing makeup-mirror.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3675,9 +4114,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "armBody", "start": 0, "type": "Identifier" @@ -3689,6 +4130,7 @@ description: Result of parsing makeup-mirror.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -3696,12 +4138,14 @@ description: Result of parsing makeup-mirror.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3716,12 +4160,14 @@ description: Result of parsing makeup-mirror.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane", "start": 0, "type": "Identifier" @@ -3732,6 +4178,7 @@ description: Result of parsing makeup-mirror.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetX", "start": 0, "type": "Identifier" @@ -3742,6 +4189,7 @@ description: Result of parsing makeup-mirror.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetY", "start": 0, "type": "Identifier" @@ -3752,6 +4200,7 @@ description: Result of parsing makeup-mirror.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "altitude", "start": 0, "type": "Identifier" @@ -3762,6 +4211,7 @@ description: Result of parsing makeup-mirror.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3772,6 +4222,7 @@ description: Result of parsing makeup-mirror.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tiefe", "start": 0, "type": "Identifier" @@ -3782,6 +4233,7 @@ description: Result of parsing makeup-mirror.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gestellR", "start": 0, "type": "Identifier" @@ -3792,6 +4244,7 @@ description: Result of parsing makeup-mirror.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gestellD", "start": 0, "type": "Identifier" @@ -3802,11 +4255,13 @@ description: Result of parsing makeup-mirror.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "", "", @@ -3824,6 +4279,7 @@ description: Result of parsing makeup-mirror.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mirror", "start": 0, "type": "Identifier" @@ -3835,6 +4291,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane", "start": 0, "type": "Identifier" @@ -3843,9 +4300,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -3861,6 +4320,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetX", "start": 0, "type": "Identifier" @@ -3869,9 +4329,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "armLength", "start": 0, "type": "Identifier" @@ -3887,6 +4349,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetY", "start": 0, "type": "Identifier" @@ -3895,9 +4358,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "armLength", "start": 0, "type": "Identifier" @@ -3913,6 +4378,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "altitude", "start": 0, "type": "Identifier" @@ -3936,9 +4402,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hingeHeight", "start": 0, "type": "Identifier" @@ -3948,10 +4416,12 @@ description: Result of parsing makeup-mirror.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -3965,6 +4435,7 @@ description: Result of parsing makeup-mirror.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -3973,9 +4444,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hingeGap", "start": 0, "type": "Identifier" @@ -3985,10 +4458,12 @@ description: Result of parsing makeup-mirror.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -4006,14 +4481,17 @@ description: Result of parsing makeup-mirror.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mirrorRadius", "start": 0, "type": "Identifier" @@ -4027,14 +4505,17 @@ description: Result of parsing makeup-mirror.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "archToMirrorGap", "start": 0, "type": "Identifier" @@ -4048,14 +4529,17 @@ description: Result of parsing makeup-mirror.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "archThickness", "start": 0, "type": "Identifier" @@ -4075,6 +4559,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -4083,9 +4568,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mirrorRadius", "start": 0, "type": "Identifier" @@ -4101,6 +4588,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tiefe", "start": 0, "type": "Identifier" @@ -4109,9 +4597,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mirrorThickness", "start": 0, "type": "Identifier" @@ -4127,6 +4617,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gestellR", "start": 0, "type": "Identifier" @@ -4135,9 +4626,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "archRadius", "start": 0, "type": "Identifier" @@ -4153,6 +4646,7 @@ description: Result of parsing makeup-mirror.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gestellD", "start": 0, "type": "Identifier" @@ -4161,9 +4655,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "archThickness", "start": 0, "type": "Identifier" @@ -4179,9 +4675,11 @@ description: Result of parsing makeup-mirror.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mirrorFn", "start": 0, "type": "Identifier" @@ -4192,16 +4690,19 @@ description: Result of parsing makeup-mirror.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4213,9 +4714,11 @@ description: Result of parsing makeup-mirror.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -4234,19 +4737,23 @@ description: Result of parsing makeup-mirror.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -4263,15 +4770,18 @@ description: Result of parsing makeup-mirror.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -4287,12 +4797,14 @@ description: Result of parsing makeup-mirror.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "10": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -4304,6 +4816,7 @@ description: Result of parsing makeup-mirror.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -4315,6 +4828,7 @@ description: Result of parsing makeup-mirror.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -4326,6 +4840,7 @@ description: Result of parsing makeup-mirror.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -4337,6 +4852,7 @@ description: Result of parsing makeup-mirror.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -4349,6 +4865,7 @@ description: Result of parsing makeup-mirror.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/mounting-plate/ast.snap b/rust/kcl-lib/tests/kcl_samples/mounting-plate/ast.snap index 9d4aebb3f..3b3e4a65b 100644 --- a/rust/kcl-lib/tests/kcl_samples/mounting-plate/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/mounting-plate/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing mounting-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateLength", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing mounting-plate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing mounting-plate.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define parameters" ], @@ -49,6 +53,7 @@ description: Result of parsing mounting-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateWidth", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing mounting-plate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing mounting-plate.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing mounting-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "filletRadius", "start": 0, "type": "Identifier" @@ -89,6 +98,7 @@ description: Result of parsing mounting-plate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -98,11 +108,13 @@ description: Result of parsing mounting-plate.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -115,6 +127,7 @@ description: Result of parsing mounting-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateThickness", "start": 0, "type": "Identifier" @@ -122,6 +135,7 @@ description: Result of parsing mounting-plate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".5", "start": 0, "type": "Literal", @@ -131,11 +145,13 @@ description: Result of parsing mounting-plate.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -148,6 +164,7 @@ description: Result of parsing mounting-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "centerHoleDiameter", "start": 0, "type": "Identifier" @@ -155,6 +172,7 @@ description: Result of parsing mounting-plate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -164,11 +182,13 @@ description: Result of parsing mounting-plate.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -181,6 +201,7 @@ description: Result of parsing mounting-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeRadius", "start": 0, "type": "Identifier" @@ -188,6 +209,7 @@ description: Result of parsing mounting-plate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".25", "start": 0, "type": "Literal", @@ -197,11 +219,13 @@ description: Result of parsing mounting-plate.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -219,6 +243,7 @@ description: Result of parsing mounting-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeIndex", "start": 0, "type": "Identifier" @@ -226,6 +251,7 @@ description: Result of parsing mounting-plate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".75", "start": 0, "type": "Literal", @@ -235,11 +261,13 @@ description: Result of parsing mounting-plate.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -252,18 +280,22 @@ description: Result of parsing mounting-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -274,6 +306,7 @@ description: Result of parsing mounting-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -281,9 +314,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -294,11 +329,13 @@ description: Result of parsing mounting-plate.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -311,6 +348,7 @@ description: Result of parsing mounting-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectShape", "start": 0, "type": "Identifier" @@ -324,6 +362,7 @@ description: Result of parsing mounting-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -339,9 +378,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateWidth", "start": 0, "type": "Identifier" @@ -353,15 +394,18 @@ description: Result of parsing mounting-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -382,9 +426,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateLength", "start": 0, "type": "Identifier" @@ -394,10 +440,12 @@ description: Result of parsing mounting-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -413,6 +461,7 @@ description: Result of parsing mounting-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -423,9 +472,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -436,6 +487,7 @@ description: Result of parsing mounting-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -443,9 +495,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -463,6 +517,7 @@ description: Result of parsing mounting-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -470,6 +525,7 @@ description: Result of parsing mounting-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -485,6 +541,7 @@ description: Result of parsing mounting-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -493,9 +550,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateWidth", "start": 0, "type": "Identifier" @@ -511,6 +570,7 @@ description: Result of parsing mounting-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -518,6 +578,7 @@ description: Result of parsing mounting-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -529,9 +590,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -542,6 +605,7 @@ description: Result of parsing mounting-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -554,6 +618,7 @@ description: Result of parsing mounting-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -562,13 +627,16 @@ description: Result of parsing mounting-plate.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -579,6 +647,7 @@ description: Result of parsing mounting-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -586,9 +655,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "basePlateEdge1", "start": 0, "type": "Identifier" @@ -599,10 +670,12 @@ description: Result of parsing mounting-plate.kcl "type": "Name" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -622,6 +695,7 @@ description: Result of parsing mounting-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -630,9 +704,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateLength", "start": 0, "type": "Identifier" @@ -648,6 +724,7 @@ description: Result of parsing mounting-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -655,6 +732,7 @@ description: Result of parsing mounting-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -666,9 +744,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -679,6 +759,7 @@ description: Result of parsing mounting-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -691,18 +772,22 @@ description: Result of parsing mounting-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -713,6 +798,7 @@ description: Result of parsing mounting-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -720,9 +806,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "basePlateEdge1", "start": 0, "type": "Identifier" @@ -739,19 +827,23 @@ description: Result of parsing mounting-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -762,6 +854,7 @@ description: Result of parsing mounting-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -769,9 +862,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "basePlateEdge1", "start": 0, "type": "Identifier" @@ -784,6 +879,7 @@ description: Result of parsing mounting-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -795,6 +891,7 @@ description: Result of parsing mounting-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -802,6 +899,7 @@ description: Result of parsing mounting-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -813,9 +911,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -826,6 +926,7 @@ description: Result of parsing mounting-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -838,6 +939,7 @@ description: Result of parsing mounting-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -846,13 +948,16 @@ description: Result of parsing mounting-plate.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -863,25 +968,30 @@ description: Result of parsing mounting-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -892,12 +1002,14 @@ description: Result of parsing mounting-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -905,6 +1017,7 @@ description: Result of parsing mounting-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -915,6 +1028,7 @@ description: Result of parsing mounting-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -922,6 +1036,7 @@ description: Result of parsing mounting-plate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -933,9 +1048,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -946,19 +1063,23 @@ description: Result of parsing mounting-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -969,6 +1090,7 @@ description: Result of parsing mounting-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -977,12 +1099,14 @@ description: Result of parsing mounting-plate.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "5": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -999,11 +1123,13 @@ description: Result of parsing mounting-plate.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1016,6 +1142,7 @@ description: Result of parsing mounting-plate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part", "start": 0, "type": "Identifier" @@ -1026,9 +1153,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectShape", "start": 0, "type": "Identifier" @@ -1045,6 +1174,7 @@ description: Result of parsing mounting-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -1056,6 +1186,7 @@ description: Result of parsing mounting-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1074,9 +1205,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateWidth", "start": 0, "type": "Identifier" @@ -1088,15 +1221,18 @@ description: Result of parsing mounting-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1110,14 +1246,17 @@ description: Result of parsing mounting-plate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeIndex", "start": 0, "type": "Identifier" @@ -1141,9 +1280,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateLength", "start": 0, "type": "Identifier" @@ -1153,10 +1294,12 @@ description: Result of parsing mounting-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1170,14 +1313,17 @@ description: Result of parsing mounting-plate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeIndex", "start": 0, "type": "Identifier" @@ -1193,6 +1339,7 @@ description: Result of parsing mounting-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1203,6 +1350,7 @@ description: Result of parsing mounting-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1211,9 +1359,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeRadius", "start": 0, "type": "Identifier" @@ -1229,9 +1379,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1242,6 +1394,7 @@ description: Result of parsing mounting-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1253,9 +1406,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -1266,6 +1421,7 @@ description: Result of parsing mounting-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1278,6 +1434,7 @@ description: Result of parsing mounting-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -1289,6 +1446,7 @@ description: Result of parsing mounting-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1306,9 +1464,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateWidth", "start": 0, "type": "Identifier" @@ -1318,10 +1478,12 @@ description: Result of parsing mounting-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1335,14 +1497,17 @@ description: Result of parsing mounting-plate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeIndex", "start": 0, "type": "Identifier" @@ -1366,9 +1531,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateLength", "start": 0, "type": "Identifier" @@ -1378,10 +1545,12 @@ description: Result of parsing mounting-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1395,14 +1564,17 @@ description: Result of parsing mounting-plate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeIndex", "start": 0, "type": "Identifier" @@ -1418,6 +1590,7 @@ description: Result of parsing mounting-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1428,6 +1601,7 @@ description: Result of parsing mounting-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1436,9 +1610,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeRadius", "start": 0, "type": "Identifier" @@ -1454,9 +1630,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1467,6 +1645,7 @@ description: Result of parsing mounting-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1478,9 +1657,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -1491,6 +1672,7 @@ description: Result of parsing mounting-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1503,6 +1685,7 @@ description: Result of parsing mounting-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -1514,6 +1697,7 @@ description: Result of parsing mounting-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1532,9 +1716,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateWidth", "start": 0, "type": "Identifier" @@ -1546,15 +1732,18 @@ description: Result of parsing mounting-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1568,14 +1757,17 @@ description: Result of parsing mounting-plate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeIndex", "start": 0, "type": "Identifier" @@ -1600,9 +1792,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateLength", "start": 0, "type": "Identifier" @@ -1614,15 +1808,18 @@ description: Result of parsing mounting-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1636,14 +1833,17 @@ description: Result of parsing mounting-plate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeIndex", "start": 0, "type": "Identifier" @@ -1659,6 +1859,7 @@ description: Result of parsing mounting-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1669,6 +1870,7 @@ description: Result of parsing mounting-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1677,9 +1879,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeRadius", "start": 0, "type": "Identifier" @@ -1695,9 +1899,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1708,6 +1914,7 @@ description: Result of parsing mounting-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1719,9 +1926,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -1732,6 +1941,7 @@ description: Result of parsing mounting-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1744,6 +1954,7 @@ description: Result of parsing mounting-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -1755,6 +1966,7 @@ description: Result of parsing mounting-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1772,9 +1984,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateWidth", "start": 0, "type": "Identifier" @@ -1784,10 +1998,12 @@ description: Result of parsing mounting-plate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1801,14 +2017,17 @@ description: Result of parsing mounting-plate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeIndex", "start": 0, "type": "Identifier" @@ -1833,9 +2052,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateLength", "start": 0, "type": "Identifier" @@ -1847,15 +2068,18 @@ description: Result of parsing mounting-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1869,14 +2093,17 @@ description: Result of parsing mounting-plate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeIndex", "start": 0, "type": "Identifier" @@ -1892,6 +2119,7 @@ description: Result of parsing mounting-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1902,6 +2130,7 @@ description: Result of parsing mounting-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1910,9 +2139,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeRadius", "start": 0, "type": "Identifier" @@ -1928,9 +2159,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1941,6 +2174,7 @@ description: Result of parsing mounting-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1952,9 +2186,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -1965,6 +2201,7 @@ description: Result of parsing mounting-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1977,6 +2214,7 @@ description: Result of parsing mounting-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -1988,6 +2226,7 @@ description: Result of parsing mounting-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1998,6 +2237,7 @@ description: Result of parsing mounting-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2010,6 +2250,7 @@ description: Result of parsing mounting-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2021,6 +2262,7 @@ description: Result of parsing mounting-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2031,6 +2273,7 @@ description: Result of parsing mounting-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2039,9 +2282,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "centerHoleDiameter", "start": 0, "type": "Identifier" @@ -2057,9 +2302,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -2070,6 +2317,7 @@ description: Result of parsing mounting-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2081,9 +2329,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -2094,6 +2344,7 @@ description: Result of parsing mounting-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2106,6 +2357,7 @@ description: Result of parsing mounting-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2114,9 +2366,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateThickness", "start": 0, "type": "Identifier" @@ -2132,9 +2386,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2145,6 +2401,7 @@ description: Result of parsing mounting-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2157,6 +2414,7 @@ description: Result of parsing mounting-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2165,9 +2423,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "filletRadius", "start": 0, "type": "Identifier" @@ -2183,6 +2443,7 @@ description: Result of parsing mounting-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -2197,6 +2458,7 @@ description: Result of parsing mounting-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faces", "start": 0, "type": "Identifier" @@ -2208,9 +2470,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "basePlateEdge3", "start": 0, "type": "Identifier" @@ -2224,9 +2488,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "basePlateEdge2", "start": 0, "type": "Identifier" @@ -2238,6 +2504,7 @@ description: Result of parsing mounting-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2248,9 +2515,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getCommonEdge", "start": 0, "type": "Identifier" @@ -2261,6 +2530,7 @@ description: Result of parsing mounting-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2273,6 +2543,7 @@ description: Result of parsing mounting-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faces", "start": 0, "type": "Identifier" @@ -2284,9 +2555,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "basePlateEdge4", "start": 0, "type": "Identifier" @@ -2300,9 +2573,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "basePlateEdge3", "start": 0, "type": "Identifier" @@ -2314,6 +2589,7 @@ description: Result of parsing mounting-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2324,9 +2600,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getCommonEdge", "start": 0, "type": "Identifier" @@ -2337,6 +2615,7 @@ description: Result of parsing mounting-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2349,6 +2628,7 @@ description: Result of parsing mounting-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faces", "start": 0, "type": "Identifier" @@ -2360,9 +2640,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "basePlateEdge4", "start": 0, "type": "Identifier" @@ -2376,9 +2658,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "basePlateEdge1", "start": 0, "type": "Identifier" @@ -2390,6 +2674,7 @@ description: Result of parsing mounting-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2400,9 +2685,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getCommonEdge", "start": 0, "type": "Identifier" @@ -2413,6 +2700,7 @@ description: Result of parsing mounting-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2425,6 +2713,7 @@ description: Result of parsing mounting-plate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faces", "start": 0, "type": "Identifier" @@ -2436,9 +2725,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "basePlateEdge2", "start": 0, "type": "Identifier" @@ -2452,9 +2743,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "basePlateEdge1", "start": 0, "type": "Identifier" @@ -2466,6 +2759,7 @@ description: Result of parsing mounting-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2476,9 +2770,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getCommonEdge", "start": 0, "type": "Identifier" @@ -2489,6 +2785,7 @@ description: Result of parsing mounting-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2496,6 +2793,7 @@ description: Result of parsing mounting-plate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2506,9 +2804,11 @@ description: Result of parsing mounting-plate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -2519,6 +2819,7 @@ description: Result of parsing mounting-plate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2527,15 +2828,18 @@ description: Result of parsing mounting-plate.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2547,9 +2851,11 @@ description: Result of parsing mounting-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -2568,19 +2874,23 @@ description: Result of parsing mounting-plate.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -2597,15 +2907,18 @@ description: Result of parsing mounting-plate.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -2621,12 +2934,14 @@ description: Result of parsing mounting-plate.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "6": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2639,6 +2954,7 @@ description: Result of parsing mounting-plate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/mounting-plate/program_memory.snap b/rust/kcl-lib/tests/kcl_samples/mounting-plate/program_memory.snap index e1e82bfaa..162dfdb6c 100644 --- a/rust/kcl-lib/tests/kcl_samples/mounting-plate/program_memory.snap +++ b/rust/kcl-lib/tests/kcl_samples/mounting-plate/program_memory.snap @@ -89,6 +89,7 @@ description: Variables in memory after executing mounting-plate.kcl "tag": { "commentStart": 625, "end": 640, + "moduleId": 0, "start": 625, "type": "TagDeclarator", "value": "basePlateEdge1" @@ -102,6 +103,7 @@ description: Variables in memory after executing mounting-plate.kcl "tag": { "commentStart": 723, "end": 738, + "moduleId": 0, "start": 723, "type": "TagDeclarator", "value": "basePlateEdge2" @@ -115,6 +117,7 @@ description: Variables in memory after executing mounting-plate.kcl "tag": { "commentStart": 828, "end": 843, + "moduleId": 0, "start": 828, "type": "TagDeclarator", "value": "basePlateEdge3" @@ -128,6 +131,7 @@ description: Variables in memory after executing mounting-plate.kcl "tag": { "commentStart": 913, "end": 928, + "moduleId": 0, "start": 913, "type": "TagDeclarator", "value": "basePlateEdge4" @@ -151,6 +155,7 @@ description: Variables in memory after executing mounting-plate.kcl "tag": { "commentStart": 625, "end": 640, + "moduleId": 0, "start": 625, "type": "TagDeclarator", "value": "basePlateEdge1" @@ -176,6 +181,7 @@ description: Variables in memory after executing mounting-plate.kcl "tag": { "commentStart": 723, "end": 738, + "moduleId": 0, "start": 723, "type": "TagDeclarator", "value": "basePlateEdge2" @@ -201,6 +207,7 @@ description: Variables in memory after executing mounting-plate.kcl "tag": { "commentStart": 828, "end": 843, + "moduleId": 0, "start": 828, "type": "TagDeclarator", "value": "basePlateEdge3" @@ -226,6 +233,7 @@ description: Variables in memory after executing mounting-plate.kcl "tag": { "commentStart": 913, "end": 928, + "moduleId": 0, "start": 913, "type": "TagDeclarator", "value": "basePlateEdge4" @@ -471,6 +479,7 @@ description: Variables in memory after executing mounting-plate.kcl "tag": { "commentStart": 625, "end": 640, + "moduleId": 0, "start": 625, "type": "TagDeclarator", "value": "basePlateEdge1" @@ -496,6 +505,7 @@ description: Variables in memory after executing mounting-plate.kcl "tag": { "commentStart": 723, "end": 738, + "moduleId": 0, "start": 723, "type": "TagDeclarator", "value": "basePlateEdge2" @@ -521,6 +531,7 @@ description: Variables in memory after executing mounting-plate.kcl "tag": { "commentStart": 828, "end": 843, + "moduleId": 0, "start": 828, "type": "TagDeclarator", "value": "basePlateEdge3" @@ -546,6 +557,7 @@ description: Variables in memory after executing mounting-plate.kcl "tag": { "commentStart": 913, "end": 928, + "moduleId": 0, "start": 913, "type": "TagDeclarator", "value": "basePlateEdge4" diff --git a/rust/kcl-lib/tests/kcl_samples/mug/ast.snap b/rust/kcl-lib/tests/kcl_samples/mug/ast.snap index c48250c96..f8b1b0ccf 100644 --- a/rust/kcl-lib/tests/kcl_samples/mug/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/mug/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing mug.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mugDiameter", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing mug.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "80", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing mug.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define parameters" ], @@ -49,6 +53,7 @@ description: Result of parsing mug.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mugHeight", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing mug.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "95", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing mug.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing mug.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -89,6 +98,7 @@ description: Result of parsing mug.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -98,11 +108,13 @@ description: Result of parsing mug.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -115,6 +127,7 @@ description: Result of parsing mug.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleWidth", "start": 0, "type": "Identifier" @@ -122,6 +135,7 @@ description: Result of parsing mug.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "18", "start": 0, "type": "Literal", @@ -131,11 +145,13 @@ description: Result of parsing mug.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -148,6 +164,7 @@ description: Result of parsing mug.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleThickness", "start": 0, "type": "Identifier" @@ -155,6 +172,7 @@ description: Result of parsing mug.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -164,11 +182,13 @@ description: Result of parsing mug.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -181,6 +201,7 @@ description: Result of parsing mug.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tools", "start": 0, "type": "Identifier" @@ -188,13 +209,16 @@ description: Result of parsing mug.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -205,6 +229,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -212,9 +237,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -232,6 +259,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -242,6 +270,7 @@ description: Result of parsing mug.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -258,9 +287,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mugDiameter", "start": 0, "type": "Identifier" @@ -270,10 +301,12 @@ description: Result of parsing mug.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.04", "start": 0, "type": "Literal", @@ -289,6 +322,7 @@ description: Result of parsing mug.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -299,9 +333,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -312,6 +348,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -324,6 +361,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -335,9 +373,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mugDiameter", "start": 0, "type": "Identifier" @@ -347,10 +387,12 @@ description: Result of parsing mug.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -370,9 +412,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -383,6 +427,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -395,6 +440,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -409,9 +455,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mugDiameter", "start": 0, "type": "Identifier" @@ -421,10 +469,12 @@ description: Result of parsing mug.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3", "start": 0, "type": "Literal", @@ -445,9 +495,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mugDiameter", "start": 0, "type": "Identifier" @@ -457,10 +509,12 @@ description: Result of parsing mug.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.01", "start": 0, "type": "Literal", @@ -476,6 +530,7 @@ description: Result of parsing mug.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -486,9 +541,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -499,6 +556,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -511,6 +569,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -519,6 +578,7 @@ description: Result of parsing mug.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -530,6 +590,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -541,6 +602,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -549,6 +611,7 @@ description: Result of parsing mug.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -560,6 +623,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -571,6 +635,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -582,9 +647,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mugDiameter", "start": 0, "type": "Identifier" @@ -594,10 +661,12 @@ description: Result of parsing mug.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.01", "start": 0, "type": "Literal", @@ -617,9 +686,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -630,6 +701,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -642,6 +714,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -653,9 +726,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mugDiameter", "start": 0, "type": "Identifier" @@ -665,10 +740,12 @@ description: Result of parsing mug.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.025", "start": 0, "type": "Literal", @@ -688,9 +765,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -701,6 +780,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -713,6 +793,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -721,6 +802,7 @@ description: Result of parsing mug.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -732,6 +814,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -743,6 +826,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -750,6 +834,7 @@ description: Result of parsing mug.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -765,6 +850,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -776,9 +862,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mugDiameter", "start": 0, "type": "Identifier" @@ -788,10 +876,12 @@ description: Result of parsing mug.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.01", "start": 0, "type": "Literal", @@ -811,9 +901,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -824,6 +916,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -836,6 +929,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -847,9 +941,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mugDiameter", "start": 0, "type": "Identifier" @@ -859,10 +955,12 @@ description: Result of parsing mug.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.35", "start": 0, "type": "Literal", @@ -882,9 +980,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -895,6 +995,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -907,6 +1008,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -914,6 +1016,7 @@ description: Result of parsing mug.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -929,6 +1032,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -940,9 +1044,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mugDiameter", "start": 0, "type": "Identifier" @@ -952,10 +1058,12 @@ description: Result of parsing mug.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.15", "start": 0, "type": "Literal", @@ -975,9 +1083,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -988,6 +1098,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1000,6 +1111,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1011,9 +1123,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mugHeight", "start": 0, "type": "Identifier" @@ -1023,6 +1137,7 @@ description: Result of parsing mug.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -1031,9 +1146,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -1043,10 +1160,12 @@ description: Result of parsing mug.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1070,9 +1189,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1083,6 +1204,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1095,6 +1217,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1102,6 +1225,7 @@ description: Result of parsing mug.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -1117,6 +1241,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "diameter", "start": 0, "type": "Identifier" @@ -1125,9 +1250,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -1143,9 +1270,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1156,6 +1285,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1168,18 +1298,22 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -1190,6 +1324,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1201,9 +1336,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1214,6 +1351,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1226,18 +1364,22 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -1248,6 +1390,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1259,9 +1402,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1272,19 +1417,23 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1295,6 +1444,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1307,6 +1457,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -1315,9 +1466,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "Y", "start": 0, "type": "Identifier" @@ -1333,9 +1486,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -1346,6 +1501,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1354,12 +1510,14 @@ description: Result of parsing mug.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "14": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1376,11 +1534,13 @@ description: Result of parsing mug.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1398,6 +1558,7 @@ description: Result of parsing mug.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handlePath", "start": 0, "type": "Identifier" @@ -1405,13 +1566,16 @@ description: Result of parsing mug.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1422,6 +1586,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1429,9 +1594,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -1449,6 +1616,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1463,9 +1631,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mugDiameter", "start": 0, "type": "Identifier" @@ -1475,10 +1645,12 @@ description: Result of parsing mug.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -1499,9 +1671,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mugHeight", "start": 0, "type": "Identifier" @@ -1511,10 +1685,12 @@ description: Result of parsing mug.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25", "start": 0, "type": "Literal", @@ -1530,6 +1706,7 @@ description: Result of parsing mug.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1540,9 +1717,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1553,6 +1732,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1565,6 +1745,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1573,6 +1754,7 @@ description: Result of parsing mug.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -1584,6 +1766,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1595,6 +1778,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1606,9 +1790,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mugDiameter", "start": 0, "type": "Identifier" @@ -1618,10 +1804,12 @@ description: Result of parsing mug.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -1641,9 +1829,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1654,6 +1844,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1666,6 +1857,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1673,6 +1865,7 @@ description: Result of parsing mug.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -1688,6 +1881,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1699,9 +1893,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mugHeight", "start": 0, "type": "Identifier" @@ -1711,10 +1907,12 @@ description: Result of parsing mug.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.15", "start": 0, "type": "Literal", @@ -1734,9 +1932,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1747,6 +1947,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1759,6 +1960,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1769,6 +1971,7 @@ description: Result of parsing mug.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1785,9 +1988,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mugHeight", "start": 0, "type": "Identifier" @@ -1797,10 +2002,12 @@ description: Result of parsing mug.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.425", "start": 0, "type": "Literal", @@ -1816,6 +2023,7 @@ description: Result of parsing mug.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1826,9 +2034,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1839,6 +2049,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1851,6 +2062,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1858,6 +2070,7 @@ description: Result of parsing mug.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -1873,6 +2086,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1884,9 +2098,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mugHeight", "start": 0, "type": "Identifier" @@ -1896,10 +2112,12 @@ description: Result of parsing mug.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.15", "start": 0, "type": "Literal", @@ -1919,6 +2137,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1926,6 +2145,7 @@ description: Result of parsing mug.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1937,9 +2157,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1950,6 +2172,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1962,18 +2185,22 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentToEnd", "start": 0, "type": "Identifier" @@ -1984,6 +2211,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1991,9 +2219,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -2010,18 +2240,22 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteX", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -2032,6 +2266,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2043,9 +2278,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -2056,6 +2293,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2064,12 +2302,14 @@ description: Result of parsing mug.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "6": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2086,11 +2326,13 @@ description: Result of parsing mug.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2103,6 +2345,7 @@ description: Result of parsing mug.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handle", "start": 0, "type": "Identifier" @@ -2110,13 +2353,16 @@ description: Result of parsing mug.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2127,6 +2373,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2137,6 +2384,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -2148,9 +2396,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mugDiameter", "start": 0, "type": "Identifier" @@ -2160,10 +2410,12 @@ description: Result of parsing mug.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -2183,9 +2435,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -2196,6 +2450,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2203,9 +2458,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -2224,6 +2481,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -2239,9 +2497,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleWidth", "start": 0, "type": "Identifier" @@ -2253,15 +2513,18 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2285,9 +2548,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mugHeight", "start": 0, "type": "Identifier" @@ -2297,10 +2562,12 @@ description: Result of parsing mug.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25", "start": 0, "type": "Literal", @@ -2314,6 +2581,7 @@ description: Result of parsing mug.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -2322,9 +2590,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleThickness", "start": 0, "type": "Identifier" @@ -2334,10 +2604,12 @@ description: Result of parsing mug.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2357,6 +2629,7 @@ description: Result of parsing mug.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2367,9 +2640,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -2380,6 +2655,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2392,6 +2668,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "interiorAbsolute", "start": 0, "type": "Identifier" @@ -2402,6 +2679,7 @@ description: Result of parsing mug.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2415,13 +2693,16 @@ description: Result of parsing mug.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -2432,11 +2713,13 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -2445,9 +2728,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleThickness", "start": 0, "type": "Identifier" @@ -2457,10 +2742,12 @@ description: Result of parsing mug.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -2480,6 +2767,7 @@ description: Result of parsing mug.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2490,6 +2778,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2504,9 +2793,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleWidth", "start": 0, "type": "Identifier" @@ -2516,10 +2807,12 @@ description: Result of parsing mug.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2534,13 +2827,16 @@ description: Result of parsing mug.kcl "type": "BinaryExpression" }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -2551,6 +2847,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2558,6 +2855,7 @@ description: Result of parsing mug.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2568,9 +2866,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -2581,6 +2881,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2593,6 +2894,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2603,6 +2905,7 @@ description: Result of parsing mug.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2617,9 +2920,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleThickness", "start": 0, "type": "Identifier" @@ -2631,6 +2936,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2638,6 +2944,7 @@ description: Result of parsing mug.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2648,9 +2955,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -2661,6 +2970,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2673,6 +2983,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2685,9 +2996,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleWidth", "start": 0, "type": "Identifier" @@ -2699,6 +3012,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2707,6 +3021,7 @@ description: Result of parsing mug.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2718,6 +3033,7 @@ description: Result of parsing mug.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2728,9 +3044,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -2741,6 +3059,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2753,18 +3072,22 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStart", "start": 0, "type": "Identifier" @@ -2775,6 +3098,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2786,9 +3110,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -2799,19 +3125,23 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -2822,6 +3152,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2834,6 +3165,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "path", "start": 0, "type": "Identifier" @@ -2842,9 +3174,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handlePath", "start": 0, "type": "Identifier" @@ -2860,9 +3194,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sweep", "start": 0, "type": "Identifier" @@ -2873,19 +3209,23 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract", "start": 0, "type": "Identifier" @@ -2896,6 +3236,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2903,9 +3244,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tools", "start": 0, "type": "Identifier" @@ -2919,12 +3262,14 @@ description: Result of parsing mug.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "8": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2941,11 +3286,13 @@ description: Result of parsing mug.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2958,6 +3305,7 @@ description: Result of parsing mug.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mug", "start": 0, "type": "Identifier" @@ -2965,13 +3313,16 @@ description: Result of parsing mug.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2982,6 +3333,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2989,9 +3341,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -3009,6 +3363,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -3019,6 +3374,7 @@ description: Result of parsing mug.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3035,9 +3391,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mugDiameter", "start": 0, "type": "Identifier" @@ -3047,10 +3405,12 @@ description: Result of parsing mug.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.04", "start": 0, "type": "Literal", @@ -3066,6 +3426,7 @@ description: Result of parsing mug.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3076,9 +3437,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -3089,6 +3452,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3101,6 +3465,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3112,9 +3477,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mugDiameter", "start": 0, "type": "Identifier" @@ -3124,10 +3491,12 @@ description: Result of parsing mug.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -3147,9 +3516,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -3160,6 +3531,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3172,6 +3544,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3186,9 +3559,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mugDiameter", "start": 0, "type": "Identifier" @@ -3198,10 +3573,12 @@ description: Result of parsing mug.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3", "start": 0, "type": "Literal", @@ -3222,9 +3599,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mugDiameter", "start": 0, "type": "Identifier" @@ -3234,10 +3613,12 @@ description: Result of parsing mug.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.01", "start": 0, "type": "Literal", @@ -3253,6 +3634,7 @@ description: Result of parsing mug.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3263,9 +3645,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -3276,6 +3660,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3288,6 +3673,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -3296,6 +3682,7 @@ description: Result of parsing mug.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -3307,6 +3694,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3318,6 +3706,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -3326,6 +3715,7 @@ description: Result of parsing mug.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -3337,6 +3727,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3348,6 +3739,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3359,9 +3751,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mugDiameter", "start": 0, "type": "Identifier" @@ -3371,10 +3765,12 @@ description: Result of parsing mug.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.01", "start": 0, "type": "Literal", @@ -3394,9 +3790,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -3407,6 +3805,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3419,6 +3818,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3430,9 +3830,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mugDiameter", "start": 0, "type": "Identifier" @@ -3442,10 +3844,12 @@ description: Result of parsing mug.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.025", "start": 0, "type": "Literal", @@ -3465,9 +3869,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -3478,6 +3884,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3490,6 +3897,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -3498,6 +3906,7 @@ description: Result of parsing mug.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -3509,6 +3918,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3520,6 +3930,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -3527,6 +3938,7 @@ description: Result of parsing mug.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3542,6 +3954,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3553,9 +3966,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mugDiameter", "start": 0, "type": "Identifier" @@ -3565,10 +3980,12 @@ description: Result of parsing mug.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.01", "start": 0, "type": "Literal", @@ -3588,9 +4005,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -3601,6 +4020,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3613,6 +4033,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3624,9 +4045,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mugDiameter", "start": 0, "type": "Identifier" @@ -3636,10 +4059,12 @@ description: Result of parsing mug.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.35", "start": 0, "type": "Literal", @@ -3659,9 +4084,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -3672,6 +4099,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3684,6 +4112,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -3691,6 +4120,7 @@ description: Result of parsing mug.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -3706,6 +4136,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3717,9 +4148,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mugDiameter", "start": 0, "type": "Identifier" @@ -3729,10 +4162,12 @@ description: Result of parsing mug.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.15", "start": 0, "type": "Literal", @@ -3752,9 +4187,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -3765,6 +4202,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3777,6 +4215,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3788,9 +4227,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mugHeight", "start": 0, "type": "Identifier" @@ -3800,6 +4241,7 @@ description: Result of parsing mug.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -3808,9 +4250,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -3820,10 +4264,12 @@ description: Result of parsing mug.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3847,9 +4293,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -3860,6 +4308,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3872,6 +4321,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -3879,6 +4329,7 @@ description: Result of parsing mug.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -3894,6 +4345,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "diameter", "start": 0, "type": "Identifier" @@ -3902,9 +4354,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -3920,9 +4374,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -3933,6 +4389,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3945,6 +4402,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3956,9 +4414,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mugDiameter", "start": 0, "type": "Identifier" @@ -3968,10 +4428,12 @@ description: Result of parsing mug.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.15", "start": 0, "type": "Literal", @@ -3991,9 +4453,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -4004,6 +4468,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4016,6 +4481,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -4024,6 +4490,7 @@ description: Result of parsing mug.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -4035,6 +4502,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4046,6 +4514,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -4054,13 +4523,16 @@ description: Result of parsing mug.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lastSegX", "start": 0, "type": "Identifier" @@ -4071,15 +4543,18 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2", "start": 0, "type": "Literal", @@ -4099,9 +4574,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -4112,6 +4589,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4124,18 +4602,22 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -4146,6 +4628,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4157,9 +4640,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -4170,6 +4655,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4182,18 +4668,22 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -4204,6 +4694,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4215,9 +4706,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -4228,19 +4721,23 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -4251,6 +4748,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4263,6 +4761,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -4271,9 +4770,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "Y", "start": 0, "type": "Identifier" @@ -4289,9 +4790,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -4302,6 +4805,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4310,12 +4814,14 @@ description: Result of parsing mug.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "16": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -4332,11 +4838,13 @@ description: Result of parsing mug.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4353,9 +4861,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handle", "start": 0, "type": "Identifier" @@ -4369,9 +4879,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mug", "start": 0, "type": "Identifier" @@ -4383,6 +4895,7 @@ description: Result of parsing mug.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4394,6 +4907,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -4401,6 +4915,7 @@ description: Result of parsing mug.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"#9b1212\"", "start": 0, "type": "Literal", @@ -4413,6 +4928,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "metalness", "start": 0, "type": "Identifier" @@ -4420,6 +4936,7 @@ description: Result of parsing mug.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "40", "start": 0, "type": "Literal", @@ -4435,6 +4952,7 @@ description: Result of parsing mug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "roughness", "start": 0, "type": "Identifier" @@ -4442,6 +4960,7 @@ description: Result of parsing mug.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -4457,9 +4976,11 @@ description: Result of parsing mug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "appearance", "start": 0, "type": "Identifier" @@ -4470,6 +4991,7 @@ description: Result of parsing mug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4478,10 +5000,12 @@ description: Result of parsing mug.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -4493,9 +5017,11 @@ description: Result of parsing mug.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -4514,19 +5040,23 @@ description: Result of parsing mug.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -4542,12 +5072,14 @@ description: Result of parsing mug.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": {}, "startNodes": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/mug/program_memory.snap b/rust/kcl-lib/tests/kcl_samples/mug/program_memory.snap index 4cf88221e..aaa265331 100644 --- a/rust/kcl-lib/tests/kcl_samples/mug/program_memory.snap +++ b/rust/kcl-lib/tests/kcl_samples/mug/program_memory.snap @@ -319,6 +319,7 @@ description: Variables in memory after executing mug.kcl "tag": { "commentStart": 1438, "end": 1444, + "moduleId": 0, "start": 1438, "type": "TagDeclarator", "value": "seg02" diff --git a/rust/kcl-lib/tests/kcl_samples/multi-axis-robot/ast.snap b/rust/kcl-lib/tests/kcl_samples/multi-axis-robot/ast.snap index f2d33948c..a768e9e45 100644 --- a/rust/kcl-lib/tests/kcl_samples/multi-axis-robot/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/multi-axis-robot/ast.snap @@ -8,6 +8,7 @@ description: Result of parsing multi-axis-robot.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "robot-arm-base.kcl" @@ -20,6 +21,7 @@ description: Result of parsing multi-axis-robot.kcl "alias": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "robotArmBase", "start": 0, "type": "Identifier" @@ -32,6 +34,7 @@ description: Result of parsing multi-axis-robot.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "robot-rotating-base.kcl" @@ -41,6 +44,7 @@ description: Result of parsing multi-axis-robot.kcl "alias": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotatingBase", "start": 0, "type": "Identifier" @@ -53,6 +57,7 @@ description: Result of parsing multi-axis-robot.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "robot-arm-j2.kcl" @@ -62,6 +67,7 @@ description: Result of parsing multi-axis-robot.kcl "alias": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "j2RobotArm", "start": 0, "type": "Identifier" @@ -74,6 +80,7 @@ description: Result of parsing multi-axis-robot.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "robot-arm-j3.kcl" @@ -83,6 +90,7 @@ description: Result of parsing multi-axis-robot.kcl "alias": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "j3RobotArm", "start": 0, "type": "Identifier" @@ -99,9 +107,11 @@ description: Result of parsing multi-axis-robot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "robotArmBase", "start": 0, "type": "Identifier" @@ -111,6 +121,7 @@ description: Result of parsing multi-axis-robot.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -122,9 +133,11 @@ description: Result of parsing multi-axis-robot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotatingBase", "start": 0, "type": "Identifier" @@ -134,6 +147,7 @@ description: Result of parsing multi-axis-robot.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -145,9 +159,11 @@ description: Result of parsing multi-axis-robot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "j2RobotArm", "start": 0, "type": "Identifier" @@ -157,6 +173,7 @@ description: Result of parsing multi-axis-robot.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -168,9 +185,11 @@ description: Result of parsing multi-axis-robot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "j3RobotArm", "start": 0, "type": "Identifier" @@ -180,6 +199,7 @@ description: Result of parsing multi-axis-robot.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -191,9 +211,11 @@ description: Result of parsing multi-axis-robot.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -212,19 +234,23 @@ description: Result of parsing multi-axis-robot.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -241,15 +267,18 @@ description: Result of parsing multi-axis-robot.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -265,12 +294,14 @@ description: Result of parsing multi-axis-robot.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "3": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -283,6 +314,7 @@ description: Result of parsing multi-axis-robot.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/pdu-faceplate/ast.snap b/rust/kcl-lib/tests/kcl_samples/pdu-faceplate/ast.snap index 00fc02f83..177d7dc20 100644 --- a/rust/kcl-lib/tests/kcl_samples/pdu-faceplate/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/pdu-faceplate/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faceplateWidth", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing pdu-faceplate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "482.6", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing pdu-faceplate.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define the dimensions", "// Width fits standard 19” rack, height is 1U, depth is variable" @@ -50,6 +54,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faceplateHeight", "start": 0, "type": "Identifier" @@ -57,6 +62,7 @@ description: Result of parsing pdu-faceplate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "44.45", "start": 0, "type": "Literal", @@ -66,11 +72,13 @@ description: Result of parsing pdu-faceplate.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -83,6 +91,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faceplateDepth", "start": 0, "type": "Identifier" @@ -90,6 +99,7 @@ description: Result of parsing pdu-faceplate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "100", "start": 0, "type": "Literal", @@ -99,11 +109,13 @@ description: Result of parsing pdu-faceplate.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -116,6 +128,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "supportWidth", "start": 0, "type": "Identifier" @@ -123,6 +136,7 @@ description: Result of parsing pdu-faceplate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "50", "start": 0, "type": "Literal", @@ -132,11 +146,13 @@ description: Result of parsing pdu-faceplate.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define dimensions of side supports (width and thickness)" ], @@ -152,6 +168,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "supportThickness", "start": 0, "type": "Identifier" @@ -159,6 +176,7 @@ description: Result of parsing pdu-faceplate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -168,11 +186,13 @@ description: Result of parsing pdu-faceplate.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -185,6 +205,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faceplateShape", "start": 0, "type": "Identifier" @@ -192,13 +213,16 @@ description: Result of parsing pdu-faceplate.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -209,6 +233,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -219,6 +244,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -231,9 +257,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faceplateHeight", "start": 0, "type": "Identifier" @@ -245,15 +273,18 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -273,9 +304,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -286,6 +319,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -293,9 +327,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -314,6 +350,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -332,9 +369,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faceplateWidth", "start": 0, "type": "Identifier" @@ -346,15 +385,18 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -368,14 +410,17 @@ description: Result of parsing pdu-faceplate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "supportWidth", "start": 0, "type": "Identifier" @@ -392,6 +437,7 @@ description: Result of parsing pdu-faceplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -403,6 +449,7 @@ description: Result of parsing pdu-faceplate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -413,9 +460,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -426,12 +475,14 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -444,6 +495,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -452,9 +504,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "supportThickness", "start": 0, "type": "Identifier" @@ -470,9 +524,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -483,6 +539,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -495,6 +552,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -503,9 +561,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "supportWidth", "start": 0, "type": "Identifier" @@ -521,9 +581,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -534,6 +596,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -546,6 +609,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -557,9 +621,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faceplateDepth", "start": 0, "type": "Identifier" @@ -569,14 +635,17 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "supportThickness", "start": 0, "type": "Identifier" @@ -596,9 +665,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -609,6 +680,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -621,6 +693,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -629,9 +702,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faceplateWidth", "start": 0, "type": "Identifier" @@ -647,9 +722,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -660,6 +737,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -672,6 +750,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -683,9 +762,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "supportThickness", "start": 0, "type": "Identifier" @@ -695,14 +776,17 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faceplateDepth", "start": 0, "type": "Identifier" @@ -722,9 +806,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -735,6 +821,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -747,6 +834,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -755,9 +843,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "supportWidth", "start": 0, "type": "Identifier" @@ -773,9 +863,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -786,6 +878,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -798,6 +891,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -807,9 +901,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "supportThickness", "start": 0, "type": "Identifier" @@ -821,6 +917,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -832,9 +929,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -845,6 +944,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -857,6 +957,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -865,13 +966,16 @@ description: Result of parsing pdu-faceplate.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -882,25 +986,30 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -911,12 +1020,14 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -924,6 +1035,7 @@ description: Result of parsing pdu-faceplate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -934,6 +1046,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -941,6 +1054,7 @@ description: Result of parsing pdu-faceplate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -952,9 +1066,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -965,19 +1081,23 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -988,6 +1108,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -996,15 +1117,18 @@ description: Result of parsing pdu-faceplate.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1022,6 +1146,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faceplateBody", "start": 0, "type": "Identifier" @@ -1033,6 +1158,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1041,9 +1167,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faceplateHeight", "start": 0, "type": "Identifier" @@ -1059,9 +1187,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1072,6 +1202,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1079,9 +1210,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faceplateShape", "start": 0, "type": "Identifier" @@ -1092,11 +1225,13 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1109,6 +1244,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faceplateFrontFace", "start": 0, "type": "Identifier" @@ -1120,6 +1256,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -1128,9 +1265,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -1146,9 +1285,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1159,6 +1300,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1166,9 +1308,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faceplateBody", "start": 0, "type": "Identifier" @@ -1179,11 +1323,13 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1196,6 +1342,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nestWall", "start": 0, "type": "Identifier" @@ -1203,6 +1350,7 @@ description: Result of parsing pdu-faceplate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1212,11 +1360,13 @@ description: Result of parsing pdu-faceplate.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1234,6 +1384,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nestWidth", "start": 0, "type": "Identifier" @@ -1245,9 +1396,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faceplateWidth", "start": 0, "type": "Identifier" @@ -1257,6 +1410,7 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -1265,9 +1419,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nestWall", "start": 0, "type": "Identifier" @@ -1277,10 +1433,12 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1298,11 +1456,13 @@ description: Result of parsing pdu-faceplate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1315,6 +1475,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nestHeight", "start": 0, "type": "Identifier" @@ -1326,9 +1487,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faceplateHeight", "start": 0, "type": "Identifier" @@ -1338,6 +1501,7 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -1346,9 +1510,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nestWall", "start": 0, "type": "Identifier" @@ -1358,10 +1524,12 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1379,11 +1547,13 @@ description: Result of parsing pdu-faceplate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1396,6 +1566,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nestDepth", "start": 0, "type": "Identifier" @@ -1407,9 +1578,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faceplateDepth", "start": 0, "type": "Identifier" @@ -1419,14 +1592,17 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nestWall", "start": 0, "type": "Identifier" @@ -1440,11 +1616,13 @@ description: Result of parsing pdu-faceplate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1457,6 +1635,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nestShape", "start": 0, "type": "Identifier" @@ -1470,6 +1649,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1485,9 +1665,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nestWidth", "start": 0, "type": "Identifier" @@ -1499,15 +1681,18 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1528,9 +1713,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nestHeight", "start": 0, "type": "Identifier" @@ -1540,10 +1727,12 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1559,6 +1748,7 @@ description: Result of parsing pdu-faceplate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1569,9 +1759,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1582,6 +1774,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1589,9 +1782,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faceplateFrontFace", "start": 0, "type": "Identifier" @@ -1609,6 +1804,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1617,9 +1813,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nestWidth", "start": 0, "type": "Identifier" @@ -1635,9 +1833,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1648,6 +1848,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1660,6 +1861,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1669,9 +1871,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nestHeight", "start": 0, "type": "Identifier" @@ -1683,6 +1887,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1694,9 +1899,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1707,6 +1914,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1719,6 +1927,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1728,9 +1937,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nestWidth", "start": 0, "type": "Identifier" @@ -1742,6 +1953,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1753,9 +1965,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1766,6 +1980,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1778,6 +1993,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1786,13 +2002,16 @@ description: Result of parsing pdu-faceplate.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -1803,25 +2022,30 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -1832,12 +2056,14 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1845,6 +2071,7 @@ description: Result of parsing pdu-faceplate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1855,9 +2082,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1868,19 +2097,23 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1891,6 +2124,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1899,15 +2133,18 @@ description: Result of parsing pdu-faceplate.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1920,6 +2157,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nestVoid", "start": 0, "type": "Identifier" @@ -1931,6 +2169,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1940,9 +2179,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nestDepth", "start": 0, "type": "Identifier" @@ -1954,6 +2195,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1965,9 +2207,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1978,6 +2222,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1985,9 +2230,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nestShape", "start": 0, "type": "Identifier" @@ -1998,11 +2245,13 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2015,6 +2264,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "moduleHeight", "start": 0, "type": "Identifier" @@ -2023,9 +2273,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nestHeight", "start": 0, "type": "Identifier" @@ -2035,11 +2287,13 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2057,6 +2311,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "moduleWidth", "start": 0, "type": "Identifier" @@ -2065,9 +2320,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nestHeight", "start": 0, "type": "Identifier" @@ -2077,11 +2334,13 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2094,6 +2353,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "moduleDepth", "start": 0, "type": "Identifier" @@ -2102,9 +2362,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nestHeight", "start": 0, "type": "Identifier" @@ -2114,11 +2376,13 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2131,6 +2395,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "leftSpacerWidth", "start": 0, "type": "Identifier" @@ -2142,9 +2407,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "moduleWidth", "start": 0, "type": "Identifier" @@ -2154,10 +2421,12 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.5", "start": 0, "type": "Literal", @@ -2171,11 +2440,13 @@ description: Result of parsing pdu-faceplate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2188,6 +2459,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "leftSpacerPosition", "start": 0, "type": "Identifier" @@ -2202,9 +2474,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "leftSpacerWidth", "start": 0, "type": "Identifier" @@ -2214,10 +2488,12 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2231,6 +2507,7 @@ description: Result of parsing pdu-faceplate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -2239,9 +2516,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nestWidth", "start": 0, "type": "Identifier" @@ -2251,10 +2530,12 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2272,11 +2553,13 @@ description: Result of parsing pdu-faceplate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2289,6 +2572,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boxModuleFn", "start": 0, "type": "Identifier" @@ -2304,6 +2588,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shape", "start": 0, "type": "Identifier" @@ -2311,13 +2596,16 @@ description: Result of parsing pdu-faceplate.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2328,6 +2616,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2335,9 +2624,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -2355,6 +2646,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -2370,9 +2662,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -2384,15 +2678,18 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2413,9 +2710,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "moduleHeight", "start": 0, "type": "Identifier" @@ -2425,10 +2724,12 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2444,6 +2745,7 @@ description: Result of parsing pdu-faceplate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2454,9 +2756,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -2467,12 +2771,14 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2485,6 +2791,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2493,9 +2800,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -2511,9 +2820,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -2524,6 +2835,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2536,6 +2848,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2545,9 +2858,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "moduleHeight", "start": 0, "type": "Identifier" @@ -2559,6 +2874,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2570,9 +2886,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -2583,6 +2901,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2595,6 +2914,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2604,9 +2924,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -2618,6 +2940,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2629,9 +2952,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -2642,6 +2967,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2654,6 +2980,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2662,13 +2989,16 @@ description: Result of parsing pdu-faceplate.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -2679,25 +3009,30 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -2708,12 +3043,14 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2721,6 +3058,7 @@ description: Result of parsing pdu-faceplate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2731,9 +3069,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2744,19 +3084,23 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -2767,6 +3111,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2775,15 +3120,18 @@ description: Result of parsing pdu-faceplate.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2796,6 +3144,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "body", "start": 0, "type": "Identifier" @@ -2807,6 +3156,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2816,9 +3166,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "moduleDepth", "start": 0, "type": "Identifier" @@ -2830,6 +3182,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2841,9 +3194,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2854,6 +3209,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2861,9 +3217,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shape", "start": 0, "type": "Identifier" @@ -2874,11 +3232,13 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2888,9 +3248,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "body", "start": 0, "type": "Identifier" @@ -2902,6 +3264,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -2909,16 +3272,19 @@ description: Result of parsing pdu-faceplate.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -2929,11 +3295,13 @@ description: Result of parsing pdu-faceplate.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2946,6 +3314,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "leftSpacerShape", "start": 0, "type": "Identifier" @@ -2959,6 +3328,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -2967,9 +3337,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "leftSpacerWidth", "start": 0, "type": "Identifier" @@ -2985,9 +3357,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boxModuleFn", "start": 0, "type": "Identifier" @@ -2998,6 +3372,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3010,6 +3385,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -3018,9 +3394,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "leftSpacerPosition", "start": 0, "type": "Identifier" @@ -3036,6 +3414,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -3043,6 +3422,7 @@ description: Result of parsing pdu-faceplate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3058,6 +3438,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -3065,6 +3446,7 @@ description: Result of parsing pdu-faceplate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3080,9 +3462,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -3093,12 +3477,14 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3107,12 +3493,14 @@ description: Result of parsing pdu-faceplate.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3129,11 +3517,13 @@ description: Result of parsing pdu-faceplate.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3146,6 +3536,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "switchPosition", "start": 0, "type": "Identifier" @@ -3160,9 +3551,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "leftSpacerPosition", "start": 0, "type": "Identifier" @@ -3172,6 +3565,7 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -3180,9 +3574,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "leftSpacerWidth", "start": 0, "type": "Identifier" @@ -3192,10 +3588,12 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3213,6 +3611,7 @@ description: Result of parsing pdu-faceplate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -3221,9 +3620,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "moduleWidth", "start": 0, "type": "Identifier" @@ -3233,10 +3634,12 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3254,11 +3657,13 @@ description: Result of parsing pdu-faceplate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3271,6 +3676,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "switchWidth", "start": 0, "type": "Identifier" @@ -3279,9 +3685,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "moduleWidth", "start": 0, "type": "Identifier" @@ -3291,11 +3699,13 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3308,6 +3718,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "switchBody", "start": 0, "type": "Identifier" @@ -3319,6 +3730,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -3327,9 +3739,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "moduleWidth", "start": 0, "type": "Identifier" @@ -3345,9 +3759,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boxModuleFn", "start": 0, "type": "Identifier" @@ -3358,16 +3774,19 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -3385,6 +3804,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "switchPlateWidth", "start": 0, "type": "Identifier" @@ -3392,6 +3812,7 @@ description: Result of parsing pdu-faceplate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -3401,11 +3822,13 @@ description: Result of parsing pdu-faceplate.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -3423,6 +3846,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "switchPlateHeight", "start": 0, "type": "Identifier" @@ -3430,6 +3854,7 @@ description: Result of parsing pdu-faceplate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -3439,11 +3864,13 @@ description: Result of parsing pdu-faceplate.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3456,6 +3883,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "switchPlateThickness", "start": 0, "type": "Identifier" @@ -3463,6 +3891,7 @@ description: Result of parsing pdu-faceplate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -3472,11 +3901,13 @@ description: Result of parsing pdu-faceplate.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3489,6 +3920,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "switchPlateShape", "start": 0, "type": "Identifier" @@ -3502,6 +3934,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -3510,9 +3943,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -3528,9 +3963,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -3541,6 +3978,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3548,9 +3986,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "switchBody", "start": 0, "type": "Identifier" @@ -3568,6 +4008,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -3583,9 +4024,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "switchPlateWidth", "start": 0, "type": "Identifier" @@ -3597,15 +4040,18 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3627,9 +4073,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "switchPlateHeight", "start": 0, "type": "Identifier" @@ -3641,15 +4089,18 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3665,6 +4116,7 @@ description: Result of parsing pdu-faceplate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3675,9 +4127,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -3688,12 +4142,14 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3706,6 +4162,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3714,9 +4171,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "switchPlateHeight", "start": 0, "type": "Identifier" @@ -3732,9 +4191,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -3745,6 +4206,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3757,6 +4219,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3765,9 +4228,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "switchPlateWidth", "start": 0, "type": "Identifier" @@ -3783,9 +4248,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -3796,6 +4263,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3808,6 +4276,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3817,9 +4286,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "switchPlateHeight", "start": 0, "type": "Identifier" @@ -3831,6 +4302,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3842,9 +4314,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -3855,6 +4329,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3867,6 +4342,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3875,13 +4351,16 @@ description: Result of parsing pdu-faceplate.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -3892,25 +4371,30 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -3921,12 +4405,14 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3934,6 +4420,7 @@ description: Result of parsing pdu-faceplate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3944,9 +4431,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3957,19 +4446,23 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -3980,6 +4473,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3988,15 +4482,18 @@ description: Result of parsing pdu-faceplate.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4009,6 +4506,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "switchPlateBody", "start": 0, "type": "Identifier" @@ -4022,6 +4520,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4030,9 +4529,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "switchPlateThickness", "start": 0, "type": "Identifier" @@ -4048,9 +4549,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -4061,6 +4564,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4068,9 +4572,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "switchPlateShape", "start": 0, "type": "Identifier" @@ -4088,6 +4594,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -4096,9 +4603,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "switchPosition", "start": 0, "type": "Identifier" @@ -4114,6 +4623,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -4121,6 +4631,7 @@ description: Result of parsing pdu-faceplate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4136,6 +4647,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -4143,6 +4655,7 @@ description: Result of parsing pdu-faceplate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4158,9 +4671,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -4171,12 +4686,14 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -4185,12 +4702,14 @@ description: Result of parsing pdu-faceplate.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -4207,11 +4726,13 @@ description: Result of parsing pdu-faceplate.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4224,6 +4745,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "switchButtonHeight", "start": 0, "type": "Identifier" @@ -4231,6 +4753,7 @@ description: Result of parsing pdu-faceplate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "26", "start": 0, "type": "Literal", @@ -4240,11 +4763,13 @@ description: Result of parsing pdu-faceplate.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4257,6 +4782,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "switchButtonWidth", "start": 0, "type": "Identifier" @@ -4264,6 +4790,7 @@ description: Result of parsing pdu-faceplate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15", "start": 0, "type": "Literal", @@ -4273,11 +4800,13 @@ description: Result of parsing pdu-faceplate.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4290,6 +4819,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "switchButtonShape", "start": 0, "type": "Identifier" @@ -4297,13 +4827,16 @@ description: Result of parsing pdu-faceplate.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -4314,6 +4847,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4324,6 +4858,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -4336,9 +4871,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "switchButtonWidth", "start": 0, "type": "Identifier" @@ -4350,15 +4887,18 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4378,9 +4918,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -4391,6 +4933,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4399,9 +4942,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -4413,6 +4958,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4427,6 +4973,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -4438,9 +4985,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "switchPlateThickness", "start": 0, "type": "Identifier" @@ -4457,9 +5006,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "switchButtonHeight", "start": 0, "type": "Identifier" @@ -4469,10 +5020,12 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4488,6 +5041,7 @@ description: Result of parsing pdu-faceplate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4498,9 +5052,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -4511,12 +5067,14 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -4529,6 +5087,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -4539,6 +5098,7 @@ description: Result of parsing pdu-faceplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -4552,6 +5112,7 @@ description: Result of parsing pdu-faceplate.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -4563,6 +5124,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4570,6 +5132,7 @@ description: Result of parsing pdu-faceplate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4580,9 +5143,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4593,6 +5158,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4605,6 +5171,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "interiorAbsolute", "start": 0, "type": "Identifier" @@ -4615,6 +5182,7 @@ description: Result of parsing pdu-faceplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -4627,6 +5195,7 @@ description: Result of parsing pdu-faceplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4638,6 +5207,7 @@ description: Result of parsing pdu-faceplate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4648,6 +5218,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -4658,6 +5229,7 @@ description: Result of parsing pdu-faceplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12", "start": 0, "type": "Literal", @@ -4671,6 +5243,7 @@ description: Result of parsing pdu-faceplate.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "9", "start": 0, "type": "Literal", @@ -4682,6 +5255,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4689,6 +5263,7 @@ description: Result of parsing pdu-faceplate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4699,9 +5274,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -4712,6 +5289,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4724,6 +5302,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -4735,9 +5314,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "switchPlateThickness", "start": 0, "type": "Identifier" @@ -4755,9 +5336,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "switchButtonHeight", "start": 0, "type": "Identifier" @@ -4769,15 +5352,18 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4793,6 +5379,7 @@ description: Result of parsing pdu-faceplate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4803,9 +5390,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4816,6 +5405,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4828,6 +5418,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -4836,13 +5427,16 @@ description: Result of parsing pdu-faceplate.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -4853,25 +5447,30 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -4882,12 +5481,14 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -4895,6 +5496,7 @@ description: Result of parsing pdu-faceplate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4905,9 +5507,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4918,19 +5522,23 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -4941,6 +5549,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4949,15 +5558,18 @@ description: Result of parsing pdu-faceplate.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4970,6 +5582,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "switchButtonBody", "start": 0, "type": "Identifier" @@ -4983,6 +5596,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4991,9 +5605,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "switchButtonWidth", "start": 0, "type": "Identifier" @@ -5009,9 +5625,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -5022,6 +5640,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5029,9 +5648,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "switchButtonShape", "start": 0, "type": "Identifier" @@ -5049,6 +5670,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -5057,9 +5679,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "switchPosition", "start": 0, "type": "Identifier" @@ -5075,6 +5699,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -5082,6 +5707,7 @@ description: Result of parsing pdu-faceplate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5097,6 +5723,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -5104,6 +5731,7 @@ description: Result of parsing pdu-faceplate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5119,9 +5747,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -5132,12 +5762,14 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -5150,6 +5782,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -5157,6 +5790,7 @@ description: Result of parsing pdu-faceplate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"#ff0000\"", "start": 0, "type": "Literal", @@ -5169,9 +5803,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "appearance", "start": 0, "type": "Identifier" @@ -5182,12 +5818,14 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -5196,12 +5834,14 @@ description: Result of parsing pdu-faceplate.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -5218,11 +5858,13 @@ description: Result of parsing pdu-faceplate.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5235,6 +5877,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "secondSpacerWidth", "start": 0, "type": "Identifier" @@ -5246,9 +5889,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "moduleWidth", "start": 0, "type": "Identifier" @@ -5258,10 +5903,12 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5275,11 +5922,13 @@ description: Result of parsing pdu-faceplate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5292,6 +5941,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "secondSpacerPosition", "start": 0, "type": "Identifier" @@ -5306,9 +5956,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "switchPosition", "start": 0, "type": "Identifier" @@ -5318,6 +5970,7 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -5326,9 +5979,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "switchWidth", "start": 0, "type": "Identifier" @@ -5338,10 +5993,12 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5359,6 +6016,7 @@ description: Result of parsing pdu-faceplate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -5367,9 +6025,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "secondSpacerWidth", "start": 0, "type": "Identifier" @@ -5379,10 +6039,12 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5400,11 +6062,13 @@ description: Result of parsing pdu-faceplate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5417,6 +6081,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "secondSpacerBody", "start": 0, "type": "Identifier" @@ -5430,6 +6095,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -5438,9 +6104,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "secondSpacerWidth", "start": 0, "type": "Identifier" @@ -5456,9 +6124,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boxModuleFn", "start": 0, "type": "Identifier" @@ -5469,6 +6139,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5481,6 +6152,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -5489,9 +6161,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "secondSpacerPosition", "start": 0, "type": "Identifier" @@ -5507,6 +6181,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -5514,6 +6189,7 @@ description: Result of parsing pdu-faceplate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5529,6 +6205,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -5536,6 +6213,7 @@ description: Result of parsing pdu-faceplate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5551,9 +6229,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -5564,12 +6244,14 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -5578,12 +6260,14 @@ description: Result of parsing pdu-faceplate.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -5595,6 +6279,7 @@ description: Result of parsing pdu-faceplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -5611,11 +6296,13 @@ description: Result of parsing pdu-faceplate.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5628,6 +6315,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "powerPlugWidth", "start": 0, "type": "Identifier" @@ -5636,9 +6324,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "moduleWidth", "start": 0, "type": "Identifier" @@ -5648,11 +6338,13 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5665,6 +6357,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "powerPlugCount", "start": 0, "type": "Identifier" @@ -5672,6 +6365,7 @@ description: Result of parsing pdu-faceplate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8", "start": 0, "type": "Literal", @@ -5681,11 +6375,13 @@ description: Result of parsing pdu-faceplate.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5698,6 +6394,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "powerPlugOveralWidth", "start": 0, "type": "Identifier" @@ -5709,9 +6406,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "powerPlugWidth", "start": 0, "type": "Identifier" @@ -5721,14 +6420,17 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "powerPlugCount", "start": 0, "type": "Identifier" @@ -5742,11 +6444,13 @@ description: Result of parsing pdu-faceplate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5759,6 +6463,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "firstPowerPlugPosition", "start": 0, "type": "Identifier" @@ -5773,9 +6478,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "secondSpacerPosition", "start": 0, "type": "Identifier" @@ -5785,6 +6492,7 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -5793,9 +6501,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "secondSpacerWidth", "start": 0, "type": "Identifier" @@ -5805,10 +6515,12 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5826,6 +6538,7 @@ description: Result of parsing pdu-faceplate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -5834,9 +6547,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "powerPlugWidth", "start": 0, "type": "Identifier" @@ -5846,10 +6561,12 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5867,11 +6584,13 @@ description: Result of parsing pdu-faceplate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5884,6 +6603,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lastPowerPlugPosition", "start": 0, "type": "Identifier" @@ -5895,9 +6615,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "firstPowerPlugPosition", "start": 0, "type": "Identifier" @@ -5907,6 +6629,7 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -5915,9 +6638,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "powerPlugWidth", "start": 0, "type": "Identifier" @@ -5927,6 +6652,7 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, @@ -5935,9 +6661,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "powerPlugCount", "start": 0, "type": "Identifier" @@ -5947,10 +6675,12 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -5972,11 +6702,13 @@ description: Result of parsing pdu-faceplate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5989,6 +6721,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "powerPlugBody", "start": 0, "type": "Identifier" @@ -6002,6 +6735,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -6010,9 +6744,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "powerPlugWidth", "start": 0, "type": "Identifier" @@ -6028,9 +6764,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boxModuleFn", "start": 0, "type": "Identifier" @@ -6041,6 +6779,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6053,6 +6792,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -6061,9 +6801,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "firstPowerPlugPosition", "start": 0, "type": "Identifier" @@ -6079,6 +6821,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -6086,6 +6829,7 @@ description: Result of parsing pdu-faceplate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6101,6 +6845,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -6108,6 +6853,7 @@ description: Result of parsing pdu-faceplate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6123,9 +6869,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -6136,12 +6884,14 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -6150,15 +6900,18 @@ description: Result of parsing pdu-faceplate.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6171,6 +6924,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plugShape", "start": 0, "type": "Identifier" @@ -6184,6 +6938,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -6192,9 +6947,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -6210,9 +6967,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -6223,6 +6982,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6230,9 +6990,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "powerPlugBody", "start": 0, "type": "Identifier" @@ -6250,6 +7012,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -6260,6 +7023,7 @@ description: Result of parsing pdu-faceplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6272,6 +7036,7 @@ description: Result of parsing pdu-faceplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6283,6 +7048,7 @@ description: Result of parsing pdu-faceplate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6293,6 +7059,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -6300,6 +7067,7 @@ description: Result of parsing pdu-faceplate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "17", "start": 0, "type": "Literal", @@ -6315,9 +7083,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -6328,12 +7098,14 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -6346,6 +7118,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -6354,9 +7127,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "firstPowerPlugPosition", "start": 0, "type": "Identifier" @@ -6372,6 +7147,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -6379,6 +7155,7 @@ description: Result of parsing pdu-faceplate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6394,6 +7171,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -6401,6 +7179,7 @@ description: Result of parsing pdu-faceplate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6416,9 +7195,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -6429,12 +7210,14 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -6443,15 +7226,18 @@ description: Result of parsing pdu-faceplate.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6464,6 +7250,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plugBody", "start": 0, "type": "Identifier" @@ -6475,6 +7262,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -6483,6 +7271,7 @@ description: Result of parsing pdu-faceplate.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -6494,6 +7283,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6505,9 +7295,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -6518,6 +7310,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6525,9 +7318,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plugShape", "start": 0, "type": "Identifier" @@ -6538,11 +7333,13 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6555,6 +7352,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plugHoleDistance", "start": 0, "type": "Identifier" @@ -6562,6 +7360,7 @@ description: Result of parsing pdu-faceplate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -6571,11 +7370,13 @@ description: Result of parsing pdu-faceplate.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6588,6 +7389,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plugHoleShape", "start": 0, "type": "Identifier" @@ -6601,6 +7403,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -6609,9 +7412,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "START", "start": 0, "type": "Identifier" @@ -6627,9 +7432,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -6640,6 +7447,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6647,9 +7455,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plugBody", "start": 0, "type": "Identifier" @@ -6667,6 +7477,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -6682,9 +7493,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plugHoleDistance", "start": 0, "type": "Identifier" @@ -6696,15 +7509,18 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -6721,6 +7537,7 @@ description: Result of parsing pdu-faceplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6732,6 +7549,7 @@ description: Result of parsing pdu-faceplate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6742,6 +7560,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -6749,6 +7568,7 @@ description: Result of parsing pdu-faceplate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -6764,9 +7584,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -6777,12 +7599,14 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -6795,6 +7619,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -6803,9 +7628,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "firstPowerPlugPosition", "start": 0, "type": "Identifier" @@ -6821,6 +7648,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -6828,6 +7656,7 @@ description: Result of parsing pdu-faceplate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6843,6 +7672,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -6850,6 +7680,7 @@ description: Result of parsing pdu-faceplate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6865,9 +7696,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -6878,12 +7711,14 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -6896,6 +7731,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -6903,6 +7739,7 @@ description: Result of parsing pdu-faceplate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -6918,6 +7755,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -6926,9 +7764,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plugHoleDistance", "start": 0, "type": "Identifier" @@ -6944,6 +7784,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -6954,6 +7795,7 @@ description: Result of parsing pdu-faceplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -6966,6 +7808,7 @@ description: Result of parsing pdu-faceplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6977,6 +7820,7 @@ description: Result of parsing pdu-faceplate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6987,9 +7831,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear2d", "start": 0, "type": "Identifier" @@ -7000,12 +7846,14 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -7014,15 +7862,18 @@ description: Result of parsing pdu-faceplate.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -7035,6 +7886,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plugHoleBody", "start": 0, "type": "Identifier" @@ -7048,6 +7900,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -7056,6 +7909,7 @@ description: Result of parsing pdu-faceplate.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -7067,6 +7921,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7078,9 +7933,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -7091,6 +7948,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7098,9 +7956,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plugHoleShape", "start": 0, "type": "Identifier" @@ -7118,6 +7978,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -7126,9 +7987,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "powerPlugCount", "start": 0, "type": "Identifier" @@ -7144,6 +8007,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -7152,9 +8016,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "powerPlugWidth", "start": 0, "type": "Identifier" @@ -7170,6 +8036,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -7180,6 +8047,7 @@ description: Result of parsing pdu-faceplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -7192,6 +8060,7 @@ description: Result of parsing pdu-faceplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -7204,6 +8073,7 @@ description: Result of parsing pdu-faceplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -7215,6 +8085,7 @@ description: Result of parsing pdu-faceplate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7225,9 +8096,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -7238,12 +8111,14 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -7252,12 +8127,14 @@ description: Result of parsing pdu-faceplate.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -7274,11 +8151,13 @@ description: Result of parsing pdu-faceplate.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -7291,6 +8170,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rightSpacerWidth", "start": 0, "type": "Identifier" @@ -7308,9 +8188,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nestWidth", "start": 0, "type": "Identifier" @@ -7320,10 +8202,12 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -7337,14 +8221,17 @@ description: Result of parsing pdu-faceplate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lastPowerPlugPosition", "start": 0, "type": "Identifier" @@ -7358,6 +8245,7 @@ description: Result of parsing pdu-faceplate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -7366,9 +8254,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "powerPlugWidth", "start": 0, "type": "Identifier" @@ -7378,10 +8268,12 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -7399,11 +8291,13 @@ description: Result of parsing pdu-faceplate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -7416,6 +8310,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rightSpacerPosition", "start": 0, "type": "Identifier" @@ -7430,9 +8325,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lastPowerPlugPosition", "start": 0, "type": "Identifier" @@ -7442,6 +8339,7 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -7450,9 +8348,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "powerPlugWidth", "start": 0, "type": "Identifier" @@ -7462,10 +8362,12 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -7483,6 +8385,7 @@ description: Result of parsing pdu-faceplate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -7491,9 +8394,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rightSpacerWidth", "start": 0, "type": "Identifier" @@ -7503,10 +8408,12 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -7524,11 +8431,13 @@ description: Result of parsing pdu-faceplate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -7541,6 +8450,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rightSpacerBody", "start": 0, "type": "Identifier" @@ -7554,6 +8464,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -7562,9 +8473,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rightSpacerWidth", "start": 0, "type": "Identifier" @@ -7580,9 +8493,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boxModuleFn", "start": 0, "type": "Identifier" @@ -7593,6 +8508,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7605,6 +8521,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -7613,9 +8530,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rightSpacerPosition", "start": 0, "type": "Identifier" @@ -7631,6 +8550,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -7638,6 +8558,7 @@ description: Result of parsing pdu-faceplate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -7653,6 +8574,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -7660,6 +8582,7 @@ description: Result of parsing pdu-faceplate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -7675,9 +8598,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -7688,12 +8613,14 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -7702,12 +8629,14 @@ description: Result of parsing pdu-faceplate.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -7724,11 +8653,13 @@ description: Result of parsing pdu-faceplate.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -7741,6 +8672,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeWidth", "start": 0, "type": "Identifier" @@ -7748,6 +8680,7 @@ description: Result of parsing pdu-faceplate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25", "start": 0, "type": "Literal", @@ -7757,11 +8690,13 @@ description: Result of parsing pdu-faceplate.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -7774,6 +8709,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDiameter", "start": 0, "type": "Identifier" @@ -7781,6 +8717,7 @@ description: Result of parsing pdu-faceplate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -7790,11 +8727,13 @@ description: Result of parsing pdu-faceplate.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -7807,6 +8746,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeStraightSegment", "start": 0, "type": "Identifier" @@ -7818,9 +8758,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeWidth", "start": 0, "type": "Identifier" @@ -7830,14 +8772,17 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDiameter", "start": 0, "type": "Identifier" @@ -7851,11 +8796,13 @@ description: Result of parsing pdu-faceplate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -7868,6 +8815,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeVerticalDistance", "start": 0, "type": "Identifier" @@ -7879,9 +8827,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faceplateHeight", "start": 0, "type": "Identifier" @@ -7891,10 +8841,12 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3", "start": 0, "type": "Literal", @@ -7908,11 +8860,13 @@ description: Result of parsing pdu-faceplate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -7925,6 +8879,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeShapes", "start": 0, "type": "Identifier" @@ -7938,6 +8893,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -7953,9 +8909,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeStraightSegment", "start": 0, "type": "Identifier" @@ -7967,15 +8925,18 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -7996,9 +8957,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDiameter", "start": 0, "type": "Identifier" @@ -8008,10 +8971,12 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -8027,6 +8992,7 @@ description: Result of parsing pdu-faceplate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8037,9 +9003,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -8050,6 +9018,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8057,9 +9026,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faceplateFrontFace", "start": 0, "type": "Identifier" @@ -8077,6 +9048,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -8085,9 +9057,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeStraightSegment", "start": 0, "type": "Identifier" @@ -8103,9 +9077,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -8116,6 +9092,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8128,6 +9105,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -8142,9 +9120,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeStraightSegment", "start": 0, "type": "Identifier" @@ -8154,10 +9134,12 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -8179,9 +9161,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDiameter", "start": 0, "type": "Identifier" @@ -8193,15 +9177,18 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -8217,6 +9204,7 @@ description: Result of parsing pdu-faceplate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8227,9 +9215,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -8240,6 +9230,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8252,6 +9243,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -8261,9 +9253,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeStraightSegment", "start": 0, "type": "Identifier" @@ -8275,6 +9269,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -8286,9 +9281,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -8299,6 +9296,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8311,6 +9309,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -8319,13 +9318,16 @@ description: Result of parsing pdu-faceplate.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -8336,25 +9338,30 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -8365,12 +9372,14 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -8378,6 +9387,7 @@ description: Result of parsing pdu-faceplate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8388,9 +9398,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -8401,19 +9413,23 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -8424,6 +9440,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8436,6 +9453,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -8451,9 +9469,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faceplateWidth", "start": 0, "type": "Identifier" @@ -8465,15 +9485,18 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -8487,6 +9510,7 @@ description: Result of parsing pdu-faceplate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -8495,9 +9519,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "supportWidth", "start": 0, "type": "Identifier" @@ -8507,10 +9533,12 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -8534,6 +9562,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -8541,6 +9570,7 @@ description: Result of parsing pdu-faceplate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -8556,6 +9586,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -8565,9 +9596,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeVerticalDistance", "start": 0, "type": "Identifier" @@ -8579,6 +9612,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -8590,9 +9624,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -8603,12 +9639,14 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -8621,6 +9659,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -8628,6 +9667,7 @@ description: Result of parsing pdu-faceplate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -8643,6 +9683,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -8651,9 +9692,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeVerticalDistance", "start": 0, "type": "Identifier" @@ -8669,6 +9712,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -8679,6 +9723,7 @@ description: Result of parsing pdu-faceplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -8691,6 +9736,7 @@ description: Result of parsing pdu-faceplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -8702,6 +9748,7 @@ description: Result of parsing pdu-faceplate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8712,9 +9759,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear2d", "start": 0, "type": "Identifier" @@ -8725,12 +9774,14 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -8743,6 +9794,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -8750,6 +9802,7 @@ description: Result of parsing pdu-faceplate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -8765,6 +9818,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -8776,9 +9830,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faceplateWidth", "start": 0, "type": "Identifier" @@ -8788,14 +9844,17 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "supportWidth", "start": 0, "type": "Identifier" @@ -8815,6 +9874,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -8825,6 +9885,7 @@ description: Result of parsing pdu-faceplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -8837,6 +9898,7 @@ description: Result of parsing pdu-faceplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -8848,6 +9910,7 @@ description: Result of parsing pdu-faceplate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8858,9 +9921,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear2d", "start": 0, "type": "Identifier" @@ -8871,12 +9936,14 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -8885,15 +9952,18 @@ description: Result of parsing pdu-faceplate.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -8906,6 +9976,7 @@ description: Result of parsing pdu-faceplate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeVoid", "start": 0, "type": "Identifier" @@ -8917,6 +9988,7 @@ description: Result of parsing pdu-faceplate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -8926,9 +9998,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "supportThickness", "start": 0, "type": "Identifier" @@ -8940,6 +10014,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -8951,9 +10026,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -8964,6 +10041,7 @@ description: Result of parsing pdu-faceplate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8971,9 +10049,11 @@ description: Result of parsing pdu-faceplate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeShapes", "start": 0, "type": "Identifier" @@ -8984,11 +10064,13 @@ description: Result of parsing pdu-faceplate.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -9000,9 +10082,11 @@ description: Result of parsing pdu-faceplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -9021,19 +10105,23 @@ description: Result of parsing pdu-faceplate.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -9050,15 +10138,18 @@ description: Result of parsing pdu-faceplate.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -9074,12 +10165,14 @@ description: Result of parsing pdu-faceplate.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -9093,6 +10186,7 @@ description: Result of parsing pdu-faceplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -9106,6 +10200,7 @@ description: Result of parsing pdu-faceplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -9117,6 +10212,7 @@ description: Result of parsing pdu-faceplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -9128,6 +10224,7 @@ description: Result of parsing pdu-faceplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -9139,6 +10236,7 @@ description: Result of parsing pdu-faceplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -9150,6 +10248,7 @@ description: Result of parsing pdu-faceplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -9162,6 +10261,7 @@ description: Result of parsing pdu-faceplate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/pdu-faceplate/program_memory.snap b/rust/kcl-lib/tests/kcl_samples/pdu-faceplate/program_memory.snap index 34c2e47aa..1143fca57 100644 --- a/rust/kcl-lib/tests/kcl_samples/pdu-faceplate/program_memory.snap +++ b/rust/kcl-lib/tests/kcl_samples/pdu-faceplate/program_memory.snap @@ -70,6 +70,7 @@ description: Variables in memory after executing pdu-faceplate.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg01" @@ -226,6 +227,7 @@ description: Variables in memory after executing pdu-faceplate.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg01" @@ -424,6 +426,7 @@ description: Variables in memory after executing pdu-faceplate.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg01" @@ -580,6 +583,7 @@ description: Variables in memory after executing pdu-faceplate.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg01" @@ -850,6 +854,7 @@ description: Variables in memory after executing pdu-faceplate.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg01" @@ -1180,6 +1185,7 @@ description: Variables in memory after executing pdu-faceplate.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg01" @@ -1336,6 +1342,7 @@ description: Variables in memory after executing pdu-faceplate.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg01" @@ -1660,6 +1667,7 @@ description: Variables in memory after executing pdu-faceplate.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg01" @@ -1816,6 +1824,7 @@ description: Variables in memory after executing pdu-faceplate.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg01" @@ -2140,6 +2149,7 @@ description: Variables in memory after executing pdu-faceplate.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg01" @@ -2296,6 +2306,7 @@ description: Variables in memory after executing pdu-faceplate.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg01" @@ -2620,6 +2631,7 @@ description: Variables in memory after executing pdu-faceplate.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg01" @@ -2776,6 +2788,7 @@ description: Variables in memory after executing pdu-faceplate.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg01" @@ -3100,6 +3113,7 @@ description: Variables in memory after executing pdu-faceplate.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg01" @@ -3256,6 +3270,7 @@ description: Variables in memory after executing pdu-faceplate.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg01" @@ -3580,6 +3595,7 @@ description: Variables in memory after executing pdu-faceplate.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg01" @@ -3736,6 +3752,7 @@ description: Variables in memory after executing pdu-faceplate.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg01" @@ -4125,6 +4142,7 @@ description: Variables in memory after executing pdu-faceplate.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg01" @@ -4281,6 +4299,7 @@ description: Variables in memory after executing pdu-faceplate.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg01" @@ -4647,6 +4666,7 @@ description: Variables in memory after executing pdu-faceplate.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg01" @@ -4803,6 +4823,7 @@ description: Variables in memory after executing pdu-faceplate.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg01" @@ -5169,6 +5190,7 @@ description: Variables in memory after executing pdu-faceplate.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg01" @@ -5325,6 +5347,7 @@ description: Variables in memory after executing pdu-faceplate.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg01" @@ -5691,6 +5714,7 @@ description: Variables in memory after executing pdu-faceplate.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg01" @@ -5847,6 +5871,7 @@ description: Variables in memory after executing pdu-faceplate.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg01" @@ -6213,6 +6238,7 @@ description: Variables in memory after executing pdu-faceplate.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg01" @@ -6369,6 +6395,7 @@ description: Variables in memory after executing pdu-faceplate.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg01" @@ -6735,6 +6762,7 @@ description: Variables in memory after executing pdu-faceplate.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg01" @@ -6891,6 +6919,7 @@ description: Variables in memory after executing pdu-faceplate.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg01" @@ -7531,6 +7560,7 @@ description: Variables in memory after executing pdu-faceplate.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg01" @@ -7687,6 +7717,7 @@ description: Variables in memory after executing pdu-faceplate.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg01" @@ -8035,6 +8066,7 @@ description: Variables in memory after executing pdu-faceplate.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg01" @@ -8191,6 +8223,7 @@ description: Variables in memory after executing pdu-faceplate.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg01" diff --git a/rust/kcl-lib/tests/kcl_samples/pillow-block-bearing/ast.snap b/rust/kcl-lib/tests/kcl_samples/pillow-block-bearing/ast.snap index 04a9a90b9..dd69c2bb9 100644 --- a/rust/kcl-lib/tests/kcl_samples/pillow-block-bearing/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/pillow-block-bearing/ast.snap @@ -8,6 +8,7 @@ description: Result of parsing pillow-block-bearing.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "parameters.kcl" @@ -18,6 +19,7 @@ description: Result of parsing pillow-block-bearing.kcl "selector": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "Glob" }, @@ -28,6 +30,7 @@ description: Result of parsing pillow-block-bearing.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "ball-bearing.kcl" @@ -37,6 +40,7 @@ description: Result of parsing pillow-block-bearing.kcl "alias": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ballBearing", "start": 0, "type": "Identifier" @@ -49,6 +53,7 @@ description: Result of parsing pillow-block-bearing.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "block.kcl" @@ -58,6 +63,7 @@ description: Result of parsing pillow-block-bearing.kcl "alias": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "block", "start": 0, "type": "Identifier" @@ -74,9 +80,11 @@ description: Result of parsing pillow-block-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ballBearing", "start": 0, "type": "Identifier" @@ -86,6 +94,7 @@ description: Result of parsing pillow-block-bearing.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "preComments": [ "", "", @@ -102,9 +111,11 @@ description: Result of parsing pillow-block-bearing.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "block", "start": 0, "type": "Identifier" @@ -114,6 +125,7 @@ description: Result of parsing pillow-block-bearing.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -125,9 +137,11 @@ description: Result of parsing pillow-block-bearing.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -146,19 +160,23 @@ description: Result of parsing pillow-block-bearing.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -174,12 +192,14 @@ description: Result of parsing pillow-block-bearing.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": {}, "startNodes": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/pipe-flange-assembly/ast.snap b/rust/kcl-lib/tests/kcl_samples/pipe-flange-assembly/ast.snap index 3d8633cab..51280a92f 100644 --- a/rust/kcl-lib/tests/kcl_samples/pipe-flange-assembly/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/pipe-flange-assembly/ast.snap @@ -8,6 +8,7 @@ description: Result of parsing pipe-flange-assembly.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "parameters.kcl" @@ -18,6 +19,7 @@ description: Result of parsing pipe-flange-assembly.kcl "selector": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "Glob" }, @@ -28,6 +30,7 @@ description: Result of parsing pipe-flange-assembly.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "9472k188-gasket.kcl" @@ -42,6 +45,7 @@ description: Result of parsing pipe-flange-assembly.kcl "alias": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gasket", "start": 0, "type": "Identifier" @@ -54,6 +58,7 @@ description: Result of parsing pipe-flange-assembly.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "68095k348-flange.kcl" @@ -65,9 +70,11 @@ description: Result of parsing pipe-flange-assembly.kcl "alias": null, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flange", "start": 0, "type": "Identifier" @@ -84,6 +91,7 @@ description: Result of parsing pipe-flange-assembly.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "98017a257-washer.kcl" @@ -95,9 +103,11 @@ description: Result of parsing pipe-flange-assembly.kcl "alias": null, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "washer", "start": 0, "type": "Identifier" @@ -114,6 +124,7 @@ description: Result of parsing pipe-flange-assembly.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "91251a404-bolt.kcl" @@ -125,9 +136,11 @@ description: Result of parsing pipe-flange-assembly.kcl "alias": null, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bolt", "start": 0, "type": "Identifier" @@ -144,6 +157,7 @@ description: Result of parsing pipe-flange-assembly.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "95479a127-hex-nut.kcl" @@ -155,9 +169,11 @@ description: Result of parsing pipe-flange-assembly.kcl "alias": null, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hexNut", "start": 0, "type": "Identifier" @@ -174,6 +190,7 @@ description: Result of parsing pipe-flange-assembly.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "1120t74-pipe.kcl" @@ -185,9 +202,11 @@ description: Result of parsing pipe-flange-assembly.kcl "alias": null, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pipe", "start": 0, "type": "Identifier" @@ -205,13 +224,16 @@ description: Result of parsing pipe-flange-assembly.kcl "commentStart": 0, "end": 0, "expression": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flange", "start": 0, "type": "Identifier" @@ -222,11 +244,13 @@ description: Result of parsing pipe-flange-assembly.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "preComments": [ "", "", @@ -242,13 +266,16 @@ description: Result of parsing pipe-flange-assembly.kcl "expression": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flange", "start": 0, "type": "Identifier" @@ -259,6 +286,7 @@ description: Result of parsing pipe-flange-assembly.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -271,6 +299,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -281,6 +310,7 @@ description: Result of parsing pipe-flange-assembly.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -293,6 +323,7 @@ description: Result of parsing pipe-flange-assembly.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -305,6 +336,7 @@ description: Result of parsing pipe-flange-assembly.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -316,6 +348,7 @@ description: Result of parsing pipe-flange-assembly.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -326,6 +359,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -333,6 +367,7 @@ description: Result of parsing pipe-flange-assembly.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -348,9 +383,11 @@ description: Result of parsing pipe-flange-assembly.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotate", "start": 0, "type": "Identifier" @@ -361,6 +398,7 @@ description: Result of parsing pipe-flange-assembly.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -373,6 +411,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -380,6 +419,7 @@ description: Result of parsing pipe-flange-assembly.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -395,6 +435,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -402,6 +443,7 @@ description: Result of parsing pipe-flange-assembly.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -417,6 +459,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -431,9 +474,11 @@ description: Result of parsing pipe-flange-assembly.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flangeBackHeight", "start": 0, "type": "Identifier" @@ -443,10 +488,12 @@ description: Result of parsing pipe-flange-assembly.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -460,14 +507,17 @@ description: Result of parsing pipe-flange-assembly.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gasketThickness", "start": 0, "type": "Identifier" @@ -487,9 +537,11 @@ description: Result of parsing pipe-flange-assembly.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -500,6 +552,7 @@ description: Result of parsing pipe-flange-assembly.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -508,12 +561,14 @@ description: Result of parsing pipe-flange-assembly.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -530,6 +585,7 @@ description: Result of parsing pipe-flange-assembly.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -543,9 +599,11 @@ description: Result of parsing pipe-flange-assembly.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gasket", "start": 0, "type": "Identifier" @@ -562,6 +620,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -569,6 +628,7 @@ description: Result of parsing pipe-flange-assembly.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -584,6 +644,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -591,6 +652,7 @@ description: Result of parsing pipe-flange-assembly.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -606,6 +668,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -618,9 +681,11 @@ description: Result of parsing pipe-flange-assembly.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flangeBackHeight", "start": 0, "type": "Identifier" @@ -632,19 +697,23 @@ description: Result of parsing pipe-flange-assembly.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gasketThickness", "start": 0, "type": "Identifier" @@ -664,9 +733,11 @@ description: Result of parsing pipe-flange-assembly.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -677,6 +748,7 @@ description: Result of parsing pipe-flange-assembly.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -685,12 +757,14 @@ description: Result of parsing pipe-flange-assembly.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -707,6 +781,7 @@ description: Result of parsing pipe-flange-assembly.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -717,13 +792,16 @@ description: Result of parsing pipe-flange-assembly.kcl "expression": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "washer", "start": 0, "type": "Identifier" @@ -734,6 +812,7 @@ description: Result of parsing pipe-flange-assembly.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -746,6 +825,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -757,9 +837,11 @@ description: Result of parsing pipe-flange-assembly.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mountingHolePlacementDiameter", "start": 0, "type": "Identifier" @@ -769,10 +851,12 @@ description: Result of parsing pipe-flange-assembly.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -792,6 +876,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -799,6 +884,7 @@ description: Result of parsing pipe-flange-assembly.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -814,6 +900,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -822,9 +909,11 @@ description: Result of parsing pipe-flange-assembly.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flangeBaseThickness", "start": 0, "type": "Identifier" @@ -840,9 +929,11 @@ description: Result of parsing pipe-flange-assembly.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -853,6 +944,7 @@ description: Result of parsing pipe-flange-assembly.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -865,6 +957,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -872,6 +965,7 @@ description: Result of parsing pipe-flange-assembly.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -887,6 +981,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -897,6 +992,7 @@ description: Result of parsing pipe-flange-assembly.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -909,6 +1005,7 @@ description: Result of parsing pipe-flange-assembly.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -921,6 +1018,7 @@ description: Result of parsing pipe-flange-assembly.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -932,6 +1030,7 @@ description: Result of parsing pipe-flange-assembly.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -942,6 +1041,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -952,6 +1052,7 @@ description: Result of parsing pipe-flange-assembly.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -964,6 +1065,7 @@ description: Result of parsing pipe-flange-assembly.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -976,6 +1078,7 @@ description: Result of parsing pipe-flange-assembly.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -987,6 +1090,7 @@ description: Result of parsing pipe-flange-assembly.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -997,6 +1101,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -1004,6 +1109,7 @@ description: Result of parsing pipe-flange-assembly.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -1019,6 +1125,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -1026,6 +1133,7 @@ description: Result of parsing pipe-flange-assembly.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "false", "start": 0, "type": "Literal", @@ -1038,9 +1146,11 @@ description: Result of parsing pipe-flange-assembly.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular3d", "start": 0, "type": "Identifier" @@ -1051,12 +1161,14 @@ description: Result of parsing pipe-flange-assembly.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1069,6 +1181,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -1076,6 +1189,7 @@ description: Result of parsing pipe-flange-assembly.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1091,6 +1205,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -1112,9 +1227,11 @@ description: Result of parsing pipe-flange-assembly.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flangeBaseThickness", "start": 0, "type": "Identifier" @@ -1124,10 +1241,12 @@ description: Result of parsing pipe-flange-assembly.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1141,6 +1260,7 @@ description: Result of parsing pipe-flange-assembly.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -1149,9 +1269,11 @@ description: Result of parsing pipe-flange-assembly.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flangeBackHeight", "start": 0, "type": "Identifier" @@ -1161,10 +1283,12 @@ description: Result of parsing pipe-flange-assembly.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1182,14 +1306,17 @@ description: Result of parsing pipe-flange-assembly.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gasketThickness", "start": 0, "type": "Identifier" @@ -1203,14 +1330,17 @@ description: Result of parsing pipe-flange-assembly.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "washerThickness", "start": 0, "type": "Identifier" @@ -1226,6 +1356,7 @@ description: Result of parsing pipe-flange-assembly.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1237,6 +1368,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -1247,6 +1379,7 @@ description: Result of parsing pipe-flange-assembly.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1259,6 +1392,7 @@ description: Result of parsing pipe-flange-assembly.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1271,6 +1405,7 @@ description: Result of parsing pipe-flange-assembly.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1282,6 +1417,7 @@ description: Result of parsing pipe-flange-assembly.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1292,9 +1428,11 @@ description: Result of parsing pipe-flange-assembly.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -1305,12 +1443,14 @@ description: Result of parsing pipe-flange-assembly.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1319,12 +1459,14 @@ description: Result of parsing pipe-flange-assembly.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "3": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1341,6 +1483,7 @@ description: Result of parsing pipe-flange-assembly.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -1351,13 +1494,16 @@ description: Result of parsing pipe-flange-assembly.kcl "expression": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bolt", "start": 0, "type": "Identifier" @@ -1368,6 +1514,7 @@ description: Result of parsing pipe-flange-assembly.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1380,6 +1527,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -1391,9 +1539,11 @@ description: Result of parsing pipe-flange-assembly.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mountingHolePlacementDiameter", "start": 0, "type": "Identifier" @@ -1403,10 +1553,12 @@ description: Result of parsing pipe-flange-assembly.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1426,6 +1578,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -1433,6 +1586,7 @@ description: Result of parsing pipe-flange-assembly.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1448,6 +1602,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -1459,9 +1614,11 @@ description: Result of parsing pipe-flange-assembly.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flangeBaseThickness", "start": 0, "type": "Identifier" @@ -1471,14 +1628,17 @@ description: Result of parsing pipe-flange-assembly.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "washerThickness", "start": 0, "type": "Identifier" @@ -1498,9 +1658,11 @@ description: Result of parsing pipe-flange-assembly.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -1511,6 +1673,7 @@ description: Result of parsing pipe-flange-assembly.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1523,6 +1686,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "roll", "start": 0, "type": "Identifier" @@ -1530,6 +1694,7 @@ description: Result of parsing pipe-flange-assembly.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -1545,6 +1710,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitch", "start": 0, "type": "Identifier" @@ -1552,6 +1718,7 @@ description: Result of parsing pipe-flange-assembly.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1567,6 +1734,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yaw", "start": 0, "type": "Identifier" @@ -1574,6 +1742,7 @@ description: Result of parsing pipe-flange-assembly.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1589,9 +1758,11 @@ description: Result of parsing pipe-flange-assembly.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotate", "start": 0, "type": "Identifier" @@ -1602,6 +1773,7 @@ description: Result of parsing pipe-flange-assembly.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1614,6 +1786,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -1621,6 +1794,7 @@ description: Result of parsing pipe-flange-assembly.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -1636,6 +1810,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -1646,6 +1821,7 @@ description: Result of parsing pipe-flange-assembly.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1658,6 +1834,7 @@ description: Result of parsing pipe-flange-assembly.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1670,6 +1847,7 @@ description: Result of parsing pipe-flange-assembly.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1681,6 +1859,7 @@ description: Result of parsing pipe-flange-assembly.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1691,6 +1870,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1701,6 +1881,7 @@ description: Result of parsing pipe-flange-assembly.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1713,6 +1894,7 @@ description: Result of parsing pipe-flange-assembly.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1725,6 +1907,7 @@ description: Result of parsing pipe-flange-assembly.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1736,6 +1919,7 @@ description: Result of parsing pipe-flange-assembly.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1746,6 +1930,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -1753,6 +1938,7 @@ description: Result of parsing pipe-flange-assembly.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -1768,6 +1954,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -1775,6 +1962,7 @@ description: Result of parsing pipe-flange-assembly.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "false", "start": 0, "type": "Literal", @@ -1787,9 +1975,11 @@ description: Result of parsing pipe-flange-assembly.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular3d", "start": 0, "type": "Identifier" @@ -1800,12 +1990,14 @@ description: Result of parsing pipe-flange-assembly.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1814,12 +2006,14 @@ description: Result of parsing pipe-flange-assembly.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "3": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1836,6 +2030,7 @@ description: Result of parsing pipe-flange-assembly.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -1846,13 +2041,16 @@ description: Result of parsing pipe-flange-assembly.kcl "expression": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hexNut", "start": 0, "type": "Identifier" @@ -1863,6 +2061,7 @@ description: Result of parsing pipe-flange-assembly.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1875,6 +2074,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -1886,9 +2086,11 @@ description: Result of parsing pipe-flange-assembly.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mountingHolePlacementDiameter", "start": 0, "type": "Identifier" @@ -1898,10 +2100,12 @@ description: Result of parsing pipe-flange-assembly.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1921,6 +2125,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -1928,6 +2133,7 @@ description: Result of parsing pipe-flange-assembly.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1943,6 +2149,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -1967,9 +2174,11 @@ description: Result of parsing pipe-flange-assembly.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flangeBackHeight", "start": 0, "type": "Identifier" @@ -1979,10 +2188,12 @@ description: Result of parsing pipe-flange-assembly.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1996,14 +2207,17 @@ description: Result of parsing pipe-flange-assembly.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gasketThickness", "start": 0, "type": "Identifier" @@ -2017,14 +2231,17 @@ description: Result of parsing pipe-flange-assembly.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flangeBaseThickness", "start": 0, "type": "Identifier" @@ -2038,14 +2255,17 @@ description: Result of parsing pipe-flange-assembly.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "washerThickness", "start": 0, "type": "Identifier" @@ -2059,14 +2279,17 @@ description: Result of parsing pipe-flange-assembly.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hexNutThickness", "start": 0, "type": "Identifier" @@ -2082,6 +2305,7 @@ description: Result of parsing pipe-flange-assembly.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2093,9 +2317,11 @@ description: Result of parsing pipe-flange-assembly.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -2106,6 +2332,7 @@ description: Result of parsing pipe-flange-assembly.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2118,6 +2345,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -2125,6 +2353,7 @@ description: Result of parsing pipe-flange-assembly.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -2140,6 +2369,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -2150,6 +2380,7 @@ description: Result of parsing pipe-flange-assembly.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2162,6 +2393,7 @@ description: Result of parsing pipe-flange-assembly.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2174,6 +2406,7 @@ description: Result of parsing pipe-flange-assembly.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -2185,6 +2418,7 @@ description: Result of parsing pipe-flange-assembly.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2195,6 +2429,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -2205,6 +2440,7 @@ description: Result of parsing pipe-flange-assembly.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2217,6 +2453,7 @@ description: Result of parsing pipe-flange-assembly.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2229,6 +2466,7 @@ description: Result of parsing pipe-flange-assembly.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2240,6 +2478,7 @@ description: Result of parsing pipe-flange-assembly.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2250,6 +2489,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -2257,6 +2497,7 @@ description: Result of parsing pipe-flange-assembly.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -2272,6 +2513,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -2279,6 +2521,7 @@ description: Result of parsing pipe-flange-assembly.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "false", "start": 0, "type": "Literal", @@ -2291,9 +2534,11 @@ description: Result of parsing pipe-flange-assembly.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular3d", "start": 0, "type": "Identifier" @@ -2304,12 +2549,14 @@ description: Result of parsing pipe-flange-assembly.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2318,12 +2565,14 @@ description: Result of parsing pipe-flange-assembly.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2340,6 +2589,7 @@ description: Result of parsing pipe-flange-assembly.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -2350,13 +2600,16 @@ description: Result of parsing pipe-flange-assembly.kcl "expression": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pipe", "start": 0, "type": "Identifier" @@ -2367,6 +2620,7 @@ description: Result of parsing pipe-flange-assembly.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2379,6 +2633,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "roll", "start": 0, "type": "Identifier" @@ -2387,6 +2642,7 @@ description: Result of parsing pipe-flange-assembly.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -2398,6 +2654,7 @@ description: Result of parsing pipe-flange-assembly.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2409,6 +2666,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitch", "start": 0, "type": "Identifier" @@ -2416,6 +2674,7 @@ description: Result of parsing pipe-flange-assembly.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2431,6 +2690,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yaw", "start": 0, "type": "Identifier" @@ -2438,6 +2698,7 @@ description: Result of parsing pipe-flange-assembly.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2453,9 +2714,11 @@ description: Result of parsing pipe-flange-assembly.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotate", "start": 0, "type": "Identifier" @@ -2466,12 +2729,14 @@ description: Result of parsing pipe-flange-assembly.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2484,6 +2749,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -2491,6 +2757,7 @@ description: Result of parsing pipe-flange-assembly.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2506,6 +2773,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -2513,6 +2781,7 @@ description: Result of parsing pipe-flange-assembly.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2528,6 +2797,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -2542,9 +2812,11 @@ description: Result of parsing pipe-flange-assembly.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flangeBaseThickness", "start": 0, "type": "Identifier" @@ -2554,14 +2826,17 @@ description: Result of parsing pipe-flange-assembly.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flangeFrontHeight", "start": 0, "type": "Identifier" @@ -2575,10 +2850,12 @@ description: Result of parsing pipe-flange-assembly.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -2598,6 +2875,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "global", "start": 0, "type": "Identifier" @@ -2605,6 +2883,7 @@ description: Result of parsing pipe-flange-assembly.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -2617,9 +2896,11 @@ description: Result of parsing pipe-flange-assembly.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -2630,12 +2911,14 @@ description: Result of parsing pipe-flange-assembly.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2644,10 +2927,12 @@ description: Result of parsing pipe-flange-assembly.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -2658,13 +2943,16 @@ description: Result of parsing pipe-flange-assembly.kcl "expression": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pipe", "start": 0, "type": "Identifier" @@ -2675,6 +2963,7 @@ description: Result of parsing pipe-flange-assembly.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2687,6 +2976,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "roll", "start": 0, "type": "Identifier" @@ -2694,6 +2984,7 @@ description: Result of parsing pipe-flange-assembly.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -2709,6 +3000,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitch", "start": 0, "type": "Identifier" @@ -2716,6 +3008,7 @@ description: Result of parsing pipe-flange-assembly.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2731,6 +3024,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yaw", "start": 0, "type": "Identifier" @@ -2738,6 +3032,7 @@ description: Result of parsing pipe-flange-assembly.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2753,9 +3048,11 @@ description: Result of parsing pipe-flange-assembly.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotate", "start": 0, "type": "Identifier" @@ -2766,12 +3063,14 @@ description: Result of parsing pipe-flange-assembly.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2784,6 +3083,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -2791,6 +3091,7 @@ description: Result of parsing pipe-flange-assembly.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2806,6 +3107,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -2813,6 +3115,7 @@ description: Result of parsing pipe-flange-assembly.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2828,6 +3131,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -2852,9 +3156,11 @@ description: Result of parsing pipe-flange-assembly.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flangeBackHeight", "start": 0, "type": "Identifier" @@ -2864,10 +3170,12 @@ description: Result of parsing pipe-flange-assembly.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2881,14 +3189,17 @@ description: Result of parsing pipe-flange-assembly.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gasketThickness", "start": 0, "type": "Identifier" @@ -2902,14 +3213,17 @@ description: Result of parsing pipe-flange-assembly.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flangeBaseThickness", "start": 0, "type": "Identifier" @@ -2923,14 +3237,17 @@ description: Result of parsing pipe-flange-assembly.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flangeFrontHeight", "start": 0, "type": "Identifier" @@ -2944,10 +3261,12 @@ description: Result of parsing pipe-flange-assembly.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -2963,6 +3282,7 @@ description: Result of parsing pipe-flange-assembly.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2974,6 +3294,7 @@ description: Result of parsing pipe-flange-assembly.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "global", "start": 0, "type": "Identifier" @@ -2981,6 +3302,7 @@ description: Result of parsing pipe-flange-assembly.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -2993,9 +3315,11 @@ description: Result of parsing pipe-flange-assembly.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -3006,12 +3330,14 @@ description: Result of parsing pipe-flange-assembly.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3020,10 +3346,12 @@ description: Result of parsing pipe-flange-assembly.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -3035,9 +3363,11 @@ description: Result of parsing pipe-flange-assembly.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -3056,19 +3386,23 @@ description: Result of parsing pipe-flange-assembly.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -3085,15 +3419,18 @@ description: Result of parsing pipe-flange-assembly.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -3109,12 +3446,14 @@ description: Result of parsing pipe-flange-assembly.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "13": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3127,6 +3466,7 @@ description: Result of parsing pipe-flange-assembly.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/pipe-with-bend/ast.snap b/rust/kcl-lib/tests/kcl_samples/pipe-with-bend/ast.snap index 41dfd09dd..2000e2028 100644 --- a/rust/kcl-lib/tests/kcl_samples/pipe-with-bend/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/pipe-with-bend/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing pipe-with-bend.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "innerDiameter", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing pipe-with-bend.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing pipe-with-bend.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define parameters" ], @@ -49,6 +53,7 @@ description: Result of parsing pipe-with-bend.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "outerDiameter", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing pipe-with-bend.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing pipe-with-bend.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing pipe-with-bend.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bendRadius", "start": 0, "type": "Identifier" @@ -89,6 +98,7 @@ description: Result of parsing pipe-with-bend.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -98,11 +108,13 @@ description: Result of parsing pipe-with-bend.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -115,6 +127,7 @@ description: Result of parsing pipe-with-bend.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bendAngle", "start": 0, "type": "Identifier" @@ -122,6 +135,7 @@ description: Result of parsing pipe-with-bend.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -131,11 +145,13 @@ description: Result of parsing pipe-with-bend.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -148,18 +164,22 @@ description: Result of parsing pipe-with-bend.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch000", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -170,6 +190,7 @@ description: Result of parsing pipe-with-bend.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -177,9 +198,11 @@ description: Result of parsing pipe-with-bend.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -190,11 +213,13 @@ description: Result of parsing pipe-with-bend.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -212,6 +237,7 @@ description: Result of parsing pipe-with-bend.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "outerProfile", "start": 0, "type": "Identifier" @@ -223,6 +249,7 @@ description: Result of parsing pipe-with-bend.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -234,9 +261,11 @@ description: Result of parsing pipe-with-bend.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bendRadius", "start": 0, "type": "Identifier" @@ -249,6 +278,7 @@ description: Result of parsing pipe-with-bend.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -260,6 +290,7 @@ description: Result of parsing pipe-with-bend.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -270,6 +301,7 @@ description: Result of parsing pipe-with-bend.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -281,9 +313,11 @@ description: Result of parsing pipe-with-bend.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "outerDiameter", "start": 0, "type": "Identifier" @@ -293,10 +327,12 @@ description: Result of parsing pipe-with-bend.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -316,9 +352,11 @@ description: Result of parsing pipe-with-bend.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -329,6 +367,7 @@ description: Result of parsing pipe-with-bend.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -336,9 +375,11 @@ description: Result of parsing pipe-with-bend.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch000", "start": 0, "type": "Identifier" @@ -349,11 +390,13 @@ description: Result of parsing pipe-with-bend.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -371,6 +414,7 @@ description: Result of parsing pipe-with-bend.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "innerProfile", "start": 0, "type": "Identifier" @@ -382,6 +426,7 @@ description: Result of parsing pipe-with-bend.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -393,9 +438,11 @@ description: Result of parsing pipe-with-bend.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bendRadius", "start": 0, "type": "Identifier" @@ -408,6 +455,7 @@ description: Result of parsing pipe-with-bend.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -419,6 +467,7 @@ description: Result of parsing pipe-with-bend.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -429,6 +478,7 @@ description: Result of parsing pipe-with-bend.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -440,9 +490,11 @@ description: Result of parsing pipe-with-bend.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "innerDiameter", "start": 0, "type": "Identifier" @@ -452,10 +504,12 @@ description: Result of parsing pipe-with-bend.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -475,9 +529,11 @@ description: Result of parsing pipe-with-bend.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -488,6 +544,7 @@ description: Result of parsing pipe-with-bend.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -495,9 +552,11 @@ description: Result of parsing pipe-with-bend.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch000", "start": 0, "type": "Identifier" @@ -508,11 +567,13 @@ description: Result of parsing pipe-with-bend.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -530,6 +591,7 @@ description: Result of parsing pipe-with-bend.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pipeProfile", "start": 0, "type": "Identifier" @@ -540,9 +602,11 @@ description: Result of parsing pipe-with-bend.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "outerProfile", "start": 0, "type": "Identifier" @@ -559,6 +623,7 @@ description: Result of parsing pipe-with-bend.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -567,9 +632,11 @@ description: Result of parsing pipe-with-bend.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "innerProfile", "start": 0, "type": "Identifier" @@ -585,9 +652,11 @@ description: Result of parsing pipe-with-bend.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -598,6 +667,7 @@ description: Result of parsing pipe-with-bend.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -606,12 +676,14 @@ description: Result of parsing pipe-with-bend.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -628,11 +700,13 @@ description: Result of parsing pipe-with-bend.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -650,6 +724,7 @@ description: Result of parsing pipe-with-bend.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pipe", "start": 0, "type": "Identifier" @@ -661,6 +736,7 @@ description: Result of parsing pipe-with-bend.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -669,9 +745,11 @@ description: Result of parsing pipe-with-bend.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "Y", "start": 0, "type": "Identifier" @@ -687,6 +765,7 @@ description: Result of parsing pipe-with-bend.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -695,9 +774,11 @@ description: Result of parsing pipe-with-bend.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bendAngle", "start": 0, "type": "Identifier" @@ -713,9 +794,11 @@ description: Result of parsing pipe-with-bend.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -726,6 +809,7 @@ description: Result of parsing pipe-with-bend.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -733,9 +817,11 @@ description: Result of parsing pipe-with-bend.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pipeProfile", "start": 0, "type": "Identifier" @@ -746,11 +832,13 @@ description: Result of parsing pipe-with-bend.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -762,9 +850,11 @@ description: Result of parsing pipe-with-bend.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -783,19 +873,23 @@ description: Result of parsing pipe-with-bend.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -812,15 +906,18 @@ description: Result of parsing pipe-with-bend.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -836,12 +933,14 @@ description: Result of parsing pipe-with-bend.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": {}, "startNodes": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/pipe/ast.snap b/rust/kcl-lib/tests/kcl_samples/pipe/ast.snap index 2cfd4ff4c..ff4455e6d 100644 --- a/rust/kcl-lib/tests/kcl_samples/pipe/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/pipe/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing pipe.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pipeInnerDiameter", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing pipe.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.0", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing pipe.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define parameters" ], @@ -49,6 +53,7 @@ description: Result of parsing pipe.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pipeOuterDiameter", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing pipe.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.375", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing pipe.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing pipe.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pipeLength", "start": 0, "type": "Identifier" @@ -89,6 +98,7 @@ description: Result of parsing pipe.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -98,11 +108,13 @@ description: Result of parsing pipe.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -115,6 +127,7 @@ description: Result of parsing pipe.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pipeBase", "start": 0, "type": "Identifier" @@ -122,13 +135,16 @@ description: Result of parsing pipe.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -139,6 +155,7 @@ description: Result of parsing pipe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -146,9 +163,11 @@ description: Result of parsing pipe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -166,6 +185,7 @@ description: Result of parsing pipe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -176,6 +196,7 @@ description: Result of parsing pipe.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -188,6 +209,7 @@ description: Result of parsing pipe.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -199,6 +221,7 @@ description: Result of parsing pipe.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -209,6 +232,7 @@ description: Result of parsing pipe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -220,9 +244,11 @@ description: Result of parsing pipe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pipeOuterDiameter", "start": 0, "type": "Identifier" @@ -232,10 +258,12 @@ description: Result of parsing pipe.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -255,9 +283,11 @@ description: Result of parsing pipe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -268,12 +298,14 @@ description: Result of parsing pipe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -286,6 +318,7 @@ description: Result of parsing pipe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -294,9 +327,11 @@ description: Result of parsing pipe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pipeLength", "start": 0, "type": "Identifier" @@ -312,9 +347,11 @@ description: Result of parsing pipe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -325,12 +362,14 @@ description: Result of parsing pipe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -339,12 +378,14 @@ description: Result of parsing pipe.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -361,11 +402,13 @@ description: Result of parsing pipe.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -383,6 +426,7 @@ description: Result of parsing pipe.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pipe", "start": 0, "type": "Identifier" @@ -396,6 +440,7 @@ description: Result of parsing pipe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -404,9 +449,11 @@ description: Result of parsing pipe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -422,9 +469,11 @@ description: Result of parsing pipe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -435,6 +484,7 @@ description: Result of parsing pipe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -442,9 +492,11 @@ description: Result of parsing pipe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pipeBase", "start": 0, "type": "Identifier" @@ -462,6 +514,7 @@ description: Result of parsing pipe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -472,6 +525,7 @@ description: Result of parsing pipe.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -484,6 +538,7 @@ description: Result of parsing pipe.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -495,6 +550,7 @@ description: Result of parsing pipe.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -505,6 +561,7 @@ description: Result of parsing pipe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -516,9 +573,11 @@ description: Result of parsing pipe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pipeInnerDiameter", "start": 0, "type": "Identifier" @@ -528,10 +587,12 @@ description: Result of parsing pipe.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -551,9 +612,11 @@ description: Result of parsing pipe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -564,6 +627,7 @@ description: Result of parsing pipe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -576,6 +640,7 @@ description: Result of parsing pipe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -585,9 +650,11 @@ description: Result of parsing pipe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pipeLength", "start": 0, "type": "Identifier" @@ -599,6 +666,7 @@ description: Result of parsing pipe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -610,9 +678,11 @@ description: Result of parsing pipe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -623,12 +693,14 @@ description: Result of parsing pipe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -641,6 +713,7 @@ description: Result of parsing pipe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -648,6 +721,7 @@ description: Result of parsing pipe.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"#a24ed0\"", "start": 0, "type": "Literal", @@ -660,9 +734,11 @@ description: Result of parsing pipe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "appearance", "start": 0, "type": "Identifier" @@ -673,6 +749,7 @@ description: Result of parsing pipe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -681,15 +758,18 @@ description: Result of parsing pipe.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -701,9 +781,11 @@ description: Result of parsing pipe.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -722,19 +804,23 @@ description: Result of parsing pipe.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -751,15 +837,18 @@ description: Result of parsing pipe.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -775,12 +864,14 @@ description: Result of parsing pipe.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": {}, "startNodes": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/poopy-shoe/ast.snap b/rust/kcl-lib/tests/kcl_samples/poopy-shoe/ast.snap index 373b4e736..2c0223a6c 100644 --- a/rust/kcl-lib/tests/kcl_samples/poopy-shoe/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/poopy-shoe/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing poopy-shoe.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing poopy-shoe.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.125", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing poopy-shoe.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define parameters" ], @@ -49,6 +53,7 @@ description: Result of parsing poopy-shoe.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallsWidth", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing poopy-shoe.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing poopy-shoe.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing poopy-shoe.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -89,6 +98,7 @@ description: Result of parsing poopy-shoe.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.125", "start": 0, "type": "Literal", @@ -98,11 +108,13 @@ description: Result of parsing poopy-shoe.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -115,6 +127,7 @@ description: Result of parsing poopy-shoe.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "filletRadius", "start": 0, "type": "Identifier" @@ -122,6 +135,7 @@ description: Result of parsing poopy-shoe.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.050", "start": 0, "type": "Literal", @@ -131,11 +145,13 @@ description: Result of parsing poopy-shoe.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -148,6 +164,7 @@ description: Result of parsing poopy-shoe.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "backLength", "start": 0, "type": "Identifier" @@ -155,6 +172,7 @@ description: Result of parsing poopy-shoe.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -164,11 +182,13 @@ description: Result of parsing poopy-shoe.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -181,6 +201,7 @@ description: Result of parsing poopy-shoe.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "exitHeight", "start": 0, "type": "Identifier" @@ -188,6 +209,7 @@ description: Result of parsing poopy-shoe.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -197,11 +219,13 @@ description: Result of parsing poopy-shoe.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -214,6 +238,7 @@ description: Result of parsing poopy-shoe.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "frontLength", "start": 0, "type": "Identifier" @@ -221,6 +246,7 @@ description: Result of parsing poopy-shoe.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7", "start": 0, "type": "Literal", @@ -230,11 +256,13 @@ description: Result of parsing poopy-shoe.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -247,6 +275,7 @@ description: Result of parsing poopy-shoe.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -254,13 +283,16 @@ description: Result of parsing poopy-shoe.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -271,6 +303,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -279,9 +312,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -293,6 +328,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -306,6 +342,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -320,9 +357,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallsWidth", "start": 0, "type": "Identifier" @@ -332,10 +371,12 @@ description: Result of parsing poopy-shoe.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -352,6 +393,7 @@ description: Result of parsing poopy-shoe.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -363,6 +405,7 @@ description: Result of parsing poopy-shoe.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -373,9 +416,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -386,6 +431,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -398,6 +444,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -409,9 +456,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -421,10 +470,12 @@ description: Result of parsing poopy-shoe.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -444,9 +495,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -457,6 +510,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -469,6 +523,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -476,6 +531,7 @@ description: Result of parsing poopy-shoe.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "60", "start": 0, "type": "Literal", @@ -491,6 +547,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteX", "start": 0, "type": "Identifier" @@ -499,9 +556,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallsWidth", "start": 0, "type": "Identifier" @@ -517,6 +576,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -524,6 +584,7 @@ description: Result of parsing poopy-shoe.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -535,9 +596,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -548,6 +611,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -560,6 +624,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -568,9 +633,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -586,9 +653,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -599,6 +668,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -611,6 +681,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -620,9 +691,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -634,6 +707,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -645,9 +719,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -658,6 +734,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -670,18 +747,22 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndY", "start": 0, "type": "Identifier" @@ -692,6 +773,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -699,9 +781,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -718,9 +802,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -731,6 +817,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -743,6 +830,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -750,6 +838,7 @@ description: Result of parsing poopy-shoe.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "60", "start": 0, "type": "Literal", @@ -765,6 +854,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteX", "start": 0, "type": "Identifier" @@ -779,9 +869,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallsWidth", "start": 0, "type": "Identifier" @@ -791,10 +883,12 @@ description: Result of parsing poopy-shoe.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -808,6 +902,7 @@ description: Result of parsing poopy-shoe.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -816,9 +911,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -828,10 +925,12 @@ description: Result of parsing poopy-shoe.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -855,9 +954,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -868,6 +969,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -880,6 +982,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -889,9 +992,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -903,6 +1008,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -914,9 +1020,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -927,6 +1035,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -939,6 +1048,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -949,6 +1059,7 @@ description: Result of parsing poopy-shoe.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -958,10 +1069,12 @@ description: Result of parsing poopy-shoe.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "60", "start": 0, "type": "Literal", @@ -981,6 +1094,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteX", "start": 0, "type": "Identifier" @@ -989,9 +1103,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -1007,9 +1123,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1020,6 +1138,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1032,6 +1151,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1040,9 +1160,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -1058,9 +1180,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1071,6 +1195,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1083,6 +1208,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1090,6 +1216,7 @@ description: Result of parsing poopy-shoe.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1105,9 +1232,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1118,6 +1247,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1130,18 +1260,22 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndY", "start": 0, "type": "Identifier" @@ -1152,6 +1286,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1159,9 +1294,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -1178,9 +1315,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1191,6 +1330,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1203,6 +1343,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1213,6 +1354,7 @@ description: Result of parsing poopy-shoe.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -1222,10 +1364,12 @@ description: Result of parsing poopy-shoe.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "60", "start": 0, "type": "Literal", @@ -1245,6 +1389,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteY", "start": 0, "type": "Identifier" @@ -1252,6 +1397,7 @@ description: Result of parsing poopy-shoe.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1267,9 +1413,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1280,19 +1428,23 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1303,6 +1455,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1311,15 +1464,18 @@ description: Result of parsing poopy-shoe.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1337,6 +1493,7 @@ description: Result of parsing poopy-shoe.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part001", "start": 0, "type": "Identifier" @@ -1348,6 +1505,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1355,6 +1513,7 @@ description: Result of parsing poopy-shoe.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -1370,6 +1529,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -1377,6 +1537,7 @@ description: Result of parsing poopy-shoe.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -1384,10 +1545,12 @@ description: Result of parsing poopy-shoe.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "direction", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -1396,6 +1559,7 @@ description: Result of parsing poopy-shoe.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -1408,6 +1572,7 @@ description: Result of parsing poopy-shoe.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -1419,6 +1584,7 @@ description: Result of parsing poopy-shoe.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1430,10 +1596,12 @@ description: Result of parsing poopy-shoe.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "origin", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -1442,6 +1610,7 @@ description: Result of parsing poopy-shoe.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -1458,9 +1627,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -1470,10 +1641,12 @@ description: Result of parsing poopy-shoe.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".0001", "start": 0, "type": "Literal", @@ -1489,6 +1662,7 @@ description: Result of parsing poopy-shoe.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1505,9 +1679,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -1518,6 +1694,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1525,9 +1702,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -1538,11 +1717,13 @@ description: Result of parsing poopy-shoe.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1555,6 +1736,7 @@ description: Result of parsing poopy-shoe.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" @@ -1562,13 +1744,16 @@ description: Result of parsing poopy-shoe.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1579,6 +1764,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1587,9 +1773,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -1601,6 +1789,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1614,6 +1803,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1628,9 +1818,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallsWidth", "start": 0, "type": "Identifier" @@ -1640,10 +1832,12 @@ description: Result of parsing poopy-shoe.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1660,6 +1854,7 @@ description: Result of parsing poopy-shoe.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1671,6 +1866,7 @@ description: Result of parsing poopy-shoe.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1681,9 +1877,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1694,6 +1892,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1706,6 +1905,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1717,9 +1917,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -1729,10 +1931,12 @@ description: Result of parsing poopy-shoe.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1752,9 +1956,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1765,6 +1971,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1777,6 +1984,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1784,6 +1992,7 @@ description: Result of parsing poopy-shoe.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "60", "start": 0, "type": "Literal", @@ -1799,6 +2008,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteX", "start": 0, "type": "Identifier" @@ -1807,9 +2017,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallsWidth", "start": 0, "type": "Identifier" @@ -1825,6 +2037,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1832,6 +2045,7 @@ description: Result of parsing poopy-shoe.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1843,9 +2057,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1856,6 +2072,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1868,6 +2085,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1876,9 +2094,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -1894,9 +2114,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1907,6 +2129,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1919,6 +2142,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1928,9 +2152,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -1942,6 +2168,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1953,9 +2180,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1966,6 +2195,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1978,18 +2208,22 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndY", "start": 0, "type": "Identifier" @@ -2000,6 +2234,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2007,9 +2242,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -2026,9 +2263,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -2039,6 +2278,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2051,6 +2291,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2058,6 +2299,7 @@ description: Result of parsing poopy-shoe.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "60", "start": 0, "type": "Literal", @@ -2073,6 +2315,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteX", "start": 0, "type": "Identifier" @@ -2087,9 +2330,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallsWidth", "start": 0, "type": "Identifier" @@ -2099,10 +2344,12 @@ description: Result of parsing poopy-shoe.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2116,6 +2363,7 @@ description: Result of parsing poopy-shoe.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -2124,9 +2372,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -2136,10 +2386,12 @@ description: Result of parsing poopy-shoe.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2163,9 +2415,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -2176,6 +2430,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2188,6 +2443,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2197,9 +2453,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -2211,6 +2469,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2222,9 +2481,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -2235,6 +2496,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2247,6 +2509,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2257,6 +2520,7 @@ description: Result of parsing poopy-shoe.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -2266,10 +2530,12 @@ description: Result of parsing poopy-shoe.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "60", "start": 0, "type": "Literal", @@ -2289,6 +2555,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteX", "start": 0, "type": "Identifier" @@ -2297,9 +2564,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -2315,9 +2584,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -2328,6 +2599,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2340,6 +2612,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2348,9 +2621,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -2366,9 +2641,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -2379,6 +2656,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2391,6 +2669,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2398,6 +2677,7 @@ description: Result of parsing poopy-shoe.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2413,9 +2693,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -2426,6 +2708,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2438,18 +2721,22 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndY", "start": 0, "type": "Identifier" @@ -2460,6 +2747,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2467,9 +2755,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -2486,9 +2776,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -2499,6 +2791,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2511,6 +2804,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2521,6 +2815,7 @@ description: Result of parsing poopy-shoe.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -2530,10 +2825,12 @@ description: Result of parsing poopy-shoe.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "60", "start": 0, "type": "Literal", @@ -2553,6 +2850,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteY", "start": 0, "type": "Identifier" @@ -2560,6 +2858,7 @@ description: Result of parsing poopy-shoe.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2575,9 +2874,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -2588,19 +2889,23 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -2611,6 +2916,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2623,6 +2929,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2634,9 +2941,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "backLength", "start": 0, "type": "Identifier" @@ -2646,14 +2955,17 @@ description: Result of parsing poopy-shoe.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -2673,9 +2985,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2686,6 +3000,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2694,15 +3009,18 @@ description: Result of parsing poopy-shoe.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2715,6 +3033,7 @@ description: Result of parsing poopy-shoe.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "customPlane", "start": 0, "type": "Identifier" @@ -2722,6 +3041,7 @@ description: Result of parsing poopy-shoe.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -2729,15 +3049,18 @@ description: Result of parsing poopy-shoe.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "origin", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -2745,15 +3068,18 @@ description: Result of parsing poopy-shoe.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2770,10 +3096,12 @@ description: Result of parsing poopy-shoe.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -2787,9 +3115,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallsWidth", "start": 0, "type": "Identifier" @@ -2799,10 +3129,12 @@ description: Result of parsing poopy-shoe.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2816,6 +3148,7 @@ description: Result of parsing poopy-shoe.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -2824,9 +3157,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -2836,10 +3171,12 @@ description: Result of parsing poopy-shoe.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2859,6 +3196,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2871,15 +3209,18 @@ description: Result of parsing poopy-shoe.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2902,15 +3243,18 @@ description: Result of parsing poopy-shoe.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -2918,15 +3262,18 @@ description: Result of parsing poopy-shoe.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -2943,15 +3290,18 @@ description: Result of parsing poopy-shoe.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2968,15 +3318,18 @@ description: Result of parsing poopy-shoe.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2999,15 +3352,18 @@ description: Result of parsing poopy-shoe.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -3015,15 +3371,18 @@ description: Result of parsing poopy-shoe.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3040,15 +3399,18 @@ description: Result of parsing poopy-shoe.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3065,15 +3427,18 @@ description: Result of parsing poopy-shoe.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -3095,11 +3460,13 @@ description: Result of parsing poopy-shoe.kcl "type": "ObjectExpression", "type": "ObjectExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3112,6 +3479,7 @@ description: Result of parsing poopy-shoe.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003", "start": 0, "type": "Identifier" @@ -3119,13 +3487,16 @@ description: Result of parsing poopy-shoe.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -3136,6 +3507,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3143,9 +3515,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "customPlane", "start": 0, "type": "Identifier" @@ -3163,6 +3537,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -3173,6 +3548,7 @@ description: Result of parsing poopy-shoe.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3185,6 +3561,7 @@ description: Result of parsing poopy-shoe.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3196,6 +3573,7 @@ description: Result of parsing poopy-shoe.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3206,9 +3584,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -3219,6 +3599,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3231,6 +3612,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -3238,6 +3620,7 @@ description: Result of parsing poopy-shoe.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "60", "start": 0, "type": "Literal", @@ -3253,6 +3636,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3261,9 +3645,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -3279,9 +3665,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -3292,6 +3680,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3304,6 +3693,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -3311,6 +3701,7 @@ description: Result of parsing poopy-shoe.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "60", "start": 0, "type": "Literal", @@ -3326,6 +3717,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteY", "start": 0, "type": "Identifier" @@ -3333,6 +3725,7 @@ description: Result of parsing poopy-shoe.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3348,9 +3741,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -3361,19 +3756,23 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -3384,6 +3783,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3396,6 +3796,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3404,9 +3805,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -3422,9 +3825,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -3435,6 +3840,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3443,12 +3849,14 @@ description: Result of parsing poopy-shoe.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "5": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3465,11 +3873,13 @@ description: Result of parsing poopy-shoe.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3482,6 +3892,7 @@ description: Result of parsing poopy-shoe.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch004", "start": 0, "type": "Identifier" @@ -3495,6 +3906,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -3503,9 +3915,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -3521,9 +3935,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -3534,6 +3950,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3541,9 +3958,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" @@ -3561,6 +3980,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -3571,6 +3991,7 @@ description: Result of parsing poopy-shoe.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3583,6 +4004,7 @@ description: Result of parsing poopy-shoe.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3594,6 +4016,7 @@ description: Result of parsing poopy-shoe.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3604,9 +4027,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -3617,6 +4042,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3629,6 +4055,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3637,9 +4064,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -3655,9 +4084,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -3668,6 +4099,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3680,6 +4112,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3688,9 +4121,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -3706,9 +4141,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -3719,6 +4156,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3731,18 +4169,22 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndY", "start": 0, "type": "Identifier" @@ -3753,6 +4195,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3760,9 +4203,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -3779,9 +4224,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -3792,6 +4239,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3804,6 +4252,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -3814,6 +4263,7 @@ description: Result of parsing poopy-shoe.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -3823,10 +4273,12 @@ description: Result of parsing poopy-shoe.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "60", "start": 0, "type": "Literal", @@ -3846,6 +4298,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteX", "start": 0, "type": "Identifier" @@ -3860,9 +4313,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallsWidth", "start": 0, "type": "Identifier" @@ -3872,10 +4327,12 @@ description: Result of parsing poopy-shoe.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3889,6 +4346,7 @@ description: Result of parsing poopy-shoe.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -3897,9 +4355,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -3909,10 +4369,12 @@ description: Result of parsing poopy-shoe.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3936,9 +4398,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -3949,6 +4413,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3961,6 +4426,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3969,9 +4435,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -3987,9 +4455,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -4000,6 +4470,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4012,6 +4483,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -4019,6 +4491,7 @@ description: Result of parsing poopy-shoe.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "60", "start": 0, "type": "Literal", @@ -4034,18 +4507,22 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteY", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndY", "start": 0, "type": "Identifier" @@ -4056,6 +4533,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4063,9 +4541,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -4082,9 +4562,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -4095,6 +4577,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4107,6 +4590,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -4115,9 +4599,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -4133,9 +4619,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -4146,6 +4634,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4158,6 +4647,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4166,9 +4656,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -4184,9 +4676,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -4197,6 +4691,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4209,6 +4704,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -4229,9 +4725,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "frontLength", "start": 0, "type": "Identifier" @@ -4241,14 +4739,17 @@ description: Result of parsing poopy-shoe.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallsWidth", "start": 0, "type": "Identifier" @@ -4262,10 +4763,12 @@ description: Result of parsing poopy-shoe.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4279,14 +4782,17 @@ description: Result of parsing poopy-shoe.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallsWidth", "start": 0, "type": "Identifier" @@ -4307,9 +4813,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -4319,6 +4827,7 @@ description: Result of parsing poopy-shoe.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -4330,9 +4839,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -4342,14 +4853,17 @@ description: Result of parsing poopy-shoe.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "exitHeight", "start": 0, "type": "Identifier" @@ -4363,10 +4877,12 @@ description: Result of parsing poopy-shoe.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4386,6 +4902,7 @@ description: Result of parsing poopy-shoe.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4396,9 +4913,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -4409,6 +4928,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4421,6 +4941,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -4432,9 +4953,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "frontLength", "start": 0, "type": "Identifier" @@ -4448,9 +4971,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "exitHeight", "start": 0, "type": "Identifier" @@ -4462,6 +4987,7 @@ description: Result of parsing poopy-shoe.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4472,9 +4998,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -4485,6 +5013,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4497,6 +5026,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -4504,6 +5034,7 @@ description: Result of parsing poopy-shoe.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4519,9 +5050,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -4532,6 +5065,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4544,6 +5078,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -4551,6 +5086,7 @@ description: Result of parsing poopy-shoe.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -4562,9 +5098,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -4575,6 +5113,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4587,6 +5126,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4595,9 +5135,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -4613,9 +5155,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -4626,6 +5170,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4634,15 +5179,18 @@ description: Result of parsing poopy-shoe.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4655,6 +5203,7 @@ description: Result of parsing poopy-shoe.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "customPlane2", "start": 0, "type": "Identifier" @@ -4662,6 +5211,7 @@ description: Result of parsing poopy-shoe.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -4669,15 +5219,18 @@ description: Result of parsing poopy-shoe.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "origin", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -4685,10 +5238,12 @@ description: Result of parsing poopy-shoe.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -4698,6 +5253,7 @@ description: Result of parsing poopy-shoe.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -4709,11 +5265,13 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, @@ -4725,9 +5283,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "backLength", "start": 0, "type": "Identifier" @@ -4737,14 +5297,17 @@ description: Result of parsing poopy-shoe.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -4758,14 +5321,17 @@ description: Result of parsing poopy-shoe.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallsWidth", "start": 0, "type": "Identifier" @@ -4790,15 +5356,18 @@ description: Result of parsing poopy-shoe.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4815,15 +5384,18 @@ description: Result of parsing poopy-shoe.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4846,15 +5418,18 @@ description: Result of parsing poopy-shoe.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -4862,15 +5437,18 @@ description: Result of parsing poopy-shoe.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4887,15 +5465,18 @@ description: Result of parsing poopy-shoe.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -4912,15 +5493,18 @@ description: Result of parsing poopy-shoe.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4943,15 +5527,18 @@ description: Result of parsing poopy-shoe.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -4959,15 +5546,18 @@ description: Result of parsing poopy-shoe.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4984,15 +5574,18 @@ description: Result of parsing poopy-shoe.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5009,15 +5602,18 @@ description: Result of parsing poopy-shoe.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -5039,11 +5635,13 @@ description: Result of parsing poopy-shoe.kcl "type": "ObjectExpression", "type": "ObjectExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5056,6 +5654,7 @@ description: Result of parsing poopy-shoe.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch005", "start": 0, "type": "Identifier" @@ -5063,13 +5662,16 @@ description: Result of parsing poopy-shoe.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -5080,6 +5682,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5087,9 +5690,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "customPlane2", "start": 0, "type": "Identifier" @@ -5107,6 +5712,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -5117,6 +5723,7 @@ description: Result of parsing poopy-shoe.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5129,6 +5736,7 @@ description: Result of parsing poopy-shoe.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5140,6 +5748,7 @@ description: Result of parsing poopy-shoe.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5150,9 +5759,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -5163,6 +5774,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5175,6 +5787,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -5183,9 +5796,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -5201,9 +5816,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -5214,6 +5831,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5226,6 +5844,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -5235,9 +5854,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallsWidth", "start": 0, "type": "Identifier" @@ -5249,6 +5870,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5260,9 +5882,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -5273,6 +5897,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5285,6 +5910,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -5299,6 +5925,7 @@ description: Result of parsing poopy-shoe.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -5310,11 +5937,13 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, @@ -5329,9 +5958,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "frontLength", "start": 0, "type": "Identifier" @@ -5341,14 +5972,17 @@ description: Result of parsing poopy-shoe.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallsWidth", "start": 0, "type": "Identifier" @@ -5362,10 +5996,12 @@ description: Result of parsing poopy-shoe.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5379,14 +6015,17 @@ description: Result of parsing poopy-shoe.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallsWidth", "start": 0, "type": "Identifier" @@ -5411,9 +6050,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -5423,6 +6064,7 @@ description: Result of parsing poopy-shoe.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -5434,9 +6076,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -5446,14 +6090,17 @@ description: Result of parsing poopy-shoe.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "exitHeight", "start": 0, "type": "Identifier" @@ -5467,10 +6114,12 @@ description: Result of parsing poopy-shoe.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5490,6 +6139,7 @@ description: Result of parsing poopy-shoe.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5500,9 +6150,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -5513,6 +6165,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5525,6 +6178,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -5537,9 +6191,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "frontLength", "start": 0, "type": "Identifier" @@ -5551,6 +6207,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5560,9 +6217,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "exitHeight", "start": 0, "type": "Identifier" @@ -5574,6 +6233,7 @@ description: Result of parsing poopy-shoe.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5584,9 +6244,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -5597,6 +6259,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5609,6 +6272,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -5616,6 +6280,7 @@ description: Result of parsing poopy-shoe.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5631,6 +6296,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -5638,6 +6304,7 @@ description: Result of parsing poopy-shoe.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -5649,9 +6316,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -5662,19 +6331,23 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -5685,6 +6358,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5697,6 +6371,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5705,9 +6380,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -5723,9 +6400,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -5736,6 +6415,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5744,15 +6424,18 @@ description: Result of parsing poopy-shoe.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5765,6 +6448,7 @@ description: Result of parsing poopy-shoe.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch006", "start": 0, "type": "Identifier" @@ -5778,6 +6462,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -5786,9 +6471,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg03", "start": 0, "type": "Identifier" @@ -5804,9 +6491,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -5817,6 +6506,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5824,9 +6514,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch005", "start": 0, "type": "Identifier" @@ -5844,6 +6536,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -5854,6 +6547,7 @@ description: Result of parsing poopy-shoe.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5870,6 +6564,7 @@ description: Result of parsing poopy-shoe.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -5881,11 +6576,13 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, @@ -5894,9 +6591,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "backLength", "start": 0, "type": "Identifier" @@ -5906,14 +6605,17 @@ description: Result of parsing poopy-shoe.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -5933,6 +6635,7 @@ description: Result of parsing poopy-shoe.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5943,9 +6646,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -5956,6 +6661,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5968,6 +6674,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -5977,9 +6684,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "exitHeight", "start": 0, "type": "Identifier" @@ -5991,6 +6700,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6002,9 +6712,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -6015,6 +6727,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6027,6 +6740,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -6036,9 +6750,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallsWidth", "start": 0, "type": "Identifier" @@ -6050,6 +6766,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6061,9 +6778,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -6074,6 +6793,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6086,6 +6806,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -6093,6 +6814,7 @@ description: Result of parsing poopy-shoe.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6108,9 +6830,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -6121,19 +6845,23 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -6144,6 +6872,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6156,6 +6885,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -6164,9 +6894,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -6182,9 +6914,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -6195,6 +6929,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6203,15 +6938,18 @@ description: Result of parsing poopy-shoe.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6224,6 +6962,7 @@ description: Result of parsing poopy-shoe.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch007", "start": 0, "type": "Identifier" @@ -6237,6 +6976,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -6245,9 +6985,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -6263,9 +7005,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -6276,6 +7020,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6283,9 +7028,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch004", "start": 0, "type": "Identifier" @@ -6303,6 +7050,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -6313,6 +7061,7 @@ description: Result of parsing poopy-shoe.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6325,6 +7074,7 @@ description: Result of parsing poopy-shoe.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6336,6 +7086,7 @@ description: Result of parsing poopy-shoe.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6346,9 +7097,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -6359,6 +7112,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6371,6 +7125,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -6379,9 +7134,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -6397,9 +7154,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -6410,6 +7169,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6422,6 +7182,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -6430,9 +7191,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -6448,9 +7211,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -6461,6 +7226,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6473,6 +7239,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -6480,6 +7247,7 @@ description: Result of parsing poopy-shoe.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6495,9 +7263,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -6508,19 +7278,23 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -6531,6 +7305,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6543,6 +7318,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -6554,9 +7330,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallsWidth", "start": 0, "type": "Identifier" @@ -6566,6 +7344,7 @@ description: Result of parsing poopy-shoe.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -6573,6 +7352,7 @@ description: Result of parsing poopy-shoe.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -6582,14 +7362,17 @@ description: Result of parsing poopy-shoe.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -6613,9 +7396,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -6626,6 +7411,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6634,15 +7420,18 @@ description: Result of parsing poopy-shoe.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6655,6 +7444,7 @@ description: Result of parsing poopy-shoe.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "customPlane3", "start": 0, "type": "Identifier" @@ -6662,6 +7452,7 @@ description: Result of parsing poopy-shoe.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -6669,15 +7460,18 @@ description: Result of parsing poopy-shoe.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "origin", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -6685,10 +7479,12 @@ description: Result of parsing poopy-shoe.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -6698,6 +7494,7 @@ description: Result of parsing poopy-shoe.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -6709,11 +7506,13 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, @@ -6725,9 +7524,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "backLength", "start": 0, "type": "Identifier" @@ -6737,14 +7538,17 @@ description: Result of parsing poopy-shoe.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -6758,14 +7562,17 @@ description: Result of parsing poopy-shoe.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallsWidth", "start": 0, "type": "Identifier" @@ -6790,15 +7597,18 @@ description: Result of parsing poopy-shoe.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6815,19 +7625,23 @@ description: Result of parsing poopy-shoe.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -6850,15 +7664,18 @@ description: Result of parsing poopy-shoe.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -6866,15 +7683,18 @@ description: Result of parsing poopy-shoe.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6891,16 +7711,19 @@ description: Result of parsing poopy-shoe.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -6912,6 +7735,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6924,15 +7748,18 @@ description: Result of parsing poopy-shoe.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6955,15 +7782,18 @@ description: Result of parsing poopy-shoe.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -6971,15 +7801,18 @@ description: Result of parsing poopy-shoe.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -6996,15 +7829,18 @@ description: Result of parsing poopy-shoe.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -7021,15 +7857,18 @@ description: Result of parsing poopy-shoe.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -7051,11 +7890,13 @@ description: Result of parsing poopy-shoe.kcl "type": "ObjectExpression", "type": "ObjectExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -7068,6 +7909,7 @@ description: Result of parsing poopy-shoe.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch008", "start": 0, "type": "Identifier" @@ -7075,13 +7917,16 @@ description: Result of parsing poopy-shoe.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -7092,6 +7937,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7099,9 +7945,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "customPlane3", "start": 0, "type": "Identifier" @@ -7119,6 +7967,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -7130,9 +7979,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -7146,9 +7997,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -7160,6 +8013,7 @@ description: Result of parsing poopy-shoe.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7170,9 +8024,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -7183,6 +8039,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7195,6 +8052,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -7203,9 +8061,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "frontLength", "start": 0, "type": "Identifier" @@ -7221,9 +8081,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -7234,6 +8096,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7246,6 +8109,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -7257,9 +8121,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallsWidth", "start": 0, "type": "Identifier" @@ -7269,6 +8135,7 @@ description: Result of parsing poopy-shoe.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -7276,6 +8143,7 @@ description: Result of parsing poopy-shoe.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -7285,14 +8153,17 @@ description: Result of parsing poopy-shoe.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -7316,9 +8187,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -7329,6 +8202,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7341,6 +8215,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -7349,9 +8224,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -7367,9 +8244,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -7380,19 +8259,23 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -7403,6 +8286,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7415,6 +8299,7 @@ description: Result of parsing poopy-shoe.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -7424,9 +8309,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -7438,6 +8325,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7449,9 +8337,11 @@ description: Result of parsing poopy-shoe.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -7462,6 +8352,7 @@ description: Result of parsing poopy-shoe.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7470,15 +8361,18 @@ description: Result of parsing poopy-shoe.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -7490,9 +8384,11 @@ description: Result of parsing poopy-shoe.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -7511,19 +8407,23 @@ description: Result of parsing poopy-shoe.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -7540,15 +8440,18 @@ description: Result of parsing poopy-shoe.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -7564,12 +8467,14 @@ description: Result of parsing poopy-shoe.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "8": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -7581,6 +8486,7 @@ description: Result of parsing poopy-shoe.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -7592,6 +8498,7 @@ description: Result of parsing poopy-shoe.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -7603,6 +8510,7 @@ description: Result of parsing poopy-shoe.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -7614,6 +8522,7 @@ description: Result of parsing poopy-shoe.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -7625,6 +8534,7 @@ description: Result of parsing poopy-shoe.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -7636,6 +8546,7 @@ description: Result of parsing poopy-shoe.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -7648,6 +8559,7 @@ description: Result of parsing poopy-shoe.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/poopy-shoe/program_memory.snap b/rust/kcl-lib/tests/kcl_samples/poopy-shoe/program_memory.snap index cf0ca4a81..98b673d08 100644 --- a/rust/kcl-lib/tests/kcl_samples/poopy-shoe/program_memory.snap +++ b/rust/kcl-lib/tests/kcl_samples/poopy-shoe/program_memory.snap @@ -500,6 +500,7 @@ description: Variables in memory after executing poopy-shoe.kcl "tag": { "commentStart": 519, "end": 525, + "moduleId": 0, "start": 519, "type": "TagDeclarator", "value": "seg01" @@ -619,6 +620,7 @@ description: Variables in memory after executing poopy-shoe.kcl "tag": { "commentStart": 519, "end": 525, + "moduleId": 0, "start": 519, "type": "TagDeclarator", "value": "seg01" @@ -968,6 +970,7 @@ description: Variables in memory after executing poopy-shoe.kcl "tag": { "commentStart": 519, "end": 525, + "moduleId": 0, "start": 519, "type": "TagDeclarator", "value": "seg01" @@ -1273,6 +1276,7 @@ description: Variables in memory after executing poopy-shoe.kcl "tag": { "commentStart": 1286, "end": 1292, + "moduleId": 0, "start": 1286, "type": "TagDeclarator", "value": "seg02" @@ -1392,6 +1396,7 @@ description: Variables in memory after executing poopy-shoe.kcl "tag": { "commentStart": 1286, "end": 1292, + "moduleId": 0, "start": 1286, "type": "TagDeclarator", "value": "seg02" @@ -1934,6 +1939,7 @@ description: Variables in memory after executing poopy-shoe.kcl "tag": { "commentStart": 2912, "end": 2918, + "moduleId": 0, "start": 2912, "type": "TagDeclarator", "value": "seg04" @@ -2176,6 +2182,7 @@ description: Variables in memory after executing poopy-shoe.kcl "tag": { "commentStart": 2912, "end": 2918, + "moduleId": 0, "start": 2912, "type": "TagDeclarator", "value": "seg04" @@ -2230,6 +2237,7 @@ description: Variables in memory after executing poopy-shoe.kcl "tag": { "commentStart": 1286, "end": 1292, + "moduleId": 0, "start": 1286, "type": "TagDeclarator", "value": "seg02" @@ -2349,6 +2357,7 @@ description: Variables in memory after executing poopy-shoe.kcl "tag": { "commentStart": 1286, "end": 1292, + "moduleId": 0, "start": 1286, "type": "TagDeclarator", "value": "seg02" @@ -2725,6 +2734,7 @@ description: Variables in memory after executing poopy-shoe.kcl "tag": { "commentStart": 3517, "end": 3523, + "moduleId": 0, "start": 3517, "type": "TagDeclarator", "value": "seg03" @@ -2841,6 +2851,7 @@ description: Variables in memory after executing poopy-shoe.kcl "tag": { "commentStart": 3517, "end": 3523, + "moduleId": 0, "start": 3517, "type": "TagDeclarator", "value": "seg03" @@ -3121,6 +3132,7 @@ description: Variables in memory after executing poopy-shoe.kcl "tag": { "commentStart": 3517, "end": 3523, + "moduleId": 0, "start": 3517, "type": "TagDeclarator", "value": "seg03" @@ -3237,6 +3249,7 @@ description: Variables in memory after executing poopy-shoe.kcl "tag": { "commentStart": 3517, "end": 3523, + "moduleId": 0, "start": 3517, "type": "TagDeclarator", "value": "seg03" @@ -3602,6 +3615,7 @@ description: Variables in memory after executing poopy-shoe.kcl "tag": { "commentStart": 2912, "end": 2918, + "moduleId": 0, "start": 2912, "type": "TagDeclarator", "value": "seg04" @@ -3844,6 +3858,7 @@ description: Variables in memory after executing poopy-shoe.kcl "tag": { "commentStart": 2912, "end": 2918, + "moduleId": 0, "start": 2912, "type": "TagDeclarator", "value": "seg04" @@ -3898,6 +3913,7 @@ description: Variables in memory after executing poopy-shoe.kcl "tag": { "commentStart": 1286, "end": 1292, + "moduleId": 0, "start": 1286, "type": "TagDeclarator", "value": "seg02" @@ -4017,6 +4033,7 @@ description: Variables in memory after executing poopy-shoe.kcl "tag": { "commentStart": 1286, "end": 1292, + "moduleId": 0, "start": 1286, "type": "TagDeclarator", "value": "seg02" diff --git a/rust/kcl-lib/tests/kcl_samples/prosthetic-hip/ast.snap b/rust/kcl-lib/tests/kcl_samples/prosthetic-hip/ast.snap index 68df04fe9..96a2c634d 100644 --- a/rust/kcl-lib/tests/kcl_samples/prosthetic-hip/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/prosthetic-hip/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing prosthetic-hip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "l1", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing prosthetic-hip.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing prosthetic-hip.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Create the femur using a series of lofts. Draw the profile for the first loft on the XY plane." ], @@ -49,6 +53,7 @@ description: Result of parsing prosthetic-hip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r1", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing prosthetic-hip.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing prosthetic-hip.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing prosthetic-hip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stemLoftProfile1", "start": 0, "type": "Identifier" @@ -89,13 +98,16 @@ description: Result of parsing prosthetic-hip.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -106,6 +118,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -113,9 +126,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -133,6 +148,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -144,6 +160,7 @@ description: Result of parsing prosthetic-hip.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -155,6 +172,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -168,9 +186,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "l1", "start": 0, "type": "Identifier" @@ -182,15 +202,18 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -206,6 +229,7 @@ description: Result of parsing prosthetic-hip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -216,9 +240,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -229,6 +255,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -241,6 +268,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -249,9 +277,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "l1", "start": 0, "type": "Identifier" @@ -267,6 +297,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -274,6 +305,7 @@ description: Result of parsing prosthetic-hip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -285,9 +317,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -298,6 +332,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -310,6 +345,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -318,6 +354,7 @@ description: Result of parsing prosthetic-hip.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "120", "start": 0, "type": "Literal", @@ -329,6 +366,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -340,6 +378,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -348,9 +387,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r1", "start": 0, "type": "Identifier" @@ -366,9 +407,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -379,6 +422,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -391,6 +435,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -399,6 +444,7 @@ description: Result of parsing prosthetic-hip.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -410,6 +456,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -421,18 +468,22 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -443,6 +494,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -450,9 +502,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -469,9 +523,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -482,6 +538,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -494,6 +551,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -502,6 +560,7 @@ description: Result of parsing prosthetic-hip.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "120", "start": 0, "type": "Literal", @@ -513,6 +572,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -524,6 +584,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -532,9 +593,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r1", "start": 0, "type": "Identifier" @@ -550,9 +613,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -563,6 +628,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -575,6 +641,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -582,6 +649,7 @@ description: Result of parsing prosthetic-hip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -597,19 +665,23 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -620,6 +692,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -627,9 +700,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -642,6 +717,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -653,9 +729,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -666,6 +744,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -678,6 +757,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -686,13 +766,16 @@ description: Result of parsing prosthetic-hip.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -703,25 +786,30 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -732,12 +820,14 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -745,6 +835,7 @@ description: Result of parsing prosthetic-hip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -755,9 +846,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -768,19 +861,23 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -791,6 +888,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -799,12 +897,14 @@ description: Result of parsing prosthetic-hip.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "8": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -821,11 +921,13 @@ description: Result of parsing prosthetic-hip.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -838,6 +940,7 @@ description: Result of parsing prosthetic-hip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "l2", "start": 0, "type": "Identifier" @@ -845,6 +948,7 @@ description: Result of parsing prosthetic-hip.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "19", "start": 0, "type": "Literal", @@ -854,11 +958,13 @@ description: Result of parsing prosthetic-hip.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -871,6 +977,7 @@ description: Result of parsing prosthetic-hip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r2", "start": 0, "type": "Identifier" @@ -878,6 +985,7 @@ description: Result of parsing prosthetic-hip.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -887,11 +995,13 @@ description: Result of parsing prosthetic-hip.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -904,6 +1014,7 @@ description: Result of parsing prosthetic-hip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stemLoftProfile2", "start": 0, "type": "Identifier" @@ -911,13 +1022,16 @@ description: Result of parsing prosthetic-hip.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -928,6 +1042,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -938,6 +1053,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -945,6 +1061,7 @@ description: Result of parsing prosthetic-hip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "75", "start": 0, "type": "Literal", @@ -960,9 +1077,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -973,6 +1092,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -980,9 +1100,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -1001,6 +1123,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1012,6 +1135,7 @@ description: Result of parsing prosthetic-hip.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8", "start": 0, "type": "Literal", @@ -1023,6 +1147,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1036,9 +1161,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "l2", "start": 0, "type": "Identifier" @@ -1050,15 +1177,18 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1074,6 +1204,7 @@ description: Result of parsing prosthetic-hip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1084,9 +1215,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1097,6 +1230,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1109,6 +1243,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1117,9 +1252,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "l2", "start": 0, "type": "Identifier" @@ -1135,6 +1272,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1142,6 +1280,7 @@ description: Result of parsing prosthetic-hip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1153,9 +1292,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1166,6 +1307,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1178,6 +1320,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1186,6 +1329,7 @@ description: Result of parsing prosthetic-hip.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "120", "start": 0, "type": "Literal", @@ -1197,6 +1341,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1208,6 +1353,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1216,9 +1362,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r2", "start": 0, "type": "Identifier" @@ -1234,9 +1382,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1247,6 +1397,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1259,6 +1410,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1267,6 +1419,7 @@ description: Result of parsing prosthetic-hip.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -1278,6 +1431,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1289,18 +1443,22 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -1311,6 +1469,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1318,9 +1477,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -1337,9 +1498,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1350,6 +1513,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1362,6 +1526,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1370,6 +1535,7 @@ description: Result of parsing prosthetic-hip.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "120", "start": 0, "type": "Literal", @@ -1381,6 +1547,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1392,6 +1559,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1400,9 +1568,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r2", "start": 0, "type": "Identifier" @@ -1418,9 +1588,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1431,6 +1603,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1443,6 +1616,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1450,6 +1624,7 @@ description: Result of parsing prosthetic-hip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -1465,19 +1640,23 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -1488,6 +1667,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1495,9 +1675,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -1510,6 +1692,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1521,9 +1704,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1534,6 +1719,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1546,6 +1732,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1554,13 +1741,16 @@ description: Result of parsing prosthetic-hip.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -1571,25 +1761,30 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -1600,12 +1795,14 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1613,6 +1810,7 @@ description: Result of parsing prosthetic-hip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1623,9 +1821,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1636,19 +1836,23 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1659,6 +1863,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1667,12 +1872,14 @@ description: Result of parsing prosthetic-hip.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "8": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1689,11 +1896,13 @@ description: Result of parsing prosthetic-hip.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1706,6 +1915,7 @@ description: Result of parsing prosthetic-hip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p3Z", "start": 0, "type": "Identifier" @@ -1713,6 +1923,7 @@ description: Result of parsing prosthetic-hip.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "110", "start": 0, "type": "Literal", @@ -1722,11 +1933,13 @@ description: Result of parsing prosthetic-hip.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1739,6 +1952,7 @@ description: Result of parsing prosthetic-hip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p3A", "start": 0, "type": "Identifier" @@ -1746,6 +1960,7 @@ description: Result of parsing prosthetic-hip.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25", "start": 0, "type": "Literal", @@ -1755,11 +1970,13 @@ description: Result of parsing prosthetic-hip.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1772,6 +1989,7 @@ description: Result of parsing prosthetic-hip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "l3", "start": 0, "type": "Identifier" @@ -1779,6 +1997,7 @@ description: Result of parsing prosthetic-hip.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "32", "start": 0, "type": "Literal", @@ -1788,11 +2007,13 @@ description: Result of parsing prosthetic-hip.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1805,6 +2026,7 @@ description: Result of parsing prosthetic-hip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r3", "start": 0, "type": "Identifier" @@ -1812,6 +2034,7 @@ description: Result of parsing prosthetic-hip.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -1821,11 +2044,13 @@ description: Result of parsing prosthetic-hip.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1838,6 +2063,7 @@ description: Result of parsing prosthetic-hip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stemLoftProfile3", "start": 0, "type": "Identifier" @@ -1845,13 +2071,16 @@ description: Result of parsing prosthetic-hip.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1862,6 +2091,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1869,9 +2099,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -1889,6 +2121,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1900,6 +2133,7 @@ description: Result of parsing prosthetic-hip.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.5", "start": 0, "type": "Literal", @@ -1911,6 +2145,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1924,9 +2159,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "l3", "start": 0, "type": "Identifier" @@ -1938,15 +2175,18 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1962,6 +2202,7 @@ description: Result of parsing prosthetic-hip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1972,9 +2213,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1985,6 +2228,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1997,6 +2241,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2005,9 +2250,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "l3", "start": 0, "type": "Identifier" @@ -2023,6 +2270,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -2030,6 +2278,7 @@ description: Result of parsing prosthetic-hip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -2041,9 +2290,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -2054,6 +2305,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2066,6 +2318,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2074,6 +2327,7 @@ description: Result of parsing prosthetic-hip.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "120", "start": 0, "type": "Literal", @@ -2085,6 +2339,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2096,6 +2351,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2104,9 +2360,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r3", "start": 0, "type": "Identifier" @@ -2122,9 +2380,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -2135,6 +2395,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2147,6 +2408,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2155,6 +2417,7 @@ description: Result of parsing prosthetic-hip.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -2166,6 +2429,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2177,18 +2441,22 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -2199,6 +2467,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2206,9 +2475,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg03", "start": 0, "type": "Identifier" @@ -2225,9 +2496,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -2238,6 +2511,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2250,6 +2524,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2258,6 +2533,7 @@ description: Result of parsing prosthetic-hip.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "120", "start": 0, "type": "Literal", @@ -2269,6 +2545,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2280,6 +2557,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2288,9 +2566,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r3", "start": 0, "type": "Identifier" @@ -2306,9 +2586,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -2319,6 +2601,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2331,6 +2614,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2338,6 +2622,7 @@ description: Result of parsing prosthetic-hip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -2353,19 +2638,23 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -2376,6 +2665,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2383,9 +2673,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg03", "start": 0, "type": "Identifier" @@ -2398,6 +2690,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2409,9 +2702,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -2422,6 +2717,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2434,6 +2730,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2442,13 +2739,16 @@ description: Result of parsing prosthetic-hip.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -2459,25 +2759,30 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -2488,12 +2793,14 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2501,6 +2808,7 @@ description: Result of parsing prosthetic-hip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2511,9 +2819,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -2524,19 +2834,23 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -2547,6 +2861,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2559,6 +2874,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -2567,9 +2883,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p3Z", "start": 0, "type": "Identifier" @@ -2585,9 +2903,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -2598,6 +2918,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2610,6 +2931,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitch", "start": 0, "type": "Identifier" @@ -2619,9 +2941,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p3A", "start": 0, "type": "Identifier" @@ -2633,6 +2957,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2644,9 +2969,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotate", "start": 0, "type": "Identifier" @@ -2657,6 +2984,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2665,12 +2993,14 @@ description: Result of parsing prosthetic-hip.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "10": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2687,11 +3017,13 @@ description: Result of parsing prosthetic-hip.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2704,6 +3036,7 @@ description: Result of parsing prosthetic-hip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p4Z", "start": 0, "type": "Identifier" @@ -2711,6 +3044,7 @@ description: Result of parsing prosthetic-hip.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "130", "start": 0, "type": "Literal", @@ -2720,11 +3054,13 @@ description: Result of parsing prosthetic-hip.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2737,6 +3073,7 @@ description: Result of parsing prosthetic-hip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p4A", "start": 0, "type": "Identifier" @@ -2744,6 +3081,7 @@ description: Result of parsing prosthetic-hip.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "36.5", "start": 0, "type": "Literal", @@ -2753,11 +3091,13 @@ description: Result of parsing prosthetic-hip.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2770,6 +3110,7 @@ description: Result of parsing prosthetic-hip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "l4", "start": 0, "type": "Identifier" @@ -2777,6 +3118,7 @@ description: Result of parsing prosthetic-hip.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "16", "start": 0, "type": "Literal", @@ -2786,11 +3128,13 @@ description: Result of parsing prosthetic-hip.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2803,6 +3147,7 @@ description: Result of parsing prosthetic-hip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r4", "start": 0, "type": "Identifier" @@ -2810,6 +3155,7 @@ description: Result of parsing prosthetic-hip.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -2819,11 +3165,13 @@ description: Result of parsing prosthetic-hip.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2836,6 +3184,7 @@ description: Result of parsing prosthetic-hip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stemLoftProfile4", "start": 0, "type": "Identifier" @@ -2843,13 +3192,16 @@ description: Result of parsing prosthetic-hip.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2860,6 +3212,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2867,9 +3220,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -2887,6 +3242,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -2898,6 +3254,7 @@ description: Result of parsing prosthetic-hip.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "23", "start": 0, "type": "Literal", @@ -2909,6 +3266,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2922,9 +3280,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "l4", "start": 0, "type": "Identifier" @@ -2936,15 +3296,18 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2960,6 +3323,7 @@ description: Result of parsing prosthetic-hip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2970,9 +3334,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -2983,6 +3349,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2995,6 +3362,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3003,9 +3371,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "l4", "start": 0, "type": "Identifier" @@ -3021,6 +3391,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -3028,6 +3399,7 @@ description: Result of parsing prosthetic-hip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -3039,9 +3411,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -3052,6 +3426,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3064,6 +3439,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -3072,6 +3448,7 @@ description: Result of parsing prosthetic-hip.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "120", "start": 0, "type": "Literal", @@ -3083,6 +3460,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3094,6 +3472,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3102,9 +3481,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r4", "start": 0, "type": "Identifier" @@ -3120,9 +3501,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -3133,6 +3516,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3145,6 +3529,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -3153,6 +3538,7 @@ description: Result of parsing prosthetic-hip.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -3164,6 +3550,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3175,18 +3562,22 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -3197,6 +3588,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3204,9 +3596,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg04", "start": 0, "type": "Identifier" @@ -3223,9 +3617,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -3236,6 +3632,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3248,6 +3645,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -3256,6 +3654,7 @@ description: Result of parsing prosthetic-hip.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "120", "start": 0, "type": "Literal", @@ -3267,6 +3666,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3278,6 +3678,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3286,9 +3687,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r4", "start": 0, "type": "Identifier" @@ -3304,9 +3707,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -3317,6 +3722,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3329,6 +3735,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -3336,6 +3743,7 @@ description: Result of parsing prosthetic-hip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -3351,19 +3759,23 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -3374,6 +3786,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3381,9 +3794,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg04", "start": 0, "type": "Identifier" @@ -3396,6 +3811,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3407,9 +3823,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -3420,6 +3838,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3432,6 +3851,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3440,13 +3860,16 @@ description: Result of parsing prosthetic-hip.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -3457,25 +3880,30 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -3486,12 +3914,14 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3499,6 +3929,7 @@ description: Result of parsing prosthetic-hip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3509,9 +3940,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -3522,19 +3955,23 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -3545,6 +3982,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3557,6 +3995,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -3565,9 +4004,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p4Z", "start": 0, "type": "Identifier" @@ -3583,9 +4024,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -3596,6 +4039,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3608,6 +4052,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitch", "start": 0, "type": "Identifier" @@ -3617,9 +4062,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p4A", "start": 0, "type": "Identifier" @@ -3631,6 +4078,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3642,9 +4090,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotate", "start": 0, "type": "Identifier" @@ -3655,6 +4105,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3663,12 +4114,14 @@ description: Result of parsing prosthetic-hip.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "10": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3685,11 +4138,13 @@ description: Result of parsing prosthetic-hip.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3702,6 +4157,7 @@ description: Result of parsing prosthetic-hip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p5Z", "start": 0, "type": "Identifier" @@ -3709,6 +4165,7 @@ description: Result of parsing prosthetic-hip.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "140", "start": 0, "type": "Literal", @@ -3718,11 +4175,13 @@ description: Result of parsing prosthetic-hip.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3735,6 +4194,7 @@ description: Result of parsing prosthetic-hip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p5A", "start": 0, "type": "Identifier" @@ -3742,6 +4202,7 @@ description: Result of parsing prosthetic-hip.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "36.5", "start": 0, "type": "Literal", @@ -3751,11 +4212,13 @@ description: Result of parsing prosthetic-hip.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3768,6 +4231,7 @@ description: Result of parsing prosthetic-hip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "l5", "start": 0, "type": "Identifier" @@ -3775,6 +4239,7 @@ description: Result of parsing prosthetic-hip.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.6", "start": 0, "type": "Literal", @@ -3784,11 +4249,13 @@ description: Result of parsing prosthetic-hip.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3801,6 +4268,7 @@ description: Result of parsing prosthetic-hip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r5", "start": 0, "type": "Identifier" @@ -3808,6 +4276,7 @@ description: Result of parsing prosthetic-hip.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.6", "start": 0, "type": "Literal", @@ -3817,11 +4286,13 @@ description: Result of parsing prosthetic-hip.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3834,6 +4305,7 @@ description: Result of parsing prosthetic-hip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stemLoftProfile5", "start": 0, "type": "Identifier" @@ -3841,13 +4313,16 @@ description: Result of parsing prosthetic-hip.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -3858,6 +4333,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3865,9 +4341,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -3885,6 +4363,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -3896,6 +4375,7 @@ description: Result of parsing prosthetic-hip.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "19.5", "start": 0, "type": "Literal", @@ -3907,6 +4387,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3920,9 +4401,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "l5", "start": 0, "type": "Identifier" @@ -3934,15 +4417,18 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3958,6 +4444,7 @@ description: Result of parsing prosthetic-hip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3968,9 +4455,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -3981,6 +4470,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3993,6 +4483,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4001,9 +4492,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "l5", "start": 0, "type": "Identifier" @@ -4019,6 +4512,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -4026,6 +4520,7 @@ description: Result of parsing prosthetic-hip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -4037,9 +4532,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -4050,6 +4547,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4062,6 +4560,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -4070,6 +4569,7 @@ description: Result of parsing prosthetic-hip.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "120", "start": 0, "type": "Literal", @@ -4081,6 +4581,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4092,6 +4593,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -4100,9 +4602,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r5", "start": 0, "type": "Identifier" @@ -4118,9 +4622,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -4131,6 +4637,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4143,6 +4650,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -4151,6 +4659,7 @@ description: Result of parsing prosthetic-hip.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -4162,6 +4671,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4173,18 +4683,22 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -4195,6 +4709,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4202,9 +4717,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg05", "start": 0, "type": "Identifier" @@ -4221,9 +4738,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -4234,6 +4753,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4246,6 +4766,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -4254,6 +4775,7 @@ description: Result of parsing prosthetic-hip.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "120", "start": 0, "type": "Literal", @@ -4265,6 +4787,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4276,6 +4799,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -4284,9 +4808,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r5", "start": 0, "type": "Identifier" @@ -4302,9 +4828,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -4315,6 +4843,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4327,6 +4856,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -4334,6 +4864,7 @@ description: Result of parsing prosthetic-hip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -4349,19 +4880,23 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -4372,6 +4907,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4379,9 +4915,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg05", "start": 0, "type": "Identifier" @@ -4394,6 +4932,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4405,9 +4944,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -4418,6 +4959,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4430,6 +4972,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -4438,13 +4981,16 @@ description: Result of parsing prosthetic-hip.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -4455,25 +5001,30 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -4484,12 +5035,14 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -4497,6 +5050,7 @@ description: Result of parsing prosthetic-hip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4507,9 +5061,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -4520,19 +5076,23 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -4543,6 +5103,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4555,6 +5116,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -4563,9 +5125,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p5Z", "start": 0, "type": "Identifier" @@ -4581,9 +5145,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -4594,6 +5160,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4606,6 +5173,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitch", "start": 0, "type": "Identifier" @@ -4615,9 +5183,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p5A", "start": 0, "type": "Identifier" @@ -4629,6 +5199,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4640,9 +5211,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotate", "start": 0, "type": "Identifier" @@ -4653,6 +5226,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4661,12 +5235,14 @@ description: Result of parsing prosthetic-hip.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "10": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -4683,11 +5259,13 @@ description: Result of parsing prosthetic-hip.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4700,6 +5278,7 @@ description: Result of parsing prosthetic-hip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p6Z", "start": 0, "type": "Identifier" @@ -4707,6 +5286,7 @@ description: Result of parsing prosthetic-hip.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "145", "start": 0, "type": "Literal", @@ -4716,11 +5296,13 @@ description: Result of parsing prosthetic-hip.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4733,6 +5315,7 @@ description: Result of parsing prosthetic-hip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p6A", "start": 0, "type": "Identifier" @@ -4740,6 +5323,7 @@ description: Result of parsing prosthetic-hip.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "36.5", "start": 0, "type": "Literal", @@ -4749,11 +5333,13 @@ description: Result of parsing prosthetic-hip.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4766,6 +5352,7 @@ description: Result of parsing prosthetic-hip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "l6", "start": 0, "type": "Identifier" @@ -4773,6 +5360,7 @@ description: Result of parsing prosthetic-hip.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -4782,11 +5370,13 @@ description: Result of parsing prosthetic-hip.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4799,6 +5389,7 @@ description: Result of parsing prosthetic-hip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r6", "start": 0, "type": "Identifier" @@ -4806,6 +5397,7 @@ description: Result of parsing prosthetic-hip.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -4815,11 +5407,13 @@ description: Result of parsing prosthetic-hip.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4832,6 +5426,7 @@ description: Result of parsing prosthetic-hip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stemLoftProfile6", "start": 0, "type": "Identifier" @@ -4839,13 +5434,16 @@ description: Result of parsing prosthetic-hip.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -4856,6 +5454,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4863,9 +5462,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -4883,6 +5484,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -4894,6 +5496,7 @@ description: Result of parsing prosthetic-hip.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "23.4", "start": 0, "type": "Literal", @@ -4905,6 +5508,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4918,9 +5522,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "l6", "start": 0, "type": "Identifier" @@ -4932,15 +5538,18 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4956,6 +5565,7 @@ description: Result of parsing prosthetic-hip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4966,9 +5576,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -4979,6 +5591,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4991,6 +5604,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4999,9 +5613,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "l6", "start": 0, "type": "Identifier" @@ -5017,6 +5633,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -5024,6 +5641,7 @@ description: Result of parsing prosthetic-hip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -5035,9 +5653,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -5048,6 +5668,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5060,6 +5681,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -5068,6 +5690,7 @@ description: Result of parsing prosthetic-hip.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "120", "start": 0, "type": "Literal", @@ -5079,6 +5702,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5090,6 +5714,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -5098,9 +5723,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r6", "start": 0, "type": "Identifier" @@ -5116,9 +5743,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -5129,6 +5758,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5141,6 +5771,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -5149,6 +5780,7 @@ description: Result of parsing prosthetic-hip.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -5160,6 +5792,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5171,18 +5804,22 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -5193,6 +5830,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5200,9 +5838,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg06", "start": 0, "type": "Identifier" @@ -5219,9 +5859,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -5232,6 +5874,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5244,6 +5887,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -5252,6 +5896,7 @@ description: Result of parsing prosthetic-hip.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "120", "start": 0, "type": "Literal", @@ -5263,6 +5908,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5274,6 +5920,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -5282,9 +5929,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r6", "start": 0, "type": "Identifier" @@ -5300,9 +5949,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -5313,6 +5964,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5325,6 +5977,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -5332,6 +5985,7 @@ description: Result of parsing prosthetic-hip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -5347,19 +6001,23 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -5370,6 +6028,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5377,9 +6036,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg06", "start": 0, "type": "Identifier" @@ -5392,6 +6053,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5403,9 +6065,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -5416,6 +6080,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5428,6 +6093,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -5436,13 +6102,16 @@ description: Result of parsing prosthetic-hip.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -5453,25 +6122,30 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -5482,12 +6156,14 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -5495,6 +6171,7 @@ description: Result of parsing prosthetic-hip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5505,9 +6182,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -5518,19 +6197,23 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -5541,6 +6224,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5553,6 +6237,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -5561,9 +6246,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p6Z", "start": 0, "type": "Identifier" @@ -5579,9 +6266,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -5592,6 +6281,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5604,6 +6294,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitch", "start": 0, "type": "Identifier" @@ -5613,9 +6304,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p6A", "start": 0, "type": "Identifier" @@ -5627,6 +6320,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5638,9 +6332,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotate", "start": 0, "type": "Identifier" @@ -5651,6 +6347,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5659,12 +6356,14 @@ description: Result of parsing prosthetic-hip.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "10": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -5681,11 +6380,13 @@ description: Result of parsing prosthetic-hip.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5698,18 +6399,22 @@ description: Result of parsing prosthetic-hip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "femur", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "loft", "start": 0, "type": "Identifier" @@ -5720,6 +6425,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5730,9 +6436,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stemLoftProfile1", "start": 0, "type": "Identifier" @@ -5746,9 +6454,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stemLoftProfile2", "start": 0, "type": "Identifier" @@ -5762,9 +6472,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stemLoftProfile3", "start": 0, "type": "Identifier" @@ -5778,9 +6490,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stemLoftProfile4", "start": 0, "type": "Identifier" @@ -5792,16 +6506,19 @@ description: Result of parsing prosthetic-hip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5814,18 +6531,22 @@ description: Result of parsing prosthetic-hip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "femoralStem", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "loft", "start": 0, "type": "Identifier" @@ -5836,6 +6557,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5843,13 +6565,16 @@ description: Result of parsing prosthetic-hip.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clone", "start": 0, "type": "Identifier" @@ -5860,6 +6585,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5867,9 +6593,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stemLoftProfile4", "start": 0, "type": "Identifier" @@ -5884,9 +6612,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stemLoftProfile5", "start": 0, "type": "Identifier" @@ -5897,13 +6627,16 @@ description: Result of parsing prosthetic-hip.kcl "type": "Name" }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "clone", "start": 0, "type": "Identifier" @@ -5914,6 +6647,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5921,9 +6655,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stemLoftProfile6", "start": 0, "type": "Identifier" @@ -5936,16 +6672,19 @@ description: Result of parsing prosthetic-hip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Loft the femoral stem" ], @@ -5961,6 +6700,7 @@ description: Result of parsing prosthetic-hip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stemTab", "start": 0, "type": "Identifier" @@ -5971,9 +6711,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stemLoftProfile6", "start": 0, "type": "Identifier" @@ -5990,6 +6732,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5997,6 +6740,7 @@ description: Result of parsing prosthetic-hip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -6012,9 +6756,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -6025,6 +6771,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6033,12 +6780,14 @@ description: Result of parsing prosthetic-hip.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -6055,11 +6804,13 @@ description: Result of parsing prosthetic-hip.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Draw the third profile for the femoral stem" ], @@ -6075,6 +6826,7 @@ description: Result of parsing prosthetic-hip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "femoralHead", "start": 0, "type": "Identifier" @@ -6082,13 +6834,16 @@ description: Result of parsing prosthetic-hip.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -6099,6 +6854,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6106,9 +6862,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -6126,6 +6884,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -6136,6 +6895,7 @@ description: Result of parsing prosthetic-hip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -6148,6 +6908,7 @@ description: Result of parsing prosthetic-hip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6159,6 +6920,7 @@ description: Result of parsing prosthetic-hip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6169,9 +6931,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -6182,6 +6946,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6194,6 +6959,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -6201,6 +6967,7 @@ description: Result of parsing prosthetic-hip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.1", "start": 0, "type": "Literal", @@ -6216,9 +6983,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -6229,6 +6998,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6241,6 +7011,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -6248,6 +7019,7 @@ description: Result of parsing prosthetic-hip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -6263,6 +7035,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -6270,6 +7043,7 @@ description: Result of parsing prosthetic-hip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -6285,9 +7059,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -6298,6 +7074,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6310,6 +7087,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -6317,6 +7095,7 @@ description: Result of parsing prosthetic-hip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -6332,6 +7111,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -6339,6 +7119,7 @@ description: Result of parsing prosthetic-hip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8", "start": 0, "type": "Literal", @@ -6354,9 +7135,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -6367,6 +7150,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6379,6 +7163,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -6387,6 +7172,7 @@ description: Result of parsing prosthetic-hip.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -6398,6 +7184,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6409,9 +7196,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -6422,6 +7211,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6434,6 +7224,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -6441,6 +7232,7 @@ description: Result of parsing prosthetic-hip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -6456,6 +7248,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -6463,6 +7256,7 @@ description: Result of parsing prosthetic-hip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".1", "start": 0, "type": "Literal", @@ -6478,9 +7272,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -6491,6 +7287,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6503,6 +7300,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -6511,13 +7309,16 @@ description: Result of parsing prosthetic-hip.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -6528,25 +7329,30 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -6557,12 +7363,14 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -6570,6 +7378,7 @@ description: Result of parsing prosthetic-hip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6580,9 +7389,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -6593,19 +7404,23 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -6616,6 +7431,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6628,6 +7444,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -6635,6 +7452,7 @@ description: Result of parsing prosthetic-hip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -6650,6 +7468,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -6658,9 +7477,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "Y", "start": 0, "type": "Identifier" @@ -6676,9 +7497,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -6689,6 +7512,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6701,6 +7525,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -6709,6 +7534,7 @@ description: Result of parsing prosthetic-hip.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "16.1", "start": 0, "type": "Literal", @@ -6720,6 +7546,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6731,6 +7558,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -6738,6 +7566,7 @@ description: Result of parsing prosthetic-hip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "133", "start": 0, "type": "Literal", @@ -6753,9 +7582,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -6766,6 +7597,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6778,6 +7610,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitch", "start": 0, "type": "Identifier" @@ -6786,6 +7619,7 @@ description: Result of parsing prosthetic-hip.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "36.5", "start": 0, "type": "Literal", @@ -6797,6 +7631,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6808,9 +7643,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotate", "start": 0, "type": "Identifier" @@ -6821,6 +7658,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6833,6 +7671,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -6840,6 +7679,7 @@ description: Result of parsing prosthetic-hip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"#d64398\"", "start": 0, "type": "Literal", @@ -6852,9 +7692,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "appearance", "start": 0, "type": "Identifier" @@ -6865,6 +7707,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6873,12 +7716,14 @@ description: Result of parsing prosthetic-hip.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "12": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -6895,11 +7740,13 @@ description: Result of parsing prosthetic-hip.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6912,6 +7759,7 @@ description: Result of parsing prosthetic-hip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "polyethyleneInsert", "start": 0, "type": "Identifier" @@ -6919,13 +7767,16 @@ description: Result of parsing prosthetic-hip.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -6936,6 +7787,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6943,9 +7795,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -6963,6 +7817,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -6973,6 +7828,7 @@ description: Result of parsing prosthetic-hip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8.36", "start": 0, "type": "Literal", @@ -6985,6 +7841,7 @@ description: Result of parsing prosthetic-hip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -6996,6 +7853,7 @@ description: Result of parsing prosthetic-hip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7006,9 +7864,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -7019,6 +7879,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7031,6 +7892,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -7038,6 +7900,7 @@ description: Result of parsing prosthetic-hip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -7053,9 +7916,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -7066,6 +7931,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7078,6 +7944,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -7085,6 +7952,7 @@ description: Result of parsing prosthetic-hip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".1", "start": 0, "type": "Literal", @@ -7100,9 +7968,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -7113,6 +7983,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7125,6 +7996,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -7135,6 +8007,7 @@ description: Result of parsing prosthetic-hip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -7147,6 +8020,7 @@ description: Result of parsing prosthetic-hip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12.55", "start": 0, "type": "Literal", @@ -7158,6 +8032,7 @@ description: Result of parsing prosthetic-hip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7168,9 +8043,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -7181,6 +8058,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7193,6 +8071,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -7201,6 +8080,7 @@ description: Result of parsing prosthetic-hip.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.85", "start": 0, "type": "Literal", @@ -7212,6 +8092,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7223,9 +8104,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -7236,6 +8119,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7248,6 +8132,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -7255,6 +8140,7 @@ description: Result of parsing prosthetic-hip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.58", "start": 0, "type": "Literal", @@ -7270,9 +8156,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -7283,6 +8171,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7295,6 +8184,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -7303,13 +8193,16 @@ description: Result of parsing prosthetic-hip.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -7320,25 +8213,30 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -7349,12 +8247,14 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -7362,6 +8262,7 @@ description: Result of parsing prosthetic-hip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7372,9 +8273,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -7385,19 +8288,23 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -7408,6 +8315,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7420,6 +8328,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -7427,6 +8336,7 @@ description: Result of parsing prosthetic-hip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -7442,6 +8352,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -7450,9 +8361,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "Y", "start": 0, "type": "Identifier" @@ -7468,9 +8381,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -7481,6 +8396,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7493,6 +8409,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -7501,6 +8418,7 @@ description: Result of parsing prosthetic-hip.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "16.1", "start": 0, "type": "Literal", @@ -7512,6 +8430,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7523,6 +8442,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -7530,6 +8450,7 @@ description: Result of parsing prosthetic-hip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "133", "start": 0, "type": "Literal", @@ -7545,9 +8466,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -7558,6 +8481,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7570,6 +8494,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitch", "start": 0, "type": "Identifier" @@ -7578,6 +8503,7 @@ description: Result of parsing prosthetic-hip.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "36.5", "start": 0, "type": "Literal", @@ -7589,6 +8515,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7600,9 +8527,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotate", "start": 0, "type": "Identifier" @@ -7613,6 +8542,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7625,6 +8555,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -7632,6 +8563,7 @@ description: Result of parsing prosthetic-hip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"#3cadd3\"", "start": 0, "type": "Literal", @@ -7644,9 +8576,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "appearance", "start": 0, "type": "Identifier" @@ -7657,6 +8591,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7665,12 +8600,14 @@ description: Result of parsing prosthetic-hip.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "12": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -7687,11 +8624,13 @@ description: Result of parsing prosthetic-hip.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -7704,6 +8643,7 @@ description: Result of parsing prosthetic-hip.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "acetabularShell", "start": 0, "type": "Identifier" @@ -7711,13 +8651,16 @@ description: Result of parsing prosthetic-hip.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -7728,6 +8671,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7735,9 +8679,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -7755,6 +8701,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -7765,6 +8712,7 @@ description: Result of parsing prosthetic-hip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8.84", "start": 0, "type": "Literal", @@ -7777,6 +8725,7 @@ description: Result of parsing prosthetic-hip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.7", "start": 0, "type": "Literal", @@ -7788,6 +8737,7 @@ description: Result of parsing prosthetic-hip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7798,9 +8748,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -7811,6 +8763,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7823,6 +8776,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -7830,6 +8784,7 @@ description: Result of parsing prosthetic-hip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -7845,9 +8800,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -7858,6 +8815,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7870,6 +8828,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -7877,6 +8836,7 @@ description: Result of parsing prosthetic-hip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".5", "start": 0, "type": "Literal", @@ -7892,9 +8852,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -7905,6 +8867,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7917,6 +8880,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -7927,6 +8891,7 @@ description: Result of parsing prosthetic-hip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -7939,6 +8904,7 @@ description: Result of parsing prosthetic-hip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "14", "start": 0, "type": "Literal", @@ -7950,6 +8916,7 @@ description: Result of parsing prosthetic-hip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7960,9 +8927,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -7973,6 +8942,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7985,6 +8955,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -7992,6 +8963,7 @@ description: Result of parsing prosthetic-hip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12.56", "start": 0, "type": "Literal", @@ -8007,9 +8979,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -8020,6 +8994,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8032,6 +9007,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -8039,6 +9015,7 @@ description: Result of parsing prosthetic-hip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -8054,9 +9031,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -8067,6 +9046,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8079,6 +9059,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -8087,13 +9068,16 @@ description: Result of parsing prosthetic-hip.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -8104,25 +9088,30 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -8133,12 +9122,14 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -8146,6 +9137,7 @@ description: Result of parsing prosthetic-hip.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8156,9 +9148,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -8169,19 +9163,23 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -8192,6 +9190,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8204,6 +9203,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -8211,6 +9211,7 @@ description: Result of parsing prosthetic-hip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -8226,6 +9227,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -8234,9 +9236,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "Y", "start": 0, "type": "Identifier" @@ -8252,9 +9256,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -8265,6 +9271,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8277,6 +9284,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -8285,6 +9293,7 @@ description: Result of parsing prosthetic-hip.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "16.1", "start": 0, "type": "Literal", @@ -8296,6 +9305,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -8307,6 +9317,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -8314,6 +9325,7 @@ description: Result of parsing prosthetic-hip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "133", "start": 0, "type": "Literal", @@ -8329,9 +9341,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -8342,6 +9356,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8354,6 +9369,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitch", "start": 0, "type": "Identifier" @@ -8362,6 +9378,7 @@ description: Result of parsing prosthetic-hip.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "36.5", "start": 0, "type": "Literal", @@ -8373,6 +9390,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -8384,9 +9402,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotate", "start": 0, "type": "Identifier" @@ -8397,6 +9417,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8409,6 +9430,7 @@ description: Result of parsing prosthetic-hip.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -8416,6 +9438,7 @@ description: Result of parsing prosthetic-hip.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"#a55e2c\"", "start": 0, "type": "Literal", @@ -8428,9 +9451,11 @@ description: Result of parsing prosthetic-hip.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "appearance", "start": 0, "type": "Identifier" @@ -8441,6 +9466,7 @@ description: Result of parsing prosthetic-hip.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8449,15 +9475,18 @@ description: Result of parsing prosthetic-hip.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -8469,9 +9498,11 @@ description: Result of parsing prosthetic-hip.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -8490,19 +9521,23 @@ description: Result of parsing prosthetic-hip.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -8518,12 +9553,14 @@ description: Result of parsing prosthetic-hip.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": {}, "startNodes": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/prosthetic-hip/program_memory.snap b/rust/kcl-lib/tests/kcl_samples/prosthetic-hip/program_memory.snap index 080dfcf40..09d1bae56 100644 --- a/rust/kcl-lib/tests/kcl_samples/prosthetic-hip/program_memory.snap +++ b/rust/kcl-lib/tests/kcl_samples/prosthetic-hip/program_memory.snap @@ -558,6 +558,7 @@ description: Variables in memory after executing prosthetic-hip.kcl "tag": { "commentStart": 1889, "end": 1895, + "moduleId": 0, "start": 1889, "type": "TagDeclarator", "value": "seg04" @@ -784,6 +785,7 @@ description: Variables in memory after executing prosthetic-hip.kcl "tag": { "commentStart": 394, "end": 400, + "moduleId": 0, "start": 394, "type": "TagDeclarator", "value": "seg01" @@ -842,6 +844,7 @@ description: Variables in memory after executing prosthetic-hip.kcl "tag": { "commentStart": 394, "end": 400, + "moduleId": 0, "start": 394, "type": "TagDeclarator", "value": "seg01" @@ -1623,6 +1626,7 @@ description: Variables in memory after executing prosthetic-hip.kcl "tag": { "commentStart": 394, "end": 400, + "moduleId": 0, "start": 394, "type": "TagDeclarator", "value": "seg01" @@ -1845,6 +1849,7 @@ description: Variables in memory after executing prosthetic-hip.kcl "tag": { "commentStart": 879, "end": 885, + "moduleId": 0, "start": 879, "type": "TagDeclarator", "value": "seg02" @@ -2067,6 +2072,7 @@ description: Variables in memory after executing prosthetic-hip.kcl "tag": { "commentStart": 1359, "end": 1365, + "moduleId": 0, "start": 1359, "type": "TagDeclarator", "value": "seg03" @@ -2289,6 +2295,7 @@ description: Variables in memory after executing prosthetic-hip.kcl "tag": { "commentStart": 1889, "end": 1895, + "moduleId": 0, "start": 1889, "type": "TagDeclarator", "value": "seg04" @@ -2511,6 +2518,7 @@ description: Variables in memory after executing prosthetic-hip.kcl "tag": { "commentStart": 2423, "end": 2429, + "moduleId": 0, "start": 2423, "type": "TagDeclarator", "value": "seg05" @@ -2733,6 +2741,7 @@ description: Variables in memory after executing prosthetic-hip.kcl "tag": { "commentStart": 2954, "end": 2960, + "moduleId": 0, "start": 2954, "type": "TagDeclarator", "value": "seg06" @@ -2951,6 +2960,7 @@ description: Variables in memory after executing prosthetic-hip.kcl "tag": { "commentStart": 2954, "end": 2960, + "moduleId": 0, "start": 2954, "type": "TagDeclarator", "value": "seg06" @@ -3009,6 +3019,7 @@ description: Variables in memory after executing prosthetic-hip.kcl "tag": { "commentStart": 2954, "end": 2960, + "moduleId": 0, "start": 2954, "type": "TagDeclarator", "value": "seg06" diff --git a/rust/kcl-lib/tests/kcl_samples/router-template-cross-bar/ast.snap b/rust/kcl-lib/tests/kcl_samples/router-template-cross-bar/ast.snap index f0b14065e..542dffe2a 100644 --- a/rust/kcl-lib/tests/kcl_samples/router-template-cross-bar/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/router-template-cross-bar/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing router-template-cross-bar.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "routerDiameter", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing router-template-cross-bar.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12.7", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing router-template-cross-bar.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define parameters" ], @@ -49,6 +53,7 @@ description: Result of parsing router-template-cross-bar.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "templateDiameter", "start": 0, "type": "Identifier" @@ -62,6 +67,7 @@ description: Result of parsing router-template-cross-bar.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11", "start": 0, "type": "Literal", @@ -71,10 +77,12 @@ description: Result of parsing router-template-cross-bar.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "16", "start": 0, "type": "Literal", @@ -88,11 +96,13 @@ description: Result of parsing router-template-cross-bar.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "ty": { "Inch": null, "commentStart": 0, "end": 0, + "moduleId": 0, "p_type": "Number", "start": 0, "type": "Primitive" @@ -100,11 +110,13 @@ description: Result of parsing router-template-cross-bar.kcl "type": "AscribedExpression", "type": "AscribedExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -117,6 +129,7 @@ description: Result of parsing router-template-cross-bar.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slateWidthHalf", "start": 0, "type": "Identifier" @@ -127,6 +140,7 @@ description: Result of parsing router-template-cross-bar.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "41.5", "start": 0, "type": "Literal", @@ -136,10 +150,12 @@ description: Result of parsing router-template-cross-bar.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -153,11 +169,13 @@ description: Result of parsing router-template-cross-bar.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -170,6 +188,7 @@ description: Result of parsing router-template-cross-bar.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "minClampingDistance", "start": 0, "type": "Identifier" @@ -180,6 +199,7 @@ description: Result of parsing router-template-cross-bar.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "50", "start": 0, "type": "Literal", @@ -189,10 +209,12 @@ description: Result of parsing router-template-cross-bar.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -206,11 +228,13 @@ description: Result of parsing router-template-cross-bar.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -223,6 +247,7 @@ description: Result of parsing router-template-cross-bar.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "templateThickness", "start": 0, "type": "Identifier" @@ -230,6 +255,7 @@ description: Result of parsing router-template-cross-bar.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -239,11 +265,13 @@ description: Result of parsing router-template-cross-bar.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -256,6 +284,7 @@ description: Result of parsing router-template-cross-bar.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -263,6 +292,7 @@ description: Result of parsing router-template-cross-bar.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -272,11 +302,13 @@ description: Result of parsing router-template-cross-bar.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -289,6 +321,7 @@ description: Result of parsing router-template-cross-bar.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -296,6 +329,7 @@ description: Result of parsing router-template-cross-bar.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -305,11 +339,13 @@ description: Result of parsing router-template-cross-bar.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -322,6 +358,7 @@ description: Result of parsing router-template-cross-bar.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "templateGap", "start": 0, "type": "Identifier" @@ -339,9 +376,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "templateDiameter", "start": 0, "type": "Identifier" @@ -351,14 +390,17 @@ description: Result of parsing router-template-cross-bar.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "routerDiameter", "start": 0, "type": "Identifier" @@ -372,10 +414,12 @@ description: Result of parsing router-template-cross-bar.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -389,10 +433,12 @@ description: Result of parsing router-template-cross-bar.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -406,11 +452,13 @@ description: Result of parsing router-template-cross-bar.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -428,6 +476,7 @@ description: Result of parsing router-template-cross-bar.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distanceToInsideEdge", "start": 0, "type": "Identifier" @@ -442,9 +491,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slateWidthHalf", "start": 0, "type": "Identifier" @@ -454,14 +505,17 @@ description: Result of parsing router-template-cross-bar.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "templateThickness", "start": 0, "type": "Identifier" @@ -475,14 +529,17 @@ description: Result of parsing router-template-cross-bar.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "templateGap", "start": 0, "type": "Identifier" @@ -496,11 +553,13 @@ description: Result of parsing router-template-cross-bar.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -513,6 +572,7 @@ description: Result of parsing router-template-cross-bar.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -520,13 +580,16 @@ description: Result of parsing router-template-cross-bar.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -537,6 +600,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -544,9 +608,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -564,6 +630,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -574,6 +641,7 @@ description: Result of parsing router-template-cross-bar.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -590,9 +658,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -602,14 +672,17 @@ description: Result of parsing router-template-cross-bar.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "templateGap", "start": 0, "type": "Identifier" @@ -625,6 +698,7 @@ description: Result of parsing router-template-cross-bar.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -635,9 +709,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -648,6 +724,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -660,6 +737,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -671,9 +749,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slateWidthHalf", "start": 0, "type": "Identifier" @@ -683,14 +763,17 @@ description: Result of parsing router-template-cross-bar.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -710,6 +793,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -717,6 +801,7 @@ description: Result of parsing router-template-cross-bar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -728,9 +813,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -741,6 +828,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -753,6 +841,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -760,6 +849,7 @@ description: Result of parsing router-template-cross-bar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -775,6 +865,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -782,6 +873,7 @@ description: Result of parsing router-template-cross-bar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -797,6 +889,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -807,6 +900,7 @@ description: Result of parsing router-template-cross-bar.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -816,14 +910,17 @@ description: Result of parsing router-template-cross-bar.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "templateGap", "start": 0, "type": "Identifier" @@ -843,6 +940,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -850,6 +948,7 @@ description: Result of parsing router-template-cross-bar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -861,9 +960,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -874,6 +975,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -886,6 +988,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -895,9 +998,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "templateThickness", "start": 0, "type": "Identifier" @@ -909,6 +1014,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -920,6 +1026,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -927,6 +1034,7 @@ description: Result of parsing router-template-cross-bar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -938,9 +1046,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -951,6 +1061,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -963,6 +1074,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -971,9 +1083,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "templateThickness", "start": 0, "type": "Identifier" @@ -989,6 +1103,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -996,6 +1111,7 @@ description: Result of parsing router-template-cross-bar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1007,9 +1123,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1020,6 +1138,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1032,6 +1151,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1046,13 +1166,16 @@ description: Result of parsing router-template-cross-bar.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndY", "start": 0, "type": "Identifier" @@ -1063,6 +1186,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1070,9 +1194,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -1083,14 +1209,17 @@ description: Result of parsing router-template-cross-bar.kcl "type": "Name" } }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "templateThickness", "start": 0, "type": "Identifier" @@ -1104,10 +1233,12 @@ description: Result of parsing router-template-cross-bar.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2_", "start": 0, "type": "Literal", @@ -1121,14 +1252,17 @@ description: Result of parsing router-template-cross-bar.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "templateThickness", "start": 0, "type": "Identifier" @@ -1148,6 +1282,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1155,6 +1290,7 @@ description: Result of parsing router-template-cross-bar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1166,9 +1302,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1179,6 +1317,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1191,6 +1330,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1199,13 +1339,16 @@ description: Result of parsing router-template-cross-bar.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndX", "start": 0, "type": "Identifier" @@ -1216,6 +1359,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1223,9 +1367,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg03", "start": 0, "type": "Identifier" @@ -1236,14 +1382,17 @@ description: Result of parsing router-template-cross-bar.kcl "type": "Name" } }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "minClampingDistance", "start": 0, "type": "Identifier" @@ -1263,6 +1412,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1270,6 +1420,7 @@ description: Result of parsing router-template-cross-bar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1281,9 +1432,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1294,6 +1447,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1306,6 +1460,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1317,9 +1472,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "templateThickness", "start": 0, "type": "Identifier" @@ -1329,10 +1486,12 @@ description: Result of parsing router-template-cross-bar.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1352,6 +1511,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1359,6 +1519,7 @@ description: Result of parsing router-template-cross-bar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1370,9 +1531,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1383,6 +1546,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1395,6 +1559,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1403,13 +1568,16 @@ description: Result of parsing router-template-cross-bar.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndX", "start": 0, "type": "Identifier" @@ -1420,6 +1588,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1427,9 +1596,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -1440,10 +1611,12 @@ description: Result of parsing router-template-cross-bar.kcl "type": "Name" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1463,6 +1636,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1470,6 +1644,7 @@ description: Result of parsing router-template-cross-bar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1481,9 +1656,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1494,6 +1671,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1506,6 +1684,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1514,13 +1693,16 @@ description: Result of parsing router-template-cross-bar.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndY", "start": 0, "type": "Identifier" @@ -1531,6 +1713,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1538,9 +1721,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -1551,14 +1736,17 @@ description: Result of parsing router-template-cross-bar.kcl "type": "Name" } }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "templateThickness", "start": 0, "type": "Identifier" @@ -1578,6 +1766,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1585,6 +1774,7 @@ description: Result of parsing router-template-cross-bar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1596,9 +1786,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1609,6 +1801,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1621,6 +1814,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1628,6 +1822,7 @@ description: Result of parsing router-template-cross-bar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1643,6 +1838,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1650,6 +1846,7 @@ description: Result of parsing router-template-cross-bar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1661,9 +1858,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1674,6 +1873,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1686,19 +1886,23 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -1709,6 +1913,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1716,9 +1921,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg04", "start": 0, "type": "Identifier" @@ -1731,6 +1938,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1742,9 +1950,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1755,6 +1965,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1767,19 +1978,23 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -1790,6 +2005,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1797,9 +2013,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg10", "start": 0, "type": "Identifier" @@ -1812,6 +2030,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1823,9 +2042,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1836,6 +2057,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1848,19 +2070,23 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -1871,6 +2097,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1878,9 +2105,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg05", "start": 0, "type": "Identifier" @@ -1893,6 +2122,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1904,9 +2134,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1917,6 +2149,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1929,19 +2162,23 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -1952,6 +2189,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1959,9 +2197,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg08", "start": 0, "type": "Identifier" @@ -1974,6 +2214,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1985,9 +2226,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1998,6 +2241,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2010,18 +2254,22 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -2032,6 +2280,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2039,9 +2288,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg06", "start": 0, "type": "Identifier" @@ -2058,9 +2309,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -2071,6 +2324,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2083,19 +2337,23 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -2106,6 +2364,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2113,9 +2372,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -2128,6 +2389,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2139,9 +2401,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -2152,6 +2416,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2164,18 +2429,22 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -2186,6 +2455,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2193,9 +2463,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg07", "start": 0, "type": "Identifier" @@ -2212,9 +2484,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -2225,6 +2499,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2237,18 +2512,22 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -2259,6 +2538,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2266,9 +2546,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg03", "start": 0, "type": "Identifier" @@ -2285,9 +2567,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -2298,6 +2582,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2310,6 +2595,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -2317,6 +2603,7 @@ description: Result of parsing router-template-cross-bar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -2332,6 +2619,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -2339,6 +2627,7 @@ description: Result of parsing router-template-cross-bar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -2354,6 +2643,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2364,6 +2654,7 @@ description: Result of parsing router-template-cross-bar.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -2373,14 +2664,17 @@ description: Result of parsing router-template-cross-bar.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "templateGap", "start": 0, "type": "Identifier" @@ -2400,9 +2694,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -2413,6 +2709,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2425,6 +2722,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2433,13 +2731,16 @@ description: Result of parsing router-template-cross-bar.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -2450,25 +2751,30 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -2479,12 +2785,14 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2492,6 +2800,7 @@ description: Result of parsing router-template-cross-bar.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2502,9 +2811,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2515,19 +2826,23 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -2538,6 +2853,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2546,12 +2862,14 @@ description: Result of parsing router-template-cross-bar.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "22": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2568,11 +2886,13 @@ description: Result of parsing router-template-cross-bar.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2590,6 +2910,7 @@ description: Result of parsing router-template-cross-bar.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude001", "start": 0, "type": "Identifier" @@ -2601,6 +2922,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2608,6 +2930,7 @@ description: Result of parsing router-template-cross-bar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -2623,9 +2946,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2636,6 +2961,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2643,9 +2969,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -2656,11 +2984,13 @@ description: Result of parsing router-template-cross-bar.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2673,6 +3003,7 @@ description: Result of parsing router-template-cross-bar.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" @@ -2686,6 +3017,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -2694,9 +3026,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "START", "start": 0, "type": "Identifier" @@ -2712,9 +3046,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2725,6 +3061,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2732,9 +3069,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude001", "start": 0, "type": "Identifier" @@ -2752,6 +3091,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -2763,9 +3103,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distanceToInsideEdge", "start": 0, "type": "Identifier" @@ -2778,6 +3120,7 @@ description: Result of parsing router-template-cross-bar.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2789,6 +3132,7 @@ description: Result of parsing router-template-cross-bar.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2799,9 +3143,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -2812,6 +3158,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2824,6 +3171,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2831,6 +3179,7 @@ description: Result of parsing router-template-cross-bar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -2846,6 +3195,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2854,9 +3204,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "templateThickness", "start": 0, "type": "Identifier" @@ -2872,6 +3224,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -2879,6 +3232,7 @@ description: Result of parsing router-template-cross-bar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -2890,9 +3244,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -2903,6 +3259,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2915,6 +3272,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2923,13 +3281,16 @@ description: Result of parsing router-template-cross-bar.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -2940,6 +3301,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2947,9 +3309,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA002", "start": 0, "type": "Identifier" @@ -2960,10 +3324,12 @@ description: Result of parsing router-template-cross-bar.kcl "type": "Name" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -2983,6 +3349,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2991,9 +3358,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "templateThickness", "start": 0, "type": "Identifier" @@ -3009,6 +3378,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -3016,6 +3386,7 @@ description: Result of parsing router-template-cross-bar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -3027,9 +3398,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -3040,6 +3413,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3052,18 +3426,22 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -3074,6 +3452,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3081,9 +3460,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA002", "start": 0, "type": "Identifier" @@ -3100,19 +3481,23 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -3123,6 +3508,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3130,9 +3516,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA002", "start": 0, "type": "Identifier" @@ -3145,6 +3533,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3156,6 +3545,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -3163,6 +3553,7 @@ description: Result of parsing router-template-cross-bar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -3174,9 +3565,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -3187,6 +3580,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3199,6 +3593,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3207,13 +3602,16 @@ description: Result of parsing router-template-cross-bar.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -3224,25 +3622,30 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -3253,12 +3656,14 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3266,6 +3671,7 @@ description: Result of parsing router-template-cross-bar.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3276,9 +3682,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3289,19 +3697,23 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -3312,6 +3724,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3320,12 +3733,14 @@ description: Result of parsing router-template-cross-bar.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "6": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3342,11 +3757,13 @@ description: Result of parsing router-template-cross-bar.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -3364,6 +3781,7 @@ description: Result of parsing router-template-cross-bar.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude002", "start": 0, "type": "Identifier" @@ -3375,6 +3793,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3382,6 +3801,7 @@ description: Result of parsing router-template-cross-bar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "13", "start": 0, "type": "Literal", @@ -3397,9 +3817,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -3410,6 +3832,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3417,9 +3840,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" @@ -3430,11 +3855,13 @@ description: Result of parsing router-template-cross-bar.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3447,6 +3874,7 @@ description: Result of parsing router-template-cross-bar.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003", "start": 0, "type": "Identifier" @@ -3460,6 +3888,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -3468,9 +3897,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "START", "start": 0, "type": "Identifier" @@ -3486,9 +3917,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -3499,6 +3932,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3506,9 +3940,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude001", "start": 0, "type": "Identifier" @@ -3526,6 +3962,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -3538,9 +3975,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distanceToInsideEdge", "start": 0, "type": "Identifier" @@ -3552,6 +3991,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3560,6 +4000,7 @@ description: Result of parsing router-template-cross-bar.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3571,6 +4012,7 @@ description: Result of parsing router-template-cross-bar.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3581,9 +4023,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -3594,6 +4038,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3606,6 +4051,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -3613,6 +4059,7 @@ description: Result of parsing router-template-cross-bar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3628,6 +4075,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3636,9 +4084,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "templateThickness", "start": 0, "type": "Identifier" @@ -3654,6 +4104,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -3661,6 +4112,7 @@ description: Result of parsing router-template-cross-bar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -3672,9 +4124,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -3685,6 +4139,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3697,6 +4152,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -3705,13 +4161,16 @@ description: Result of parsing router-template-cross-bar.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -3722,6 +4181,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3729,9 +4189,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -3742,10 +4204,12 @@ description: Result of parsing router-template-cross-bar.kcl "type": "Name" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -3765,6 +4229,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3773,9 +4238,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "templateThickness", "start": 0, "type": "Identifier" @@ -3791,6 +4258,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -3798,6 +4266,7 @@ description: Result of parsing router-template-cross-bar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -3809,9 +4278,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -3822,6 +4293,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3834,18 +4306,22 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -3856,6 +4332,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3863,9 +4340,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -3882,19 +4361,23 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -3905,6 +4388,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3912,9 +4396,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -3927,6 +4413,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3938,6 +4425,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -3945,6 +4433,7 @@ description: Result of parsing router-template-cross-bar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -3956,9 +4445,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -3969,6 +4460,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3981,6 +4473,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3989,13 +4482,16 @@ description: Result of parsing router-template-cross-bar.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -4006,25 +4502,30 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -4035,12 +4536,14 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -4048,6 +4551,7 @@ description: Result of parsing router-template-cross-bar.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4058,9 +4562,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4071,19 +4577,23 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -4094,6 +4604,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4102,12 +4613,14 @@ description: Result of parsing router-template-cross-bar.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "6": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -4124,11 +4637,13 @@ description: Result of parsing router-template-cross-bar.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -4146,6 +4661,7 @@ description: Result of parsing router-template-cross-bar.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude003", "start": 0, "type": "Identifier" @@ -4157,6 +4673,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4164,6 +4681,7 @@ description: Result of parsing router-template-cross-bar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "13", "start": 0, "type": "Literal", @@ -4179,9 +4697,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -4192,6 +4712,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4199,9 +4720,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003", "start": 0, "type": "Identifier" @@ -4212,11 +4735,13 @@ description: Result of parsing router-template-cross-bar.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4229,6 +4754,7 @@ description: Result of parsing router-template-cross-bar.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch004", "start": 0, "type": "Identifier" @@ -4242,6 +4768,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -4250,9 +4777,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -4268,9 +4797,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -4281,6 +4812,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4288,9 +4820,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude002", "start": 0, "type": "Identifier" @@ -4308,6 +4842,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -4320,9 +4855,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distanceToInsideEdge", "start": 0, "type": "Identifier" @@ -4334,6 +4871,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4342,6 +4880,7 @@ description: Result of parsing router-template-cross-bar.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4353,6 +4892,7 @@ description: Result of parsing router-template-cross-bar.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4363,9 +4903,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -4376,6 +4918,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4388,6 +4931,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -4395,6 +4939,7 @@ description: Result of parsing router-template-cross-bar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4410,6 +4955,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4421,9 +4967,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distanceToInsideEdge", "start": 0, "type": "Identifier" @@ -4433,10 +4981,12 @@ description: Result of parsing router-template-cross-bar.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4456,6 +5006,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -4463,6 +5014,7 @@ description: Result of parsing router-template-cross-bar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -4474,9 +5026,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -4487,6 +5041,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4499,6 +5054,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -4507,13 +5063,16 @@ description: Result of parsing router-template-cross-bar.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -4524,6 +5083,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4531,9 +5091,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA003", "start": 0, "type": "Identifier" @@ -4544,10 +5106,12 @@ description: Result of parsing router-template-cross-bar.kcl "type": "Name" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -4567,6 +5131,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4575,9 +5140,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "templateThickness", "start": 0, "type": "Identifier" @@ -4593,6 +5160,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -4600,6 +5168,7 @@ description: Result of parsing router-template-cross-bar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -4611,9 +5180,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -4624,6 +5195,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4636,18 +5208,22 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -4658,6 +5234,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4665,9 +5242,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA003", "start": 0, "type": "Identifier" @@ -4684,19 +5263,23 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -4707,6 +5290,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4714,9 +5298,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA003", "start": 0, "type": "Identifier" @@ -4729,6 +5315,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4740,6 +5327,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -4747,6 +5335,7 @@ description: Result of parsing router-template-cross-bar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -4758,9 +5347,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -4771,6 +5362,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4783,6 +5375,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -4791,13 +5384,16 @@ description: Result of parsing router-template-cross-bar.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -4808,25 +5404,30 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -4837,12 +5438,14 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -4850,6 +5453,7 @@ description: Result of parsing router-template-cross-bar.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4860,9 +5464,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4873,19 +5479,23 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -4896,6 +5506,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4904,12 +5515,14 @@ description: Result of parsing router-template-cross-bar.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "6": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -4926,11 +5539,13 @@ description: Result of parsing router-template-cross-bar.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -4948,6 +5563,7 @@ description: Result of parsing router-template-cross-bar.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude004", "start": 0, "type": "Identifier" @@ -4959,6 +5575,7 @@ description: Result of parsing router-template-cross-bar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4966,6 +5583,7 @@ description: Result of parsing router-template-cross-bar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -4981,9 +5599,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -4994,6 +5614,7 @@ description: Result of parsing router-template-cross-bar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5001,9 +5622,11 @@ description: Result of parsing router-template-cross-bar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch004", "start": 0, "type": "Identifier" @@ -5014,11 +5637,13 @@ description: Result of parsing router-template-cross-bar.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5030,9 +5655,11 @@ description: Result of parsing router-template-cross-bar.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -5051,19 +5678,23 @@ description: Result of parsing router-template-cross-bar.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -5080,15 +5711,18 @@ description: Result of parsing router-template-cross-bar.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -5104,12 +5738,14 @@ description: Result of parsing router-template-cross-bar.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": {}, "startNodes": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/router-template-cross-bar/program_memory.snap b/rust/kcl-lib/tests/kcl_samples/router-template-cross-bar/program_memory.snap index 63c92e0d6..5c2fc8b5c 100644 --- a/rust/kcl-lib/tests/kcl_samples/router-template-cross-bar/program_memory.snap +++ b/rust/kcl-lib/tests/kcl_samples/router-template-cross-bar/program_memory.snap @@ -39,6 +39,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 653, "end": 659, + "moduleId": 0, "start": 653, "type": "TagDeclarator", "value": "seg01" @@ -52,6 +53,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 763, "end": 769, + "moduleId": 0, "start": 763, "type": "TagDeclarator", "value": "seg09" @@ -65,6 +67,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 829, "end": 835, + "moduleId": 0, "start": 829, "type": "TagDeclarator", "value": "seg03" @@ -78,6 +81,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 882, "end": 888, + "moduleId": 0, "start": 882, "type": "TagDeclarator", "value": "seg07" @@ -91,6 +95,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 984, "end": 990, + "moduleId": 0, "start": 984, "type": "TagDeclarator", "value": "seg02" @@ -104,6 +109,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1061, "end": 1067, + "moduleId": 0, "start": 1061, "type": "TagDeclarator", "value": "seg06" @@ -117,6 +123,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1118, "end": 1124, + "moduleId": 0, "start": 1118, "type": "TagDeclarator", "value": "seg08" @@ -130,6 +137,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1177, "end": 1183, + "moduleId": 0, "start": 1177, "type": "TagDeclarator", "value": "seg05" @@ -143,6 +151,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg10" @@ -156,6 +165,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1294, "end": 1300, + "moduleId": 0, "start": 1294, "type": "TagDeclarator", "value": "seg04" @@ -242,6 +252,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 653, "end": 659, + "moduleId": 0, "start": 653, "type": "TagDeclarator", "value": "seg01" @@ -273,6 +284,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 763, "end": 769, + "moduleId": 0, "start": 763, "type": "TagDeclarator", "value": "seg09" @@ -298,6 +310,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 829, "end": 835, + "moduleId": 0, "start": 829, "type": "TagDeclarator", "value": "seg03" @@ -323,6 +336,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 882, "end": 888, + "moduleId": 0, "start": 882, "type": "TagDeclarator", "value": "seg07" @@ -348,6 +362,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 984, "end": 990, + "moduleId": 0, "start": 984, "type": "TagDeclarator", "value": "seg02" @@ -373,6 +388,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1061, "end": 1067, + "moduleId": 0, "start": 1061, "type": "TagDeclarator", "value": "seg06" @@ -398,6 +414,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1118, "end": 1124, + "moduleId": 0, "start": 1118, "type": "TagDeclarator", "value": "seg08" @@ -423,6 +440,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1177, "end": 1183, + "moduleId": 0, "start": 1177, "type": "TagDeclarator", "value": "seg05" @@ -448,6 +466,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg10" @@ -473,6 +492,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1294, "end": 1300, + "moduleId": 0, "start": 1294, "type": "TagDeclarator", "value": "seg04" @@ -821,6 +841,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1998, "end": 2019, + "moduleId": 0, "start": 1998, "type": "TagDeclarator", "value": "rectangleSegmentA002" @@ -834,6 +855,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 2114, "end": 2135, + "moduleId": 0, "start": 2114, "type": "TagDeclarator", "value": "rectangleSegmentB002" @@ -847,6 +869,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 2237, "end": 2258, + "moduleId": 0, "start": 2237, "type": "TagDeclarator", "value": "rectangleSegmentC002" @@ -877,6 +900,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1998, "end": 2019, + "moduleId": 0, "start": 1998, "type": "TagDeclarator", "value": "rectangleSegmentA002" @@ -902,6 +926,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 2114, "end": 2135, + "moduleId": 0, "start": 2114, "type": "TagDeclarator", "value": "rectangleSegmentB002" @@ -927,6 +952,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 2237, "end": 2258, + "moduleId": 0, "start": 2237, "type": "TagDeclarator", "value": "rectangleSegmentC002" @@ -1012,6 +1038,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 653, "end": 659, + "moduleId": 0, "start": 653, "type": "TagDeclarator", "value": "seg01" @@ -1025,6 +1052,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 763, "end": 769, + "moduleId": 0, "start": 763, "type": "TagDeclarator", "value": "seg09" @@ -1038,6 +1066,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 829, "end": 835, + "moduleId": 0, "start": 829, "type": "TagDeclarator", "value": "seg03" @@ -1051,6 +1080,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 882, "end": 888, + "moduleId": 0, "start": 882, "type": "TagDeclarator", "value": "seg07" @@ -1064,6 +1094,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 984, "end": 990, + "moduleId": 0, "start": 984, "type": "TagDeclarator", "value": "seg02" @@ -1077,6 +1108,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1061, "end": 1067, + "moduleId": 0, "start": 1061, "type": "TagDeclarator", "value": "seg06" @@ -1090,6 +1122,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1118, "end": 1124, + "moduleId": 0, "start": 1118, "type": "TagDeclarator", "value": "seg08" @@ -1103,6 +1136,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1177, "end": 1183, + "moduleId": 0, "start": 1177, "type": "TagDeclarator", "value": "seg05" @@ -1116,6 +1150,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg10" @@ -1129,6 +1164,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1294, "end": 1300, + "moduleId": 0, "start": 1294, "type": "TagDeclarator", "value": "seg04" @@ -1215,6 +1251,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 653, "end": 659, + "moduleId": 0, "start": 653, "type": "TagDeclarator", "value": "seg01" @@ -1246,6 +1283,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 763, "end": 769, + "moduleId": 0, "start": 763, "type": "TagDeclarator", "value": "seg09" @@ -1271,6 +1309,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 829, "end": 835, + "moduleId": 0, "start": 829, "type": "TagDeclarator", "value": "seg03" @@ -1296,6 +1335,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 882, "end": 888, + "moduleId": 0, "start": 882, "type": "TagDeclarator", "value": "seg07" @@ -1321,6 +1361,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 984, "end": 990, + "moduleId": 0, "start": 984, "type": "TagDeclarator", "value": "seg02" @@ -1346,6 +1387,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1061, "end": 1067, + "moduleId": 0, "start": 1061, "type": "TagDeclarator", "value": "seg06" @@ -1371,6 +1413,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1118, "end": 1124, + "moduleId": 0, "start": 1118, "type": "TagDeclarator", "value": "seg08" @@ -1396,6 +1439,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1177, "end": 1183, + "moduleId": 0, "start": 1177, "type": "TagDeclarator", "value": "seg05" @@ -1421,6 +1465,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg10" @@ -1446,6 +1491,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1294, "end": 1300, + "moduleId": 0, "start": 1294, "type": "TagDeclarator", "value": "seg04" @@ -1844,6 +1890,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 2602, "end": 2623, + "moduleId": 0, "start": 2602, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -1857,6 +1904,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 2718, "end": 2739, + "moduleId": 0, "start": 2718, "type": "TagDeclarator", "value": "rectangleSegmentB001" @@ -1870,6 +1918,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 2841, "end": 2862, + "moduleId": 0, "start": 2841, "type": "TagDeclarator", "value": "rectangleSegmentC001" @@ -1900,6 +1949,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 2602, "end": 2623, + "moduleId": 0, "start": 2602, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -1925,6 +1975,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 2718, "end": 2739, + "moduleId": 0, "start": 2718, "type": "TagDeclarator", "value": "rectangleSegmentB001" @@ -1950,6 +2001,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 2841, "end": 2862, + "moduleId": 0, "start": 2841, "type": "TagDeclarator", "value": "rectangleSegmentC001" @@ -2035,6 +2087,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 653, "end": 659, + "moduleId": 0, "start": 653, "type": "TagDeclarator", "value": "seg01" @@ -2048,6 +2101,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 763, "end": 769, + "moduleId": 0, "start": 763, "type": "TagDeclarator", "value": "seg09" @@ -2061,6 +2115,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 829, "end": 835, + "moduleId": 0, "start": 829, "type": "TagDeclarator", "value": "seg03" @@ -2074,6 +2129,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 882, "end": 888, + "moduleId": 0, "start": 882, "type": "TagDeclarator", "value": "seg07" @@ -2087,6 +2143,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 984, "end": 990, + "moduleId": 0, "start": 984, "type": "TagDeclarator", "value": "seg02" @@ -2100,6 +2157,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1061, "end": 1067, + "moduleId": 0, "start": 1061, "type": "TagDeclarator", "value": "seg06" @@ -2113,6 +2171,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1118, "end": 1124, + "moduleId": 0, "start": 1118, "type": "TagDeclarator", "value": "seg08" @@ -2126,6 +2185,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1177, "end": 1183, + "moduleId": 0, "start": 1177, "type": "TagDeclarator", "value": "seg05" @@ -2139,6 +2199,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg10" @@ -2152,6 +2213,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1294, "end": 1300, + "moduleId": 0, "start": 1294, "type": "TagDeclarator", "value": "seg04" @@ -2238,6 +2300,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 653, "end": 659, + "moduleId": 0, "start": 653, "type": "TagDeclarator", "value": "seg01" @@ -2269,6 +2332,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 763, "end": 769, + "moduleId": 0, "start": 763, "type": "TagDeclarator", "value": "seg09" @@ -2294,6 +2358,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 829, "end": 835, + "moduleId": 0, "start": 829, "type": "TagDeclarator", "value": "seg03" @@ -2319,6 +2384,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 882, "end": 888, + "moduleId": 0, "start": 882, "type": "TagDeclarator", "value": "seg07" @@ -2344,6 +2410,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 984, "end": 990, + "moduleId": 0, "start": 984, "type": "TagDeclarator", "value": "seg02" @@ -2369,6 +2436,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1061, "end": 1067, + "moduleId": 0, "start": 1061, "type": "TagDeclarator", "value": "seg06" @@ -2394,6 +2462,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1118, "end": 1124, + "moduleId": 0, "start": 1118, "type": "TagDeclarator", "value": "seg08" @@ -2419,6 +2488,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1177, "end": 1183, + "moduleId": 0, "start": 1177, "type": "TagDeclarator", "value": "seg05" @@ -2444,6 +2514,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg10" @@ -2469,6 +2540,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1294, "end": 1300, + "moduleId": 0, "start": 1294, "type": "TagDeclarator", "value": "seg04" @@ -2867,6 +2939,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 3211, "end": 3232, + "moduleId": 0, "start": 3211, "type": "TagDeclarator", "value": "rectangleSegmentA003" @@ -2880,6 +2953,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 3327, "end": 3348, + "moduleId": 0, "start": 3327, "type": "TagDeclarator", "value": "rectangleSegmentB003" @@ -2893,6 +2967,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 3450, "end": 3471, + "moduleId": 0, "start": 3450, "type": "TagDeclarator", "value": "rectangleSegmentC003" @@ -2923,6 +2998,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 3211, "end": 3232, + "moduleId": 0, "start": 3211, "type": "TagDeclarator", "value": "rectangleSegmentA003" @@ -2948,6 +3024,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 3327, "end": 3348, + "moduleId": 0, "start": 3327, "type": "TagDeclarator", "value": "rectangleSegmentB003" @@ -2973,6 +3050,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 3450, "end": 3471, + "moduleId": 0, "start": 3450, "type": "TagDeclarator", "value": "rectangleSegmentC003" @@ -3058,6 +3136,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1998, "end": 2019, + "moduleId": 0, "start": 1998, "type": "TagDeclarator", "value": "rectangleSegmentA002" @@ -3071,6 +3150,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 2114, "end": 2135, + "moduleId": 0, "start": 2114, "type": "TagDeclarator", "value": "rectangleSegmentB002" @@ -3084,6 +3164,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 2237, "end": 2258, + "moduleId": 0, "start": 2237, "type": "TagDeclarator", "value": "rectangleSegmentC002" @@ -3114,6 +3195,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1998, "end": 2019, + "moduleId": 0, "start": 1998, "type": "TagDeclarator", "value": "rectangleSegmentA002" @@ -3139,6 +3221,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 2114, "end": 2135, + "moduleId": 0, "start": 2114, "type": "TagDeclarator", "value": "rectangleSegmentB002" @@ -3164,6 +3247,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 2237, "end": 2258, + "moduleId": 0, "start": 2237, "type": "TagDeclarator", "value": "rectangleSegmentC002" @@ -3249,6 +3333,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 653, "end": 659, + "moduleId": 0, "start": 653, "type": "TagDeclarator", "value": "seg01" @@ -3262,6 +3347,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 763, "end": 769, + "moduleId": 0, "start": 763, "type": "TagDeclarator", "value": "seg09" @@ -3275,6 +3361,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 829, "end": 835, + "moduleId": 0, "start": 829, "type": "TagDeclarator", "value": "seg03" @@ -3288,6 +3375,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 882, "end": 888, + "moduleId": 0, "start": 882, "type": "TagDeclarator", "value": "seg07" @@ -3301,6 +3389,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 984, "end": 990, + "moduleId": 0, "start": 984, "type": "TagDeclarator", "value": "seg02" @@ -3314,6 +3403,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1061, "end": 1067, + "moduleId": 0, "start": 1061, "type": "TagDeclarator", "value": "seg06" @@ -3327,6 +3417,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1118, "end": 1124, + "moduleId": 0, "start": 1118, "type": "TagDeclarator", "value": "seg08" @@ -3340,6 +3431,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1177, "end": 1183, + "moduleId": 0, "start": 1177, "type": "TagDeclarator", "value": "seg05" @@ -3353,6 +3445,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg10" @@ -3366,6 +3459,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1294, "end": 1300, + "moduleId": 0, "start": 1294, "type": "TagDeclarator", "value": "seg04" @@ -3452,6 +3546,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 653, "end": 659, + "moduleId": 0, "start": 653, "type": "TagDeclarator", "value": "seg01" @@ -3483,6 +3578,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 763, "end": 769, + "moduleId": 0, "start": 763, "type": "TagDeclarator", "value": "seg09" @@ -3508,6 +3604,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 829, "end": 835, + "moduleId": 0, "start": 829, "type": "TagDeclarator", "value": "seg03" @@ -3533,6 +3630,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 882, "end": 888, + "moduleId": 0, "start": 882, "type": "TagDeclarator", "value": "seg07" @@ -3558,6 +3656,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 984, "end": 990, + "moduleId": 0, "start": 984, "type": "TagDeclarator", "value": "seg02" @@ -3583,6 +3682,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1061, "end": 1067, + "moduleId": 0, "start": 1061, "type": "TagDeclarator", "value": "seg06" @@ -3608,6 +3708,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1118, "end": 1124, + "moduleId": 0, "start": 1118, "type": "TagDeclarator", "value": "seg08" @@ -3633,6 +3734,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1177, "end": 1183, + "moduleId": 0, "start": 1177, "type": "TagDeclarator", "value": "seg05" @@ -3658,6 +3760,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg10" @@ -3683,6 +3786,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1294, "end": 1300, + "moduleId": 0, "start": 1294, "type": "TagDeclarator", "value": "seg04" @@ -4269,6 +4373,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 653, "end": 659, + "moduleId": 0, "start": 653, "type": "TagDeclarator", "value": "seg01" @@ -4300,6 +4405,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 763, "end": 769, + "moduleId": 0, "start": 763, "type": "TagDeclarator", "value": "seg09" @@ -4325,6 +4431,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 829, "end": 835, + "moduleId": 0, "start": 829, "type": "TagDeclarator", "value": "seg03" @@ -4350,6 +4457,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 882, "end": 888, + "moduleId": 0, "start": 882, "type": "TagDeclarator", "value": "seg07" @@ -4375,6 +4483,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 984, "end": 990, + "moduleId": 0, "start": 984, "type": "TagDeclarator", "value": "seg02" @@ -4400,6 +4509,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1061, "end": 1067, + "moduleId": 0, "start": 1061, "type": "TagDeclarator", "value": "seg06" @@ -4425,6 +4535,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1118, "end": 1124, + "moduleId": 0, "start": 1118, "type": "TagDeclarator", "value": "seg08" @@ -4450,6 +4561,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1177, "end": 1183, + "moduleId": 0, "start": 1177, "type": "TagDeclarator", "value": "seg05" @@ -4475,6 +4587,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg10" @@ -4500,6 +4613,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1294, "end": 1300, + "moduleId": 0, "start": 1294, "type": "TagDeclarator", "value": "seg04" @@ -4844,6 +4958,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1998, "end": 2019, + "moduleId": 0, "start": 1998, "type": "TagDeclarator", "value": "rectangleSegmentA002" @@ -4869,6 +4984,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 2114, "end": 2135, + "moduleId": 0, "start": 2114, "type": "TagDeclarator", "value": "rectangleSegmentB002" @@ -4894,6 +5010,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 2237, "end": 2258, + "moduleId": 0, "start": 2237, "type": "TagDeclarator", "value": "rectangleSegmentC002" @@ -4979,6 +5096,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 653, "end": 659, + "moduleId": 0, "start": 653, "type": "TagDeclarator", "value": "seg01" @@ -4992,6 +5110,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 763, "end": 769, + "moduleId": 0, "start": 763, "type": "TagDeclarator", "value": "seg09" @@ -5005,6 +5124,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 829, "end": 835, + "moduleId": 0, "start": 829, "type": "TagDeclarator", "value": "seg03" @@ -5018,6 +5138,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 882, "end": 888, + "moduleId": 0, "start": 882, "type": "TagDeclarator", "value": "seg07" @@ -5031,6 +5152,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 984, "end": 990, + "moduleId": 0, "start": 984, "type": "TagDeclarator", "value": "seg02" @@ -5044,6 +5166,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1061, "end": 1067, + "moduleId": 0, "start": 1061, "type": "TagDeclarator", "value": "seg06" @@ -5057,6 +5180,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1118, "end": 1124, + "moduleId": 0, "start": 1118, "type": "TagDeclarator", "value": "seg08" @@ -5070,6 +5194,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1177, "end": 1183, + "moduleId": 0, "start": 1177, "type": "TagDeclarator", "value": "seg05" @@ -5083,6 +5208,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg10" @@ -5096,6 +5222,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1294, "end": 1300, + "moduleId": 0, "start": 1294, "type": "TagDeclarator", "value": "seg04" @@ -5182,6 +5309,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 653, "end": 659, + "moduleId": 0, "start": 653, "type": "TagDeclarator", "value": "seg01" @@ -5213,6 +5341,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 763, "end": 769, + "moduleId": 0, "start": 763, "type": "TagDeclarator", "value": "seg09" @@ -5238,6 +5367,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 829, "end": 835, + "moduleId": 0, "start": 829, "type": "TagDeclarator", "value": "seg03" @@ -5263,6 +5393,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 882, "end": 888, + "moduleId": 0, "start": 882, "type": "TagDeclarator", "value": "seg07" @@ -5288,6 +5419,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 984, "end": 990, + "moduleId": 0, "start": 984, "type": "TagDeclarator", "value": "seg02" @@ -5313,6 +5445,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1061, "end": 1067, + "moduleId": 0, "start": 1061, "type": "TagDeclarator", "value": "seg06" @@ -5338,6 +5471,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1118, "end": 1124, + "moduleId": 0, "start": 1118, "type": "TagDeclarator", "value": "seg08" @@ -5363,6 +5497,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1177, "end": 1183, + "moduleId": 0, "start": 1177, "type": "TagDeclarator", "value": "seg05" @@ -5388,6 +5523,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg10" @@ -5413,6 +5549,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1294, "end": 1300, + "moduleId": 0, "start": 1294, "type": "TagDeclarator", "value": "seg04" @@ -5807,6 +5944,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 2602, "end": 2623, + "moduleId": 0, "start": 2602, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -5832,6 +5970,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 2718, "end": 2739, + "moduleId": 0, "start": 2718, "type": "TagDeclarator", "value": "rectangleSegmentB001" @@ -5857,6 +5996,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 2841, "end": 2862, + "moduleId": 0, "start": 2841, "type": "TagDeclarator", "value": "rectangleSegmentC001" @@ -5942,6 +6082,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 653, "end": 659, + "moduleId": 0, "start": 653, "type": "TagDeclarator", "value": "seg01" @@ -5955,6 +6096,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 763, "end": 769, + "moduleId": 0, "start": 763, "type": "TagDeclarator", "value": "seg09" @@ -5968,6 +6110,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 829, "end": 835, + "moduleId": 0, "start": 829, "type": "TagDeclarator", "value": "seg03" @@ -5981,6 +6124,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 882, "end": 888, + "moduleId": 0, "start": 882, "type": "TagDeclarator", "value": "seg07" @@ -5994,6 +6138,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 984, "end": 990, + "moduleId": 0, "start": 984, "type": "TagDeclarator", "value": "seg02" @@ -6007,6 +6152,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1061, "end": 1067, + "moduleId": 0, "start": 1061, "type": "TagDeclarator", "value": "seg06" @@ -6020,6 +6166,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1118, "end": 1124, + "moduleId": 0, "start": 1118, "type": "TagDeclarator", "value": "seg08" @@ -6033,6 +6180,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1177, "end": 1183, + "moduleId": 0, "start": 1177, "type": "TagDeclarator", "value": "seg05" @@ -6046,6 +6194,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg10" @@ -6059,6 +6208,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1294, "end": 1300, + "moduleId": 0, "start": 1294, "type": "TagDeclarator", "value": "seg04" @@ -6145,6 +6295,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 653, "end": 659, + "moduleId": 0, "start": 653, "type": "TagDeclarator", "value": "seg01" @@ -6176,6 +6327,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 763, "end": 769, + "moduleId": 0, "start": 763, "type": "TagDeclarator", "value": "seg09" @@ -6201,6 +6353,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 829, "end": 835, + "moduleId": 0, "start": 829, "type": "TagDeclarator", "value": "seg03" @@ -6226,6 +6379,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 882, "end": 888, + "moduleId": 0, "start": 882, "type": "TagDeclarator", "value": "seg07" @@ -6251,6 +6405,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 984, "end": 990, + "moduleId": 0, "start": 984, "type": "TagDeclarator", "value": "seg02" @@ -6276,6 +6431,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1061, "end": 1067, + "moduleId": 0, "start": 1061, "type": "TagDeclarator", "value": "seg06" @@ -6301,6 +6457,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1118, "end": 1124, + "moduleId": 0, "start": 1118, "type": "TagDeclarator", "value": "seg08" @@ -6326,6 +6483,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1177, "end": 1183, + "moduleId": 0, "start": 1177, "type": "TagDeclarator", "value": "seg05" @@ -6351,6 +6509,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg10" @@ -6376,6 +6535,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1294, "end": 1300, + "moduleId": 0, "start": 1294, "type": "TagDeclarator", "value": "seg04" @@ -6770,6 +6930,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 3211, "end": 3232, + "moduleId": 0, "start": 3211, "type": "TagDeclarator", "value": "rectangleSegmentA003" @@ -6795,6 +6956,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 3327, "end": 3348, + "moduleId": 0, "start": 3327, "type": "TagDeclarator", "value": "rectangleSegmentB003" @@ -6820,6 +6982,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 3450, "end": 3471, + "moduleId": 0, "start": 3450, "type": "TagDeclarator", "value": "rectangleSegmentC003" @@ -6905,6 +7068,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1998, "end": 2019, + "moduleId": 0, "start": 1998, "type": "TagDeclarator", "value": "rectangleSegmentA002" @@ -6918,6 +7082,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 2114, "end": 2135, + "moduleId": 0, "start": 2114, "type": "TagDeclarator", "value": "rectangleSegmentB002" @@ -6931,6 +7096,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 2237, "end": 2258, + "moduleId": 0, "start": 2237, "type": "TagDeclarator", "value": "rectangleSegmentC002" @@ -6961,6 +7127,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1998, "end": 2019, + "moduleId": 0, "start": 1998, "type": "TagDeclarator", "value": "rectangleSegmentA002" @@ -6986,6 +7153,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 2114, "end": 2135, + "moduleId": 0, "start": 2114, "type": "TagDeclarator", "value": "rectangleSegmentB002" @@ -7011,6 +7179,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 2237, "end": 2258, + "moduleId": 0, "start": 2237, "type": "TagDeclarator", "value": "rectangleSegmentC002" @@ -7096,6 +7265,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 653, "end": 659, + "moduleId": 0, "start": 653, "type": "TagDeclarator", "value": "seg01" @@ -7109,6 +7279,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 763, "end": 769, + "moduleId": 0, "start": 763, "type": "TagDeclarator", "value": "seg09" @@ -7122,6 +7293,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 829, "end": 835, + "moduleId": 0, "start": 829, "type": "TagDeclarator", "value": "seg03" @@ -7135,6 +7307,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 882, "end": 888, + "moduleId": 0, "start": 882, "type": "TagDeclarator", "value": "seg07" @@ -7148,6 +7321,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 984, "end": 990, + "moduleId": 0, "start": 984, "type": "TagDeclarator", "value": "seg02" @@ -7161,6 +7335,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1061, "end": 1067, + "moduleId": 0, "start": 1061, "type": "TagDeclarator", "value": "seg06" @@ -7174,6 +7349,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1118, "end": 1124, + "moduleId": 0, "start": 1118, "type": "TagDeclarator", "value": "seg08" @@ -7187,6 +7363,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1177, "end": 1183, + "moduleId": 0, "start": 1177, "type": "TagDeclarator", "value": "seg05" @@ -7200,6 +7377,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg10" @@ -7213,6 +7391,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1294, "end": 1300, + "moduleId": 0, "start": 1294, "type": "TagDeclarator", "value": "seg04" @@ -7299,6 +7478,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 653, "end": 659, + "moduleId": 0, "start": 653, "type": "TagDeclarator", "value": "seg01" @@ -7330,6 +7510,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 763, "end": 769, + "moduleId": 0, "start": 763, "type": "TagDeclarator", "value": "seg09" @@ -7355,6 +7536,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 829, "end": 835, + "moduleId": 0, "start": 829, "type": "TagDeclarator", "value": "seg03" @@ -7380,6 +7562,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 882, "end": 888, + "moduleId": 0, "start": 882, "type": "TagDeclarator", "value": "seg07" @@ -7405,6 +7588,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 984, "end": 990, + "moduleId": 0, "start": 984, "type": "TagDeclarator", "value": "seg02" @@ -7430,6 +7614,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1061, "end": 1067, + "moduleId": 0, "start": 1061, "type": "TagDeclarator", "value": "seg06" @@ -7455,6 +7640,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1118, "end": 1124, + "moduleId": 0, "start": 1118, "type": "TagDeclarator", "value": "seg08" @@ -7480,6 +7666,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1177, "end": 1183, + "moduleId": 0, "start": 1177, "type": "TagDeclarator", "value": "seg05" @@ -7505,6 +7692,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1252, "end": 1258, + "moduleId": 0, "start": 1252, "type": "TagDeclarator", "value": "seg10" @@ -7530,6 +7718,7 @@ description: Variables in memory after executing router-template-cross-bar.kcl "tag": { "commentStart": 1294, "end": 1300, + "moduleId": 0, "start": 1294, "type": "TagDeclarator", "value": "seg04" diff --git a/rust/kcl-lib/tests/kcl_samples/router-template-slate/ast.snap b/rust/kcl-lib/tests/kcl_samples/router-template-slate/ast.snap index 25ab1d865..b54ae9034 100644 --- a/rust/kcl-lib/tests/kcl_samples/router-template-slate/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/router-template-slate/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing router-template-slate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "routerDiameter", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing router-template-slate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12.7", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing router-template-slate.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define parameters" ], @@ -49,6 +53,7 @@ description: Result of parsing router-template-slate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "templateDiameter", "start": 0, "type": "Identifier" @@ -62,6 +67,7 @@ description: Result of parsing router-template-slate.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11", "start": 0, "type": "Literal", @@ -71,10 +77,12 @@ description: Result of parsing router-template-slate.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "16", "start": 0, "type": "Literal", @@ -88,11 +96,13 @@ description: Result of parsing router-template-slate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "ty": { "Inch": null, "commentStart": 0, "end": 0, + "moduleId": 0, "p_type": "Number", "start": 0, "type": "Primitive" @@ -100,11 +110,13 @@ description: Result of parsing router-template-slate.kcl "type": "AscribedExpression", "type": "AscribedExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -117,6 +129,7 @@ description: Result of parsing router-template-slate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slateWidthHalf", "start": 0, "type": "Identifier" @@ -127,6 +140,7 @@ description: Result of parsing router-template-slate.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "41.5", "start": 0, "type": "Literal", @@ -136,10 +150,12 @@ description: Result of parsing router-template-slate.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -153,11 +169,13 @@ description: Result of parsing router-template-slate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -170,6 +188,7 @@ description: Result of parsing router-template-slate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "minClampingDistance", "start": 0, "type": "Identifier" @@ -180,6 +199,7 @@ description: Result of parsing router-template-slate.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "50", "start": 0, "type": "Literal", @@ -189,10 +209,12 @@ description: Result of parsing router-template-slate.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -206,11 +228,13 @@ description: Result of parsing router-template-slate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -223,6 +247,7 @@ description: Result of parsing router-template-slate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "templateThickness", "start": 0, "type": "Identifier" @@ -230,6 +255,7 @@ description: Result of parsing router-template-slate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -239,11 +265,13 @@ description: Result of parsing router-template-slate.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -256,6 +284,7 @@ description: Result of parsing router-template-slate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -263,6 +292,7 @@ description: Result of parsing router-template-slate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -272,11 +302,13 @@ description: Result of parsing router-template-slate.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -289,6 +321,7 @@ description: Result of parsing router-template-slate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -296,6 +329,7 @@ description: Result of parsing router-template-slate.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -305,11 +339,13 @@ description: Result of parsing router-template-slate.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -322,6 +358,7 @@ description: Result of parsing router-template-slate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "templateGap", "start": 0, "type": "Identifier" @@ -339,9 +376,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "templateDiameter", "start": 0, "type": "Identifier" @@ -351,14 +390,17 @@ description: Result of parsing router-template-slate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "routerDiameter", "start": 0, "type": "Identifier" @@ -372,10 +414,12 @@ description: Result of parsing router-template-slate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -389,10 +433,12 @@ description: Result of parsing router-template-slate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -406,11 +452,13 @@ description: Result of parsing router-template-slate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -428,6 +476,7 @@ description: Result of parsing router-template-slate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length001", "start": 0, "type": "Identifier" @@ -439,9 +488,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slateWidthHalf", "start": 0, "type": "Identifier" @@ -451,14 +502,17 @@ description: Result of parsing router-template-slate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -472,11 +526,13 @@ description: Result of parsing router-template-slate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -489,6 +545,7 @@ description: Result of parsing router-template-slate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length002", "start": 0, "type": "Identifier" @@ -500,9 +557,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -512,14 +571,17 @@ description: Result of parsing router-template-slate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "minClampingDistance", "start": 0, "type": "Identifier" @@ -533,11 +595,13 @@ description: Result of parsing router-template-slate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -550,6 +614,7 @@ description: Result of parsing router-template-slate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -557,13 +622,16 @@ description: Result of parsing router-template-slate.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -574,6 +642,7 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -581,9 +650,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -601,6 +672,7 @@ description: Result of parsing router-template-slate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -611,6 +683,7 @@ description: Result of parsing router-template-slate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -627,9 +700,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -639,14 +714,17 @@ description: Result of parsing router-template-slate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "templateGap", "start": 0, "type": "Identifier" @@ -662,6 +740,7 @@ description: Result of parsing router-template-slate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -672,9 +751,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -685,6 +766,7 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -697,6 +779,7 @@ description: Result of parsing router-template-slate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -705,9 +788,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length001", "start": 0, "type": "Identifier" @@ -723,6 +808,7 @@ description: Result of parsing router-template-slate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -730,6 +816,7 @@ description: Result of parsing router-template-slate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -741,9 +828,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -754,6 +843,7 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -766,6 +856,7 @@ description: Result of parsing router-template-slate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -773,6 +864,7 @@ description: Result of parsing router-template-slate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -788,6 +880,7 @@ description: Result of parsing router-template-slate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -795,6 +888,7 @@ description: Result of parsing router-template-slate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -810,6 +904,7 @@ description: Result of parsing router-template-slate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -821,9 +916,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -833,14 +930,17 @@ description: Result of parsing router-template-slate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "templateGap", "start": 0, "type": "Identifier" @@ -860,9 +960,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -873,6 +975,7 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -885,6 +988,7 @@ description: Result of parsing router-template-slate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -900,9 +1004,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "templateGap", "start": 0, "type": "Identifier" @@ -914,15 +1020,18 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -936,6 +1045,7 @@ description: Result of parsing router-template-slate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -944,9 +1054,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "templateDiameter", "start": 0, "type": "Identifier" @@ -956,10 +1068,12 @@ description: Result of parsing router-template-slate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -983,6 +1097,7 @@ description: Result of parsing router-template-slate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -990,6 +1105,7 @@ description: Result of parsing router-template-slate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1001,9 +1117,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1014,6 +1132,7 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1026,6 +1145,7 @@ description: Result of parsing router-template-slate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1037,9 +1157,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slateWidthHalf", "start": 0, "type": "Identifier" @@ -1049,14 +1171,17 @@ description: Result of parsing router-template-slate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "templateThickness", "start": 0, "type": "Identifier" @@ -1076,6 +1201,7 @@ description: Result of parsing router-template-slate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1083,6 +1209,7 @@ description: Result of parsing router-template-slate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1094,9 +1221,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1107,6 +1236,7 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1119,6 +1249,7 @@ description: Result of parsing router-template-slate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1128,9 +1259,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length002", "start": 0, "type": "Identifier" @@ -1142,6 +1275,7 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1153,6 +1287,7 @@ description: Result of parsing router-template-slate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1160,6 +1295,7 @@ description: Result of parsing router-template-slate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1171,9 +1307,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1184,6 +1322,7 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1196,6 +1335,7 @@ description: Result of parsing router-template-slate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1203,6 +1343,7 @@ description: Result of parsing router-template-slate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1218,6 +1359,7 @@ description: Result of parsing router-template-slate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1225,6 +1367,7 @@ description: Result of parsing router-template-slate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1236,9 +1379,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1249,6 +1394,7 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1261,19 +1407,23 @@ description: Result of parsing router-template-slate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -1284,6 +1434,7 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1291,9 +1442,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -1306,6 +1459,7 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1317,9 +1471,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1330,6 +1486,7 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1342,18 +1499,22 @@ description: Result of parsing router-template-slate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -1364,6 +1525,7 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1371,9 +1533,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg03", "start": 0, "type": "Identifier" @@ -1390,9 +1554,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1403,6 +1569,7 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1415,18 +1582,22 @@ description: Result of parsing router-template-slate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -1437,6 +1608,7 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1444,9 +1616,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg04", "start": 0, "type": "Identifier" @@ -1463,9 +1637,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1476,6 +1652,7 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1488,18 +1665,22 @@ description: Result of parsing router-template-slate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -1510,6 +1691,7 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1517,9 +1699,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg05", "start": 0, "type": "Identifier" @@ -1536,9 +1720,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1549,6 +1735,7 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1561,6 +1748,7 @@ description: Result of parsing router-template-slate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -1568,6 +1756,7 @@ description: Result of parsing router-template-slate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -1583,6 +1772,7 @@ description: Result of parsing router-template-slate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -1590,6 +1780,7 @@ description: Result of parsing router-template-slate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -1605,6 +1796,7 @@ description: Result of parsing router-template-slate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1616,9 +1808,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1628,14 +1822,17 @@ description: Result of parsing router-template-slate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "templateGap", "start": 0, "type": "Identifier" @@ -1655,9 +1852,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -1668,6 +1867,7 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1680,6 +1880,7 @@ description: Result of parsing router-template-slate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1688,13 +1889,16 @@ description: Result of parsing router-template-slate.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -1705,25 +1909,30 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -1734,12 +1943,14 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1747,6 +1958,7 @@ description: Result of parsing router-template-slate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1757,9 +1969,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1770,19 +1984,23 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1793,6 +2011,7 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1801,12 +2020,14 @@ description: Result of parsing router-template-slate.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "7": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1820,6 +2041,7 @@ description: Result of parsing router-template-slate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1836,11 +2058,13 @@ description: Result of parsing router-template-slate.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1858,6 +2082,7 @@ description: Result of parsing router-template-slate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude001", "start": 0, "type": "Identifier" @@ -1869,6 +2094,7 @@ description: Result of parsing router-template-slate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1876,6 +2102,7 @@ description: Result of parsing router-template-slate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -1891,9 +2118,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1904,6 +2133,7 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1911,9 +2141,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -1924,11 +2156,13 @@ description: Result of parsing router-template-slate.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1941,6 +2175,7 @@ description: Result of parsing router-template-slate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" @@ -1954,6 +2189,7 @@ description: Result of parsing router-template-slate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -1962,9 +2198,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "START", "start": 0, "type": "Identifier" @@ -1980,9 +2218,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1993,6 +2233,7 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2000,9 +2241,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude001", "start": 0, "type": "Identifier" @@ -2020,6 +2263,7 @@ description: Result of parsing router-template-slate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -2032,9 +2276,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slateWidthHalf", "start": 0, "type": "Identifier" @@ -2046,6 +2292,7 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2062,9 +2309,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "templateGap", "start": 0, "type": "Identifier" @@ -2076,15 +2325,18 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2098,6 +2350,7 @@ description: Result of parsing router-template-slate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -2106,9 +2359,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "templateDiameter", "start": 0, "type": "Identifier" @@ -2118,10 +2373,12 @@ description: Result of parsing router-template-slate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2141,6 +2398,7 @@ description: Result of parsing router-template-slate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2151,9 +2409,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -2164,6 +2424,7 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2176,6 +2437,7 @@ description: Result of parsing router-template-slate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2184,6 +2446,7 @@ description: Result of parsing router-template-slate.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7", "start": 0, "type": "Literal", @@ -2195,6 +2458,7 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2206,6 +2470,7 @@ description: Result of parsing router-template-slate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -2213,6 +2478,7 @@ description: Result of parsing router-template-slate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -2224,9 +2490,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -2237,6 +2505,7 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2249,6 +2518,7 @@ description: Result of parsing router-template-slate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2257,13 +2527,16 @@ description: Result of parsing router-template-slate.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -2274,6 +2547,7 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2281,9 +2555,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -2294,10 +2570,12 @@ description: Result of parsing router-template-slate.kcl "type": "Name" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -2317,6 +2595,7 @@ description: Result of parsing router-template-slate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2325,9 +2604,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "minClampingDistance", "start": 0, "type": "Identifier" @@ -2343,6 +2624,7 @@ description: Result of parsing router-template-slate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -2350,6 +2632,7 @@ description: Result of parsing router-template-slate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -2361,9 +2644,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -2374,6 +2659,7 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2386,18 +2672,22 @@ description: Result of parsing router-template-slate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -2408,6 +2698,7 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2415,9 +2706,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -2434,19 +2727,23 @@ description: Result of parsing router-template-slate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -2457,6 +2754,7 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2464,9 +2762,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -2479,6 +2779,7 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2490,6 +2791,7 @@ description: Result of parsing router-template-slate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -2497,6 +2799,7 @@ description: Result of parsing router-template-slate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -2508,9 +2811,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -2521,6 +2826,7 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2533,6 +2839,7 @@ description: Result of parsing router-template-slate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2541,13 +2848,16 @@ description: Result of parsing router-template-slate.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -2558,25 +2868,30 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -2587,12 +2902,14 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2600,6 +2917,7 @@ description: Result of parsing router-template-slate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2610,9 +2928,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2623,19 +2943,23 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -2646,6 +2970,7 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2654,12 +2979,14 @@ description: Result of parsing router-template-slate.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "6": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2676,11 +3003,13 @@ description: Result of parsing router-template-slate.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2698,6 +3027,7 @@ description: Result of parsing router-template-slate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude002", "start": 0, "type": "Identifier" @@ -2709,6 +3039,7 @@ description: Result of parsing router-template-slate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2716,6 +3047,7 @@ description: Result of parsing router-template-slate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7.5", "start": 0, "type": "Literal", @@ -2731,9 +3063,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2744,6 +3078,7 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2751,9 +3086,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" @@ -2764,11 +3101,13 @@ description: Result of parsing router-template-slate.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2781,6 +3120,7 @@ description: Result of parsing router-template-slate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003", "start": 0, "type": "Identifier" @@ -2794,6 +3134,7 @@ description: Result of parsing router-template-slate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -2802,9 +3143,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "START", "start": 0, "type": "Identifier" @@ -2820,9 +3163,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2833,6 +3178,7 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2840,9 +3186,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude001", "start": 0, "type": "Identifier" @@ -2860,6 +3208,7 @@ description: Result of parsing router-template-slate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -2871,9 +3220,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slateWidthHalf", "start": 0, "type": "Identifier" @@ -2894,9 +3245,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "templateGap", "start": 0, "type": "Identifier" @@ -2908,15 +3261,18 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2930,6 +3286,7 @@ description: Result of parsing router-template-slate.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -2938,9 +3295,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "templateDiameter", "start": 0, "type": "Identifier" @@ -2950,10 +3309,12 @@ description: Result of parsing router-template-slate.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2973,6 +3334,7 @@ description: Result of parsing router-template-slate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2983,9 +3345,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -2996,6 +3360,7 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3008,6 +3373,7 @@ description: Result of parsing router-template-slate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3015,6 +3381,7 @@ description: Result of parsing router-template-slate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7", "start": 0, "type": "Literal", @@ -3030,6 +3397,7 @@ description: Result of parsing router-template-slate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -3037,6 +3405,7 @@ description: Result of parsing router-template-slate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -3048,9 +3417,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -3061,6 +3432,7 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3073,6 +3445,7 @@ description: Result of parsing router-template-slate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -3081,13 +3454,16 @@ description: Result of parsing router-template-slate.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -3098,6 +3474,7 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3105,9 +3482,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA002", "start": 0, "type": "Identifier" @@ -3118,10 +3497,12 @@ description: Result of parsing router-template-slate.kcl "type": "Name" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -3141,6 +3522,7 @@ description: Result of parsing router-template-slate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3149,9 +3531,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "minClampingDistance", "start": 0, "type": "Identifier" @@ -3167,9 +3551,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -3180,6 +3566,7 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3192,18 +3579,22 @@ description: Result of parsing router-template-slate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -3214,6 +3605,7 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3221,9 +3613,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA002", "start": 0, "type": "Identifier" @@ -3240,19 +3634,23 @@ description: Result of parsing router-template-slate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -3263,6 +3661,7 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3270,9 +3669,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA002", "start": 0, "type": "Identifier" @@ -3285,6 +3686,7 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3296,9 +3698,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -3309,6 +3713,7 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3321,6 +3726,7 @@ description: Result of parsing router-template-slate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3329,13 +3735,16 @@ description: Result of parsing router-template-slate.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -3346,25 +3755,30 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -3375,12 +3789,14 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3388,6 +3804,7 @@ description: Result of parsing router-template-slate.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3398,9 +3815,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3411,19 +3830,23 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -3434,6 +3857,7 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3442,12 +3866,14 @@ description: Result of parsing router-template-slate.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "6": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3464,11 +3890,13 @@ description: Result of parsing router-template-slate.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -3486,6 +3914,7 @@ description: Result of parsing router-template-slate.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude003", "start": 0, "type": "Identifier" @@ -3497,6 +3926,7 @@ description: Result of parsing router-template-slate.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3504,6 +3934,7 @@ description: Result of parsing router-template-slate.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7.5", "start": 0, "type": "Literal", @@ -3519,9 +3950,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -3532,6 +3965,7 @@ description: Result of parsing router-template-slate.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3539,9 +3973,11 @@ description: Result of parsing router-template-slate.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003", "start": 0, "type": "Identifier" @@ -3552,11 +3988,13 @@ description: Result of parsing router-template-slate.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3568,9 +4006,11 @@ description: Result of parsing router-template-slate.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -3589,19 +4029,23 @@ description: Result of parsing router-template-slate.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -3618,15 +4062,18 @@ description: Result of parsing router-template-slate.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -3642,12 +4089,14 @@ description: Result of parsing router-template-slate.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": {}, "startNodes": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/router-template-slate/program_memory.snap b/rust/kcl-lib/tests/kcl_samples/router-template-slate/program_memory.snap index 502e823ab..419de7eef 100644 --- a/rust/kcl-lib/tests/kcl_samples/router-template-slate/program_memory.snap +++ b/rust/kcl-lib/tests/kcl_samples/router-template-slate/program_memory.snap @@ -30,6 +30,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 638, "end": 644, + "moduleId": 0, "start": 638, "type": "TagDeclarator", "value": "seg01" @@ -50,6 +51,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 791, "end": 797, + "moduleId": 0, "start": 791, "type": "TagDeclarator", "value": "seg05" @@ -63,6 +65,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 866, "end": 872, + "moduleId": 0, "start": 866, "type": "TagDeclarator", "value": "seg04" @@ -76,6 +79,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 912, "end": 918, + "moduleId": 0, "start": 912, "type": "TagDeclarator", "value": "seg03" @@ -141,6 +145,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 638, "end": 644, + "moduleId": 0, "start": 638, "type": "TagDeclarator", "value": "seg01" @@ -191,6 +196,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 791, "end": 797, + "moduleId": 0, "start": 791, "type": "TagDeclarator", "value": "seg05" @@ -216,6 +222,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 866, "end": 872, + "moduleId": 0, "start": 866, "type": "TagDeclarator", "value": "seg04" @@ -241,6 +248,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 912, "end": 918, + "moduleId": 0, "start": 912, "type": "TagDeclarator", "value": "seg03" @@ -266,6 +274,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 954, "end": 960, + "moduleId": 0, "start": 954, "type": "TagDeclarator", "value": "seg02" @@ -518,6 +527,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 1575, "end": 1596, + "moduleId": 0, "start": 1575, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -531,6 +541,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 1693, "end": 1714, + "moduleId": 0, "start": 1693, "type": "TagDeclarator", "value": "rectangleSegmentB001" @@ -544,6 +555,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 1816, "end": 1837, + "moduleId": 0, "start": 1816, "type": "TagDeclarator", "value": "rectangleSegmentC001" @@ -574,6 +586,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 1575, "end": 1596, + "moduleId": 0, "start": 1575, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -599,6 +612,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 1693, "end": 1714, + "moduleId": 0, "start": 1693, "type": "TagDeclarator", "value": "rectangleSegmentB001" @@ -624,6 +638,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 1816, "end": 1837, + "moduleId": 0, "start": 1816, "type": "TagDeclarator", "value": "rectangleSegmentC001" @@ -709,6 +724,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 638, "end": 644, + "moduleId": 0, "start": 638, "type": "TagDeclarator", "value": "seg01" @@ -729,6 +745,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 791, "end": 797, + "moduleId": 0, "start": 791, "type": "TagDeclarator", "value": "seg05" @@ -742,6 +759,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 866, "end": 872, + "moduleId": 0, "start": 866, "type": "TagDeclarator", "value": "seg04" @@ -755,6 +773,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 912, "end": 918, + "moduleId": 0, "start": 912, "type": "TagDeclarator", "value": "seg03" @@ -820,6 +839,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 638, "end": 644, + "moduleId": 0, "start": 638, "type": "TagDeclarator", "value": "seg01" @@ -870,6 +890,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 791, "end": 797, + "moduleId": 0, "start": 791, "type": "TagDeclarator", "value": "seg05" @@ -895,6 +916,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 866, "end": 872, + "moduleId": 0, "start": 866, "type": "TagDeclarator", "value": "seg04" @@ -920,6 +942,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 912, "end": 918, + "moduleId": 0, "start": 912, "type": "TagDeclarator", "value": "seg03" @@ -945,6 +968,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 954, "end": 960, + "moduleId": 0, "start": 954, "type": "TagDeclarator", "value": "seg02" @@ -1247,6 +1271,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 2204, "end": 2225, + "moduleId": 0, "start": 2204, "type": "TagDeclarator", "value": "rectangleSegmentA002" @@ -1291,6 +1316,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 2204, "end": 2225, + "moduleId": 0, "start": 2204, "type": "TagDeclarator", "value": "rectangleSegmentA002" @@ -1414,6 +1440,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 638, "end": 644, + "moduleId": 0, "start": 638, "type": "TagDeclarator", "value": "seg01" @@ -1434,6 +1461,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 791, "end": 797, + "moduleId": 0, "start": 791, "type": "TagDeclarator", "value": "seg05" @@ -1447,6 +1475,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 866, "end": 872, + "moduleId": 0, "start": 866, "type": "TagDeclarator", "value": "seg04" @@ -1460,6 +1489,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 912, "end": 918, + "moduleId": 0, "start": 912, "type": "TagDeclarator", "value": "seg03" @@ -1525,6 +1555,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 638, "end": 644, + "moduleId": 0, "start": 638, "type": "TagDeclarator", "value": "seg01" @@ -1575,6 +1606,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 791, "end": 797, + "moduleId": 0, "start": 791, "type": "TagDeclarator", "value": "seg05" @@ -1600,6 +1632,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 866, "end": 872, + "moduleId": 0, "start": 866, "type": "TagDeclarator", "value": "seg04" @@ -1625,6 +1658,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 912, "end": 918, + "moduleId": 0, "start": 912, "type": "TagDeclarator", "value": "seg03" @@ -1650,6 +1684,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 954, "end": 960, + "moduleId": 0, "start": 954, "type": "TagDeclarator", "value": "seg02" @@ -2058,6 +2093,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 638, "end": 644, + "moduleId": 0, "start": 638, "type": "TagDeclarator", "value": "seg01" @@ -2108,6 +2144,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 791, "end": 797, + "moduleId": 0, "start": 791, "type": "TagDeclarator", "value": "seg05" @@ -2133,6 +2170,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 866, "end": 872, + "moduleId": 0, "start": 866, "type": "TagDeclarator", "value": "seg04" @@ -2158,6 +2196,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 912, "end": 918, + "moduleId": 0, "start": 912, "type": "TagDeclarator", "value": "seg03" @@ -2183,6 +2222,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 954, "end": 960, + "moduleId": 0, "start": 954, "type": "TagDeclarator", "value": "seg02" @@ -2431,6 +2471,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 1575, "end": 1596, + "moduleId": 0, "start": 1575, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -2456,6 +2497,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 1693, "end": 1714, + "moduleId": 0, "start": 1693, "type": "TagDeclarator", "value": "rectangleSegmentB001" @@ -2481,6 +2523,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 1816, "end": 1837, + "moduleId": 0, "start": 1816, "type": "TagDeclarator", "value": "rectangleSegmentC001" @@ -2566,6 +2609,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 638, "end": 644, + "moduleId": 0, "start": 638, "type": "TagDeclarator", "value": "seg01" @@ -2586,6 +2630,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 791, "end": 797, + "moduleId": 0, "start": 791, "type": "TagDeclarator", "value": "seg05" @@ -2599,6 +2644,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 866, "end": 872, + "moduleId": 0, "start": 866, "type": "TagDeclarator", "value": "seg04" @@ -2612,6 +2658,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 912, "end": 918, + "moduleId": 0, "start": 912, "type": "TagDeclarator", "value": "seg03" @@ -2677,6 +2724,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 638, "end": 644, + "moduleId": 0, "start": 638, "type": "TagDeclarator", "value": "seg01" @@ -2727,6 +2775,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 791, "end": 797, + "moduleId": 0, "start": 791, "type": "TagDeclarator", "value": "seg05" @@ -2752,6 +2801,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 866, "end": 872, + "moduleId": 0, "start": 866, "type": "TagDeclarator", "value": "seg04" @@ -2777,6 +2827,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 912, "end": 918, + "moduleId": 0, "start": 912, "type": "TagDeclarator", "value": "seg03" @@ -2802,6 +2853,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 954, "end": 960, + "moduleId": 0, "start": 954, "type": "TagDeclarator", "value": "seg02" @@ -3100,6 +3152,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 2204, "end": 2225, + "moduleId": 0, "start": 2204, "type": "TagDeclarator", "value": "rectangleSegmentA002" @@ -3223,6 +3276,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 638, "end": 644, + "moduleId": 0, "start": 638, "type": "TagDeclarator", "value": "seg01" @@ -3243,6 +3297,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 791, "end": 797, + "moduleId": 0, "start": 791, "type": "TagDeclarator", "value": "seg05" @@ -3256,6 +3311,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 866, "end": 872, + "moduleId": 0, "start": 866, "type": "TagDeclarator", "value": "seg04" @@ -3269,6 +3325,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 912, "end": 918, + "moduleId": 0, "start": 912, "type": "TagDeclarator", "value": "seg03" @@ -3334,6 +3391,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 638, "end": 644, + "moduleId": 0, "start": 638, "type": "TagDeclarator", "value": "seg01" @@ -3384,6 +3442,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 791, "end": 797, + "moduleId": 0, "start": 791, "type": "TagDeclarator", "value": "seg05" @@ -3409,6 +3468,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 866, "end": 872, + "moduleId": 0, "start": 866, "type": "TagDeclarator", "value": "seg04" @@ -3434,6 +3494,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 912, "end": 918, + "moduleId": 0, "start": 912, "type": "TagDeclarator", "value": "seg03" @@ -3459,6 +3520,7 @@ description: Variables in memory after executing router-template-slate.kcl "tag": { "commentStart": 954, "end": 960, + "moduleId": 0, "start": 954, "type": "TagDeclarator", "value": "seg02" diff --git a/rust/kcl-lib/tests/kcl_samples/sash-window/ast.snap b/rust/kcl-lib/tests/kcl_samples/sash-window/ast.snap index 983cafbef..17f8b7544 100644 --- a/rust/kcl-lib/tests/kcl_samples/sash-window/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/sash-window/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing sash-window.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "windowState", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing sash-window.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing sash-window.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Window state: 0 for closed, 1 for open" ], @@ -49,6 +53,7 @@ description: Result of parsing sash-window.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "windowWidth", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing sash-window.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "500", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing sash-window.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -87,6 +95,7 @@ description: Result of parsing sash-window.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "windowHeight", "start": 0, "type": "Identifier" @@ -94,6 +103,7 @@ description: Result of parsing sash-window.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1000", "start": 0, "type": "Literal", @@ -103,11 +113,13 @@ description: Result of parsing sash-window.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -120,6 +132,7 @@ description: Result of parsing sash-window.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "frameWidth", "start": 0, "type": "Identifier" @@ -127,6 +140,7 @@ description: Result of parsing sash-window.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -136,11 +150,13 @@ description: Result of parsing sash-window.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -158,6 +174,7 @@ description: Result of parsing sash-window.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "frameDepth", "start": 0, "type": "Identifier" @@ -165,6 +182,7 @@ description: Result of parsing sash-window.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "50", "start": 0, "type": "Literal", @@ -174,11 +192,13 @@ description: Result of parsing sash-window.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -191,6 +211,7 @@ description: Result of parsing sash-window.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sashOpeningCountHorizontal", "start": 0, "type": "Identifier" @@ -198,6 +219,7 @@ description: Result of parsing sash-window.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -207,11 +229,13 @@ description: Result of parsing sash-window.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -229,6 +253,7 @@ description: Result of parsing sash-window.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sashOpeningCountVertical", "start": 0, "type": "Identifier" @@ -236,6 +261,7 @@ description: Result of parsing sash-window.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -245,11 +271,13 @@ description: Result of parsing sash-window.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -262,6 +290,7 @@ description: Result of parsing sash-window.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sashWidth", "start": 0, "type": "Identifier" @@ -273,9 +302,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "windowWidth", "start": 0, "type": "Identifier" @@ -285,6 +316,7 @@ description: Result of parsing sash-window.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -293,9 +325,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "frameWidth", "start": 0, "type": "Identifier" @@ -305,10 +339,12 @@ description: Result of parsing sash-window.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -326,11 +362,13 @@ description: Result of parsing sash-window.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -348,6 +386,7 @@ description: Result of parsing sash-window.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sashHeight", "start": 0, "type": "Identifier" @@ -365,9 +404,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "windowHeight", "start": 0, "type": "Identifier" @@ -377,6 +418,7 @@ description: Result of parsing sash-window.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -385,9 +427,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "frameWidth", "start": 0, "type": "Identifier" @@ -397,10 +441,12 @@ description: Result of parsing sash-window.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -418,10 +464,12 @@ description: Result of parsing sash-window.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -435,6 +483,7 @@ description: Result of parsing sash-window.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -443,9 +492,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "frameWidth", "start": 0, "type": "Identifier" @@ -455,10 +506,12 @@ description: Result of parsing sash-window.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -476,11 +529,13 @@ description: Result of parsing sash-window.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -493,6 +548,7 @@ description: Result of parsing sash-window.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sashDepth", "start": 0, "type": "Identifier" @@ -507,9 +563,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "frameDepth", "start": 0, "type": "Identifier" @@ -519,10 +577,12 @@ description: Result of parsing sash-window.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -536,10 +596,12 @@ description: Result of parsing sash-window.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -553,11 +615,13 @@ description: Result of parsing sash-window.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -570,6 +634,7 @@ description: Result of parsing sash-window.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sashTravelDistance", "start": 0, "type": "Identifier" @@ -584,9 +649,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sashHeight", "start": 0, "type": "Identifier" @@ -596,14 +663,17 @@ description: Result of parsing sash-window.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "windowState", "start": 0, "type": "Identifier" @@ -617,10 +687,12 @@ description: Result of parsing sash-window.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8", "start": 0, "type": "Literal", @@ -634,11 +706,13 @@ description: Result of parsing sash-window.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -651,6 +725,7 @@ description: Result of parsing sash-window.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "panelFn", "start": 0, "type": "Identifier" @@ -666,18 +741,22 @@ description: Result of parsing sash-window.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "panelPlane", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -688,6 +767,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -698,6 +778,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -706,9 +787,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -724,9 +807,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -737,6 +822,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -744,9 +830,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -758,11 +846,13 @@ description: Result of parsing sash-window.kcl } } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Create panel base shape" ], @@ -778,6 +868,7 @@ description: Result of parsing sash-window.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "panelShape", "start": 0, "type": "Identifier" @@ -791,6 +882,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -806,9 +898,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -820,15 +914,18 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -850,9 +947,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -864,15 +963,18 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -888,6 +990,7 @@ description: Result of parsing sash-window.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -898,9 +1001,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -911,6 +1016,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -918,9 +1024,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "panelPlane", "start": 0, "type": "Identifier" @@ -938,6 +1046,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -946,9 +1055,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -964,9 +1075,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -977,6 +1090,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -989,6 +1103,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -997,9 +1112,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -1015,9 +1132,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1028,6 +1147,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1040,6 +1160,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1049,9 +1170,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -1063,6 +1186,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1074,9 +1198,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1087,6 +1213,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1099,6 +1226,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1107,13 +1235,16 @@ description: Result of parsing sash-window.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -1124,25 +1255,30 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -1153,12 +1289,14 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1166,6 +1304,7 @@ description: Result of parsing sash-window.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1176,9 +1315,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1189,19 +1330,23 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1212,6 +1357,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1220,15 +1366,18 @@ description: Result of parsing sash-window.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1241,6 +1390,7 @@ description: Result of parsing sash-window.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "panelBody", "start": 0, "type": "Identifier" @@ -1252,6 +1402,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1260,9 +1411,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -1278,9 +1431,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1291,6 +1446,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1298,9 +1454,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "panelShape", "start": 0, "type": "Identifier" @@ -1311,11 +1469,13 @@ description: Result of parsing sash-window.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1328,6 +1488,7 @@ description: Result of parsing sash-window.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "voidAreaWidth", "start": 0, "type": "Identifier" @@ -1339,9 +1500,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -1351,6 +1514,7 @@ description: Result of parsing sash-window.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -1359,9 +1523,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "perimeter", "start": 0, "type": "Identifier" @@ -1371,10 +1537,12 @@ description: Result of parsing sash-window.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1392,11 +1560,13 @@ description: Result of parsing sash-window.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1414,6 +1584,7 @@ description: Result of parsing sash-window.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "voidAreaHeight", "start": 0, "type": "Identifier" @@ -1425,9 +1596,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -1437,6 +1610,7 @@ description: Result of parsing sash-window.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -1445,9 +1619,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "perimeter", "start": 0, "type": "Identifier" @@ -1457,10 +1633,12 @@ description: Result of parsing sash-window.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1478,11 +1656,13 @@ description: Result of parsing sash-window.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1495,6 +1675,7 @@ description: Result of parsing sash-window.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "divisionTotalThicknessHorizontal", "start": 0, "type": "Identifier" @@ -1509,9 +1690,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "divisionThickness", "start": 0, "type": "Identifier" @@ -1521,14 +1704,17 @@ description: Result of parsing sash-window.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "openingCountHorizontal", "start": 0, "type": "Identifier" @@ -1542,14 +1728,17 @@ description: Result of parsing sash-window.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "divisionThickness", "start": 0, "type": "Identifier" @@ -1563,11 +1752,13 @@ description: Result of parsing sash-window.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1580,6 +1771,7 @@ description: Result of parsing sash-window.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "divisionTotalThicknessVertical", "start": 0, "type": "Identifier" @@ -1594,9 +1786,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "divisionThickness", "start": 0, "type": "Identifier" @@ -1606,14 +1800,17 @@ description: Result of parsing sash-window.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "openingCountVertical", "start": 0, "type": "Identifier" @@ -1627,14 +1824,17 @@ description: Result of parsing sash-window.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "divisionThickness", "start": 0, "type": "Identifier" @@ -1648,11 +1848,13 @@ description: Result of parsing sash-window.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1665,6 +1867,7 @@ description: Result of parsing sash-window.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "voidWidth", "start": 0, "type": "Identifier" @@ -1679,9 +1882,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "voidAreaWidth", "start": 0, "type": "Identifier" @@ -1691,14 +1896,17 @@ description: Result of parsing sash-window.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "divisionTotalThicknessHorizontal", "start": 0, "type": "Identifier" @@ -1712,14 +1920,17 @@ description: Result of parsing sash-window.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "openingCountHorizontal", "start": 0, "type": "Identifier" @@ -1733,11 +1944,13 @@ description: Result of parsing sash-window.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1750,6 +1963,7 @@ description: Result of parsing sash-window.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "voidHeight", "start": 0, "type": "Identifier" @@ -1764,9 +1978,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "voidAreaHeight", "start": 0, "type": "Identifier" @@ -1776,14 +1992,17 @@ description: Result of parsing sash-window.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "divisionTotalThicknessVertical", "start": 0, "type": "Identifier" @@ -1797,14 +2016,17 @@ description: Result of parsing sash-window.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "openingCountVertical", "start": 0, "type": "Identifier" @@ -1818,11 +2040,13 @@ description: Result of parsing sash-window.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1835,6 +2059,7 @@ description: Result of parsing sash-window.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "voidStepHorizontal", "start": 0, "type": "Identifier" @@ -1846,9 +2071,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "voidWidth", "start": 0, "type": "Identifier" @@ -1858,14 +2085,17 @@ description: Result of parsing sash-window.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "divisionThickness", "start": 0, "type": "Identifier" @@ -1879,11 +2109,13 @@ description: Result of parsing sash-window.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1896,6 +2128,7 @@ description: Result of parsing sash-window.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "voidStepVertical", "start": 0, "type": "Identifier" @@ -1907,9 +2140,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "voidHeight", "start": 0, "type": "Identifier" @@ -1919,14 +2154,17 @@ description: Result of parsing sash-window.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "divisionThickness", "start": 0, "type": "Identifier" @@ -1940,11 +2178,13 @@ description: Result of parsing sash-window.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1957,6 +2197,7 @@ description: Result of parsing sash-window.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "voidPlane", "start": 0, "type": "Identifier" @@ -1968,6 +2209,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -1976,9 +2218,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -1994,9 +2238,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2007,6 +2253,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2014,9 +2261,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "panelBody", "start": 0, "type": "Identifier" @@ -2027,11 +2276,13 @@ description: Result of parsing sash-window.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2044,6 +2295,7 @@ description: Result of parsing sash-window.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "voidShape", "start": 0, "type": "Identifier" @@ -2057,6 +2309,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -2072,9 +2325,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "voidAreaWidth", "start": 0, "type": "Identifier" @@ -2086,15 +2341,18 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2116,9 +2374,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "voidAreaHeight", "start": 0, "type": "Identifier" @@ -2130,15 +2390,18 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2154,6 +2417,7 @@ description: Result of parsing sash-window.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2164,9 +2428,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -2177,6 +2443,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2184,9 +2451,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "voidPlane", "start": 0, "type": "Identifier" @@ -2204,6 +2473,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2212,9 +2482,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "voidHeight", "start": 0, "type": "Identifier" @@ -2230,9 +2502,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -2243,6 +2517,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2255,6 +2530,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2263,9 +2539,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "voidWidth", "start": 0, "type": "Identifier" @@ -2281,9 +2559,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -2294,6 +2574,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2306,6 +2587,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2315,9 +2597,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "voidHeight", "start": 0, "type": "Identifier" @@ -2329,6 +2613,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2340,9 +2625,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -2353,6 +2640,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2365,6 +2653,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2373,13 +2662,16 @@ description: Result of parsing sash-window.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -2390,25 +2682,30 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -2419,12 +2716,14 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2432,6 +2731,7 @@ description: Result of parsing sash-window.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2442,9 +2742,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2455,19 +2757,23 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -2478,6 +2784,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2490,6 +2797,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -2498,9 +2806,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "openingCountHorizontal", "start": 0, "type": "Identifier" @@ -2516,6 +2826,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -2524,9 +2835,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "voidStepHorizontal", "start": 0, "type": "Identifier" @@ -2542,6 +2855,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -2552,6 +2866,7 @@ description: Result of parsing sash-window.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -2564,6 +2879,7 @@ description: Result of parsing sash-window.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2575,6 +2891,7 @@ description: Result of parsing sash-window.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2585,9 +2902,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear2d", "start": 0, "type": "Identifier" @@ -2598,12 +2917,14 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2616,6 +2937,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -2624,9 +2946,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "openingCountVertical", "start": 0, "type": "Identifier" @@ -2642,6 +2966,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -2650,9 +2975,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "voidStepVertical", "start": 0, "type": "Identifier" @@ -2668,6 +2995,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -2678,6 +3006,7 @@ description: Result of parsing sash-window.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2690,6 +3019,7 @@ description: Result of parsing sash-window.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -2701,6 +3031,7 @@ description: Result of parsing sash-window.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2711,9 +3042,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear2d", "start": 0, "type": "Identifier" @@ -2724,12 +3057,14 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2738,15 +3073,18 @@ description: Result of parsing sash-window.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2759,6 +3097,7 @@ description: Result of parsing sash-window.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "voidBody", "start": 0, "type": "Identifier" @@ -2772,6 +3111,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2781,9 +3121,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -2795,6 +3137,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2806,9 +3149,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2819,6 +3164,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2826,9 +3172,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "voidShape", "start": 0, "type": "Identifier" @@ -2846,6 +3194,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -2853,6 +3202,7 @@ description: Result of parsing sash-window.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"#a55e2c\"", "start": 0, "type": "Literal", @@ -2865,9 +3215,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "appearance", "start": 0, "type": "Identifier" @@ -2878,6 +3230,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2886,15 +3239,18 @@ description: Result of parsing sash-window.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2904,9 +3260,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "panelBody", "start": 0, "type": "Identifier" @@ -2918,6 +3276,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -2925,12 +3284,14 @@ description: Result of parsing sash-window.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "4": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2942,6 +3303,7 @@ description: Result of parsing sash-window.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2956,12 +3318,14 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane", "start": 0, "type": "Identifier" @@ -2972,6 +3336,7 @@ description: Result of parsing sash-window.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -2982,6 +3347,7 @@ description: Result of parsing sash-window.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -2992,6 +3358,7 @@ description: Result of parsing sash-window.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -3002,6 +3369,7 @@ description: Result of parsing sash-window.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -3012,6 +3380,7 @@ description: Result of parsing sash-window.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "perimeter", "start": 0, "type": "Identifier" @@ -3022,6 +3391,7 @@ description: Result of parsing sash-window.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "divisionThickness", "start": 0, "type": "Identifier" @@ -3032,6 +3402,7 @@ description: Result of parsing sash-window.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "openingCountHorizontal", "start": 0, "type": "Identifier" @@ -3042,6 +3413,7 @@ description: Result of parsing sash-window.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "openingCountVertical", "start": 0, "type": "Identifier" @@ -3052,11 +3424,13 @@ description: Result of parsing sash-window.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "", "", @@ -3074,6 +3448,7 @@ description: Result of parsing sash-window.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "frame", "start": 0, "type": "Identifier" @@ -3085,6 +3460,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane", "start": 0, "type": "Identifier" @@ -3093,9 +3469,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -3111,6 +3489,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -3123,9 +3502,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "frameDepth", "start": 0, "type": "Identifier" @@ -3137,15 +3518,18 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3165,6 +3549,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -3173,9 +3558,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "windowWidth", "start": 0, "type": "Identifier" @@ -3191,6 +3578,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -3199,9 +3587,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "windowHeight", "start": 0, "type": "Identifier" @@ -3217,6 +3607,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -3225,9 +3616,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "frameDepth", "start": 0, "type": "Identifier" @@ -3243,6 +3636,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "perimeter", "start": 0, "type": "Identifier" @@ -3251,9 +3645,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "frameWidth", "start": 0, "type": "Identifier" @@ -3269,6 +3665,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "divisionThickness", "start": 0, "type": "Identifier" @@ -3276,6 +3673,7 @@ description: Result of parsing sash-window.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -3291,6 +3689,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "openingCountHorizontal", "start": 0, "type": "Identifier" @@ -3298,6 +3697,7 @@ description: Result of parsing sash-window.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -3313,6 +3713,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "openingCountVertical", "start": 0, "type": "Identifier" @@ -3320,6 +3721,7 @@ description: Result of parsing sash-window.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -3335,9 +3737,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "panelFn", "start": 0, "type": "Identifier" @@ -3348,16 +3752,19 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -3375,6 +3782,7 @@ description: Result of parsing sash-window.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bottomSash", "start": 0, "type": "Identifier" @@ -3388,6 +3796,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane", "start": 0, "type": "Identifier" @@ -3396,9 +3805,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -3414,6 +3825,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -3431,9 +3843,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "frameDepth", "start": 0, "type": "Identifier" @@ -3443,10 +3857,12 @@ description: Result of parsing sash-window.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3460,14 +3876,17 @@ description: Result of parsing sash-window.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sashDepth", "start": 0, "type": "Identifier" @@ -3481,10 +3900,12 @@ description: Result of parsing sash-window.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3504,6 +3925,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -3512,9 +3934,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sashWidth", "start": 0, "type": "Identifier" @@ -3530,6 +3954,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -3538,9 +3963,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sashHeight", "start": 0, "type": "Identifier" @@ -3556,6 +3983,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -3564,9 +3992,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sashDepth", "start": 0, "type": "Identifier" @@ -3582,6 +4012,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "perimeter", "start": 0, "type": "Identifier" @@ -3590,9 +4021,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "frameWidth", "start": 0, "type": "Identifier" @@ -3608,6 +4041,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "divisionThickness", "start": 0, "type": "Identifier" @@ -3615,6 +4049,7 @@ description: Result of parsing sash-window.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -3630,6 +4065,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "openingCountHorizontal", "start": 0, "type": "Identifier" @@ -3638,9 +4074,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sashOpeningCountHorizontal", "start": 0, "type": "Identifier" @@ -3656,6 +4094,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "openingCountVertical", "start": 0, "type": "Identifier" @@ -3664,9 +4103,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sashOpeningCountVertical", "start": 0, "type": "Identifier" @@ -3682,9 +4123,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "panelFn", "start": 0, "type": "Identifier" @@ -3695,6 +4138,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3707,6 +4151,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -3714,6 +4159,7 @@ description: Result of parsing sash-window.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3729,6 +4175,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -3736,6 +4183,7 @@ description: Result of parsing sash-window.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3751,6 +4199,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -3765,9 +4214,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "frameWidth", "start": 0, "type": "Identifier" @@ -3777,10 +4228,12 @@ description: Result of parsing sash-window.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3794,6 +4247,7 @@ description: Result of parsing sash-window.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -3802,9 +4256,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sashHeight", "start": 0, "type": "Identifier" @@ -3814,10 +4270,12 @@ description: Result of parsing sash-window.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3841,9 +4299,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -3854,12 +4314,14 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3872,6 +4334,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -3879,6 +4342,7 @@ description: Result of parsing sash-window.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3894,6 +4358,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -3901,6 +4366,7 @@ description: Result of parsing sash-window.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3916,6 +4382,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -3924,9 +4391,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sashTravelDistance", "start": 0, "type": "Identifier" @@ -3942,9 +4411,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -3955,12 +4426,14 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3969,12 +4442,14 @@ description: Result of parsing sash-window.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3986,6 +4461,7 @@ description: Result of parsing sash-window.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3997,6 +4473,7 @@ description: Result of parsing sash-window.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -4013,11 +4490,13 @@ description: Result of parsing sash-window.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -4035,6 +4514,7 @@ description: Result of parsing sash-window.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "latchPlateWidth", "start": 0, "type": "Identifier" @@ -4042,6 +4522,7 @@ description: Result of parsing sash-window.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "13", "start": 0, "type": "Literal", @@ -4051,11 +4532,13 @@ description: Result of parsing sash-window.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4068,6 +4551,7 @@ description: Result of parsing sash-window.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "latchPlateLength", "start": 0, "type": "Identifier" @@ -4075,6 +4559,7 @@ description: Result of parsing sash-window.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -4084,11 +4569,13 @@ description: Result of parsing sash-window.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4101,6 +4588,7 @@ description: Result of parsing sash-window.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "latchPlateThickness", "start": 0, "type": "Identifier" @@ -4108,6 +4596,7 @@ description: Result of parsing sash-window.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -4117,11 +4606,13 @@ description: Result of parsing sash-window.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4134,18 +4625,22 @@ description: Result of parsing sash-window.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "latchPlatePlane", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -4156,6 +4651,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4166,6 +4662,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -4177,9 +4674,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "frameWidth", "start": 0, "type": "Identifier" @@ -4189,10 +4688,12 @@ description: Result of parsing sash-window.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4212,9 +4713,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -4225,6 +4728,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4232,9 +4736,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -4246,11 +4752,13 @@ description: Result of parsing sash-window.kcl } } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4263,6 +4771,7 @@ description: Result of parsing sash-window.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "latchPlateShape", "start": 0, "type": "Identifier" @@ -4276,6 +4785,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -4291,9 +4801,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "latchPlateLength", "start": 0, "type": "Identifier" @@ -4305,15 +4817,18 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4335,9 +4850,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "latchPlateWidth", "start": 0, "type": "Identifier" @@ -4349,15 +4866,18 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4373,6 +4893,7 @@ description: Result of parsing sash-window.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4383,9 +4904,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -4396,6 +4919,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4403,9 +4927,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "latchPlatePlane", "start": 0, "type": "Identifier" @@ -4423,6 +4949,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4431,9 +4958,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "latchPlateWidth", "start": 0, "type": "Identifier" @@ -4449,9 +4978,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -4462,6 +4993,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4474,6 +5006,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4482,9 +5015,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "latchPlateLength", "start": 0, "type": "Identifier" @@ -4500,9 +5035,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -4513,6 +5050,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4525,6 +5063,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4534,9 +5073,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "latchPlateWidth", "start": 0, "type": "Identifier" @@ -4548,6 +5089,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4559,9 +5101,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -4572,6 +5116,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4584,6 +5129,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -4592,13 +5138,16 @@ description: Result of parsing sash-window.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -4609,25 +5158,30 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -4638,12 +5192,14 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -4651,6 +5207,7 @@ description: Result of parsing sash-window.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4661,9 +5218,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4674,19 +5233,23 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -4697,6 +5260,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4705,15 +5269,18 @@ description: Result of parsing sash-window.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4726,6 +5293,7 @@ description: Result of parsing sash-window.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "latchPlateBody", "start": 0, "type": "Identifier" @@ -4739,6 +5307,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4747,9 +5316,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "latchPlateThickness", "start": 0, "type": "Identifier" @@ -4765,9 +5336,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -4778,6 +5351,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4785,9 +5359,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "latchPlateShape", "start": 0, "type": "Identifier" @@ -4805,6 +5381,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -4812,6 +5389,7 @@ description: Result of parsing sash-window.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4827,6 +5405,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -4839,9 +5418,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "frameDepth", "start": 0, "type": "Identifier" @@ -4853,15 +5434,18 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -4881,6 +5465,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -4888,6 +5473,7 @@ description: Result of parsing sash-window.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4903,9 +5489,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -4916,12 +5504,14 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -4934,6 +5524,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -4941,6 +5532,7 @@ description: Result of parsing sash-window.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4956,6 +5548,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -4963,6 +5556,7 @@ description: Result of parsing sash-window.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4978,6 +5572,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -4986,9 +5581,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sashTravelDistance", "start": 0, "type": "Identifier" @@ -5004,9 +5601,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -5017,12 +5616,14 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -5031,12 +5632,14 @@ description: Result of parsing sash-window.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -5048,6 +5651,7 @@ description: Result of parsing sash-window.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -5064,11 +5668,13 @@ description: Result of parsing sash-window.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5081,6 +5687,7 @@ description: Result of parsing sash-window.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "latchCylinderHeight", "start": 0, "type": "Identifier" @@ -5088,6 +5695,7 @@ description: Result of parsing sash-window.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -5097,11 +5705,13 @@ description: Result of parsing sash-window.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5114,18 +5724,22 @@ description: Result of parsing sash-window.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "latchCylinderPlane", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -5136,6 +5750,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5146,6 +5761,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -5154,9 +5770,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "latchPlateThickness", "start": 0, "type": "Identifier" @@ -5172,9 +5790,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -5185,6 +5805,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5192,9 +5813,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "latchPlatePlane", "start": 0, "type": "Identifier" @@ -5206,11 +5829,13 @@ description: Result of parsing sash-window.kcl } } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5223,6 +5848,7 @@ description: Result of parsing sash-window.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "latchCylinderShape", "start": 0, "type": "Identifier" @@ -5236,6 +5862,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -5246,6 +5873,7 @@ description: Result of parsing sash-window.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "40", "start": 0, "type": "Literal", @@ -5259,6 +5887,7 @@ description: Result of parsing sash-window.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -5270,6 +5899,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5277,6 +5907,7 @@ description: Result of parsing sash-window.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5287,9 +5918,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -5300,6 +5933,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5307,9 +5941,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "latchCylinderPlane", "start": 0, "type": "Identifier" @@ -5327,6 +5963,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5335,6 +5972,7 @@ description: Result of parsing sash-window.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "35", "start": 0, "type": "Literal", @@ -5346,6 +5984,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5357,9 +5996,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -5370,6 +6011,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5382,6 +6024,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "interiorAbsolute", "start": 0, "type": "Identifier" @@ -5393,6 +6036,7 @@ description: Result of parsing sash-window.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -5404,6 +6048,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5412,6 +6057,7 @@ description: Result of parsing sash-window.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5423,6 +6069,7 @@ description: Result of parsing sash-window.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5433,6 +6080,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -5443,6 +6091,7 @@ description: Result of parsing sash-window.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -5455,6 +6104,7 @@ description: Result of parsing sash-window.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -5466,6 +6116,7 @@ description: Result of parsing sash-window.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5476,9 +6127,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -5489,6 +6142,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5501,6 +6155,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5508,6 +6163,7 @@ description: Result of parsing sash-window.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "35", "start": 0, "type": "Literal", @@ -5523,9 +6179,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -5536,6 +6194,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5548,6 +6207,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -5556,13 +6216,16 @@ description: Result of parsing sash-window.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -5573,25 +6236,30 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -5602,12 +6270,14 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -5615,6 +6285,7 @@ description: Result of parsing sash-window.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5625,9 +6296,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5638,19 +6311,23 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -5661,6 +6338,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5669,15 +6347,18 @@ description: Result of parsing sash-window.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5690,6 +6371,7 @@ description: Result of parsing sash-window.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "latchCylinderBody", "start": 0, "type": "Identifier" @@ -5703,6 +6385,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5711,9 +6394,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "latchCylinderHeight", "start": 0, "type": "Identifier" @@ -5729,9 +6414,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -5742,6 +6429,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5749,9 +6437,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "latchCylinderShape", "start": 0, "type": "Identifier" @@ -5769,6 +6459,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -5776,6 +6467,7 @@ description: Result of parsing sash-window.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5791,6 +6483,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -5803,9 +6496,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "frameDepth", "start": 0, "type": "Identifier" @@ -5817,15 +6512,18 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -5845,6 +6543,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -5852,6 +6551,7 @@ description: Result of parsing sash-window.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5867,9 +6567,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -5880,12 +6582,14 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -5898,6 +6602,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -5905,6 +6610,7 @@ description: Result of parsing sash-window.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5920,6 +6626,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -5927,6 +6634,7 @@ description: Result of parsing sash-window.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5942,6 +6650,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -5950,9 +6659,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sashTravelDistance", "start": 0, "type": "Identifier" @@ -5968,9 +6679,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -5981,12 +6694,14 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -5999,6 +6714,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "roll", "start": 0, "type": "Identifier" @@ -6006,6 +6722,7 @@ description: Result of parsing sash-window.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6021,6 +6738,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitch", "start": 0, "type": "Identifier" @@ -6028,6 +6746,7 @@ description: Result of parsing sash-window.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6043,6 +6762,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yaw", "start": 0, "type": "Identifier" @@ -6054,6 +6774,7 @@ description: Result of parsing sash-window.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -6065,19 +6786,23 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "windowState", "start": 0, "type": "Identifier" @@ -6097,9 +6822,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotate", "start": 0, "type": "Identifier" @@ -6110,12 +6837,14 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -6124,12 +6853,14 @@ description: Result of parsing sash-window.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -6143,6 +6874,7 @@ description: Result of parsing sash-window.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -6159,11 +6891,13 @@ description: Result of parsing sash-window.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6176,6 +6910,7 @@ description: Result of parsing sash-window.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "topSash", "start": 0, "type": "Identifier" @@ -6189,6 +6924,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane", "start": 0, "type": "Identifier" @@ -6197,9 +6933,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -6215,6 +6953,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -6236,9 +6975,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "frameDepth", "start": 0, "type": "Identifier" @@ -6248,10 +6989,12 @@ description: Result of parsing sash-window.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -6265,14 +7008,17 @@ description: Result of parsing sash-window.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sashDepth", "start": 0, "type": "Identifier" @@ -6288,15 +7034,18 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -6310,14 +7059,17 @@ description: Result of parsing sash-window.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sashDepth", "start": 0, "type": "Identifier" @@ -6337,6 +7089,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -6345,9 +7098,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sashWidth", "start": 0, "type": "Identifier" @@ -6363,6 +7118,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -6371,9 +7127,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sashHeight", "start": 0, "type": "Identifier" @@ -6389,6 +7147,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -6397,9 +7156,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sashDepth", "start": 0, "type": "Identifier" @@ -6415,6 +7176,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "perimeter", "start": 0, "type": "Identifier" @@ -6423,9 +7185,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "frameWidth", "start": 0, "type": "Identifier" @@ -6441,6 +7205,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "divisionThickness", "start": 0, "type": "Identifier" @@ -6448,6 +7213,7 @@ description: Result of parsing sash-window.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -6463,6 +7229,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "openingCountHorizontal", "start": 0, "type": "Identifier" @@ -6471,9 +7238,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sashOpeningCountHorizontal", "start": 0, "type": "Identifier" @@ -6489,6 +7258,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "openingCountVertical", "start": 0, "type": "Identifier" @@ -6497,9 +7267,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sashOpeningCountVertical", "start": 0, "type": "Identifier" @@ -6515,9 +7287,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "panelFn", "start": 0, "type": "Identifier" @@ -6528,6 +7302,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6540,6 +7315,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -6547,6 +7323,7 @@ description: Result of parsing sash-window.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6562,6 +7339,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -6569,6 +7347,7 @@ description: Result of parsing sash-window.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6584,6 +7363,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -6598,9 +7378,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sashHeight", "start": 0, "type": "Identifier" @@ -6610,10 +7392,12 @@ description: Result of parsing sash-window.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -6627,6 +7411,7 @@ description: Result of parsing sash-window.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -6635,9 +7420,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "frameWidth", "start": 0, "type": "Identifier" @@ -6647,10 +7434,12 @@ description: Result of parsing sash-window.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -6674,9 +7463,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -6687,12 +7478,14 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -6701,12 +7494,14 @@ description: Result of parsing sash-window.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -6723,11 +7518,13 @@ description: Result of parsing sash-window.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6740,18 +7537,22 @@ description: Result of parsing sash-window.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "latchNutPlane", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -6762,6 +7563,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6769,9 +7571,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -6782,11 +7586,13 @@ description: Result of parsing sash-window.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6799,6 +7605,7 @@ description: Result of parsing sash-window.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "latchNutShape", "start": 0, "type": "Identifier" @@ -6812,6 +7619,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -6827,9 +7635,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "latchPlateLength", "start": 0, "type": "Identifier" @@ -6841,15 +7651,18 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -6871,9 +7684,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "latchPlateWidth", "start": 0, "type": "Identifier" @@ -6885,15 +7700,18 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -6909,6 +7727,7 @@ description: Result of parsing sash-window.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6919,9 +7738,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -6932,6 +7753,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6939,9 +7761,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "latchNutPlane", "start": 0, "type": "Identifier" @@ -6959,6 +7783,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -6967,9 +7792,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "latchPlateWidth", "start": 0, "type": "Identifier" @@ -6985,9 +7812,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -6998,6 +7827,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7010,6 +7840,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -7018,9 +7849,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "latchPlateLength", "start": 0, "type": "Identifier" @@ -7036,9 +7869,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -7049,6 +7884,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7061,6 +7897,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -7070,9 +7907,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "latchPlateWidth", "start": 0, "type": "Identifier" @@ -7084,6 +7923,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7095,9 +7935,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -7108,6 +7950,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7120,6 +7963,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -7128,13 +7972,16 @@ description: Result of parsing sash-window.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -7145,25 +7992,30 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -7174,12 +8026,14 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -7187,6 +8041,7 @@ description: Result of parsing sash-window.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7197,9 +8052,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -7210,19 +8067,23 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -7233,6 +8094,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7241,15 +8103,18 @@ description: Result of parsing sash-window.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -7262,6 +8127,7 @@ description: Result of parsing sash-window.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "latchNutPlateBody", "start": 0, "type": "Identifier" @@ -7273,6 +8139,7 @@ description: Result of parsing sash-window.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -7281,9 +8148,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "latchPlateThickness", "start": 0, "type": "Identifier" @@ -7299,9 +8168,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -7312,6 +8183,7 @@ description: Result of parsing sash-window.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7319,9 +8191,11 @@ description: Result of parsing sash-window.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "latchNutShape", "start": 0, "type": "Identifier" @@ -7332,11 +8206,13 @@ description: Result of parsing sash-window.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -7348,9 +8224,11 @@ description: Result of parsing sash-window.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -7369,19 +8247,23 @@ description: Result of parsing sash-window.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -7398,15 +8280,18 @@ description: Result of parsing sash-window.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -7422,12 +8307,14 @@ description: Result of parsing sash-window.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "16": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -7440,6 +8327,7 @@ description: Result of parsing sash-window.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/sheet-metal-bracket/ast.snap b/rust/kcl-lib/tests/kcl_samples/sheet-metal-bracket/ast.snap index 99fd3b8f9..52ccec2be 100644 --- a/rust/kcl-lib/tests/kcl_samples/sheet-metal-bracket/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/sheet-metal-bracket/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing sheet-metal-bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mountingBoltDiameter", "start": 0, "type": "Identifier" @@ -23,6 +24,7 @@ description: Result of parsing sheet-metal-bracket.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -32,10 +34,12 @@ description: Result of parsing sheet-metal-bracket.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -49,11 +53,13 @@ description: Result of parsing sheet-metal-bracket.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Input bolt pattern dimensions to mount the bracket" ], @@ -69,6 +75,7 @@ description: Result of parsing sheet-metal-bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mountingBoltPatternX", "start": 0, "type": "Identifier" @@ -76,6 +83,7 @@ description: Result of parsing sheet-metal-bracket.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7", "start": 0, "type": "Literal", @@ -85,11 +93,13 @@ description: Result of parsing sheet-metal-bracket.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -102,6 +112,7 @@ description: Result of parsing sheet-metal-bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mountingBoltPatternY", "start": 0, "type": "Identifier" @@ -109,6 +120,7 @@ description: Result of parsing sheet-metal-bracket.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -118,11 +130,13 @@ description: Result of parsing sheet-metal-bracket.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -135,6 +149,7 @@ description: Result of parsing sheet-metal-bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "componentBoltDiameter", "start": 0, "type": "Identifier" @@ -145,6 +160,7 @@ description: Result of parsing sheet-metal-bracket.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -154,10 +170,12 @@ description: Result of parsing sheet-metal-bracket.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "16", "start": 0, "type": "Literal", @@ -171,11 +189,13 @@ description: Result of parsing sheet-metal-bracket.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -193,6 +213,7 @@ description: Result of parsing sheet-metal-bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "componentBoltPatternX", "start": 0, "type": "Identifier" @@ -200,6 +221,7 @@ description: Result of parsing sheet-metal-bracket.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -209,11 +231,13 @@ description: Result of parsing sheet-metal-bracket.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -226,6 +250,7 @@ description: Result of parsing sheet-metal-bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "componentBoltPatternY", "start": 0, "type": "Identifier" @@ -233,6 +258,7 @@ description: Result of parsing sheet-metal-bracket.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -242,11 +268,13 @@ description: Result of parsing sheet-metal-bracket.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -259,6 +287,7 @@ description: Result of parsing sheet-metal-bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hatHeight", "start": 0, "type": "Identifier" @@ -266,6 +295,7 @@ description: Result of parsing sheet-metal-bracket.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.5", "start": 0, "type": "Literal", @@ -275,11 +305,13 @@ description: Result of parsing sheet-metal-bracket.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -297,6 +329,7 @@ description: Result of parsing sheet-metal-bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bendAngle", "start": 0, "type": "Identifier" @@ -304,6 +337,7 @@ description: Result of parsing sheet-metal-bracket.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "75", "start": 0, "type": "Literal", @@ -313,11 +347,13 @@ description: Result of parsing sheet-metal-bracket.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -330,6 +366,7 @@ description: Result of parsing sheet-metal-bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -337,6 +374,7 @@ description: Result of parsing sheet-metal-bracket.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.125", "start": 0, "type": "Literal", @@ -346,11 +384,13 @@ description: Result of parsing sheet-metal-bracket.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -363,6 +403,7 @@ description: Result of parsing sheet-metal-bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "interiorBendRadius", "start": 0, "type": "Identifier" @@ -370,6 +411,7 @@ description: Result of parsing sheet-metal-bracket.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.125", "start": 0, "type": "Literal", @@ -379,11 +421,13 @@ description: Result of parsing sheet-metal-bracket.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -396,6 +440,7 @@ description: Result of parsing sheet-metal-bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "exteriorBendRadius", "start": 0, "type": "Identifier" @@ -407,9 +452,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "interiorBendRadius", "start": 0, "type": "Identifier" @@ -419,14 +466,17 @@ description: Result of parsing sheet-metal-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -440,11 +490,13 @@ description: Result of parsing sheet-metal-bracket.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -462,6 +514,7 @@ description: Result of parsing sheet-metal-bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "overhang", "start": 0, "type": "Identifier" @@ -472,6 +525,7 @@ description: Result of parsing sheet-metal-bracket.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -481,14 +535,17 @@ description: Result of parsing sheet-metal-bracket.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mountingBoltDiameter", "start": 0, "type": "Identifier" @@ -502,11 +559,13 @@ description: Result of parsing sheet-metal-bracket.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -519,6 +578,7 @@ description: Result of parsing sheet-metal-bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flangeLength", "start": 0, "type": "Identifier" @@ -529,6 +589,7 @@ description: Result of parsing sheet-metal-bracket.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -538,14 +599,17 @@ description: Result of parsing sheet-metal-bracket.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mountingBoltDiameter", "start": 0, "type": "Identifier" @@ -559,11 +623,13 @@ description: Result of parsing sheet-metal-bracket.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -576,6 +642,7 @@ description: Result of parsing sheet-metal-bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flangeExtrusion", "start": 0, "type": "Identifier" @@ -589,9 +656,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mountingBoltPatternY", "start": 0, "type": "Identifier" @@ -601,14 +670,17 @@ description: Result of parsing sheet-metal-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": ">", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "componentBoltPatternY", "start": 0, "type": "Identifier" @@ -637,9 +709,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "componentBoltPatternY", "start": 0, "type": "Identifier" @@ -649,6 +723,7 @@ description: Result of parsing sheet-metal-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -657,9 +732,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "overhang", "start": 0, "type": "Identifier" @@ -669,10 +746,12 @@ description: Result of parsing sheet-metal-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -690,6 +769,7 @@ description: Result of parsing sheet-metal-bracket.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -697,8 +777,10 @@ description: Result of parsing sheet-metal-bracket.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, + "moduleId": 0, "start": 0, "then_val": { "body": [ @@ -712,9 +794,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mountingBoltPatternY", "start": 0, "type": "Identifier" @@ -724,6 +808,7 @@ description: Result of parsing sheet-metal-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -732,9 +817,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "overhang", "start": 0, "type": "Identifier" @@ -744,10 +831,12 @@ description: Result of parsing sheet-metal-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -765,6 +854,7 @@ description: Result of parsing sheet-metal-bracket.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -772,16 +862,19 @@ description: Result of parsing sheet-metal-bracket.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "type": "IfExpression", "type": "IfExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -794,6 +887,7 @@ description: Result of parsing sheet-metal-bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bracketProfile", "start": 0, "type": "Identifier" @@ -801,13 +895,16 @@ description: Result of parsing sheet-metal-bracket.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -818,6 +915,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -825,9 +923,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -845,6 +945,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -863,9 +964,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mountingBoltPatternX", "start": 0, "type": "Identifier" @@ -877,15 +980,18 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -899,14 +1005,17 @@ description: Result of parsing sheet-metal-bracket.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "overhang", "start": 0, "type": "Identifier" @@ -923,6 +1032,7 @@ description: Result of parsing sheet-metal-bracket.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -934,6 +1044,7 @@ description: Result of parsing sheet-metal-bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -944,9 +1055,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -957,6 +1070,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -969,6 +1083,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -977,9 +1092,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flangeLength", "start": 0, "type": "Identifier" @@ -995,9 +1112,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1008,6 +1127,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1020,6 +1140,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1028,9 +1149,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "exteriorBendRadius", "start": 0, "type": "Identifier" @@ -1046,6 +1169,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1054,9 +1178,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bendAngle", "start": 0, "type": "Identifier" @@ -1072,9 +1198,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1085,6 +1213,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1097,6 +1226,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1105,9 +1235,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bendAngle", "start": 0, "type": "Identifier" @@ -1123,6 +1255,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteY", "start": 0, "type": "Identifier" @@ -1134,9 +1267,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hatHeight", "start": 0, "type": "Identifier" @@ -1146,14 +1281,17 @@ description: Result of parsing sheet-metal-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -1173,6 +1311,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1180,6 +1319,7 @@ description: Result of parsing sheet-metal-bracket.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1191,9 +1331,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1204,6 +1346,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1216,6 +1359,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1224,9 +1368,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "interiorBendRadius", "start": 0, "type": "Identifier" @@ -1242,6 +1388,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1251,9 +1398,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bendAngle", "start": 0, "type": "Identifier" @@ -1265,6 +1414,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1276,9 +1426,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1289,6 +1441,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1301,6 +1454,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1308,6 +1462,7 @@ description: Result of parsing sheet-metal-bracket.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1323,6 +1478,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1330,6 +1486,7 @@ description: Result of parsing sheet-metal-bracket.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1341,9 +1498,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1354,6 +1513,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1366,18 +1526,22 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -1388,6 +1552,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1395,9 +1560,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -1414,9 +1581,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1427,6 +1596,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1439,6 +1609,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1447,9 +1618,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "interiorBendRadius", "start": 0, "type": "Identifier" @@ -1465,6 +1638,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1474,9 +1648,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bendAngle", "start": 0, "type": "Identifier" @@ -1488,6 +1664,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1499,9 +1676,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1512,6 +1691,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1524,6 +1704,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1533,9 +1714,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bendAngle", "start": 0, "type": "Identifier" @@ -1547,6 +1730,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1558,18 +1742,22 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -1580,6 +1768,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1587,9 +1776,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -1606,9 +1797,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1619,6 +1812,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1631,6 +1825,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1639,9 +1834,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "exteriorBendRadius", "start": 0, "type": "Identifier" @@ -1657,6 +1854,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1665,9 +1863,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bendAngle", "start": 0, "type": "Identifier" @@ -1683,9 +1883,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1696,6 +1898,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1708,6 +1911,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1716,9 +1920,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flangeLength", "start": 0, "type": "Identifier" @@ -1734,9 +1940,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1747,6 +1955,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1759,6 +1968,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1767,9 +1977,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -1785,6 +1997,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1792,6 +2005,7 @@ description: Result of parsing sheet-metal-bracket.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1803,9 +2017,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1816,6 +2032,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1828,6 +2045,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1837,9 +2055,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flangeLength", "start": 0, "type": "Identifier" @@ -1851,6 +2071,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1862,6 +2083,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1869,6 +2091,7 @@ description: Result of parsing sheet-metal-bracket.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1880,9 +2103,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1893,6 +2118,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1905,6 +2131,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1913,9 +2140,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "interiorBendRadius", "start": 0, "type": "Identifier" @@ -1931,6 +2160,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1940,9 +2170,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bendAngle", "start": 0, "type": "Identifier" @@ -1954,6 +2186,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1965,9 +2198,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1978,6 +2213,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1990,6 +2226,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2000,6 +2237,7 @@ description: Result of parsing sheet-metal-bracket.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -2009,14 +2247,17 @@ description: Result of parsing sheet-metal-bracket.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bendAngle", "start": 0, "type": "Identifier" @@ -2036,18 +2277,22 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -2058,6 +2303,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2065,9 +2311,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -2084,9 +2332,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -2097,6 +2347,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2109,6 +2360,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2117,9 +2369,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "exteriorBendRadius", "start": 0, "type": "Identifier" @@ -2135,6 +2389,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2143,9 +2398,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bendAngle", "start": 0, "type": "Identifier" @@ -2161,9 +2418,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -2174,6 +2433,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2186,6 +2446,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2193,6 +2454,7 @@ description: Result of parsing sheet-metal-bracket.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2208,6 +2470,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -2215,6 +2478,7 @@ description: Result of parsing sheet-metal-bracket.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -2226,9 +2490,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -2239,6 +2505,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2251,19 +2518,23 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -2274,6 +2545,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2281,9 +2553,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg05", "start": 0, "type": "Identifier" @@ -2296,6 +2570,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2307,9 +2582,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -2320,6 +2597,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2332,6 +2610,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2340,9 +2619,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "exteriorBendRadius", "start": 0, "type": "Identifier" @@ -2358,6 +2639,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2366,9 +2648,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bendAngle", "start": 0, "type": "Identifier" @@ -2384,9 +2668,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -2397,6 +2683,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2409,6 +2696,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2420,9 +2708,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bendAngle", "start": 0, "type": "Identifier" @@ -2432,10 +2722,12 @@ description: Result of parsing sheet-metal-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -2455,18 +2747,22 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -2477,6 +2773,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2484,9 +2781,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -2503,9 +2802,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -2516,6 +2817,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2528,6 +2830,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2536,9 +2839,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "interiorBendRadius", "start": 0, "type": "Identifier" @@ -2554,6 +2859,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2563,9 +2869,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bendAngle", "start": 0, "type": "Identifier" @@ -2577,6 +2885,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2588,9 +2897,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -2601,6 +2912,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2613,6 +2925,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2622,9 +2935,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flangeLength", "start": 0, "type": "Identifier" @@ -2636,6 +2951,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2647,6 +2963,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -2654,6 +2971,7 @@ description: Result of parsing sheet-metal-bracket.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -2665,9 +2983,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -2678,6 +2998,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2690,6 +3011,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2698,13 +3020,16 @@ description: Result of parsing sheet-metal-bracket.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -2715,25 +3040,30 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -2744,12 +3074,14 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2757,6 +3089,7 @@ description: Result of parsing sheet-metal-bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2767,6 +3100,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -2774,6 +3108,7 @@ description: Result of parsing sheet-metal-bracket.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -2785,9 +3120,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2798,19 +3135,23 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -2821,6 +3162,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2833,6 +3175,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2841,9 +3184,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flangeExtrusion", "start": 0, "type": "Identifier" @@ -2859,9 +3204,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2872,6 +3219,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2884,6 +3232,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2895,9 +3244,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flangeLength", "start": 0, "type": "Identifier" @@ -2907,10 +3258,12 @@ description: Result of parsing sheet-metal-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -2930,6 +3283,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -2941,9 +3295,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg03", "start": 0, "type": "Identifier" @@ -2954,13 +3310,16 @@ description: Result of parsing sheet-metal-bracket.kcl "type": "Name" }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getOppositeEdge", "start": 0, "type": "Identifier" @@ -2971,6 +3330,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2978,9 +3338,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg03", "start": 0, "type": "Identifier" @@ -2995,9 +3357,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg07", "start": 0, "type": "Identifier" @@ -3008,13 +3372,16 @@ description: Result of parsing sheet-metal-bracket.kcl "type": "Name" }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getOppositeEdge", "start": 0, "type": "Identifier" @@ -3025,6 +3392,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3032,9 +3400,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg07", "start": 0, "type": "Identifier" @@ -3047,6 +3417,7 @@ description: Result of parsing sheet-metal-bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3057,9 +3428,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -3070,6 +3443,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3078,12 +3452,14 @@ description: Result of parsing sheet-metal-bracket.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "26": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3100,11 +3476,13 @@ description: Result of parsing sheet-metal-bracket.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -3122,6 +3500,7 @@ description: Result of parsing sheet-metal-bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "leftFlangeBoltPattern", "start": 0, "type": "Identifier" @@ -3135,6 +3514,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -3143,9 +3523,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg04", "start": 0, "type": "Identifier" @@ -3161,9 +3543,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -3174,6 +3558,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3181,9 +3566,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bracketProfile", "start": 0, "type": "Identifier" @@ -3201,6 +3588,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -3216,9 +3604,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mountingBoltPatternX", "start": 0, "type": "Identifier" @@ -3230,15 +3620,18 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3256,9 +3649,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "overhang", "start": 0, "type": "Identifier" @@ -3270,6 +3665,7 @@ description: Result of parsing sheet-metal-bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3280,6 +3676,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3291,9 +3688,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mountingBoltDiameter", "start": 0, "type": "Identifier" @@ -3303,10 +3702,12 @@ description: Result of parsing sheet-metal-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3326,9 +3727,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -3339,6 +3742,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3351,6 +3755,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -3358,6 +3763,7 @@ description: Result of parsing sheet-metal-bracket.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3373,6 +3779,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -3381,9 +3788,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mountingBoltPatternY", "start": 0, "type": "Identifier" @@ -3399,6 +3808,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -3409,6 +3819,7 @@ description: Result of parsing sheet-metal-bracket.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3421,6 +3832,7 @@ description: Result of parsing sheet-metal-bracket.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -3432,6 +3844,7 @@ description: Result of parsing sheet-metal-bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3442,9 +3855,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear2d", "start": 0, "type": "Identifier" @@ -3455,12 +3870,14 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3473,6 +3890,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3482,9 +3900,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -3496,6 +3916,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3507,9 +3928,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -3520,6 +3943,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3528,12 +3952,14 @@ description: Result of parsing sheet-metal-bracket.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "3": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3550,11 +3976,13 @@ description: Result of parsing sheet-metal-bracket.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3567,6 +3995,7 @@ description: Result of parsing sheet-metal-bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rightFlangeBoltPattern", "start": 0, "type": "Identifier" @@ -3580,6 +4009,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -3588,9 +4018,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg06", "start": 0, "type": "Identifier" @@ -3606,9 +4038,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -3619,6 +4053,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3626,9 +4061,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bracketProfile", "start": 0, "type": "Identifier" @@ -3646,6 +4083,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -3660,9 +4098,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mountingBoltPatternX", "start": 0, "type": "Identifier" @@ -3672,10 +4112,12 @@ description: Result of parsing sheet-metal-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3693,9 +4135,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "overhang", "start": 0, "type": "Identifier" @@ -3707,6 +4151,7 @@ description: Result of parsing sheet-metal-bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3717,6 +4162,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3728,9 +4174,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mountingBoltDiameter", "start": 0, "type": "Identifier" @@ -3740,10 +4188,12 @@ description: Result of parsing sheet-metal-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3763,9 +4213,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -3776,6 +4228,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3788,6 +4241,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -3795,6 +4249,7 @@ description: Result of parsing sheet-metal-bracket.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3810,6 +4265,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -3818,9 +4274,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mountingBoltPatternY", "start": 0, "type": "Identifier" @@ -3836,6 +4294,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -3846,6 +4305,7 @@ description: Result of parsing sheet-metal-bracket.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3858,6 +4318,7 @@ description: Result of parsing sheet-metal-bracket.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -3869,6 +4330,7 @@ description: Result of parsing sheet-metal-bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3879,9 +4341,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear2d", "start": 0, "type": "Identifier" @@ -3892,12 +4356,14 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3910,6 +4376,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3919,9 +4386,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -3933,6 +4402,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3944,9 +4414,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -3957,6 +4429,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3965,12 +4438,14 @@ description: Result of parsing sheet-metal-bracket.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "3": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3987,11 +4462,13 @@ description: Result of parsing sheet-metal-bracket.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4004,6 +4481,7 @@ description: Result of parsing sheet-metal-bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "topFlangeBoltPattern", "start": 0, "type": "Identifier" @@ -4017,6 +4495,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -4025,9 +4504,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg05", "start": 0, "type": "Identifier" @@ -4043,9 +4524,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -4056,6 +4539,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4063,9 +4547,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bracketProfile", "start": 0, "type": "Identifier" @@ -4083,6 +4569,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -4098,9 +4585,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "componentBoltPatternX", "start": 0, "type": "Identifier" @@ -4112,15 +4601,18 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4145,9 +4637,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "componentBoltPatternY", "start": 0, "type": "Identifier" @@ -4159,15 +4653,18 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4181,6 +4678,7 @@ description: Result of parsing sheet-metal-bracket.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -4189,9 +4687,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flangeExtrusion", "start": 0, "type": "Identifier" @@ -4201,10 +4701,12 @@ description: Result of parsing sheet-metal-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4224,6 +4726,7 @@ description: Result of parsing sheet-metal-bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4234,6 +4737,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -4245,9 +4749,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "componentBoltDiameter", "start": 0, "type": "Identifier" @@ -4257,10 +4763,12 @@ description: Result of parsing sheet-metal-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4280,9 +4788,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -4293,6 +4803,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4305,6 +4816,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -4312,6 +4824,7 @@ description: Result of parsing sheet-metal-bracket.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4327,6 +4840,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -4335,9 +4849,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "componentBoltPatternX", "start": 0, "type": "Identifier" @@ -4353,6 +4869,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -4363,6 +4880,7 @@ description: Result of parsing sheet-metal-bracket.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -4375,6 +4893,7 @@ description: Result of parsing sheet-metal-bracket.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4386,6 +4905,7 @@ description: Result of parsing sheet-metal-bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4396,9 +4916,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear2d", "start": 0, "type": "Identifier" @@ -4409,12 +4931,14 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -4427,6 +4951,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -4434,6 +4959,7 @@ description: Result of parsing sheet-metal-bracket.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4449,6 +4975,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -4457,9 +4984,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "componentBoltPatternY", "start": 0, "type": "Identifier" @@ -4475,6 +5004,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -4485,6 +5015,7 @@ description: Result of parsing sheet-metal-bracket.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4497,6 +5028,7 @@ description: Result of parsing sheet-metal-bracket.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -4508,6 +5040,7 @@ description: Result of parsing sheet-metal-bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4518,9 +5051,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear2d", "start": 0, "type": "Identifier" @@ -4531,12 +5066,14 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -4549,6 +5086,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4558,9 +5096,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -4572,6 +5112,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4583,9 +5124,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -4596,6 +5139,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4604,12 +5148,14 @@ description: Result of parsing sheet-metal-bracket.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "4": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -4626,11 +5172,13 @@ description: Result of parsing sheet-metal-bracket.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4643,6 +5191,7 @@ description: Result of parsing sheet-metal-bracket.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "centeredHole", "start": 0, "type": "Identifier" @@ -4656,6 +5205,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -4664,9 +5214,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg05", "start": 0, "type": "Identifier" @@ -4682,9 +5234,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -4695,6 +5249,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4702,9 +5257,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bracketProfile", "start": 0, "type": "Identifier" @@ -4722,6 +5279,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -4732,6 +5290,7 @@ description: Result of parsing sheet-metal-bracket.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4748,9 +5307,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "flangeExtrusion", "start": 0, "type": "Identifier" @@ -4760,10 +5321,12 @@ description: Result of parsing sheet-metal-bracket.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4779,6 +5342,7 @@ description: Result of parsing sheet-metal-bracket.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4789,6 +5353,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -4796,6 +5361,7 @@ description: Result of parsing sheet-metal-bracket.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.75", "start": 0, "type": "Literal", @@ -4811,9 +5377,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -4824,6 +5392,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4836,6 +5405,7 @@ description: Result of parsing sheet-metal-bracket.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4845,9 +5415,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -4859,6 +5431,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4870,9 +5443,11 @@ description: Result of parsing sheet-metal-bracket.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -4883,6 +5458,7 @@ description: Result of parsing sheet-metal-bracket.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4891,15 +5467,18 @@ description: Result of parsing sheet-metal-bracket.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4911,9 +5490,11 @@ description: Result of parsing sheet-metal-bracket.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -4932,19 +5513,23 @@ description: Result of parsing sheet-metal-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -4961,15 +5546,18 @@ description: Result of parsing sheet-metal-bracket.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -4985,12 +5573,14 @@ description: Result of parsing sheet-metal-bracket.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": {}, "startNodes": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/sheet-metal-bracket/program_memory.snap b/rust/kcl-lib/tests/kcl_samples/sheet-metal-bracket/program_memory.snap index 82bfcfc42..b4c662d0b 100644 --- a/rust/kcl-lib/tests/kcl_samples/sheet-metal-bracket/program_memory.snap +++ b/rust/kcl-lib/tests/kcl_samples/sheet-metal-bracket/program_memory.snap @@ -44,6 +44,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1508, "end": 1514, + "moduleId": 0, "start": 1508, "type": "TagDeclarator", "value": "seg01" @@ -64,6 +65,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1618, "end": 1624, + "moduleId": 0, "start": 1618, "type": "TagDeclarator", "value": "seg02" @@ -105,6 +107,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1927, "end": 1933, + "moduleId": 0, "start": 1927, "type": "TagDeclarator", "value": "seg03" @@ -118,6 +121,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1976, "end": 1982, + "moduleId": 0, "start": 1976, "type": "TagDeclarator", "value": "seg04" @@ -152,6 +156,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2218, "end": 2224, + "moduleId": 0, "start": 2218, "type": "TagDeclarator", "value": "seg05" @@ -186,6 +191,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2503, "end": 2509, + "moduleId": 0, "start": 2503, "type": "TagDeclarator", "value": "seg06" @@ -199,6 +205,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2579, "end": 2585, + "moduleId": 0, "start": 2579, "type": "TagDeclarator", "value": "seg07" @@ -265,6 +272,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1508, "end": 1514, + "moduleId": 0, "start": 1508, "type": "TagDeclarator", "value": "seg01" @@ -314,6 +322,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1618, "end": 1624, + "moduleId": 0, "start": 1618, "type": "TagDeclarator", "value": "seg02" @@ -444,6 +453,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1927, "end": 1933, + "moduleId": 0, "start": 1927, "type": "TagDeclarator", "value": "seg03" @@ -469,6 +479,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1976, "end": 1982, + "moduleId": 0, "start": 1976, "type": "TagDeclarator", "value": "seg04" @@ -561,6 +572,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2218, "end": 2224, + "moduleId": 0, "start": 2218, "type": "TagDeclarator", "value": "seg05" @@ -672,6 +684,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2503, "end": 2509, + "moduleId": 0, "start": 2503, "type": "TagDeclarator", "value": "seg06" @@ -697,6 +710,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2579, "end": 2585, + "moduleId": 0, "start": 2579, "type": "TagDeclarator", "value": "seg07" @@ -989,6 +1003,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1508, "end": 1514, + "moduleId": 0, "start": 1508, "type": "TagDeclarator", "value": "seg01" @@ -1009,6 +1024,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1618, "end": 1624, + "moduleId": 0, "start": 1618, "type": "TagDeclarator", "value": "seg02" @@ -1050,6 +1066,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1927, "end": 1933, + "moduleId": 0, "start": 1927, "type": "TagDeclarator", "value": "seg03" @@ -1063,6 +1080,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1976, "end": 1982, + "moduleId": 0, "start": 1976, "type": "TagDeclarator", "value": "seg04" @@ -1097,6 +1115,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2218, "end": 2224, + "moduleId": 0, "start": 2218, "type": "TagDeclarator", "value": "seg05" @@ -1131,6 +1150,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2503, "end": 2509, + "moduleId": 0, "start": 2503, "type": "TagDeclarator", "value": "seg06" @@ -1144,6 +1164,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2579, "end": 2585, + "moduleId": 0, "start": 2579, "type": "TagDeclarator", "value": "seg07" @@ -1210,6 +1231,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1508, "end": 1514, + "moduleId": 0, "start": 1508, "type": "TagDeclarator", "value": "seg01" @@ -1259,6 +1281,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1618, "end": 1624, + "moduleId": 0, "start": 1618, "type": "TagDeclarator", "value": "seg02" @@ -1389,6 +1412,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1927, "end": 1933, + "moduleId": 0, "start": 1927, "type": "TagDeclarator", "value": "seg03" @@ -1414,6 +1438,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1976, "end": 1982, + "moduleId": 0, "start": 1976, "type": "TagDeclarator", "value": "seg04" @@ -1506,6 +1531,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2218, "end": 2224, + "moduleId": 0, "start": 2218, "type": "TagDeclarator", "value": "seg05" @@ -1617,6 +1643,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2503, "end": 2509, + "moduleId": 0, "start": 2503, "type": "TagDeclarator", "value": "seg06" @@ -1642,6 +1669,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2579, "end": 2585, + "moduleId": 0, "start": 2579, "type": "TagDeclarator", "value": "seg07" @@ -2077,6 +2105,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1508, "end": 1514, + "moduleId": 0, "start": 1508, "type": "TagDeclarator", "value": "seg01" @@ -2097,6 +2126,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1618, "end": 1624, + "moduleId": 0, "start": 1618, "type": "TagDeclarator", "value": "seg02" @@ -2138,6 +2168,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1927, "end": 1933, + "moduleId": 0, "start": 1927, "type": "TagDeclarator", "value": "seg03" @@ -2151,6 +2182,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1976, "end": 1982, + "moduleId": 0, "start": 1976, "type": "TagDeclarator", "value": "seg04" @@ -2185,6 +2217,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2218, "end": 2224, + "moduleId": 0, "start": 2218, "type": "TagDeclarator", "value": "seg05" @@ -2219,6 +2252,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2503, "end": 2509, + "moduleId": 0, "start": 2503, "type": "TagDeclarator", "value": "seg06" @@ -2232,6 +2266,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2579, "end": 2585, + "moduleId": 0, "start": 2579, "type": "TagDeclarator", "value": "seg07" @@ -2298,6 +2333,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1508, "end": 1514, + "moduleId": 0, "start": 1508, "type": "TagDeclarator", "value": "seg01" @@ -2347,6 +2383,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1618, "end": 1624, + "moduleId": 0, "start": 1618, "type": "TagDeclarator", "value": "seg02" @@ -2477,6 +2514,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1927, "end": 1933, + "moduleId": 0, "start": 1927, "type": "TagDeclarator", "value": "seg03" @@ -2502,6 +2540,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1976, "end": 1982, + "moduleId": 0, "start": 1976, "type": "TagDeclarator", "value": "seg04" @@ -2594,6 +2633,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2218, "end": 2224, + "moduleId": 0, "start": 2218, "type": "TagDeclarator", "value": "seg05" @@ -2705,6 +2745,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2503, "end": 2509, + "moduleId": 0, "start": 2503, "type": "TagDeclarator", "value": "seg06" @@ -2730,6 +2771,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2579, "end": 2585, + "moduleId": 0, "start": 2579, "type": "TagDeclarator", "value": "seg07" @@ -3058,6 +3100,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1508, "end": 1514, + "moduleId": 0, "start": 1508, "type": "TagDeclarator", "value": "seg01" @@ -3078,6 +3121,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1618, "end": 1624, + "moduleId": 0, "start": 1618, "type": "TagDeclarator", "value": "seg02" @@ -3119,6 +3163,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1927, "end": 1933, + "moduleId": 0, "start": 1927, "type": "TagDeclarator", "value": "seg03" @@ -3132,6 +3177,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1976, "end": 1982, + "moduleId": 0, "start": 1976, "type": "TagDeclarator", "value": "seg04" @@ -3166,6 +3212,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2218, "end": 2224, + "moduleId": 0, "start": 2218, "type": "TagDeclarator", "value": "seg05" @@ -3200,6 +3247,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2503, "end": 2509, + "moduleId": 0, "start": 2503, "type": "TagDeclarator", "value": "seg06" @@ -3213,6 +3261,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2579, "end": 2585, + "moduleId": 0, "start": 2579, "type": "TagDeclarator", "value": "seg07" @@ -3279,6 +3328,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1508, "end": 1514, + "moduleId": 0, "start": 1508, "type": "TagDeclarator", "value": "seg01" @@ -3328,6 +3378,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1618, "end": 1624, + "moduleId": 0, "start": 1618, "type": "TagDeclarator", "value": "seg02" @@ -3458,6 +3509,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1927, "end": 1933, + "moduleId": 0, "start": 1927, "type": "TagDeclarator", "value": "seg03" @@ -3483,6 +3535,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1976, "end": 1982, + "moduleId": 0, "start": 1976, "type": "TagDeclarator", "value": "seg04" @@ -3575,6 +3628,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2218, "end": 2224, + "moduleId": 0, "start": 2218, "type": "TagDeclarator", "value": "seg05" @@ -3686,6 +3740,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2503, "end": 2509, + "moduleId": 0, "start": 2503, "type": "TagDeclarator", "value": "seg06" @@ -3711,6 +3766,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2579, "end": 2585, + "moduleId": 0, "start": 2579, "type": "TagDeclarator", "value": "seg07" @@ -4096,6 +4152,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1508, "end": 1514, + "moduleId": 0, "start": 1508, "type": "TagDeclarator", "value": "seg01" @@ -4116,6 +4173,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1618, "end": 1624, + "moduleId": 0, "start": 1618, "type": "TagDeclarator", "value": "seg02" @@ -4157,6 +4215,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1927, "end": 1933, + "moduleId": 0, "start": 1927, "type": "TagDeclarator", "value": "seg03" @@ -4170,6 +4229,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1976, "end": 1982, + "moduleId": 0, "start": 1976, "type": "TagDeclarator", "value": "seg04" @@ -4204,6 +4264,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2218, "end": 2224, + "moduleId": 0, "start": 2218, "type": "TagDeclarator", "value": "seg05" @@ -4238,6 +4299,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2503, "end": 2509, + "moduleId": 0, "start": 2503, "type": "TagDeclarator", "value": "seg06" @@ -4251,6 +4313,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2579, "end": 2585, + "moduleId": 0, "start": 2579, "type": "TagDeclarator", "value": "seg07" @@ -4317,6 +4380,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1508, "end": 1514, + "moduleId": 0, "start": 1508, "type": "TagDeclarator", "value": "seg01" @@ -4366,6 +4430,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1618, "end": 1624, + "moduleId": 0, "start": 1618, "type": "TagDeclarator", "value": "seg02" @@ -4496,6 +4561,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1927, "end": 1933, + "moduleId": 0, "start": 1927, "type": "TagDeclarator", "value": "seg03" @@ -4521,6 +4587,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1976, "end": 1982, + "moduleId": 0, "start": 1976, "type": "TagDeclarator", "value": "seg04" @@ -4613,6 +4680,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2218, "end": 2224, + "moduleId": 0, "start": 2218, "type": "TagDeclarator", "value": "seg05" @@ -4724,6 +4792,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2503, "end": 2509, + "moduleId": 0, "start": 2503, "type": "TagDeclarator", "value": "seg06" @@ -4749,6 +4818,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2579, "end": 2585, + "moduleId": 0, "start": 2579, "type": "TagDeclarator", "value": "seg07" @@ -5077,6 +5147,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1508, "end": 1514, + "moduleId": 0, "start": 1508, "type": "TagDeclarator", "value": "seg01" @@ -5097,6 +5168,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1618, "end": 1624, + "moduleId": 0, "start": 1618, "type": "TagDeclarator", "value": "seg02" @@ -5138,6 +5210,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1927, "end": 1933, + "moduleId": 0, "start": 1927, "type": "TagDeclarator", "value": "seg03" @@ -5151,6 +5224,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1976, "end": 1982, + "moduleId": 0, "start": 1976, "type": "TagDeclarator", "value": "seg04" @@ -5185,6 +5259,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2218, "end": 2224, + "moduleId": 0, "start": 2218, "type": "TagDeclarator", "value": "seg05" @@ -5219,6 +5294,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2503, "end": 2509, + "moduleId": 0, "start": 2503, "type": "TagDeclarator", "value": "seg06" @@ -5232,6 +5308,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2579, "end": 2585, + "moduleId": 0, "start": 2579, "type": "TagDeclarator", "value": "seg07" @@ -5298,6 +5375,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1508, "end": 1514, + "moduleId": 0, "start": 1508, "type": "TagDeclarator", "value": "seg01" @@ -5347,6 +5425,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1618, "end": 1624, + "moduleId": 0, "start": 1618, "type": "TagDeclarator", "value": "seg02" @@ -5477,6 +5556,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1927, "end": 1933, + "moduleId": 0, "start": 1927, "type": "TagDeclarator", "value": "seg03" @@ -5502,6 +5582,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1976, "end": 1982, + "moduleId": 0, "start": 1976, "type": "TagDeclarator", "value": "seg04" @@ -5594,6 +5675,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2218, "end": 2224, + "moduleId": 0, "start": 2218, "type": "TagDeclarator", "value": "seg05" @@ -5705,6 +5787,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2503, "end": 2509, + "moduleId": 0, "start": 2503, "type": "TagDeclarator", "value": "seg06" @@ -5730,6 +5813,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2579, "end": 2585, + "moduleId": 0, "start": 2579, "type": "TagDeclarator", "value": "seg07" @@ -6111,6 +6195,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1508, "end": 1514, + "moduleId": 0, "start": 1508, "type": "TagDeclarator", "value": "seg01" @@ -6131,6 +6216,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1618, "end": 1624, + "moduleId": 0, "start": 1618, "type": "TagDeclarator", "value": "seg02" @@ -6172,6 +6258,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1927, "end": 1933, + "moduleId": 0, "start": 1927, "type": "TagDeclarator", "value": "seg03" @@ -6185,6 +6272,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1976, "end": 1982, + "moduleId": 0, "start": 1976, "type": "TagDeclarator", "value": "seg04" @@ -6219,6 +6307,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2218, "end": 2224, + "moduleId": 0, "start": 2218, "type": "TagDeclarator", "value": "seg05" @@ -6253,6 +6342,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2503, "end": 2509, + "moduleId": 0, "start": 2503, "type": "TagDeclarator", "value": "seg06" @@ -6266,6 +6356,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2579, "end": 2585, + "moduleId": 0, "start": 2579, "type": "TagDeclarator", "value": "seg07" @@ -6332,6 +6423,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1508, "end": 1514, + "moduleId": 0, "start": 1508, "type": "TagDeclarator", "value": "seg01" @@ -6381,6 +6473,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1618, "end": 1624, + "moduleId": 0, "start": 1618, "type": "TagDeclarator", "value": "seg02" @@ -6511,6 +6604,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1927, "end": 1933, + "moduleId": 0, "start": 1927, "type": "TagDeclarator", "value": "seg03" @@ -6536,6 +6630,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1976, "end": 1982, + "moduleId": 0, "start": 1976, "type": "TagDeclarator", "value": "seg04" @@ -6628,6 +6723,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2218, "end": 2224, + "moduleId": 0, "start": 2218, "type": "TagDeclarator", "value": "seg05" @@ -6739,6 +6835,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2503, "end": 2509, + "moduleId": 0, "start": 2503, "type": "TagDeclarator", "value": "seg06" @@ -6764,6 +6861,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2579, "end": 2585, + "moduleId": 0, "start": 2579, "type": "TagDeclarator", "value": "seg07" @@ -7092,6 +7190,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1508, "end": 1514, + "moduleId": 0, "start": 1508, "type": "TagDeclarator", "value": "seg01" @@ -7112,6 +7211,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1618, "end": 1624, + "moduleId": 0, "start": 1618, "type": "TagDeclarator", "value": "seg02" @@ -7153,6 +7253,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1927, "end": 1933, + "moduleId": 0, "start": 1927, "type": "TagDeclarator", "value": "seg03" @@ -7166,6 +7267,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1976, "end": 1982, + "moduleId": 0, "start": 1976, "type": "TagDeclarator", "value": "seg04" @@ -7200,6 +7302,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2218, "end": 2224, + "moduleId": 0, "start": 2218, "type": "TagDeclarator", "value": "seg05" @@ -7234,6 +7337,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2503, "end": 2509, + "moduleId": 0, "start": 2503, "type": "TagDeclarator", "value": "seg06" @@ -7247,6 +7351,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2579, "end": 2585, + "moduleId": 0, "start": 2579, "type": "TagDeclarator", "value": "seg07" @@ -7313,6 +7418,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1508, "end": 1514, + "moduleId": 0, "start": 1508, "type": "TagDeclarator", "value": "seg01" @@ -7362,6 +7468,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1618, "end": 1624, + "moduleId": 0, "start": 1618, "type": "TagDeclarator", "value": "seg02" @@ -7492,6 +7599,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1927, "end": 1933, + "moduleId": 0, "start": 1927, "type": "TagDeclarator", "value": "seg03" @@ -7517,6 +7625,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1976, "end": 1982, + "moduleId": 0, "start": 1976, "type": "TagDeclarator", "value": "seg04" @@ -7609,6 +7718,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2218, "end": 2224, + "moduleId": 0, "start": 2218, "type": "TagDeclarator", "value": "seg05" @@ -7720,6 +7830,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2503, "end": 2509, + "moduleId": 0, "start": 2503, "type": "TagDeclarator", "value": "seg06" @@ -7745,6 +7856,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2579, "end": 2585, + "moduleId": 0, "start": 2579, "type": "TagDeclarator", "value": "seg07" @@ -8073,6 +8185,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1508, "end": 1514, + "moduleId": 0, "start": 1508, "type": "TagDeclarator", "value": "seg01" @@ -8093,6 +8206,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1618, "end": 1624, + "moduleId": 0, "start": 1618, "type": "TagDeclarator", "value": "seg02" @@ -8134,6 +8248,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1927, "end": 1933, + "moduleId": 0, "start": 1927, "type": "TagDeclarator", "value": "seg03" @@ -8147,6 +8262,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1976, "end": 1982, + "moduleId": 0, "start": 1976, "type": "TagDeclarator", "value": "seg04" @@ -8181,6 +8297,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2218, "end": 2224, + "moduleId": 0, "start": 2218, "type": "TagDeclarator", "value": "seg05" @@ -8215,6 +8332,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2503, "end": 2509, + "moduleId": 0, "start": 2503, "type": "TagDeclarator", "value": "seg06" @@ -8228,6 +8346,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2579, "end": 2585, + "moduleId": 0, "start": 2579, "type": "TagDeclarator", "value": "seg07" @@ -8294,6 +8413,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1508, "end": 1514, + "moduleId": 0, "start": 1508, "type": "TagDeclarator", "value": "seg01" @@ -8343,6 +8463,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1618, "end": 1624, + "moduleId": 0, "start": 1618, "type": "TagDeclarator", "value": "seg02" @@ -8473,6 +8594,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1927, "end": 1933, + "moduleId": 0, "start": 1927, "type": "TagDeclarator", "value": "seg03" @@ -8498,6 +8620,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1976, "end": 1982, + "moduleId": 0, "start": 1976, "type": "TagDeclarator", "value": "seg04" @@ -8590,6 +8713,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2218, "end": 2224, + "moduleId": 0, "start": 2218, "type": "TagDeclarator", "value": "seg05" @@ -8701,6 +8825,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2503, "end": 2509, + "moduleId": 0, "start": 2503, "type": "TagDeclarator", "value": "seg06" @@ -8726,6 +8851,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2579, "end": 2585, + "moduleId": 0, "start": 2579, "type": "TagDeclarator", "value": "seg07" @@ -9054,6 +9180,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1508, "end": 1514, + "moduleId": 0, "start": 1508, "type": "TagDeclarator", "value": "seg01" @@ -9074,6 +9201,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1618, "end": 1624, + "moduleId": 0, "start": 1618, "type": "TagDeclarator", "value": "seg02" @@ -9115,6 +9243,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1927, "end": 1933, + "moduleId": 0, "start": 1927, "type": "TagDeclarator", "value": "seg03" @@ -9128,6 +9257,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1976, "end": 1982, + "moduleId": 0, "start": 1976, "type": "TagDeclarator", "value": "seg04" @@ -9162,6 +9292,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2218, "end": 2224, + "moduleId": 0, "start": 2218, "type": "TagDeclarator", "value": "seg05" @@ -9196,6 +9327,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2503, "end": 2509, + "moduleId": 0, "start": 2503, "type": "TagDeclarator", "value": "seg06" @@ -9209,6 +9341,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2579, "end": 2585, + "moduleId": 0, "start": 2579, "type": "TagDeclarator", "value": "seg07" @@ -9275,6 +9408,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1508, "end": 1514, + "moduleId": 0, "start": 1508, "type": "TagDeclarator", "value": "seg01" @@ -9324,6 +9458,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1618, "end": 1624, + "moduleId": 0, "start": 1618, "type": "TagDeclarator", "value": "seg02" @@ -9454,6 +9589,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1927, "end": 1933, + "moduleId": 0, "start": 1927, "type": "TagDeclarator", "value": "seg03" @@ -9479,6 +9615,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 1976, "end": 1982, + "moduleId": 0, "start": 1976, "type": "TagDeclarator", "value": "seg04" @@ -9571,6 +9708,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2218, "end": 2224, + "moduleId": 0, "start": 2218, "type": "TagDeclarator", "value": "seg05" @@ -9682,6 +9820,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2503, "end": 2509, + "moduleId": 0, "start": 2503, "type": "TagDeclarator", "value": "seg06" @@ -9707,6 +9846,7 @@ description: Variables in memory after executing sheet-metal-bracket.kcl "tag": { "commentStart": 2579, "end": 2585, + "moduleId": 0, "start": 2579, "type": "TagDeclarator", "value": "seg07" diff --git a/rust/kcl-lib/tests/kcl_samples/shepherds-hook-bolt/ast.snap b/rust/kcl-lib/tests/kcl_samples/shepherds-hook-bolt/ast.snap index 1641fc4ec..56e52e4be 100644 --- a/rust/kcl-lib/tests/kcl_samples/shepherds-hook-bolt/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/shepherds-hook-bolt/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltDiameter", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing shepherds-hook-bolt.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define bolt geometry parameters" ], @@ -49,6 +53,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hookRadius", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing shepherds-hook-bolt.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shankLength", "start": 0, "type": "Identifier" @@ -89,6 +98,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -98,11 +108,13 @@ description: Result of parsing shepherds-hook-bolt.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -115,6 +127,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "threadedEndLength", "start": 0, "type": "Identifier" @@ -122,6 +135,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -131,11 +145,13 @@ description: Result of parsing shepherds-hook-bolt.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -148,6 +164,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nutDistance", "start": 0, "type": "Identifier" @@ -155,6 +172,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -164,11 +182,13 @@ description: Result of parsing shepherds-hook-bolt.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -181,6 +201,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hookStartAngle", "start": 0, "type": "Identifier" @@ -188,6 +209,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "290", "start": 0, "type": "Literal", @@ -197,11 +219,13 @@ description: Result of parsing shepherds-hook-bolt.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -214,6 +238,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hookEndAngle", "start": 0, "type": "Identifier" @@ -221,6 +246,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "150", "start": 0, "type": "Literal", @@ -230,11 +256,13 @@ description: Result of parsing shepherds-hook-bolt.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -247,6 +275,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "approximatePitch", "start": 0, "type": "Identifier" @@ -258,9 +287,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltDiameter", "start": 0, "type": "Identifier" @@ -270,10 +301,12 @@ description: Result of parsing shepherds-hook-bolt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.15", "start": 0, "type": "Literal", @@ -287,11 +320,13 @@ description: Result of parsing shepherds-hook-bolt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -304,6 +339,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "threadDepth", "start": 0, "type": "Identifier" @@ -314,6 +350,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6134", "start": 0, "type": "Literal", @@ -323,14 +360,17 @@ description: Result of parsing shepherds-hook-bolt.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "approximatePitch", "start": 0, "type": "Identifier" @@ -344,11 +384,13 @@ description: Result of parsing shepherds-hook-bolt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -361,6 +403,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "innerRadius", "start": 0, "type": "Identifier" @@ -375,9 +418,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltDiameter", "start": 0, "type": "Identifier" @@ -387,10 +432,12 @@ description: Result of parsing shepherds-hook-bolt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -404,14 +451,17 @@ description: Result of parsing shepherds-hook-bolt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "threadDepth", "start": 0, "type": "Identifier" @@ -425,11 +475,13 @@ description: Result of parsing shepherds-hook-bolt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -442,6 +494,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltNumberOfRevolutions", "start": 0, "type": "Identifier" @@ -453,9 +506,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "threadedEndLength", "start": 0, "type": "Identifier" @@ -465,14 +520,17 @@ description: Result of parsing shepherds-hook-bolt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "approximatePitch", "start": 0, "type": "Identifier" @@ -486,11 +544,13 @@ description: Result of parsing shepherds-hook-bolt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -503,6 +563,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hypotenuse", "start": 0, "type": "Identifier" @@ -514,9 +575,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hookRadius", "start": 0, "type": "Identifier" @@ -526,15 +589,19 @@ description: Result of parsing shepherds-hook-bolt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -545,6 +612,7 @@ description: Result of parsing shepherds-hook-bolt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -555,9 +623,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hookStartAngle", "start": 0, "type": "Identifier" @@ -567,10 +637,12 @@ description: Result of parsing shepherds-hook-bolt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "270", "start": 0, "type": "Literal", @@ -589,11 +661,13 @@ description: Result of parsing shepherds-hook-bolt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -611,18 +685,22 @@ description: Result of parsing shepherds-hook-bolt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "side", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sqrt", "start": 0, "type": "Identifier" @@ -633,6 +711,7 @@ description: Result of parsing shepherds-hook-bolt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -646,6 +725,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "exp", "start": 0, "type": "Identifier" @@ -653,6 +733,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -668,9 +749,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pow", "start": 0, "type": "Identifier" @@ -681,6 +764,7 @@ description: Result of parsing shepherds-hook-bolt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -688,9 +772,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hypotenuse", "start": 0, "type": "Identifier" @@ -701,6 +787,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "type": "Name" } }, + "moduleId": 0, "operator": "-", "right": { "arguments": [ @@ -709,6 +796,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "exp", "start": 0, "type": "Identifier" @@ -716,6 +804,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -731,9 +820,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pow", "start": 0, "type": "Identifier" @@ -744,6 +835,7 @@ description: Result of parsing shepherds-hook-bolt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -751,9 +843,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hookRadius", "start": 0, "type": "Identifier" @@ -769,11 +863,13 @@ description: Result of parsing shepherds-hook-bolt.kcl "type": "BinaryExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -786,6 +882,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shankOffset", "start": 0, "type": "Identifier" @@ -797,9 +894,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hypotenuse", "start": 0, "type": "Identifier" @@ -809,14 +908,17 @@ description: Result of parsing shepherds-hook-bolt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "side", "start": 0, "type": "Identifier" @@ -830,11 +932,13 @@ description: Result of parsing shepherds-hook-bolt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -847,6 +951,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "polarToCartesian", "start": 0, "type": "Identifier" @@ -862,6 +967,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -873,9 +979,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -885,15 +993,19 @@ description: Result of parsing shepherds-hook-bolt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -904,6 +1016,7 @@ description: Result of parsing shepherds-hook-bolt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -911,9 +1024,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -928,11 +1043,13 @@ description: Result of parsing shepherds-hook-bolt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -945,6 +1062,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -956,9 +1074,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -968,15 +1088,19 @@ description: Result of parsing shepherds-hook-bolt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -987,6 +1111,7 @@ description: Result of parsing shepherds-hook-bolt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -994,9 +1119,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1011,11 +1138,13 @@ description: Result of parsing shepherds-hook-bolt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1028,9 +1157,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -1044,9 +1175,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -1058,12 +1191,14 @@ description: Result of parsing shepherds-hook-bolt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -1071,16 +1206,19 @@ description: Result of parsing shepherds-hook-bolt.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1091,6 +1229,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1101,11 +1240,13 @@ description: Result of parsing shepherds-hook-bolt.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "", "", @@ -1123,18 +1264,22 @@ description: Result of parsing shepherds-hook-bolt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hookProfilePlane", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1145,6 +1290,7 @@ description: Result of parsing shepherds-hook-bolt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1152,9 +1298,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -1165,11 +1313,13 @@ description: Result of parsing shepherds-hook-bolt.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1188,6 +1338,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hookProfileShape", "start": 0, "type": "Identifier" @@ -1201,6 +1352,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1211,6 +1363,7 @@ description: Result of parsing shepherds-hook-bolt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1228,9 +1381,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shankOffset", "start": 0, "type": "Identifier" @@ -1242,19 +1397,23 @@ description: Result of parsing shepherds-hook-bolt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shankLength", "start": 0, "type": "Identifier" @@ -1270,6 +1429,7 @@ description: Result of parsing shepherds-hook-bolt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1280,9 +1440,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1293,6 +1455,7 @@ description: Result of parsing shepherds-hook-bolt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1300,9 +1463,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hookProfilePlane", "start": 0, "type": "Identifier" @@ -1320,6 +1485,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1330,6 +1496,7 @@ description: Result of parsing shepherds-hook-bolt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1344,9 +1511,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shankOffset", "start": 0, "type": "Identifier" @@ -1358,6 +1527,7 @@ description: Result of parsing shepherds-hook-bolt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1365,6 +1535,7 @@ description: Result of parsing shepherds-hook-bolt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1375,9 +1546,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1388,6 +1561,7 @@ description: Result of parsing shepherds-hook-bolt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1400,6 +1574,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1411,6 +1586,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1419,9 +1595,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hookRadius", "start": 0, "type": "Identifier" @@ -1437,6 +1615,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1445,9 +1624,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hookStartAngle", "start": 0, "type": "Identifier" @@ -1463,9 +1644,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "polarToCartesian", "start": 0, "type": "Identifier" @@ -1476,6 +1659,7 @@ description: Result of parsing shepherds-hook-bolt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1487,9 +1671,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1500,6 +1686,7 @@ description: Result of parsing shepherds-hook-bolt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1512,6 +1699,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1523,6 +1711,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1531,9 +1720,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hookRadius", "start": 0, "type": "Identifier" @@ -1549,6 +1740,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1557,9 +1749,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hookEndAngle", "start": 0, "type": "Identifier" @@ -1575,9 +1769,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "polarToCartesian", "start": 0, "type": "Identifier" @@ -1588,6 +1784,7 @@ description: Result of parsing shepherds-hook-bolt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1599,6 +1796,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1606,6 +1804,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1617,9 +1816,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1630,6 +1831,7 @@ description: Result of parsing shepherds-hook-bolt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1638,12 +1840,14 @@ description: Result of parsing shepherds-hook-bolt.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "3": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1660,11 +1864,13 @@ description: Result of parsing shepherds-hook-bolt.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1677,6 +1883,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hookSectionPlane", "start": 0, "type": "Identifier" @@ -1688,6 +1895,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -1700,9 +1908,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shankOffset", "start": 0, "type": "Identifier" @@ -1714,19 +1924,23 @@ description: Result of parsing shepherds-hook-bolt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shankLength", "start": 0, "type": "Identifier" @@ -1746,9 +1960,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -1759,6 +1975,7 @@ description: Result of parsing shepherds-hook-bolt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1766,9 +1983,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -1779,11 +1998,13 @@ description: Result of parsing shepherds-hook-bolt.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1796,6 +2017,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hookSectionShape", "start": 0, "type": "Identifier" @@ -1807,6 +2029,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1817,6 +2040,7 @@ description: Result of parsing shepherds-hook-bolt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1829,6 +2053,7 @@ description: Result of parsing shepherds-hook-bolt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1840,6 +2065,7 @@ description: Result of parsing shepherds-hook-bolt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1850,6 +2076,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1861,9 +2088,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltDiameter", "start": 0, "type": "Identifier" @@ -1873,10 +2102,12 @@ description: Result of parsing shepherds-hook-bolt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1896,9 +2127,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1909,6 +2142,7 @@ description: Result of parsing shepherds-hook-bolt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1916,9 +2150,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hookSectionPlane", "start": 0, "type": "Identifier" @@ -1929,11 +2165,13 @@ description: Result of parsing shepherds-hook-bolt.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1946,6 +2184,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hookBody", "start": 0, "type": "Identifier" @@ -1957,6 +2196,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "path", "start": 0, "type": "Identifier" @@ -1965,9 +2205,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hookProfileShape", "start": 0, "type": "Identifier" @@ -1983,6 +2225,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sectional", "start": 0, "type": "Identifier" @@ -1990,6 +2233,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -2002,9 +2246,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sweep", "start": 0, "type": "Identifier" @@ -2015,6 +2261,7 @@ description: Result of parsing shepherds-hook-bolt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2022,9 +2269,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hookSectionShape", "start": 0, "type": "Identifier" @@ -2035,11 +2284,13 @@ description: Result of parsing shepherds-hook-bolt.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2057,6 +2308,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipPlane", "start": 0, "type": "Identifier" @@ -2068,6 +2320,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -2076,9 +2329,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -2094,9 +2349,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2107,6 +2364,7 @@ description: Result of parsing shepherds-hook-bolt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2114,9 +2372,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hookBody", "start": 0, "type": "Identifier" @@ -2127,11 +2387,13 @@ description: Result of parsing shepherds-hook-bolt.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2149,6 +2411,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipShape", "start": 0, "type": "Identifier" @@ -2160,6 +2423,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -2171,9 +2435,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hookRadius", "start": 0, "type": "Identifier" @@ -2186,6 +2452,7 @@ description: Result of parsing shepherds-hook-bolt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2197,6 +2464,7 @@ description: Result of parsing shepherds-hook-bolt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2207,6 +2475,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2218,9 +2487,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltDiameter", "start": 0, "type": "Identifier" @@ -2230,10 +2501,12 @@ description: Result of parsing shepherds-hook-bolt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2253,6 +2526,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -2260,6 +2534,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -2271,9 +2546,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -2284,6 +2561,7 @@ description: Result of parsing shepherds-hook-bolt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2291,9 +2569,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipPlane", "start": 0, "type": "Identifier" @@ -2304,11 +2584,13 @@ description: Result of parsing shepherds-hook-bolt.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2321,6 +2603,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipBody", "start": 0, "type": "Identifier" @@ -2334,6 +2617,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2345,9 +2629,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hookRadius", "start": 0, "type": "Identifier" @@ -2357,10 +2643,12 @@ description: Result of parsing shepherds-hook-bolt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -2380,6 +2668,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tagStart", "start": 0, "type": "Identifier" @@ -2387,6 +2676,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -2398,6 +2688,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tagEnd", "start": 0, "type": "Identifier" @@ -2405,6 +2696,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -2416,9 +2708,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2429,6 +2723,7 @@ description: Result of parsing shepherds-hook-bolt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2436,9 +2731,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipShape", "start": 0, "type": "Identifier" @@ -2456,6 +2753,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2467,9 +2765,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltDiameter", "start": 0, "type": "Identifier" @@ -2479,10 +2779,12 @@ description: Result of parsing shepherds-hook-bolt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -2502,6 +2804,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -2516,6 +2819,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faces", "start": 0, "type": "Identifier" @@ -2527,9 +2831,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -2543,9 +2849,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "capEnd001", "start": 0, "type": "Identifier" @@ -2557,6 +2865,7 @@ description: Result of parsing shepherds-hook-bolt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2567,9 +2876,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getCommonEdge", "start": 0, "type": "Identifier" @@ -2580,6 +2891,7 @@ description: Result of parsing shepherds-hook-bolt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2587,6 +2899,7 @@ description: Result of parsing shepherds-hook-bolt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2597,9 +2910,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -2610,6 +2925,7 @@ description: Result of parsing shepherds-hook-bolt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2618,12 +2934,14 @@ description: Result of parsing shepherds-hook-bolt.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2635,6 +2953,7 @@ description: Result of parsing shepherds-hook-bolt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2651,11 +2970,13 @@ description: Result of parsing shepherds-hook-bolt.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2668,18 +2989,22 @@ description: Result of parsing shepherds-hook-bolt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltThreadSectionPlane", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2690,6 +3015,7 @@ description: Result of parsing shepherds-hook-bolt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2697,9 +3023,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -2710,11 +3038,13 @@ description: Result of parsing shepherds-hook-bolt.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2727,6 +3057,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltThreadSectionShapeForRevolve", "start": 0, "type": "Identifier" @@ -2740,6 +3071,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -2751,9 +3083,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "innerRadius", "start": 0, "type": "Identifier" @@ -2774,9 +3108,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shankOffset", "start": 0, "type": "Identifier" @@ -2788,19 +3124,23 @@ description: Result of parsing shepherds-hook-bolt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shankLength", "start": 0, "type": "Identifier" @@ -2814,14 +3154,17 @@ description: Result of parsing shepherds-hook-bolt.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "threadedEndLength", "start": 0, "type": "Identifier" @@ -2837,6 +3180,7 @@ description: Result of parsing shepherds-hook-bolt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2847,9 +3191,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -2860,6 +3206,7 @@ description: Result of parsing shepherds-hook-bolt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2867,9 +3214,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltThreadSectionPlane", "start": 0, "type": "Identifier" @@ -2887,6 +3236,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2898,9 +3248,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "threadDepth", "start": 0, "type": "Identifier" @@ -2917,9 +3269,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "approximatePitch", "start": 0, "type": "Identifier" @@ -2929,10 +3283,12 @@ description: Result of parsing shepherds-hook-bolt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2948,6 +3304,7 @@ description: Result of parsing shepherds-hook-bolt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2958,9 +3315,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2971,6 +3330,7 @@ description: Result of parsing shepherds-hook-bolt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2983,6 +3343,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2995,9 +3356,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "threadDepth", "start": 0, "type": "Identifier" @@ -3009,6 +3372,7 @@ description: Result of parsing shepherds-hook-bolt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3021,9 +3385,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "approximatePitch", "start": 0, "type": "Identifier" @@ -3033,10 +3399,12 @@ description: Result of parsing shepherds-hook-bolt.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3052,6 +3420,7 @@ description: Result of parsing shepherds-hook-bolt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3062,9 +3431,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3075,6 +3446,7 @@ description: Result of parsing shepherds-hook-bolt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3087,6 +3459,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -3097,6 +3470,7 @@ description: Result of parsing shepherds-hook-bolt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3109,6 +3483,7 @@ description: Result of parsing shepherds-hook-bolt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -3120,6 +3495,7 @@ description: Result of parsing shepherds-hook-bolt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3130,6 +3506,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -3138,9 +3515,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltNumberOfRevolutions", "start": 0, "type": "Identifier" @@ -3156,6 +3535,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -3164,9 +3544,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "approximatePitch", "start": 0, "type": "Identifier" @@ -3182,9 +3564,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear2d", "start": 0, "type": "Identifier" @@ -3195,6 +3579,7 @@ description: Result of parsing shepherds-hook-bolt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3207,6 +3592,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3219,9 +3605,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "innerRadius", "start": 0, "type": "Identifier" @@ -3233,15 +3621,18 @@ description: Result of parsing shepherds-hook-bolt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9", "start": 0, "type": "Literal", @@ -3261,9 +3652,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -3274,6 +3667,7 @@ description: Result of parsing shepherds-hook-bolt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3286,6 +3680,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3295,9 +3690,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "threadedEndLength", "start": 0, "type": "Identifier" @@ -3309,6 +3706,7 @@ description: Result of parsing shepherds-hook-bolt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3320,9 +3718,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -3333,6 +3733,7 @@ description: Result of parsing shepherds-hook-bolt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3345,6 +3746,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3353,13 +3755,16 @@ description: Result of parsing shepherds-hook-bolt.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -3370,25 +3775,30 @@ description: Result of parsing shepherds-hook-bolt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -3399,12 +3809,14 @@ description: Result of parsing shepherds-hook-bolt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3412,6 +3824,7 @@ description: Result of parsing shepherds-hook-bolt.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3422,9 +3835,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3435,19 +3850,23 @@ description: Result of parsing shepherds-hook-bolt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -3458,6 +3877,7 @@ description: Result of parsing shepherds-hook-bolt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3466,12 +3886,14 @@ description: Result of parsing shepherds-hook-bolt.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "7": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3488,11 +3910,13 @@ description: Result of parsing shepherds-hook-bolt.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3505,6 +3929,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltThreadRevolve", "start": 0, "type": "Identifier" @@ -3516,6 +3941,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -3523,6 +3949,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -3538,6 +3965,7 @@ description: Result of parsing shepherds-hook-bolt.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -3546,9 +3974,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "Y", "start": 0, "type": "Identifier" @@ -3564,9 +3994,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -3577,6 +4009,7 @@ description: Result of parsing shepherds-hook-bolt.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3584,9 +4017,11 @@ description: Result of parsing shepherds-hook-bolt.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltThreadSectionShapeForRevolve", "start": 0, "type": "Identifier" @@ -3597,11 +4032,13 @@ description: Result of parsing shepherds-hook-bolt.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3613,9 +4050,11 @@ description: Result of parsing shepherds-hook-bolt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -3634,19 +4073,23 @@ description: Result of parsing shepherds-hook-bolt.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -3663,15 +4106,18 @@ description: Result of parsing shepherds-hook-bolt.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -3687,12 +4133,14 @@ description: Result of parsing shepherds-hook-bolt.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "6": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3705,6 +4153,7 @@ description: Result of parsing shepherds-hook-bolt.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/shepherds-hook-bolt/program_memory.snap b/rust/kcl-lib/tests/kcl_samples/shepherds-hook-bolt/program_memory.snap index 529480d31..7c45f319c 100644 --- a/rust/kcl-lib/tests/kcl_samples/shepherds-hook-bolt/program_memory.snap +++ b/rust/kcl-lib/tests/kcl_samples/shepherds-hook-bolt/program_memory.snap @@ -704,6 +704,7 @@ description: Variables in memory after executing shepherds-hook-bolt.kcl "tag": { "commentStart": 1558, "end": 1563, + "moduleId": 0, "start": 1558, "type": "TagDeclarator", "value": "hook" @@ -1056,6 +1057,7 @@ description: Variables in memory after executing shepherds-hook-bolt.kcl "tag": { "commentStart": 2148, "end": 2154, + "moduleId": 0, "start": 2148, "type": "TagDeclarator", "value": "seg01" @@ -1069,6 +1071,7 @@ description: Variables in memory after executing shepherds-hook-bolt.kcl "tag": { "commentStart": 2246, "end": 2255, + "moduleId": 0, "start": 2246, "type": "TagDeclarator", "value": "startTag" @@ -1082,6 +1085,7 @@ description: Variables in memory after executing shepherds-hook-bolt.kcl "tag": { "commentStart": 2273, "end": 2283, + "moduleId": 0, "start": 2273, "type": "TagDeclarator", "value": "capEnd001" @@ -1111,6 +1115,7 @@ description: Variables in memory after executing shepherds-hook-bolt.kcl "tag": { "commentStart": 2148, "end": 2154, + "moduleId": 0, "start": 2148, "type": "TagDeclarator", "value": "seg01" @@ -1478,6 +1483,7 @@ description: Variables in memory after executing shepherds-hook-bolt.kcl "tag": { "commentStart": 2148, "end": 2154, + "moduleId": 0, "start": 2148, "type": "TagDeclarator", "value": "seg01" diff --git a/rust/kcl-lib/tests/kcl_samples/socket-head-cap-screw/ast.snap b/rust/kcl-lib/tests/kcl_samples/socket-head-cap-screw/ast.snap index b9876054b..4684bb147 100644 --- a/rust/kcl-lib/tests/kcl_samples/socket-head-cap-screw/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/socket-head-cap-screw/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing socket-head-cap-screw.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltDiameter", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing socket-head-cap-screw.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.190", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing socket-head-cap-screw.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define parameters" ], @@ -49,6 +53,7 @@ description: Result of parsing socket-head-cap-screw.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltLength", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing socket-head-cap-screw.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing socket-head-cap-screw.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing socket-head-cap-screw.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHeadLength", "start": 0, "type": "Identifier" @@ -90,9 +99,11 @@ description: Result of parsing socket-head-cap-screw.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltDiameter", "start": 0, "type": "Identifier" @@ -102,11 +113,13 @@ description: Result of parsing socket-head-cap-screw.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -119,6 +132,7 @@ description: Result of parsing socket-head-cap-screw.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHeadDiameter", "start": 0, "type": "Identifier" @@ -126,6 +140,7 @@ description: Result of parsing socket-head-cap-screw.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.313", "start": 0, "type": "Literal", @@ -135,11 +150,13 @@ description: Result of parsing socket-head-cap-screw.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -152,6 +169,7 @@ description: Result of parsing socket-head-cap-screw.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHexDrive", "start": 0, "type": "Identifier" @@ -162,6 +180,7 @@ description: Result of parsing socket-head-cap-screw.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -171,10 +190,12 @@ description: Result of parsing socket-head-cap-screw.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "32", "start": 0, "type": "Literal", @@ -188,11 +209,13 @@ description: Result of parsing socket-head-cap-screw.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -205,6 +228,7 @@ description: Result of parsing socket-head-cap-screw.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHexFlatLength", "start": 0, "type": "Identifier" @@ -216,9 +240,11 @@ description: Result of parsing socket-head-cap-screw.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHexDrive", "start": 0, "type": "Identifier" @@ -228,6 +254,7 @@ description: Result of parsing socket-head-cap-screw.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, @@ -235,6 +262,7 @@ description: Result of parsing socket-head-cap-screw.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -244,15 +272,19 @@ description: Result of parsing socket-head-cap-screw.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -263,12 +295,14 @@ description: Result of parsing socket-head-cap-screw.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30deg", "start": 0, "type": "Literal", @@ -287,11 +321,13 @@ description: Result of parsing socket-head-cap-screw.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -304,6 +340,7 @@ description: Result of parsing socket-head-cap-screw.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHead", "start": 0, "type": "Identifier" @@ -311,13 +348,16 @@ description: Result of parsing socket-head-cap-screw.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -328,6 +368,7 @@ description: Result of parsing socket-head-cap-screw.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -335,9 +376,11 @@ description: Result of parsing socket-head-cap-screw.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -355,6 +398,7 @@ description: Result of parsing socket-head-cap-screw.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -365,6 +409,7 @@ description: Result of parsing socket-head-cap-screw.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -377,6 +422,7 @@ description: Result of parsing socket-head-cap-screw.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -388,6 +434,7 @@ description: Result of parsing socket-head-cap-screw.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -398,6 +445,7 @@ description: Result of parsing socket-head-cap-screw.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -409,9 +457,11 @@ description: Result of parsing socket-head-cap-screw.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHeadDiameter", "start": 0, "type": "Identifier" @@ -421,10 +471,12 @@ description: Result of parsing socket-head-cap-screw.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -444,6 +496,7 @@ description: Result of parsing socket-head-cap-screw.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -451,6 +504,7 @@ description: Result of parsing socket-head-cap-screw.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -462,9 +516,11 @@ description: Result of parsing socket-head-cap-screw.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -475,6 +531,7 @@ description: Result of parsing socket-head-cap-screw.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -487,6 +544,7 @@ description: Result of parsing socket-head-cap-screw.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -496,9 +554,11 @@ description: Result of parsing socket-head-cap-screw.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHeadLength", "start": 0, "type": "Identifier" @@ -510,6 +570,7 @@ description: Result of parsing socket-head-cap-screw.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -521,9 +582,11 @@ description: Result of parsing socket-head-cap-screw.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -534,6 +597,7 @@ description: Result of parsing socket-head-cap-screw.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -546,6 +610,7 @@ description: Result of parsing socket-head-cap-screw.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -553,6 +618,7 @@ description: Result of parsing socket-head-cap-screw.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.020", "start": 0, "type": "Literal", @@ -568,6 +634,7 @@ description: Result of parsing socket-head-cap-screw.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -579,9 +646,11 @@ description: Result of parsing socket-head-cap-screw.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "topEdge", "start": 0, "type": "Identifier" @@ -592,13 +661,16 @@ description: Result of parsing socket-head-cap-screw.kcl "type": "Name" }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getOppositeEdge", "start": 0, "type": "Identifier" @@ -609,6 +681,7 @@ description: Result of parsing socket-head-cap-screw.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -616,9 +689,11 @@ description: Result of parsing socket-head-cap-screw.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "topEdge", "start": 0, "type": "Identifier" @@ -631,6 +706,7 @@ description: Result of parsing socket-head-cap-screw.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -641,9 +717,11 @@ description: Result of parsing socket-head-cap-screw.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -654,6 +732,7 @@ description: Result of parsing socket-head-cap-screw.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -662,12 +741,14 @@ description: Result of parsing socket-head-cap-screw.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "3": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -684,11 +765,13 @@ description: Result of parsing socket-head-cap-screw.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -706,6 +789,7 @@ description: Result of parsing socket-head-cap-screw.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hexPatternSketch", "start": 0, "type": "Identifier" @@ -719,6 +803,7 @@ description: Result of parsing socket-head-cap-screw.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -727,9 +812,11 @@ description: Result of parsing socket-head-cap-screw.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "START", "start": 0, "type": "Identifier" @@ -745,9 +832,11 @@ description: Result of parsing socket-head-cap-screw.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -758,6 +847,7 @@ description: Result of parsing socket-head-cap-screw.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -765,9 +855,11 @@ description: Result of parsing socket-head-cap-screw.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHead", "start": 0, "type": "Identifier" @@ -785,6 +877,7 @@ description: Result of parsing socket-head-cap-screw.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -799,9 +892,11 @@ description: Result of parsing socket-head-cap-screw.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHexDrive", "start": 0, "type": "Identifier" @@ -811,10 +906,12 @@ description: Result of parsing socket-head-cap-screw.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -835,9 +932,11 @@ description: Result of parsing socket-head-cap-screw.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHexFlatLength", "start": 0, "type": "Identifier" @@ -847,10 +946,12 @@ description: Result of parsing socket-head-cap-screw.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -866,6 +967,7 @@ description: Result of parsing socket-head-cap-screw.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -876,9 +978,11 @@ description: Result of parsing socket-head-cap-screw.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -889,6 +993,7 @@ description: Result of parsing socket-head-cap-screw.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -901,6 +1006,7 @@ description: Result of parsing socket-head-cap-screw.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -908,6 +1014,7 @@ description: Result of parsing socket-head-cap-screw.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "270", "start": 0, "type": "Literal", @@ -923,6 +1030,7 @@ description: Result of parsing socket-head-cap-screw.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -931,9 +1039,11 @@ description: Result of parsing socket-head-cap-screw.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHexFlatLength", "start": 0, "type": "Identifier" @@ -949,9 +1059,11 @@ description: Result of parsing socket-head-cap-screw.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -962,6 +1074,7 @@ description: Result of parsing socket-head-cap-screw.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -974,6 +1087,7 @@ description: Result of parsing socket-head-cap-screw.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -981,6 +1095,7 @@ description: Result of parsing socket-head-cap-screw.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "210", "start": 0, "type": "Literal", @@ -996,6 +1111,7 @@ description: Result of parsing socket-head-cap-screw.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1004,9 +1120,11 @@ description: Result of parsing socket-head-cap-screw.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHexFlatLength", "start": 0, "type": "Identifier" @@ -1022,9 +1140,11 @@ description: Result of parsing socket-head-cap-screw.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1035,6 +1155,7 @@ description: Result of parsing socket-head-cap-screw.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1047,6 +1168,7 @@ description: Result of parsing socket-head-cap-screw.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1054,6 +1176,7 @@ description: Result of parsing socket-head-cap-screw.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "150", "start": 0, "type": "Literal", @@ -1069,6 +1192,7 @@ description: Result of parsing socket-head-cap-screw.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1077,9 +1201,11 @@ description: Result of parsing socket-head-cap-screw.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHexFlatLength", "start": 0, "type": "Identifier" @@ -1095,9 +1221,11 @@ description: Result of parsing socket-head-cap-screw.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1108,6 +1236,7 @@ description: Result of parsing socket-head-cap-screw.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1120,6 +1249,7 @@ description: Result of parsing socket-head-cap-screw.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1127,6 +1257,7 @@ description: Result of parsing socket-head-cap-screw.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -1142,6 +1273,7 @@ description: Result of parsing socket-head-cap-screw.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1150,9 +1282,11 @@ description: Result of parsing socket-head-cap-screw.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHexFlatLength", "start": 0, "type": "Identifier" @@ -1168,9 +1302,11 @@ description: Result of parsing socket-head-cap-screw.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1181,6 +1317,7 @@ description: Result of parsing socket-head-cap-screw.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1193,6 +1330,7 @@ description: Result of parsing socket-head-cap-screw.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1200,6 +1338,7 @@ description: Result of parsing socket-head-cap-screw.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -1215,6 +1354,7 @@ description: Result of parsing socket-head-cap-screw.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1223,9 +1363,11 @@ description: Result of parsing socket-head-cap-screw.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHexFlatLength", "start": 0, "type": "Identifier" @@ -1241,9 +1383,11 @@ description: Result of parsing socket-head-cap-screw.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1254,19 +1398,23 @@ description: Result of parsing socket-head-cap-screw.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1277,6 +1425,7 @@ description: Result of parsing socket-head-cap-screw.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1289,6 +1438,7 @@ description: Result of parsing socket-head-cap-screw.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1301,9 +1451,11 @@ description: Result of parsing socket-head-cap-screw.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHeadLength", "start": 0, "type": "Identifier" @@ -1315,15 +1467,18 @@ description: Result of parsing socket-head-cap-screw.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.75", "start": 0, "type": "Literal", @@ -1343,9 +1498,11 @@ description: Result of parsing socket-head-cap-screw.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1356,6 +1513,7 @@ description: Result of parsing socket-head-cap-screw.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1364,15 +1522,18 @@ description: Result of parsing socket-head-cap-screw.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1385,6 +1546,7 @@ description: Result of parsing socket-head-cap-screw.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltBody", "start": 0, "type": "Identifier" @@ -1398,6 +1560,7 @@ description: Result of parsing socket-head-cap-screw.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -1406,9 +1569,11 @@ description: Result of parsing socket-head-cap-screw.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -1424,9 +1589,11 @@ description: Result of parsing socket-head-cap-screw.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1437,6 +1604,7 @@ description: Result of parsing socket-head-cap-screw.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1444,9 +1612,11 @@ description: Result of parsing socket-head-cap-screw.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHead", "start": 0, "type": "Identifier" @@ -1464,6 +1634,7 @@ description: Result of parsing socket-head-cap-screw.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1474,6 +1645,7 @@ description: Result of parsing socket-head-cap-screw.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1486,6 +1658,7 @@ description: Result of parsing socket-head-cap-screw.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1497,6 +1670,7 @@ description: Result of parsing socket-head-cap-screw.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1507,6 +1681,7 @@ description: Result of parsing socket-head-cap-screw.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1518,9 +1693,11 @@ description: Result of parsing socket-head-cap-screw.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltDiameter", "start": 0, "type": "Identifier" @@ -1530,10 +1707,12 @@ description: Result of parsing socket-head-cap-screw.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1553,6 +1732,7 @@ description: Result of parsing socket-head-cap-screw.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1560,6 +1740,7 @@ description: Result of parsing socket-head-cap-screw.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1571,9 +1752,11 @@ description: Result of parsing socket-head-cap-screw.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1584,6 +1767,7 @@ description: Result of parsing socket-head-cap-screw.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1596,6 +1780,7 @@ description: Result of parsing socket-head-cap-screw.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1604,9 +1789,11 @@ description: Result of parsing socket-head-cap-screw.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltLength", "start": 0, "type": "Identifier" @@ -1622,9 +1809,11 @@ description: Result of parsing socket-head-cap-screw.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1635,6 +1824,7 @@ description: Result of parsing socket-head-cap-screw.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1647,6 +1837,7 @@ description: Result of parsing socket-head-cap-screw.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1654,6 +1845,7 @@ description: Result of parsing socket-head-cap-screw.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".020", "start": 0, "type": "Literal", @@ -1669,6 +1861,7 @@ description: Result of parsing socket-head-cap-screw.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -1677,13 +1870,16 @@ description: Result of parsing socket-head-cap-screw.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getOppositeEdge", "start": 0, "type": "Identifier" @@ -1694,6 +1890,7 @@ description: Result of parsing socket-head-cap-screw.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1701,9 +1898,11 @@ description: Result of parsing socket-head-cap-screw.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "filletEdge", "start": 0, "type": "Identifier" @@ -1716,6 +1915,7 @@ description: Result of parsing socket-head-cap-screw.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1726,9 +1926,11 @@ description: Result of parsing socket-head-cap-screw.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -1739,6 +1941,7 @@ description: Result of parsing socket-head-cap-screw.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1751,6 +1954,7 @@ description: Result of parsing socket-head-cap-screw.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -1758,6 +1962,7 @@ description: Result of parsing socket-head-cap-screw.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"#4dd043\"", "start": 0, "type": "Literal", @@ -1770,6 +1975,7 @@ description: Result of parsing socket-head-cap-screw.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "metalness", "start": 0, "type": "Identifier" @@ -1777,6 +1983,7 @@ description: Result of parsing socket-head-cap-screw.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -1792,6 +1999,7 @@ description: Result of parsing socket-head-cap-screw.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "roughness", "start": 0, "type": "Identifier" @@ -1799,6 +2007,7 @@ description: Result of parsing socket-head-cap-screw.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -1814,9 +2023,11 @@ description: Result of parsing socket-head-cap-screw.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "appearance", "start": 0, "type": "Identifier" @@ -1827,6 +2038,7 @@ description: Result of parsing socket-head-cap-screw.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1835,15 +2047,18 @@ description: Result of parsing socket-head-cap-screw.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1855,9 +2070,11 @@ description: Result of parsing socket-head-cap-screw.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -1876,19 +2093,23 @@ description: Result of parsing socket-head-cap-screw.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -1905,15 +2126,18 @@ description: Result of parsing socket-head-cap-screw.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -1929,12 +2153,14 @@ description: Result of parsing socket-head-cap-screw.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": {}, "startNodes": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/socket-head-cap-screw/program_memory.snap b/rust/kcl-lib/tests/kcl_samples/socket-head-cap-screw/program_memory.snap index d8a5c2bed..f46b31fda 100644 --- a/rust/kcl-lib/tests/kcl_samples/socket-head-cap-screw/program_memory.snap +++ b/rust/kcl-lib/tests/kcl_samples/socket-head-cap-screw/program_memory.snap @@ -17,6 +17,7 @@ description: Variables in memory after executing socket-head-cap-screw.kcl "tag": { "commentStart": 1519, "end": 1530, + "moduleId": 0, "start": 1519, "type": "TagDeclarator", "value": "filletEdge" @@ -46,6 +47,7 @@ description: Variables in memory after executing socket-head-cap-screw.kcl "tag": { "commentStart": 1519, "end": 1530, + "moduleId": 0, "start": 1519, "type": "TagDeclarator", "value": "filletEdge" @@ -93,6 +95,7 @@ description: Variables in memory after executing socket-head-cap-screw.kcl "tag": { "commentStart": 744, "end": 752, + "moduleId": 0, "start": 744, "type": "TagDeclarator", "value": "topEdge" @@ -122,6 +125,7 @@ description: Variables in memory after executing socket-head-cap-screw.kcl "tag": { "commentStart": 744, "end": 752, + "moduleId": 0, "start": 744, "type": "TagDeclarator", "value": "topEdge" @@ -332,6 +336,7 @@ description: Variables in memory after executing socket-head-cap-screw.kcl "tag": { "commentStart": 744, "end": 752, + "moduleId": 0, "start": 744, "type": "TagDeclarator", "value": "topEdge" @@ -361,6 +366,7 @@ description: Variables in memory after executing socket-head-cap-screw.kcl "tag": { "commentStart": 744, "end": 752, + "moduleId": 0, "start": 744, "type": "TagDeclarator", "value": "topEdge" @@ -754,6 +760,7 @@ description: Variables in memory after executing socket-head-cap-screw.kcl "tag": { "commentStart": 744, "end": 752, + "moduleId": 0, "start": 744, "type": "TagDeclarator", "value": "topEdge" @@ -783,6 +790,7 @@ description: Variables in memory after executing socket-head-cap-screw.kcl "tag": { "commentStart": 744, "end": 752, + "moduleId": 0, "start": 744, "type": "TagDeclarator", "value": "topEdge" diff --git a/rust/kcl-lib/tests/kcl_samples/spinning-highrise-tower/ast.snap b/rust/kcl-lib/tests/kcl_samples/spinning-highrise-tower/ast.snap index 90290b4ae..d58eb03c3 100644 --- a/rust/kcl-lib/tests/kcl_samples/spinning-highrise-tower/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/spinning-highrise-tower/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing spinning-highrise-tower.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "floorCount", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing spinning-highrise-tower.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "17", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing spinning-highrise-tower.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define global parameters for floor geometry and building layout" ], @@ -49,6 +53,7 @@ description: Result of parsing spinning-highrise-tower.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "floorHeight", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing spinning-highrise-tower.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing spinning-highrise-tower.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing spinning-highrise-tower.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slabWidth", "start": 0, "type": "Identifier" @@ -89,6 +98,7 @@ description: Result of parsing spinning-highrise-tower.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -98,11 +108,13 @@ description: Result of parsing spinning-highrise-tower.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -115,6 +127,7 @@ description: Result of parsing spinning-highrise-tower.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slabThickness", "start": 0, "type": "Identifier" @@ -122,6 +135,7 @@ description: Result of parsing spinning-highrise-tower.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -131,11 +145,13 @@ description: Result of parsing spinning-highrise-tower.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -148,6 +164,7 @@ description: Result of parsing spinning-highrise-tower.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotationAngleStep", "start": 0, "type": "Identifier" @@ -155,6 +172,7 @@ description: Result of parsing spinning-highrise-tower.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -164,11 +182,13 @@ description: Result of parsing spinning-highrise-tower.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -181,6 +201,7 @@ description: Result of parsing spinning-highrise-tower.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handrailHeight", "start": 0, "type": "Identifier" @@ -188,6 +209,7 @@ description: Result of parsing spinning-highrise-tower.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.2", "start": 0, "type": "Literal", @@ -197,11 +219,13 @@ description: Result of parsing spinning-highrise-tower.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -214,6 +238,7 @@ description: Result of parsing spinning-highrise-tower.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handrailThickness", "start": 0, "type": "Identifier" @@ -221,6 +246,7 @@ description: Result of parsing spinning-highrise-tower.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3", "start": 0, "type": "Literal", @@ -230,11 +256,13 @@ description: Result of parsing spinning-highrise-tower.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -247,6 +275,7 @@ description: Result of parsing spinning-highrise-tower.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "balconyDepth", "start": 0, "type": "Identifier" @@ -254,6 +283,7 @@ description: Result of parsing spinning-highrise-tower.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -263,11 +293,13 @@ description: Result of parsing spinning-highrise-tower.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -280,6 +312,7 @@ description: Result of parsing spinning-highrise-tower.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "facadeWidth", "start": 0, "type": "Identifier" @@ -291,9 +324,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slabWidth", "start": 0, "type": "Identifier" @@ -303,6 +338,7 @@ description: Result of parsing spinning-highrise-tower.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -311,9 +347,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "balconyDepth", "start": 0, "type": "Identifier" @@ -323,10 +361,12 @@ description: Result of parsing spinning-highrise-tower.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -344,11 +384,13 @@ description: Result of parsing spinning-highrise-tower.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -366,6 +408,7 @@ description: Result of parsing spinning-highrise-tower.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "facadeHeight", "start": 0, "type": "Identifier" @@ -377,9 +420,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "floorHeight", "start": 0, "type": "Identifier" @@ -389,14 +434,17 @@ description: Result of parsing spinning-highrise-tower.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slabThickness", "start": 0, "type": "Identifier" @@ -410,11 +458,13 @@ description: Result of parsing spinning-highrise-tower.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -427,6 +477,7 @@ description: Result of parsing spinning-highrise-tower.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "coreHeight", "start": 0, "type": "Identifier" @@ -441,9 +492,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "floorCount", "start": 0, "type": "Identifier" @@ -453,14 +506,17 @@ description: Result of parsing spinning-highrise-tower.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "floorHeight", "start": 0, "type": "Identifier" @@ -474,14 +530,17 @@ description: Result of parsing spinning-highrise-tower.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slabThickness", "start": 0, "type": "Identifier" @@ -495,11 +554,13 @@ description: Result of parsing spinning-highrise-tower.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -512,6 +573,7 @@ description: Result of parsing spinning-highrise-tower.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "frameSide", "start": 0, "type": "Identifier" @@ -519,6 +581,7 @@ description: Result of parsing spinning-highrise-tower.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -528,11 +591,13 @@ description: Result of parsing spinning-highrise-tower.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -545,6 +610,7 @@ description: Result of parsing spinning-highrise-tower.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "windowTargetWidth", "start": 0, "type": "Identifier" @@ -552,6 +618,7 @@ description: Result of parsing spinning-highrise-tower.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -561,11 +628,13 @@ description: Result of parsing spinning-highrise-tower.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -578,6 +647,7 @@ description: Result of parsing spinning-highrise-tower.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "windowTargetCount", "start": 0, "type": "Identifier" @@ -589,9 +659,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "facadeWidth", "start": 0, "type": "Identifier" @@ -601,14 +673,17 @@ description: Result of parsing spinning-highrise-tower.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "windowTargetWidth", "start": 0, "type": "Identifier" @@ -622,11 +697,13 @@ description: Result of parsing spinning-highrise-tower.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -639,18 +716,22 @@ description: Result of parsing spinning-highrise-tower.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "windowCount", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "round", "start": 0, "type": "Identifier" @@ -661,6 +742,7 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -668,9 +750,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "windowTargetCount", "start": 0, "type": "Identifier" @@ -681,11 +765,13 @@ description: Result of parsing spinning-highrise-tower.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -698,6 +784,7 @@ description: Result of parsing spinning-highrise-tower.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "windowWidth", "start": 0, "type": "Identifier" @@ -709,9 +796,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "facadeWidth", "start": 0, "type": "Identifier" @@ -721,14 +810,17 @@ description: Result of parsing spinning-highrise-tower.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "windowCount", "start": 0, "type": "Identifier" @@ -742,11 +834,13 @@ description: Result of parsing spinning-highrise-tower.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -759,6 +853,7 @@ description: Result of parsing spinning-highrise-tower.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boxFn", "start": 0, "type": "Identifier" @@ -774,6 +869,7 @@ description: Result of parsing spinning-highrise-tower.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shape", "start": 0, "type": "Identifier" @@ -781,13 +877,16 @@ description: Result of parsing spinning-highrise-tower.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -798,6 +897,7 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -805,9 +905,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane", "start": 0, "type": "Identifier" @@ -825,6 +927,7 @@ description: Result of parsing spinning-highrise-tower.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -840,9 +943,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -854,15 +959,18 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -884,9 +992,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -898,15 +1008,18 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -922,6 +1035,7 @@ description: Result of parsing spinning-highrise-tower.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -932,9 +1046,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -945,12 +1061,14 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -963,6 +1081,7 @@ description: Result of parsing spinning-highrise-tower.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -973,6 +1092,7 @@ description: Result of parsing spinning-highrise-tower.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -986,9 +1106,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -1000,6 +1122,7 @@ description: Result of parsing spinning-highrise-tower.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1010,9 +1133,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1023,12 +1148,14 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1041,6 +1168,7 @@ description: Result of parsing spinning-highrise-tower.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1052,9 +1180,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -1067,6 +1197,7 @@ description: Result of parsing spinning-highrise-tower.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1078,6 +1209,7 @@ description: Result of parsing spinning-highrise-tower.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1088,9 +1220,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1101,12 +1235,14 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1119,6 +1255,7 @@ description: Result of parsing spinning-highrise-tower.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1129,6 +1266,7 @@ description: Result of parsing spinning-highrise-tower.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1143,9 +1281,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -1157,6 +1297,7 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1164,6 +1305,7 @@ description: Result of parsing spinning-highrise-tower.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1174,9 +1316,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1187,12 +1331,14 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1205,6 +1351,7 @@ description: Result of parsing spinning-highrise-tower.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1213,13 +1360,16 @@ description: Result of parsing spinning-highrise-tower.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -1230,25 +1380,30 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -1259,12 +1414,14 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1272,6 +1429,7 @@ description: Result of parsing spinning-highrise-tower.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1282,9 +1440,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1295,19 +1455,23 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1318,12 +1482,14 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1332,15 +1498,18 @@ description: Result of parsing spinning-highrise-tower.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1353,6 +1522,7 @@ description: Result of parsing spinning-highrise-tower.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "body", "start": 0, "type": "Identifier" @@ -1364,6 +1534,7 @@ description: Result of parsing spinning-highrise-tower.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1372,9 +1543,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -1390,9 +1563,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1403,6 +1578,7 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1410,9 +1586,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shape", "start": 0, "type": "Identifier" @@ -1423,11 +1601,13 @@ description: Result of parsing spinning-highrise-tower.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1437,9 +1617,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "body", "start": 0, "type": "Identifier" @@ -1451,6 +1633,7 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -1458,16 +1641,19 @@ description: Result of parsing spinning-highrise-tower.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane", "start": 0, "type": "Identifier" @@ -1478,6 +1664,7 @@ description: Result of parsing spinning-highrise-tower.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -1488,6 +1675,7 @@ description: Result of parsing spinning-highrise-tower.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -1498,11 +1686,13 @@ description: Result of parsing spinning-highrise-tower.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "", "", @@ -1520,6 +1710,7 @@ description: Result of parsing spinning-highrise-tower.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "transformFn", "start": 0, "type": "Identifier" @@ -1531,6 +1722,7 @@ description: Result of parsing spinning-highrise-tower.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -1538,10 +1730,12 @@ description: Result of parsing spinning-highrise-tower.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -1550,6 +1744,7 @@ description: Result of parsing spinning-highrise-tower.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1562,6 +1757,7 @@ description: Result of parsing spinning-highrise-tower.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1578,9 +1774,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier" @@ -1590,14 +1788,17 @@ description: Result of parsing spinning-highrise-tower.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "floorHeight", "start": 0, "type": "Identifier" @@ -1613,6 +1814,7 @@ description: Result of parsing spinning-highrise-tower.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1624,15 +1826,18 @@ description: Result of parsing spinning-highrise-tower.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotation", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -1640,10 +1845,12 @@ description: Result of parsing spinning-highrise-tower.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -1653,9 +1860,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotationAngleStep", "start": 0, "type": "Identifier" @@ -1665,14 +1874,17 @@ description: Result of parsing spinning-highrise-tower.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier" @@ -1700,6 +1912,7 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -1707,16 +1920,19 @@ description: Result of parsing spinning-highrise-tower.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier" @@ -1728,11 +1944,13 @@ description: Result of parsing spinning-highrise-tower.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "", "", @@ -1750,6 +1968,7 @@ description: Result of parsing spinning-highrise-tower.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseThickness", "start": 0, "type": "Identifier" @@ -1757,6 +1976,7 @@ description: Result of parsing spinning-highrise-tower.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2", "start": 0, "type": "Literal", @@ -1766,11 +1986,13 @@ description: Result of parsing spinning-highrise-tower.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1788,6 +2010,7 @@ description: Result of parsing spinning-highrise-tower.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseSlab", "start": 0, "type": "Identifier" @@ -1801,6 +2024,7 @@ description: Result of parsing spinning-highrise-tower.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane", "start": 0, "type": "Identifier" @@ -1809,9 +2033,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -1827,6 +2053,7 @@ description: Result of parsing spinning-highrise-tower.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -1835,9 +2062,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slabWidth", "start": 0, "type": "Identifier" @@ -1853,6 +2082,7 @@ description: Result of parsing spinning-highrise-tower.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -1862,9 +2092,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseThickness", "start": 0, "type": "Identifier" @@ -1876,6 +2108,7 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1887,9 +2120,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boxFn", "start": 0, "type": "Identifier" @@ -1900,6 +2135,7 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1912,6 +2148,7 @@ description: Result of parsing spinning-highrise-tower.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -1919,6 +2156,7 @@ description: Result of parsing spinning-highrise-tower.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"#dbd7d2\"", "start": 0, "type": "Literal", @@ -1931,9 +2169,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "appearance", "start": 0, "type": "Identifier" @@ -1944,12 +2184,14 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1958,12 +2200,14 @@ description: Result of parsing spinning-highrise-tower.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1980,11 +2224,13 @@ description: Result of parsing spinning-highrise-tower.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1997,6 +2243,7 @@ description: Result of parsing spinning-highrise-tower.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "groundSize", "start": 0, "type": "Identifier" @@ -2004,6 +2251,7 @@ description: Result of parsing spinning-highrise-tower.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "50", "start": 0, "type": "Literal", @@ -2013,11 +2261,13 @@ description: Result of parsing spinning-highrise-tower.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2030,6 +2280,7 @@ description: Result of parsing spinning-highrise-tower.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "groundBody", "start": 0, "type": "Identifier" @@ -2043,6 +2294,7 @@ description: Result of parsing spinning-highrise-tower.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane", "start": 0, "type": "Identifier" @@ -2054,6 +2306,7 @@ description: Result of parsing spinning-highrise-tower.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -2063,9 +2316,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseThickness", "start": 0, "type": "Identifier" @@ -2077,6 +2332,7 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2088,9 +2344,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -2101,6 +2359,7 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2108,9 +2367,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -2127,6 +2388,7 @@ description: Result of parsing spinning-highrise-tower.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -2135,9 +2397,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "groundSize", "start": 0, "type": "Identifier" @@ -2153,6 +2417,7 @@ description: Result of parsing spinning-highrise-tower.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -2161,6 +2426,7 @@ description: Result of parsing spinning-highrise-tower.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -2172,6 +2438,7 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2183,9 +2450,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boxFn", "start": 0, "type": "Identifier" @@ -2196,6 +2465,7 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2208,6 +2478,7 @@ description: Result of parsing spinning-highrise-tower.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -2215,6 +2486,7 @@ description: Result of parsing spinning-highrise-tower.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"#3a3631\"", "start": 0, "type": "Literal", @@ -2227,9 +2499,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "appearance", "start": 0, "type": "Identifier" @@ -2240,12 +2514,14 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2254,12 +2530,14 @@ description: Result of parsing spinning-highrise-tower.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2276,11 +2554,13 @@ description: Result of parsing spinning-highrise-tower.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2293,6 +2573,7 @@ description: Result of parsing spinning-highrise-tower.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slabAndHandrailGeometry", "start": 0, "type": "Identifier" @@ -2304,6 +2585,7 @@ description: Result of parsing spinning-highrise-tower.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane", "start": 0, "type": "Identifier" @@ -2315,6 +2597,7 @@ description: Result of parsing spinning-highrise-tower.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -2326,9 +2609,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "floorHeight", "start": 0, "type": "Identifier" @@ -2338,14 +2623,17 @@ description: Result of parsing spinning-highrise-tower.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slabThickness", "start": 0, "type": "Identifier" @@ -2365,9 +2653,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -2378,6 +2668,7 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2385,9 +2676,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -2404,6 +2697,7 @@ description: Result of parsing spinning-highrise-tower.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -2412,9 +2706,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slabWidth", "start": 0, "type": "Identifier" @@ -2430,6 +2726,7 @@ description: Result of parsing spinning-highrise-tower.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -2441,9 +2738,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slabThickness", "start": 0, "type": "Identifier" @@ -2453,14 +2752,17 @@ description: Result of parsing spinning-highrise-tower.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handrailHeight", "start": 0, "type": "Identifier" @@ -2480,9 +2782,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boxFn", "start": 0, "type": "Identifier" @@ -2493,16 +2797,19 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2515,6 +2822,7 @@ description: Result of parsing spinning-highrise-tower.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slabVoidStart", "start": 0, "type": "Identifier" @@ -2530,9 +2838,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slabWidth", "start": 0, "type": "Identifier" @@ -2544,15 +2854,18 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2566,14 +2879,17 @@ description: Result of parsing spinning-highrise-tower.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handrailThickness", "start": 0, "type": "Identifier" @@ -2587,11 +2903,13 @@ description: Result of parsing spinning-highrise-tower.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2604,6 +2922,7 @@ description: Result of parsing spinning-highrise-tower.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slabVoidWidth", "start": 0, "type": "Identifier" @@ -2615,9 +2934,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slabWidth", "start": 0, "type": "Identifier" @@ -2627,6 +2948,7 @@ description: Result of parsing spinning-highrise-tower.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -2635,9 +2957,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handrailThickness", "start": 0, "type": "Identifier" @@ -2647,10 +2971,12 @@ description: Result of parsing spinning-highrise-tower.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2668,11 +2994,13 @@ description: Result of parsing spinning-highrise-tower.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2685,6 +3013,7 @@ description: Result of parsing spinning-highrise-tower.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slabVoidShape", "start": 0, "type": "Identifier" @@ -2698,6 +3027,7 @@ description: Result of parsing spinning-highrise-tower.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -2706,9 +3036,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -2724,9 +3056,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2737,6 +3071,7 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2744,9 +3079,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slabAndHandrailGeometry", "start": 0, "type": "Identifier" @@ -2764,6 +3101,7 @@ description: Result of parsing spinning-highrise-tower.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -2775,9 +3113,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slabVoidStart", "start": 0, "type": "Identifier" @@ -2791,9 +3131,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slabVoidStart", "start": 0, "type": "Identifier" @@ -2805,6 +3147,7 @@ description: Result of parsing spinning-highrise-tower.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2815,9 +3158,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -2828,12 +3173,14 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2846,6 +3193,7 @@ description: Result of parsing spinning-highrise-tower.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2856,6 +3204,7 @@ description: Result of parsing spinning-highrise-tower.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2869,9 +3218,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slabVoidWidth", "start": 0, "type": "Identifier" @@ -2883,6 +3234,7 @@ description: Result of parsing spinning-highrise-tower.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2893,9 +3245,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2906,12 +3260,14 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2924,6 +3280,7 @@ description: Result of parsing spinning-highrise-tower.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2935,9 +3292,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slabVoidWidth", "start": 0, "type": "Identifier" @@ -2950,6 +3309,7 @@ description: Result of parsing spinning-highrise-tower.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2961,6 +3321,7 @@ description: Result of parsing spinning-highrise-tower.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2971,9 +3332,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2984,12 +3347,14 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3002,6 +3367,7 @@ description: Result of parsing spinning-highrise-tower.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -3012,6 +3378,7 @@ description: Result of parsing spinning-highrise-tower.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3026,9 +3393,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slabVoidWidth", "start": 0, "type": "Identifier" @@ -3040,6 +3409,7 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3047,6 +3417,7 @@ description: Result of parsing spinning-highrise-tower.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3057,9 +3428,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3070,12 +3443,14 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3088,6 +3463,7 @@ description: Result of parsing spinning-highrise-tower.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3096,13 +3472,16 @@ description: Result of parsing spinning-highrise-tower.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -3113,25 +3492,30 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -3142,12 +3526,14 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3155,6 +3541,7 @@ description: Result of parsing spinning-highrise-tower.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3165,9 +3552,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3178,19 +3567,23 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -3201,12 +3594,14 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3215,12 +3610,14 @@ description: Result of parsing spinning-highrise-tower.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "6": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3237,11 +3634,13 @@ description: Result of parsing spinning-highrise-tower.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3254,6 +3653,7 @@ description: Result of parsing spinning-highrise-tower.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slabBody", "start": 0, "type": "Identifier" @@ -3267,6 +3667,7 @@ description: Result of parsing spinning-highrise-tower.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3276,9 +3677,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handrailHeight", "start": 0, "type": "Identifier" @@ -3290,6 +3693,7 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3301,9 +3705,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -3314,6 +3720,7 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3321,9 +3728,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "slabVoidShape", "start": 0, "type": "Identifier" @@ -3341,6 +3750,7 @@ description: Result of parsing spinning-highrise-tower.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -3349,9 +3759,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "floorCount", "start": 0, "type": "Identifier" @@ -3367,6 +3779,7 @@ description: Result of parsing spinning-highrise-tower.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "transform", "start": 0, "type": "Identifier" @@ -3375,9 +3788,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "transformFn", "start": 0, "type": "Identifier" @@ -3393,9 +3808,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternTransform", "start": 0, "type": "Identifier" @@ -3406,6 +3823,7 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3418,6 +3836,7 @@ description: Result of parsing spinning-highrise-tower.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -3425,6 +3844,7 @@ description: Result of parsing spinning-highrise-tower.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"#dbd7d2\"", "start": 0, "type": "Literal", @@ -3437,9 +3857,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "appearance", "start": 0, "type": "Identifier" @@ -3450,12 +3872,14 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3464,12 +3888,14 @@ description: Result of parsing spinning-highrise-tower.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3486,11 +3912,13 @@ description: Result of parsing spinning-highrise-tower.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3503,6 +3931,7 @@ description: Result of parsing spinning-highrise-tower.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "coreLength", "start": 0, "type": "Identifier" @@ -3510,6 +3939,7 @@ description: Result of parsing spinning-highrise-tower.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -3519,11 +3949,13 @@ description: Result of parsing spinning-highrise-tower.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3536,6 +3968,7 @@ description: Result of parsing spinning-highrise-tower.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "coreWidth", "start": 0, "type": "Identifier" @@ -3543,6 +3976,7 @@ description: Result of parsing spinning-highrise-tower.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8", "start": 0, "type": "Literal", @@ -3552,11 +3986,13 @@ description: Result of parsing spinning-highrise-tower.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3569,6 +4005,7 @@ description: Result of parsing spinning-highrise-tower.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "core", "start": 0, "type": "Identifier" @@ -3576,13 +4013,16 @@ description: Result of parsing spinning-highrise-tower.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -3593,6 +4033,7 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3600,9 +4041,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -3620,6 +4063,7 @@ description: Result of parsing spinning-highrise-tower.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -3635,9 +4079,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "coreLength", "start": 0, "type": "Identifier" @@ -3649,15 +4095,18 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3679,9 +4128,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "coreWidth", "start": 0, "type": "Identifier" @@ -3693,15 +4144,18 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3717,6 +4171,7 @@ description: Result of parsing spinning-highrise-tower.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3727,9 +4182,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -3740,12 +4197,14 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3758,6 +4217,7 @@ description: Result of parsing spinning-highrise-tower.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -3768,6 +4228,7 @@ description: Result of parsing spinning-highrise-tower.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3781,9 +4242,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "coreWidth", "start": 0, "type": "Identifier" @@ -3795,6 +4258,7 @@ description: Result of parsing spinning-highrise-tower.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3805,9 +4269,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3818,12 +4284,14 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3836,6 +4304,7 @@ description: Result of parsing spinning-highrise-tower.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -3847,9 +4316,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "coreLength", "start": 0, "type": "Identifier" @@ -3862,6 +4333,7 @@ description: Result of parsing spinning-highrise-tower.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3873,6 +4345,7 @@ description: Result of parsing spinning-highrise-tower.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3883,9 +4356,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3896,12 +4371,14 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3914,6 +4391,7 @@ description: Result of parsing spinning-highrise-tower.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -3925,6 +4403,7 @@ description: Result of parsing spinning-highrise-tower.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.22", "start": 0, "type": "Literal", @@ -3936,6 +4415,7 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3946,9 +4426,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "coreWidth", "start": 0, "type": "Identifier" @@ -3960,6 +4442,7 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3967,6 +4450,7 @@ description: Result of parsing spinning-highrise-tower.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3977,9 +4461,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3990,12 +4476,14 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -4008,6 +4496,7 @@ description: Result of parsing spinning-highrise-tower.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -4016,13 +4505,16 @@ description: Result of parsing spinning-highrise-tower.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -4033,25 +4525,30 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -4062,12 +4559,14 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -4075,6 +4574,7 @@ description: Result of parsing spinning-highrise-tower.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4085,9 +4585,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4098,19 +4600,23 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -4121,12 +4627,14 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -4139,6 +4647,7 @@ description: Result of parsing spinning-highrise-tower.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4147,9 +4656,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "coreHeight", "start": 0, "type": "Identifier" @@ -4165,9 +4676,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -4178,12 +4691,14 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -4192,12 +4707,14 @@ description: Result of parsing spinning-highrise-tower.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "7": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -4214,11 +4731,13 @@ description: Result of parsing spinning-highrise-tower.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4231,6 +4750,7 @@ description: Result of parsing spinning-highrise-tower.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "facadeStart", "start": 0, "type": "Identifier" @@ -4242,9 +4762,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "facadeWidth", "start": 0, "type": "Identifier" @@ -4254,10 +4776,12 @@ description: Result of parsing spinning-highrise-tower.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4271,11 +4795,13 @@ description: Result of parsing spinning-highrise-tower.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4288,6 +4814,7 @@ description: Result of parsing spinning-highrise-tower.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "facadeGeometry", "start": 0, "type": "Identifier" @@ -4301,6 +4828,7 @@ description: Result of parsing spinning-highrise-tower.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane", "start": 0, "type": "Identifier" @@ -4309,9 +4837,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -4327,6 +4857,7 @@ description: Result of parsing spinning-highrise-tower.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -4335,9 +4866,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "facadeWidth", "start": 0, "type": "Identifier" @@ -4353,6 +4886,7 @@ description: Result of parsing spinning-highrise-tower.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -4361,9 +4895,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "facadeHeight", "start": 0, "type": "Identifier" @@ -4379,9 +4915,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boxFn", "start": 0, "type": "Identifier" @@ -4392,6 +4930,7 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4404,6 +4943,7 @@ description: Result of parsing spinning-highrise-tower.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -4412,9 +4952,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "floorCount", "start": 0, "type": "Identifier" @@ -4430,6 +4972,7 @@ description: Result of parsing spinning-highrise-tower.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "transform", "start": 0, "type": "Identifier" @@ -4438,9 +4981,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "transformFn", "start": 0, "type": "Identifier" @@ -4456,9 +5001,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternTransform", "start": 0, "type": "Identifier" @@ -4469,6 +5016,7 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4481,6 +5029,7 @@ description: Result of parsing spinning-highrise-tower.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -4488,6 +5037,7 @@ description: Result of parsing spinning-highrise-tower.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"#151819\"", "start": 0, "type": "Literal", @@ -4500,9 +5050,11 @@ description: Result of parsing spinning-highrise-tower.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "appearance", "start": 0, "type": "Identifier" @@ -4513,12 +5065,14 @@ description: Result of parsing spinning-highrise-tower.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -4527,15 +5081,18 @@ description: Result of parsing spinning-highrise-tower.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4547,9 +5104,11 @@ description: Result of parsing spinning-highrise-tower.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -4561,19 +5120,23 @@ description: Result of parsing spinning-highrise-tower.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "m", "start": 0, "type": "Identifier" @@ -4590,15 +5153,18 @@ description: Result of parsing spinning-highrise-tower.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -4614,12 +5180,14 @@ description: Result of parsing spinning-highrise-tower.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": {}, "startNodes": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -4631,6 +5199,7 @@ description: Result of parsing spinning-highrise-tower.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -4642,6 +5211,7 @@ description: Result of parsing spinning-highrise-tower.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -4651,6 +5221,7 @@ description: Result of parsing spinning-highrise-tower.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/spool/ast.snap b/rust/kcl-lib/tests/kcl_samples/spool/ast.snap index 8c1749372..5ac013cc7 100644 --- a/rust/kcl-lib/tests/kcl_samples/spool/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/spool/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing spool.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hubDiameter", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing spool.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2in", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing spool.kcl "suffix": "Inch" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define shaft parameters" ], @@ -49,6 +53,7 @@ description: Result of parsing spool.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spoolDiameter", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing spool.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "305", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing spool.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing spool.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spoolThickness", "start": 0, "type": "Identifier" @@ -89,6 +98,7 @@ description: Result of parsing spool.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "267", "start": 0, "type": "Literal", @@ -98,11 +108,13 @@ description: Result of parsing spool.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -115,6 +127,7 @@ description: Result of parsing spool.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "coreDiameter", "start": 0, "type": "Identifier" @@ -122,6 +135,7 @@ description: Result of parsing spool.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "150", "start": 0, "type": "Literal", @@ -131,11 +145,13 @@ description: Result of parsing spool.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -148,6 +164,7 @@ description: Result of parsing spool.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "webThickness", "start": 0, "type": "Identifier" @@ -155,6 +172,7 @@ description: Result of parsing spool.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -164,11 +182,13 @@ description: Result of parsing spool.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -181,6 +201,7 @@ description: Result of parsing spool.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stockDiameter", "start": 0, "type": "Identifier" @@ -188,6 +209,7 @@ description: Result of parsing spool.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -197,11 +219,13 @@ description: Result of parsing spool.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -214,6 +238,7 @@ description: Result of parsing spool.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spoolBase", "start": 0, "type": "Identifier" @@ -221,13 +246,16 @@ description: Result of parsing spool.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -238,6 +266,7 @@ description: Result of parsing spool.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -245,9 +274,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -265,6 +296,7 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -275,6 +307,7 @@ description: Result of parsing spool.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -291,9 +324,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "coreDiameter", "start": 0, "type": "Identifier" @@ -303,10 +338,12 @@ description: Result of parsing spool.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -322,6 +359,7 @@ description: Result of parsing spool.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -332,9 +370,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -345,6 +385,7 @@ description: Result of parsing spool.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -357,6 +398,7 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -368,9 +410,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spoolThickness", "start": 0, "type": "Identifier" @@ -380,10 +424,12 @@ description: Result of parsing spool.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -403,9 +449,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -416,6 +464,7 @@ description: Result of parsing spool.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -428,6 +477,7 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -442,9 +492,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spoolDiameter", "start": 0, "type": "Identifier" @@ -454,10 +506,12 @@ description: Result of parsing spool.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -471,14 +525,17 @@ description: Result of parsing spool.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "webThickness", "start": 0, "type": "Identifier" @@ -498,9 +555,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -511,6 +570,7 @@ description: Result of parsing spool.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -523,6 +583,7 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -531,6 +592,7 @@ description: Result of parsing spool.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "270", "start": 0, "type": "Literal", @@ -542,6 +604,7 @@ description: Result of parsing spool.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -553,6 +616,7 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -561,9 +625,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "webThickness", "start": 0, "type": "Identifier" @@ -579,9 +645,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -592,6 +660,7 @@ description: Result of parsing spool.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -604,6 +673,7 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -615,9 +685,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hubDiameter", "start": 0, "type": "Identifier" @@ -627,10 +699,12 @@ description: Result of parsing spool.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -650,6 +724,7 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -657,6 +732,7 @@ description: Result of parsing spool.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -668,9 +744,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -681,6 +759,7 @@ description: Result of parsing spool.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -693,18 +772,22 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -715,6 +798,7 @@ description: Result of parsing spool.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -726,9 +810,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -739,6 +825,7 @@ description: Result of parsing spool.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -751,18 +838,22 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -773,6 +864,7 @@ description: Result of parsing spool.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -784,9 +876,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -797,19 +891,23 @@ description: Result of parsing spool.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -820,6 +918,7 @@ description: Result of parsing spool.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -832,6 +931,7 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -840,9 +940,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "X", "start": 0, "type": "Identifier" @@ -858,9 +960,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -871,6 +975,7 @@ description: Result of parsing spool.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -883,6 +988,7 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -890,6 +996,7 @@ description: Result of parsing spool.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"#010101\"", "start": 0, "type": "Literal", @@ -902,6 +1009,7 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "metalness", "start": 0, "type": "Identifier" @@ -909,6 +1017,7 @@ description: Result of parsing spool.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -924,6 +1033,7 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "roughness", "start": 0, "type": "Identifier" @@ -931,6 +1041,7 @@ description: Result of parsing spool.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "70", "start": 0, "type": "Literal", @@ -946,9 +1057,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "appearance", "start": 0, "type": "Identifier" @@ -959,6 +1072,7 @@ description: Result of parsing spool.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -967,12 +1081,14 @@ description: Result of parsing spool.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "10": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -989,11 +1105,13 @@ description: Result of parsing spool.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1011,6 +1129,7 @@ description: Result of parsing spool.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "score", "start": 0, "type": "Identifier" @@ -1026,6 +1145,7 @@ description: Result of parsing spool.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scoreFn", "start": 0, "type": "Identifier" @@ -1039,6 +1159,7 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -1047,9 +1168,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -1065,9 +1188,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1078,6 +1203,7 @@ description: Result of parsing spool.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1085,9 +1211,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spoolBase", "start": 0, "type": "Identifier" @@ -1105,6 +1233,7 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1115,6 +1244,7 @@ description: Result of parsing spool.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1128,9 +1258,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1142,6 +1274,7 @@ description: Result of parsing spool.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1152,9 +1285,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1165,6 +1300,7 @@ description: Result of parsing spool.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1177,6 +1313,7 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -1184,6 +1321,7 @@ description: Result of parsing spool.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -1199,6 +1337,7 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -1206,6 +1345,7 @@ description: Result of parsing spool.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "55", "start": 0, "type": "Literal", @@ -1221,18 +1361,22 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -1243,12 +1387,14 @@ description: Result of parsing spool.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1260,9 +1406,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -1273,6 +1421,7 @@ description: Result of parsing spool.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1285,6 +1434,7 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1292,6 +1442,7 @@ description: Result of parsing spool.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "55", "start": 0, "type": "Literal", @@ -1307,6 +1458,7 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1315,9 +1467,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1333,9 +1487,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1346,6 +1502,7 @@ description: Result of parsing spool.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1358,6 +1515,7 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -1365,6 +1523,7 @@ description: Result of parsing spool.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "55", "start": 0, "type": "Literal", @@ -1380,6 +1539,7 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -1387,6 +1547,7 @@ description: Result of parsing spool.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -1402,6 +1563,7 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1410,13 +1572,16 @@ description: Result of parsing spool.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -1427,25 +1592,30 @@ description: Result of parsing spool.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1465,9 +1635,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -1478,12 +1650,14 @@ description: Result of parsing spool.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1496,6 +1670,7 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1504,13 +1679,16 @@ description: Result of parsing spool.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -1521,25 +1699,30 @@ description: Result of parsing spool.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -1550,12 +1733,14 @@ description: Result of parsing spool.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1563,6 +1748,7 @@ description: Result of parsing spool.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1573,9 +1759,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1586,19 +1774,23 @@ description: Result of parsing spool.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1609,6 +1801,7 @@ description: Result of parsing spool.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1621,6 +1814,7 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -1628,6 +1822,7 @@ description: Result of parsing spool.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8", "start": 0, "type": "Literal", @@ -1643,6 +1838,7 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1653,6 +1849,7 @@ description: Result of parsing spool.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1665,6 +1862,7 @@ description: Result of parsing spool.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1676,6 +1874,7 @@ description: Result of parsing spool.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1686,9 +1885,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular2d", "start": 0, "type": "Identifier" @@ -1699,6 +1900,7 @@ description: Result of parsing spool.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1711,6 +1913,7 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1720,9 +1923,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -1734,6 +1939,7 @@ description: Result of parsing spool.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1745,9 +1951,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1758,6 +1966,7 @@ description: Result of parsing spool.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1766,15 +1975,18 @@ description: Result of parsing spool.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1784,9 +1996,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scoreFn", "start": 0, "type": "Identifier" @@ -1798,6 +2012,7 @@ description: Result of parsing spool.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -1805,12 +2020,14 @@ description: Result of parsing spool.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1825,12 +2042,14 @@ description: Result of parsing spool.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1841,6 +2060,7 @@ description: Result of parsing spool.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1851,6 +2071,7 @@ description: Result of parsing spool.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -1861,11 +2082,13 @@ description: Result of parsing spool.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1878,6 +2101,7 @@ description: Result of parsing spool.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scoreSketch01", "start": 0, "type": "Identifier" @@ -1889,6 +2113,7 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1903,9 +2128,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hubDiameter", "start": 0, "type": "Identifier" @@ -1915,10 +2142,12 @@ description: Result of parsing spool.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1932,14 +2161,17 @@ description: Result of parsing spool.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "webThickness", "start": 0, "type": "Identifier" @@ -1959,6 +2191,7 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1976,9 +2209,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "coreDiameter", "start": 0, "type": "Identifier" @@ -1988,14 +2223,17 @@ description: Result of parsing spool.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hubDiameter", "start": 0, "type": "Identifier" @@ -2009,10 +2247,12 @@ description: Result of parsing spool.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2026,6 +2266,7 @@ description: Result of parsing spool.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -2033,6 +2274,7 @@ description: Result of parsing spool.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2042,14 +2284,17 @@ description: Result of parsing spool.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "webThickness", "start": 0, "type": "Identifier" @@ -2073,6 +2318,7 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -2084,9 +2330,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spoolThickness", "start": 0, "type": "Identifier" @@ -2096,10 +2344,12 @@ description: Result of parsing spool.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2119,9 +2369,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "score", "start": 0, "type": "Identifier" @@ -2132,16 +2384,19 @@ description: Result of parsing spool.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2159,6 +2414,7 @@ description: Result of parsing spool.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scoreSketch02", "start": 0, "type": "Identifier" @@ -2172,6 +2428,7 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2183,9 +2440,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "coreDiameter", "start": 0, "type": "Identifier" @@ -2195,10 +2454,12 @@ description: Result of parsing spool.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2218,6 +2479,7 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2235,9 +2497,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spoolDiameter", "start": 0, "type": "Identifier" @@ -2247,14 +2511,17 @@ description: Result of parsing spool.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "coreDiameter", "start": 0, "type": "Identifier" @@ -2268,10 +2535,12 @@ description: Result of parsing spool.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2285,6 +2554,7 @@ description: Result of parsing spool.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -2293,9 +2563,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "webThickness", "start": 0, "type": "Identifier" @@ -2305,10 +2577,12 @@ description: Result of parsing spool.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -2332,6 +2606,7 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -2343,9 +2618,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "webThickness", "start": 0, "type": "Identifier" @@ -2355,10 +2632,12 @@ description: Result of parsing spool.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2378,9 +2657,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "score", "start": 0, "type": "Identifier" @@ -2391,6 +2672,7 @@ description: Result of parsing spool.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2403,6 +2685,7 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -2410,6 +2693,7 @@ description: Result of parsing spool.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2425,6 +2709,7 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -2435,6 +2720,7 @@ description: Result of parsing spool.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2447,6 +2733,7 @@ description: Result of parsing spool.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -2459,6 +2746,7 @@ description: Result of parsing spool.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2470,6 +2758,7 @@ description: Result of parsing spool.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2480,6 +2769,7 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -2490,6 +2780,7 @@ description: Result of parsing spool.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2502,6 +2793,7 @@ description: Result of parsing spool.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2514,6 +2806,7 @@ description: Result of parsing spool.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2525,6 +2818,7 @@ description: Result of parsing spool.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2535,9 +2829,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular3d", "start": 0, "type": "Identifier" @@ -2548,6 +2844,7 @@ description: Result of parsing spool.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2556,12 +2853,14 @@ description: Result of parsing spool.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2575,6 +2874,7 @@ description: Result of parsing spool.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2591,11 +2891,13 @@ description: Result of parsing spool.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2608,6 +2910,7 @@ description: Result of parsing spool.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hel01", "start": 0, "type": "Identifier" @@ -2619,6 +2922,7 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolutions", "start": 0, "type": "Identifier" @@ -2633,9 +2937,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spoolThickness", "start": 0, "type": "Identifier" @@ -2645,14 +2951,17 @@ description: Result of parsing spool.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stockDiameter", "start": 0, "type": "Identifier" @@ -2666,10 +2975,12 @@ description: Result of parsing spool.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.5", "start": 0, "type": "Literal", @@ -2689,6 +3000,7 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -2696,6 +3008,7 @@ description: Result of parsing spool.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2711,6 +3024,7 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2725,9 +3039,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "coreDiameter", "start": 0, "type": "Identifier" @@ -2737,14 +3053,17 @@ description: Result of parsing spool.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stockDiameter", "start": 0, "type": "Identifier" @@ -2758,10 +3077,12 @@ description: Result of parsing spool.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2781,6 +3102,7 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -2789,9 +3111,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "X", "start": 0, "type": "Identifier" @@ -2807,6 +3131,7 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2815,9 +3140,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spoolThickness", "start": 0, "type": "Identifier" @@ -2833,9 +3160,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "helix", "start": 0, "type": "Identifier" @@ -2846,16 +3175,19 @@ description: Result of parsing spool.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2868,6 +3200,7 @@ description: Result of parsing spool.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stock", "start": 0, "type": "Identifier" @@ -2875,13 +3208,16 @@ description: Result of parsing spool.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2892,6 +3228,7 @@ description: Result of parsing spool.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2899,9 +3236,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -2919,6 +3258,7 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -2929,6 +3269,7 @@ description: Result of parsing spool.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2949,9 +3290,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "coreDiameter", "start": 0, "type": "Identifier" @@ -2961,14 +3304,17 @@ description: Result of parsing spool.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stockDiameter", "start": 0, "type": "Identifier" @@ -2984,15 +3330,18 @@ description: Result of parsing spool.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3008,6 +3357,7 @@ description: Result of parsing spool.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3018,6 +3368,7 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "diameter", "start": 0, "type": "Identifier" @@ -3026,9 +3377,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stockDiameter", "start": 0, "type": "Identifier" @@ -3044,9 +3397,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -3057,6 +3412,7 @@ description: Result of parsing spool.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3069,6 +3425,7 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "path", "start": 0, "type": "Identifier" @@ -3077,9 +3434,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hel01", "start": 0, "type": "Identifier" @@ -3095,9 +3454,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sweep", "start": 0, "type": "Identifier" @@ -3108,6 +3469,7 @@ description: Result of parsing spool.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3120,6 +3482,7 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -3132,9 +3495,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spoolThickness", "start": 0, "type": "Identifier" @@ -3146,15 +3511,18 @@ description: Result of parsing spool.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3174,9 +3542,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -3187,6 +3557,7 @@ description: Result of parsing spool.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3199,6 +3570,7 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -3206,6 +3578,7 @@ description: Result of parsing spool.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"#f2471c\"", "start": 0, "type": "Literal", @@ -3218,6 +3591,7 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "metalness", "start": 0, "type": "Identifier" @@ -3225,6 +3599,7 @@ description: Result of parsing spool.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "70", "start": 0, "type": "Literal", @@ -3240,6 +3615,7 @@ description: Result of parsing spool.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "roughness", "start": 0, "type": "Identifier" @@ -3247,6 +3623,7 @@ description: Result of parsing spool.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -3262,9 +3639,11 @@ description: Result of parsing spool.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "appearance", "start": 0, "type": "Identifier" @@ -3275,6 +3654,7 @@ description: Result of parsing spool.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3283,15 +3663,18 @@ description: Result of parsing spool.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -3308,9 +3691,11 @@ description: Result of parsing spool.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -3329,19 +3714,23 @@ description: Result of parsing spool.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -3357,12 +3746,14 @@ description: Result of parsing spool.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": {}, "startNodes": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/spool/program_memory.snap b/rust/kcl-lib/tests/kcl_samples/spool/program_memory.snap index 866596288..6693d46a3 100644 --- a/rust/kcl-lib/tests/kcl_samples/spool/program_memory.snap +++ b/rust/kcl-lib/tests/kcl_samples/spool/program_memory.snap @@ -248,6 +248,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -347,6 +348,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -725,6 +727,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -824,6 +827,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -1202,6 +1206,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -1301,6 +1306,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -1679,6 +1685,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -1778,6 +1785,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -2156,6 +2164,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -2255,6 +2264,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -2633,6 +2643,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -2732,6 +2743,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -3110,6 +3122,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -3209,6 +3222,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -3587,6 +3601,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -3686,6 +3701,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -4069,6 +4085,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -4168,6 +4185,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -4546,6 +4564,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -4645,6 +4664,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -5023,6 +5043,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -5122,6 +5143,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -5500,6 +5522,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -5599,6 +5622,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -5977,6 +6001,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -6076,6 +6101,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -6454,6 +6480,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -6553,6 +6580,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -6931,6 +6959,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -7030,6 +7059,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -7408,6 +7438,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -7507,6 +7538,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -7885,6 +7917,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -7984,6 +8017,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -8362,6 +8396,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -8461,6 +8496,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -8839,6 +8875,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -8938,6 +8975,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -9316,6 +9354,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -9415,6 +9454,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -9793,6 +9833,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -9892,6 +9933,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -10270,6 +10312,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -10369,6 +10412,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -10747,6 +10791,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -10846,6 +10891,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -11224,6 +11270,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -11323,6 +11370,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -11541,6 +11589,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" @@ -11640,6 +11689,7 @@ description: Variables in memory after executing spool.kcl "tag": { "commentStart": 621, "end": 627, + "moduleId": 0, "start": 621, "type": "TagDeclarator", "value": "seg01" diff --git a/rust/kcl-lib/tests/kcl_samples/spur-gear/ast.snap b/rust/kcl-lib/tests/kcl_samples/spur-gear/ast.snap index d7e0a46a9..d09d24630 100644 --- a/rust/kcl-lib/tests/kcl_samples/spur-gear/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/spur-gear/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing spur-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spurGear", "start": 0, "type": "Identifier" @@ -28,6 +29,7 @@ description: Result of parsing spur-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitchDiameter", "start": 0, "type": "Identifier" @@ -39,9 +41,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -51,14 +55,17 @@ description: Result of parsing spur-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -72,11 +79,13 @@ description: Result of parsing spur-gear.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define gear parameters" ], @@ -92,6 +101,7 @@ description: Result of parsing spur-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "addendum", "start": 0, "type": "Identifier" @@ -100,9 +110,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -112,11 +124,13 @@ description: Result of parsing spur-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -129,6 +143,7 @@ description: Result of parsing spur-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "deddendum", "start": 0, "type": "Identifier" @@ -139,6 +154,7 @@ description: Result of parsing spur-gear.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.25", "start": 0, "type": "Literal", @@ -148,14 +164,17 @@ description: Result of parsing spur-gear.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -169,11 +188,13 @@ description: Result of parsing spur-gear.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -186,6 +207,7 @@ description: Result of parsing spur-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -197,9 +219,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitchDiameter", "start": 0, "type": "Identifier" @@ -209,15 +233,19 @@ description: Result of parsing spur-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -228,6 +256,7 @@ description: Result of parsing spur-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -235,9 +264,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pressureAngle", "start": 0, "type": "Identifier" @@ -252,11 +283,13 @@ description: Result of parsing spur-gear.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -269,6 +302,7 @@ description: Result of parsing spur-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -280,9 +314,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitchDiameter", "start": 0, "type": "Identifier" @@ -292,6 +328,7 @@ description: Result of parsing spur-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -299,6 +336,7 @@ description: Result of parsing spur-gear.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -308,14 +346,17 @@ description: Result of parsing spur-gear.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -333,11 +374,13 @@ description: Result of parsing spur-gear.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -350,6 +393,7 @@ description: Result of parsing spur-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keywayWidth", "start": 0, "type": "Identifier" @@ -357,6 +401,7 @@ description: Result of parsing spur-gear.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -366,11 +411,13 @@ description: Result of parsing spur-gear.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -388,6 +435,7 @@ description: Result of parsing spur-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keywayDepth", "start": 0, "type": "Identifier" @@ -399,9 +447,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keywayWidth", "start": 0, "type": "Identifier" @@ -411,10 +461,12 @@ description: Result of parsing spur-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -428,11 +480,13 @@ description: Result of parsing spur-gear.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -445,6 +499,7 @@ description: Result of parsing spur-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDiam", "start": 0, "type": "Identifier" @@ -452,6 +507,7 @@ description: Result of parsing spur-gear.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -461,11 +517,13 @@ description: Result of parsing spur-gear.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -478,6 +536,7 @@ description: Result of parsing spur-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeRadius", "start": 0, "type": "Identifier" @@ -489,9 +548,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDiam", "start": 0, "type": "Identifier" @@ -501,10 +562,12 @@ description: Result of parsing spur-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -518,11 +581,13 @@ description: Result of parsing spur-gear.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -535,18 +600,22 @@ description: Result of parsing spur-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startAngle", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "asin", "start": 0, "type": "Identifier" @@ -557,6 +626,7 @@ description: Result of parsing spur-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -570,9 +640,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keywayWidth", "start": 0, "type": "Identifier" @@ -582,10 +654,12 @@ description: Result of parsing spur-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -599,14 +673,17 @@ description: Result of parsing spur-gear.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeRadius", "start": 0, "type": "Identifier" @@ -621,11 +698,13 @@ description: Result of parsing spur-gear.kcl "type": "BinaryExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -638,6 +717,7 @@ description: Result of parsing spur-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeWithKeyway", "start": 0, "type": "Identifier" @@ -645,13 +725,16 @@ description: Result of parsing spur-gear.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -662,6 +745,7 @@ description: Result of parsing spur-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -669,9 +753,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -689,6 +775,7 @@ description: Result of parsing spur-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -703,9 +790,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeRadius", "start": 0, "type": "Identifier" @@ -715,15 +804,19 @@ description: Result of parsing spur-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -734,6 +827,7 @@ description: Result of parsing spur-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -741,9 +835,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startAngle", "start": 0, "type": "Identifier" @@ -765,9 +861,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeRadius", "start": 0, "type": "Identifier" @@ -777,15 +875,19 @@ description: Result of parsing spur-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -796,6 +898,7 @@ description: Result of parsing spur-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -803,9 +906,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startAngle", "start": 0, "type": "Identifier" @@ -822,6 +927,7 @@ description: Result of parsing spur-gear.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -832,9 +938,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -845,6 +953,7 @@ description: Result of parsing spur-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -857,6 +966,7 @@ description: Result of parsing spur-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -865,9 +975,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keywayDepth", "start": 0, "type": "Identifier" @@ -883,9 +995,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -896,6 +1010,7 @@ description: Result of parsing spur-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -908,6 +1023,7 @@ description: Result of parsing spur-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -917,9 +1033,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keywayWidth", "start": 0, "type": "Identifier" @@ -931,6 +1049,7 @@ description: Result of parsing spur-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -942,9 +1061,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -955,6 +1076,7 @@ description: Result of parsing spur-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -967,6 +1089,7 @@ description: Result of parsing spur-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -976,9 +1099,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "keywayDepth", "start": 0, "type": "Identifier" @@ -990,6 +1115,7 @@ description: Result of parsing spur-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1001,9 +1127,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1014,6 +1142,7 @@ description: Result of parsing spur-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1026,6 +1155,7 @@ description: Result of parsing spur-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -1040,6 +1170,7 @@ description: Result of parsing spur-gear.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1051,19 +1182,23 @@ description: Result of parsing spur-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startAngle", "start": 0, "type": "Identifier" @@ -1077,10 +1212,12 @@ description: Result of parsing spur-gear.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -1100,6 +1237,7 @@ description: Result of parsing spur-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -1107,6 +1245,7 @@ description: Result of parsing spur-gear.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -1122,6 +1261,7 @@ description: Result of parsing spur-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1130,9 +1270,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeRadius", "start": 0, "type": "Identifier" @@ -1148,9 +1290,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -1161,6 +1305,7 @@ description: Result of parsing spur-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1173,6 +1318,7 @@ description: Result of parsing spur-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -1180,6 +1326,7 @@ description: Result of parsing spur-gear.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -1195,6 +1342,7 @@ description: Result of parsing spur-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -1203,9 +1351,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startAngle", "start": 0, "type": "Identifier" @@ -1221,6 +1371,7 @@ description: Result of parsing spur-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1229,9 +1380,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeRadius", "start": 0, "type": "Identifier" @@ -1247,9 +1400,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -1260,19 +1415,23 @@ description: Result of parsing spur-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1283,6 +1442,7 @@ description: Result of parsing spur-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1291,12 +1451,14 @@ description: Result of parsing spur-gear.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "7": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1313,11 +1475,13 @@ description: Result of parsing spur-gear.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1335,6 +1499,7 @@ description: Result of parsing spur-gear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch", "start": 0, "type": "Identifier" @@ -1342,13 +1507,16 @@ description: Result of parsing spur-gear.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1359,6 +1527,7 @@ description: Result of parsing spur-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1366,9 +1535,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -1386,6 +1557,7 @@ description: Result of parsing spur-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1397,6 +1569,7 @@ description: Result of parsing spur-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1404,6 +1577,7 @@ description: Result of parsing spur-gear.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1419,6 +1593,7 @@ description: Result of parsing spur-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1430,9 +1605,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -1442,10 +1619,12 @@ description: Result of parsing spur-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1465,9 +1644,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "polar", "start": 0, "type": "Identifier" @@ -1478,6 +1659,7 @@ description: Result of parsing spur-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1489,9 +1671,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1502,6 +1686,7 @@ description: Result of parsing spur-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1514,6 +1699,7 @@ description: Result of parsing spur-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startRadius", "start": 0, "type": "Identifier" @@ -1525,9 +1711,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -1537,10 +1725,12 @@ description: Result of parsing spur-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1560,6 +1750,7 @@ description: Result of parsing spur-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endRadius", "start": 0, "type": "Identifier" @@ -1571,9 +1762,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -1583,10 +1776,12 @@ description: Result of parsing spur-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1606,6 +1801,7 @@ description: Result of parsing spur-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1613,6 +1809,7 @@ description: Result of parsing spur-gear.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1628,6 +1825,7 @@ description: Result of parsing spur-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1635,6 +1833,7 @@ description: Result of parsing spur-gear.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1646,9 +1845,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "involuteCircular", "start": 0, "type": "Identifier" @@ -1659,6 +1860,7 @@ description: Result of parsing spur-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1671,6 +1873,7 @@ description: Result of parsing spur-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1682,6 +1885,7 @@ description: Result of parsing spur-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1692,6 +1896,7 @@ description: Result of parsing spur-gear.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "160", "start": 0, "type": "Literal", @@ -1701,14 +1906,17 @@ description: Result of parsing spur-gear.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -1728,6 +1936,7 @@ description: Result of parsing spur-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1739,9 +1948,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -1751,10 +1962,12 @@ description: Result of parsing spur-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1774,9 +1987,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "polar", "start": 0, "type": "Identifier" @@ -1787,6 +2002,7 @@ description: Result of parsing spur-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1798,9 +2014,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1811,6 +2029,7 @@ description: Result of parsing spur-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1823,6 +2042,7 @@ description: Result of parsing spur-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startRadius", "start": 0, "type": "Identifier" @@ -1834,9 +2054,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -1846,10 +2068,12 @@ description: Result of parsing spur-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1869,6 +2093,7 @@ description: Result of parsing spur-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endRadius", "start": 0, "type": "Identifier" @@ -1880,9 +2105,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -1892,10 +2119,12 @@ description: Result of parsing spur-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1915,6 +2144,7 @@ description: Result of parsing spur-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1924,13 +2154,16 @@ description: Result of parsing spur-gear.kcl "end": 0, "left": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "atan", "start": 0, "type": "Identifier" @@ -1941,6 +2174,7 @@ description: Result of parsing spur-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1948,13 +2182,16 @@ description: Result of parsing spur-gear.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndY", "start": 0, "type": "Identifier" @@ -1965,6 +2202,7 @@ description: Result of parsing spur-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1972,9 +2210,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -1985,15 +2225,19 @@ description: Result of parsing spur-gear.kcl "type": "Name" } }, + "moduleId": 0, "operator": "/", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndX", "start": 0, "type": "Identifier" @@ -2004,6 +2248,7 @@ description: Result of parsing spur-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2011,9 +2256,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -2031,11 +2278,13 @@ description: Result of parsing spur-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -2043,6 +2292,7 @@ description: Result of parsing spur-gear.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -2052,14 +2302,17 @@ description: Result of parsing spur-gear.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -2083,6 +2336,7 @@ description: Result of parsing spur-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "reverse", "start": 0, "type": "Identifier" @@ -2090,6 +2344,7 @@ description: Result of parsing spur-gear.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -2102,9 +2357,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "involuteCircular", "start": 0, "type": "Identifier" @@ -2115,6 +2372,7 @@ description: Result of parsing spur-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2127,6 +2385,7 @@ description: Result of parsing spur-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2138,6 +2397,7 @@ description: Result of parsing spur-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2148,6 +2408,7 @@ description: Result of parsing spur-gear.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -2157,14 +2418,17 @@ description: Result of parsing spur-gear.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -2184,6 +2448,7 @@ description: Result of parsing spur-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2195,9 +2460,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -2207,10 +2474,12 @@ description: Result of parsing spur-gear.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2230,9 +2499,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "polar", "start": 0, "type": "Identifier" @@ -2243,6 +2514,7 @@ description: Result of parsing spur-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2254,9 +2526,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2267,6 +2541,7 @@ description: Result of parsing spur-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2279,6 +2554,7 @@ description: Result of parsing spur-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -2287,9 +2563,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -2305,6 +2583,7 @@ description: Result of parsing spur-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -2315,6 +2594,7 @@ description: Result of parsing spur-gear.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2327,6 +2607,7 @@ description: Result of parsing spur-gear.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2338,6 +2619,7 @@ description: Result of parsing spur-gear.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2348,6 +2630,7 @@ description: Result of parsing spur-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -2355,6 +2638,7 @@ description: Result of parsing spur-gear.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -2370,6 +2654,7 @@ description: Result of parsing spur-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -2377,6 +2662,7 @@ description: Result of parsing spur-gear.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -2389,9 +2675,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular2d", "start": 0, "type": "Identifier" @@ -2402,25 +2690,30 @@ description: Result of parsing spur-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -2431,6 +2724,7 @@ description: Result of parsing spur-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2443,6 +2737,7 @@ description: Result of parsing spur-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -2451,9 +2746,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeWithKeyway", "start": 0, "type": "Identifier" @@ -2469,9 +2766,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -2482,6 +2781,7 @@ description: Result of parsing spur-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2494,6 +2794,7 @@ description: Result of parsing spur-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2502,9 +2803,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearHeight", "start": 0, "type": "Identifier" @@ -2520,9 +2823,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2533,6 +2838,7 @@ description: Result of parsing spur-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2541,12 +2847,14 @@ description: Result of parsing spur-gear.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "4": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2560,6 +2868,7 @@ description: Result of parsing spur-gear.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2573,6 +2882,7 @@ description: Result of parsing spur-gear.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2586,6 +2896,7 @@ description: Result of parsing spur-gear.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2602,11 +2913,13 @@ description: Result of parsing spur-gear.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2616,9 +2929,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch", "start": 0, "type": "Identifier" @@ -2630,6 +2945,7 @@ description: Result of parsing spur-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -2637,12 +2953,14 @@ description: Result of parsing spur-gear.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "11": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2657,12 +2975,14 @@ description: Result of parsing spur-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -2673,6 +2993,7 @@ description: Result of parsing spur-gear.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -2683,6 +3004,7 @@ description: Result of parsing spur-gear.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pressureAngle", "start": 0, "type": "Identifier" @@ -2693,6 +3015,7 @@ description: Result of parsing spur-gear.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearHeight", "start": 0, "type": "Identifier" @@ -2703,11 +3026,13 @@ description: Result of parsing spur-gear.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "// Define a function to create a spur gear" ], @@ -2725,6 +3050,7 @@ description: Result of parsing spur-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -2732,6 +3058,7 @@ description: Result of parsing spur-gear.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "21", "start": 0, "type": "Literal", @@ -2747,6 +3074,7 @@ description: Result of parsing spur-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -2754,6 +3082,7 @@ description: Result of parsing spur-gear.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.5", "start": 0, "type": "Literal", @@ -2769,6 +3098,7 @@ description: Result of parsing spur-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pressureAngle", "start": 0, "type": "Identifier" @@ -2776,6 +3106,7 @@ description: Result of parsing spur-gear.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "14", "start": 0, "type": "Literal", @@ -2791,6 +3122,7 @@ description: Result of parsing spur-gear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearHeight", "start": 0, "type": "Identifier" @@ -2798,6 +3130,7 @@ description: Result of parsing spur-gear.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -2813,9 +3146,11 @@ description: Result of parsing spur-gear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spurGear", "start": 0, "type": "Identifier" @@ -2826,11 +3161,13 @@ description: Result of parsing spur-gear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -2842,9 +3179,11 @@ description: Result of parsing spur-gear.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -2863,19 +3202,23 @@ description: Result of parsing spur-gear.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -2891,12 +3234,14 @@ description: Result of parsing spur-gear.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2909,6 +3254,7 @@ description: Result of parsing spur-gear.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/spur-reduction-gearset/ast.snap b/rust/kcl-lib/tests/kcl_samples/spur-reduction-gearset/ast.snap index ffd8365a1..7694851d6 100644 --- a/rust/kcl-lib/tests/kcl_samples/spur-reduction-gearset/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/spur-reduction-gearset/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing spur-reduction-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spurGear", "start": 0, "type": "Identifier" @@ -28,6 +29,7 @@ description: Result of parsing spur-reduction-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitchDiameter", "start": 0, "type": "Identifier" @@ -39,9 +41,11 @@ description: Result of parsing spur-reduction-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -51,14 +55,17 @@ description: Result of parsing spur-reduction-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -72,11 +79,13 @@ description: Result of parsing spur-reduction-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Calculate gear parameters" ], @@ -92,6 +101,7 @@ description: Result of parsing spur-reduction-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "addendum", "start": 0, "type": "Identifier" @@ -100,9 +110,11 @@ description: Result of parsing spur-reduction-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -112,11 +124,13 @@ description: Result of parsing spur-reduction-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -129,6 +143,7 @@ description: Result of parsing spur-reduction-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "deddendum", "start": 0, "type": "Identifier" @@ -139,6 +154,7 @@ description: Result of parsing spur-reduction-gearset.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.25", "start": 0, "type": "Literal", @@ -148,14 +164,17 @@ description: Result of parsing spur-reduction-gearset.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -169,11 +188,13 @@ description: Result of parsing spur-reduction-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -186,6 +207,7 @@ description: Result of parsing spur-reduction-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -197,9 +219,11 @@ description: Result of parsing spur-reduction-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitchDiameter", "start": 0, "type": "Identifier" @@ -209,15 +233,19 @@ description: Result of parsing spur-reduction-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -228,6 +256,7 @@ description: Result of parsing spur-reduction-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -235,9 +264,11 @@ description: Result of parsing spur-reduction-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pressureAngle", "start": 0, "type": "Identifier" @@ -252,11 +283,13 @@ description: Result of parsing spur-reduction-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -269,6 +302,7 @@ description: Result of parsing spur-reduction-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -280,9 +314,11 @@ description: Result of parsing spur-reduction-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitchDiameter", "start": 0, "type": "Identifier" @@ -292,6 +328,7 @@ description: Result of parsing spur-reduction-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -299,6 +336,7 @@ description: Result of parsing spur-reduction-gearset.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -308,14 +346,17 @@ description: Result of parsing spur-reduction-gearset.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -333,11 +374,13 @@ description: Result of parsing spur-reduction-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -350,6 +393,7 @@ description: Result of parsing spur-reduction-gearset.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch", "start": 0, "type": "Identifier" @@ -357,13 +401,16 @@ description: Result of parsing spur-reduction-gearset.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -374,6 +421,7 @@ description: Result of parsing spur-reduction-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -381,9 +429,11 @@ description: Result of parsing spur-reduction-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -401,6 +451,7 @@ description: Result of parsing spur-reduction-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -412,6 +463,7 @@ description: Result of parsing spur-reduction-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -419,6 +471,7 @@ description: Result of parsing spur-reduction-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -434,6 +487,7 @@ description: Result of parsing spur-reduction-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -445,9 +499,11 @@ description: Result of parsing spur-reduction-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -457,10 +513,12 @@ description: Result of parsing spur-reduction-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -480,9 +538,11 @@ description: Result of parsing spur-reduction-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "polar", "start": 0, "type": "Identifier" @@ -493,6 +553,7 @@ description: Result of parsing spur-reduction-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -504,9 +565,11 @@ description: Result of parsing spur-reduction-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -517,6 +580,7 @@ description: Result of parsing spur-reduction-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -529,6 +593,7 @@ description: Result of parsing spur-reduction-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startRadius", "start": 0, "type": "Identifier" @@ -540,9 +605,11 @@ description: Result of parsing spur-reduction-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -552,10 +619,12 @@ description: Result of parsing spur-reduction-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -575,6 +644,7 @@ description: Result of parsing spur-reduction-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endRadius", "start": 0, "type": "Identifier" @@ -586,9 +656,11 @@ description: Result of parsing spur-reduction-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -598,10 +670,12 @@ description: Result of parsing spur-reduction-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -621,6 +695,7 @@ description: Result of parsing spur-reduction-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -628,6 +703,7 @@ description: Result of parsing spur-reduction-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -643,6 +719,7 @@ description: Result of parsing spur-reduction-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -650,6 +727,7 @@ description: Result of parsing spur-reduction-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -661,9 +739,11 @@ description: Result of parsing spur-reduction-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "involuteCircular", "start": 0, "type": "Identifier" @@ -674,6 +754,7 @@ description: Result of parsing spur-reduction-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -686,6 +767,7 @@ description: Result of parsing spur-reduction-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -697,6 +779,7 @@ description: Result of parsing spur-reduction-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -707,6 +790,7 @@ description: Result of parsing spur-reduction-gearset.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "160", "start": 0, "type": "Literal", @@ -716,14 +800,17 @@ description: Result of parsing spur-reduction-gearset.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -743,6 +830,7 @@ description: Result of parsing spur-reduction-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -754,9 +842,11 @@ description: Result of parsing spur-reduction-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -766,10 +856,12 @@ description: Result of parsing spur-reduction-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -789,9 +881,11 @@ description: Result of parsing spur-reduction-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "polar", "start": 0, "type": "Identifier" @@ -802,6 +896,7 @@ description: Result of parsing spur-reduction-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -813,9 +908,11 @@ description: Result of parsing spur-reduction-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -826,6 +923,7 @@ description: Result of parsing spur-reduction-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -838,6 +936,7 @@ description: Result of parsing spur-reduction-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startRadius", "start": 0, "type": "Identifier" @@ -849,9 +948,11 @@ description: Result of parsing spur-reduction-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -861,10 +962,12 @@ description: Result of parsing spur-reduction-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -884,6 +987,7 @@ description: Result of parsing spur-reduction-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endRadius", "start": 0, "type": "Identifier" @@ -895,9 +999,11 @@ description: Result of parsing spur-reduction-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tipDiameter", "start": 0, "type": "Identifier" @@ -907,10 +1013,12 @@ description: Result of parsing spur-reduction-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -930,6 +1038,7 @@ description: Result of parsing spur-reduction-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -939,13 +1048,16 @@ description: Result of parsing spur-reduction-gearset.kcl "end": 0, "left": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "atan", "start": 0, "type": "Identifier" @@ -956,6 +1068,7 @@ description: Result of parsing spur-reduction-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -963,13 +1076,16 @@ description: Result of parsing spur-reduction-gearset.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndY", "start": 0, "type": "Identifier" @@ -980,6 +1096,7 @@ description: Result of parsing spur-reduction-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -987,9 +1104,11 @@ description: Result of parsing spur-reduction-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -1000,15 +1119,19 @@ description: Result of parsing spur-reduction-gearset.kcl "type": "Name" } }, + "moduleId": 0, "operator": "/", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndX", "start": 0, "type": "Identifier" @@ -1019,6 +1142,7 @@ description: Result of parsing spur-reduction-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1026,9 +1150,11 @@ description: Result of parsing spur-reduction-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -1046,11 +1172,13 @@ description: Result of parsing spur-reduction-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -1058,6 +1186,7 @@ description: Result of parsing spur-reduction-gearset.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -1067,14 +1196,17 @@ description: Result of parsing spur-reduction-gearset.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -1098,6 +1230,7 @@ description: Result of parsing spur-reduction-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "reverse", "start": 0, "type": "Identifier" @@ -1105,6 +1238,7 @@ description: Result of parsing spur-reduction-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -1117,9 +1251,11 @@ description: Result of parsing spur-reduction-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "involuteCircular", "start": 0, "type": "Identifier" @@ -1130,6 +1266,7 @@ description: Result of parsing spur-reduction-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1142,6 +1279,7 @@ description: Result of parsing spur-reduction-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1153,6 +1291,7 @@ description: Result of parsing spur-reduction-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1163,6 +1302,7 @@ description: Result of parsing spur-reduction-gearset.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -1172,14 +1312,17 @@ description: Result of parsing spur-reduction-gearset.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -1199,6 +1342,7 @@ description: Result of parsing spur-reduction-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1210,9 +1354,11 @@ description: Result of parsing spur-reduction-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseDiameter", "start": 0, "type": "Identifier" @@ -1222,10 +1368,12 @@ description: Result of parsing spur-reduction-gearset.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1245,9 +1393,11 @@ description: Result of parsing spur-reduction-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "polar", "start": 0, "type": "Identifier" @@ -1258,6 +1408,7 @@ description: Result of parsing spur-reduction-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1269,9 +1420,11 @@ description: Result of parsing spur-reduction-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1282,6 +1435,7 @@ description: Result of parsing spur-reduction-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1294,6 +1448,7 @@ description: Result of parsing spur-reduction-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -1302,9 +1457,11 @@ description: Result of parsing spur-reduction-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -1320,6 +1477,7 @@ description: Result of parsing spur-reduction-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1330,6 +1488,7 @@ description: Result of parsing spur-reduction-gearset.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1342,6 +1501,7 @@ description: Result of parsing spur-reduction-gearset.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1353,6 +1513,7 @@ description: Result of parsing spur-reduction-gearset.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1363,6 +1524,7 @@ description: Result of parsing spur-reduction-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -1370,6 +1532,7 @@ description: Result of parsing spur-reduction-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -1385,6 +1548,7 @@ description: Result of parsing spur-reduction-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -1392,6 +1556,7 @@ description: Result of parsing spur-reduction-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -1404,9 +1569,11 @@ description: Result of parsing spur-reduction-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular2d", "start": 0, "type": "Identifier" @@ -1417,25 +1584,30 @@ description: Result of parsing spur-reduction-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1446,6 +1618,7 @@ description: Result of parsing spur-reduction-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1458,6 +1631,7 @@ description: Result of parsing spur-reduction-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -1469,6 +1643,7 @@ description: Result of parsing spur-reduction-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1479,6 +1654,7 @@ description: Result of parsing spur-reduction-gearset.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1491,6 +1667,7 @@ description: Result of parsing spur-reduction-gearset.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1502,6 +1679,7 @@ description: Result of parsing spur-reduction-gearset.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1512,6 +1690,7 @@ description: Result of parsing spur-reduction-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1519,6 +1698,7 @@ description: Result of parsing spur-reduction-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -1534,9 +1714,11 @@ description: Result of parsing spur-reduction-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1547,6 +1729,7 @@ description: Result of parsing spur-reduction-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1558,9 +1741,11 @@ description: Result of parsing spur-reduction-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -1571,6 +1756,7 @@ description: Result of parsing spur-reduction-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1583,6 +1769,7 @@ description: Result of parsing spur-reduction-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1591,9 +1778,11 @@ description: Result of parsing spur-reduction-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearHeight", "start": 0, "type": "Identifier" @@ -1609,9 +1798,11 @@ description: Result of parsing spur-reduction-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1622,6 +1813,7 @@ description: Result of parsing spur-reduction-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1630,12 +1822,14 @@ description: Result of parsing spur-reduction-gearset.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "4": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1649,6 +1843,7 @@ description: Result of parsing spur-reduction-gearset.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1662,6 +1857,7 @@ description: Result of parsing spur-reduction-gearset.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1675,6 +1871,7 @@ description: Result of parsing spur-reduction-gearset.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1691,11 +1888,13 @@ description: Result of parsing spur-reduction-gearset.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1710,9 +1909,11 @@ description: Result of parsing spur-reduction-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearSketch", "start": 0, "type": "Identifier" @@ -1724,6 +1925,7 @@ description: Result of parsing spur-reduction-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -1731,12 +1933,14 @@ description: Result of parsing spur-reduction-gearset.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "5": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1751,12 +1955,14 @@ description: Result of parsing spur-reduction-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -1767,6 +1973,7 @@ description: Result of parsing spur-reduction-gearset.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -1777,6 +1984,7 @@ description: Result of parsing spur-reduction-gearset.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pressureAngle", "start": 0, "type": "Identifier" @@ -1787,6 +1995,7 @@ description: Result of parsing spur-reduction-gearset.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearHeight", "start": 0, "type": "Identifier" @@ -1797,11 +2006,13 @@ description: Result of parsing spur-reduction-gearset.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "// Define a function to create a spur gear" ], @@ -1819,6 +2030,7 @@ description: Result of parsing spur-reduction-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -1826,6 +2038,7 @@ description: Result of parsing spur-reduction-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "17", "start": 0, "type": "Literal", @@ -1841,6 +2054,7 @@ description: Result of parsing spur-reduction-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -1848,6 +2062,7 @@ description: Result of parsing spur-reduction-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.5", "start": 0, "type": "Literal", @@ -1863,6 +2078,7 @@ description: Result of parsing spur-reduction-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pressureAngle", "start": 0, "type": "Identifier" @@ -1870,6 +2086,7 @@ description: Result of parsing spur-reduction-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "14", "start": 0, "type": "Literal", @@ -1885,6 +2102,7 @@ description: Result of parsing spur-reduction-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearHeight", "start": 0, "type": "Identifier" @@ -1892,6 +2110,7 @@ description: Result of parsing spur-reduction-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "9", "start": 0, "type": "Literal", @@ -1907,9 +2126,11 @@ description: Result of parsing spur-reduction-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spurGear", "start": 0, "type": "Identifier" @@ -1920,11 +2141,13 @@ description: Result of parsing spur-reduction-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "preComments": [ "", "", @@ -1946,6 +2169,7 @@ description: Result of parsing spur-reduction-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nTeeth", "start": 0, "type": "Identifier" @@ -1953,6 +2177,7 @@ description: Result of parsing spur-reduction-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "51", "start": 0, "type": "Literal", @@ -1968,6 +2193,7 @@ description: Result of parsing spur-reduction-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "module", "start": 0, "type": "Identifier" @@ -1975,6 +2201,7 @@ description: Result of parsing spur-reduction-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.5", "start": 0, "type": "Literal", @@ -1990,6 +2217,7 @@ description: Result of parsing spur-reduction-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pressureAngle", "start": 0, "type": "Identifier" @@ -1997,6 +2225,7 @@ description: Result of parsing spur-reduction-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "14", "start": 0, "type": "Literal", @@ -2012,6 +2241,7 @@ description: Result of parsing spur-reduction-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "gearHeight", "start": 0, "type": "Identifier" @@ -2019,6 +2249,7 @@ description: Result of parsing spur-reduction-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7", "start": 0, "type": "Literal", @@ -2034,9 +2265,11 @@ description: Result of parsing spur-reduction-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spurGear", "start": 0, "type": "Identifier" @@ -2047,6 +2280,7 @@ description: Result of parsing spur-reduction-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2059,6 +2293,7 @@ description: Result of parsing spur-reduction-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -2078,6 +2313,7 @@ description: Result of parsing spur-reduction-gearset.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "51", "start": 0, "type": "Literal", @@ -2087,10 +2323,12 @@ description: Result of parsing spur-reduction-gearset.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "17", "start": 0, "type": "Literal", @@ -2104,10 +2342,12 @@ description: Result of parsing spur-reduction-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2121,10 +2361,12 @@ description: Result of parsing spur-reduction-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.5", "start": 0, "type": "Literal", @@ -2138,10 +2380,12 @@ description: Result of parsing spur-reduction-gearset.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.3", "start": 0, "type": "Literal", @@ -2161,9 +2405,11 @@ description: Result of parsing spur-reduction-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -2174,6 +2420,7 @@ description: Result of parsing spur-reduction-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2186,6 +2433,7 @@ description: Result of parsing spur-reduction-gearset.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yaw", "start": 0, "type": "Identifier" @@ -2193,6 +2441,7 @@ description: Result of parsing spur-reduction-gearset.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -2208,9 +2457,11 @@ description: Result of parsing spur-reduction-gearset.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotate", "start": 0, "type": "Identifier" @@ -2221,6 +2472,7 @@ description: Result of parsing spur-reduction-gearset.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2229,12 +2481,14 @@ description: Result of parsing spur-reduction-gearset.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2248,6 +2502,7 @@ description: Result of parsing spur-reduction-gearset.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2264,6 +2519,7 @@ description: Result of parsing spur-reduction-gearset.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "preComments": [ "", "", @@ -2280,9 +2536,11 @@ description: Result of parsing spur-reduction-gearset.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -2301,19 +2559,23 @@ description: Result of parsing spur-reduction-gearset.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -2329,12 +2591,14 @@ description: Result of parsing spur-reduction-gearset.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": {}, "startNodes": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/surgical-drill-guide/ast.snap b/rust/kcl-lib/tests/kcl_samples/surgical-drill-guide/ast.snap index 5e99870e0..ae64626ae 100644 --- a/rust/kcl-lib/tests/kcl_samples/surgical-drill-guide/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/surgical-drill-guide/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing surgical-drill-guide.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleLength", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing surgical-drill-guide.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "150", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing surgical-drill-guide.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define parameters" ], @@ -49,6 +53,7 @@ description: Result of parsing surgical-drill-guide.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleWidth", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing surgical-drill-guide.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing surgical-drill-guide.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing surgical-drill-guide.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stockThickness", "start": 0, "type": "Identifier" @@ -89,6 +98,7 @@ description: Result of parsing surgical-drill-guide.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -98,11 +108,13 @@ description: Result of parsing surgical-drill-guide.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -115,6 +127,7 @@ description: Result of parsing surgical-drill-guide.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bendRadius", "start": 0, "type": "Identifier" @@ -126,9 +139,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stockThickness", "start": 0, "type": "Identifier" @@ -138,10 +153,12 @@ description: Result of parsing surgical-drill-guide.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.25", "start": 0, "type": "Literal", @@ -155,11 +172,13 @@ description: Result of parsing surgical-drill-guide.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -172,6 +191,7 @@ description: Result of parsing surgical-drill-guide.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bitSize01", "start": 0, "type": "Identifier" @@ -179,6 +199,7 @@ description: Result of parsing surgical-drill-guide.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -188,11 +209,13 @@ description: Result of parsing surgical-drill-guide.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -205,6 +228,7 @@ description: Result of parsing surgical-drill-guide.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bitSize02", "start": 0, "type": "Identifier" @@ -212,6 +236,7 @@ description: Result of parsing surgical-drill-guide.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.2", "start": 0, "type": "Literal", @@ -221,11 +246,13 @@ description: Result of parsing surgical-drill-guide.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -238,6 +265,7 @@ description: Result of parsing surgical-drill-guide.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bitLength", "start": 0, "type": "Identifier" @@ -245,6 +273,7 @@ description: Result of parsing surgical-drill-guide.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "45", "start": 0, "type": "Literal", @@ -254,11 +283,13 @@ description: Result of parsing surgical-drill-guide.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -271,6 +302,7 @@ description: Result of parsing surgical-drill-guide.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bracket", "start": 0, "type": "Identifier" @@ -278,13 +310,16 @@ description: Result of parsing surgical-drill-guide.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -295,6 +330,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -302,9 +338,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -322,6 +360,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -332,6 +371,7 @@ description: Result of parsing surgical-drill-guide.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -344,6 +384,7 @@ description: Result of parsing surgical-drill-guide.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -355,6 +396,7 @@ description: Result of parsing surgical-drill-guide.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -365,9 +407,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -378,6 +422,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -390,6 +435,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -398,9 +444,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleLength", "start": 0, "type": "Identifier" @@ -416,6 +464,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -423,6 +472,7 @@ description: Result of parsing surgical-drill-guide.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -434,9 +484,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -447,6 +499,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -459,6 +512,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -467,9 +521,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stockThickness", "start": 0, "type": "Identifier" @@ -485,6 +541,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -492,6 +549,7 @@ description: Result of parsing surgical-drill-guide.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -503,9 +561,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -516,6 +576,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -528,19 +589,23 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -551,6 +616,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -558,9 +624,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -573,6 +641,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -584,6 +653,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -591,6 +661,7 @@ description: Result of parsing surgical-drill-guide.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -602,9 +673,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -615,6 +688,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -627,6 +701,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -635,6 +710,7 @@ description: Result of parsing surgical-drill-guide.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "60", "start": 0, "type": "Literal", @@ -646,6 +722,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -657,6 +734,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -665,9 +743,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bendRadius", "start": 0, "type": "Identifier" @@ -683,6 +763,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -690,6 +771,7 @@ description: Result of parsing surgical-drill-guide.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -701,9 +783,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -714,6 +798,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -726,18 +811,22 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentToEnd", "start": 0, "type": "Identifier" @@ -748,6 +837,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -755,9 +845,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -774,6 +866,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -785,9 +878,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleLength", "start": 0, "type": "Identifier" @@ -797,10 +892,12 @@ description: Result of parsing surgical-drill-guide.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -820,6 +917,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -827,6 +925,7 @@ description: Result of parsing surgical-drill-guide.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -838,9 +937,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -851,6 +952,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -863,6 +965,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -871,13 +974,16 @@ description: Result of parsing surgical-drill-guide.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentToEnd", "start": 0, "type": "Identifier" @@ -888,6 +994,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -895,9 +1002,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -908,10 +1017,12 @@ description: Result of parsing surgical-drill-guide.kcl "type": "Name" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -931,6 +1042,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -939,9 +1051,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stockThickness", "start": 0, "type": "Identifier" @@ -957,6 +1071,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -964,6 +1079,7 @@ description: Result of parsing surgical-drill-guide.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -975,9 +1091,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -988,6 +1106,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1000,6 +1119,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1008,13 +1128,16 @@ description: Result of parsing surgical-drill-guide.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -1025,6 +1148,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1032,9 +1156,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg03", "start": 0, "type": "Identifier" @@ -1045,10 +1171,12 @@ description: Result of parsing surgical-drill-guide.kcl "type": "Name" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -1068,18 +1196,22 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -1090,6 +1222,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1097,9 +1230,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg03", "start": 0, "type": "Identifier" @@ -1116,6 +1251,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1123,6 +1259,7 @@ description: Result of parsing surgical-drill-guide.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1134,9 +1271,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1147,6 +1286,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1159,6 +1299,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1167,13 +1308,16 @@ description: Result of parsing surgical-drill-guide.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -1184,25 +1328,30 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -1213,12 +1362,14 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1226,6 +1377,7 @@ description: Result of parsing surgical-drill-guide.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1236,9 +1388,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1249,19 +1403,23 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1272,6 +1430,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1284,6 +1443,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1292,9 +1452,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleWidth", "start": 0, "type": "Identifier" @@ -1310,6 +1472,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "symmetric", "start": 0, "type": "Identifier" @@ -1317,6 +1480,7 @@ description: Result of parsing surgical-drill-guide.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -1329,6 +1493,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tagEnd", "start": 0, "type": "Identifier" @@ -1336,6 +1501,7 @@ description: Result of parsing surgical-drill-guide.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1347,6 +1513,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tagStart", "start": 0, "type": "Identifier" @@ -1354,6 +1521,7 @@ description: Result of parsing surgical-drill-guide.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1365,9 +1533,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1378,6 +1548,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1386,12 +1557,14 @@ description: Result of parsing surgical-drill-guide.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "11": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1408,11 +1581,13 @@ description: Result of parsing surgical-drill-guide.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1430,6 +1605,7 @@ description: Result of parsing surgical-drill-guide.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bitCut01", "start": 0, "type": "Identifier" @@ -1437,13 +1613,16 @@ description: Result of parsing surgical-drill-guide.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1454,6 +1633,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1461,9 +1641,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -1481,6 +1663,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1491,6 +1674,7 @@ description: Result of parsing surgical-drill-guide.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1504,13 +1688,16 @@ description: Result of parsing surgical-drill-guide.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndY", "start": 0, "type": "Identifier" @@ -1521,6 +1708,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1528,9 +1716,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg03", "start": 0, "type": "Identifier" @@ -1541,10 +1731,12 @@ description: Result of parsing surgical-drill-guide.kcl "type": "Name" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".1", "start": 0, "type": "Literal", @@ -1560,6 +1752,7 @@ description: Result of parsing surgical-drill-guide.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1570,6 +1763,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1581,9 +1775,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleWidth", "start": 0, "type": "Identifier" @@ -1593,10 +1789,12 @@ description: Result of parsing surgical-drill-guide.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.9", "start": 0, "type": "Literal", @@ -1616,9 +1814,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1629,6 +1829,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1641,6 +1842,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1648,6 +1850,7 @@ description: Result of parsing surgical-drill-guide.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "100", "start": 0, "type": "Literal", @@ -1663,9 +1866,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1676,6 +1881,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1684,12 +1890,14 @@ description: Result of parsing surgical-drill-guide.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1706,11 +1914,13 @@ description: Result of parsing surgical-drill-guide.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1723,6 +1933,7 @@ description: Result of parsing surgical-drill-guide.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bitCut02", "start": 0, "type": "Identifier" @@ -1730,13 +1941,16 @@ description: Result of parsing surgical-drill-guide.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1747,6 +1961,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1757,6 +1972,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -1764,6 +1980,7 @@ description: Result of parsing surgical-drill-guide.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "35", "start": 0, "type": "Literal", @@ -1779,9 +1996,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -1792,6 +2011,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1799,9 +2019,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -1820,6 +2042,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1830,6 +2053,7 @@ description: Result of parsing surgical-drill-guide.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1840,13 +2064,16 @@ description: Result of parsing surgical-drill-guide.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndX", "start": 0, "type": "Identifier" @@ -1857,6 +2084,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1864,9 +2092,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -1879,6 +2109,7 @@ description: Result of parsing surgical-drill-guide.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1889,6 +2120,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1900,9 +2132,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleWidth", "start": 0, "type": "Identifier" @@ -1912,10 +2146,12 @@ description: Result of parsing surgical-drill-guide.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.9", "start": 0, "type": "Literal", @@ -1935,9 +2171,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1948,6 +2186,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1960,6 +2199,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1968,6 +2208,7 @@ description: Result of parsing surgical-drill-guide.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "100", "start": 0, "type": "Literal", @@ -1979,6 +2220,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1990,9 +2232,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2003,6 +2247,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2011,12 +2256,14 @@ description: Result of parsing surgical-drill-guide.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2033,11 +2280,13 @@ description: Result of parsing surgical-drill-guide.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2050,6 +2299,7 @@ description: Result of parsing surgical-drill-guide.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handle", "start": 0, "type": "Identifier" @@ -2061,18 +2311,22 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tools", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "union", "start": 0, "type": "Identifier" @@ -2083,6 +2337,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2093,9 +2348,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bitCut01", "start": 0, "type": "Identifier" @@ -2109,9 +2366,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bitCut02", "start": 0, "type": "Identifier" @@ -2123,6 +2382,7 @@ description: Result of parsing surgical-drill-guide.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2134,9 +2394,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract", "start": 0, "type": "Identifier" @@ -2147,6 +2409,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2157,9 +2420,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bracket", "start": 0, "type": "Identifier" @@ -2171,16 +2436,19 @@ description: Result of parsing surgical-drill-guide.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2193,6 +2461,7 @@ description: Result of parsing surgical-drill-guide.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bitSupport01", "start": 0, "type": "Identifier" @@ -2200,13 +2469,16 @@ description: Result of parsing surgical-drill-guide.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2217,6 +2489,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2227,6 +2500,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -2236,13 +2510,16 @@ description: Result of parsing surgical-drill-guide.kcl "end": 0, "left": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndX", "start": 0, "type": "Identifier" @@ -2253,6 +2530,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2260,9 +2538,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg03", "start": 0, "type": "Identifier" @@ -2275,15 +2555,18 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -2303,9 +2586,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -2316,6 +2601,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2323,9 +2609,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -2344,6 +2632,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -2354,6 +2643,7 @@ description: Result of parsing surgical-drill-guide.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2367,13 +2657,16 @@ description: Result of parsing surgical-drill-guide.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndY", "start": 0, "type": "Identifier" @@ -2384,6 +2677,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2391,9 +2685,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg03", "start": 0, "type": "Identifier" @@ -2404,10 +2700,12 @@ description: Result of parsing surgical-drill-guide.kcl "type": "Name" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".1", "start": 0, "type": "Literal", @@ -2423,6 +2721,7 @@ description: Result of parsing surgical-drill-guide.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2433,6 +2732,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2444,9 +2744,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleWidth", "start": 0, "type": "Identifier" @@ -2456,10 +2758,12 @@ description: Result of parsing surgical-drill-guide.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.9", "start": 0, "type": "Literal", @@ -2479,9 +2783,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -2492,6 +2798,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2504,6 +2811,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2512,6 +2820,7 @@ description: Result of parsing surgical-drill-guide.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15", "start": 0, "type": "Literal", @@ -2523,6 +2832,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2534,6 +2844,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "symmetric", "start": 0, "type": "Identifier" @@ -2541,6 +2852,7 @@ description: Result of parsing surgical-drill-guide.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -2553,9 +2865,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2566,6 +2880,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2574,12 +2889,14 @@ description: Result of parsing surgical-drill-guide.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2596,11 +2913,13 @@ description: Result of parsing surgical-drill-guide.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2618,6 +2937,7 @@ description: Result of parsing surgical-drill-guide.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stem01", "start": 0, "type": "Identifier" @@ -2631,6 +2951,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -2639,9 +2960,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -2657,9 +2980,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2670,6 +2995,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2677,9 +3003,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bitSupport01", "start": 0, "type": "Identifier" @@ -2697,6 +3025,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -2707,6 +3036,7 @@ description: Result of parsing surgical-drill-guide.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2720,13 +3050,16 @@ description: Result of parsing surgical-drill-guide.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndY", "start": 0, "type": "Identifier" @@ -2737,6 +3070,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2744,9 +3078,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg03", "start": 0, "type": "Identifier" @@ -2757,10 +3093,12 @@ description: Result of parsing surgical-drill-guide.kcl "type": "Name" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".1", "start": 0, "type": "Literal", @@ -2776,6 +3114,7 @@ description: Result of parsing surgical-drill-guide.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2786,6 +3125,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2794,9 +3134,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bitSize01", "start": 0, "type": "Identifier" @@ -2812,6 +3154,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -2819,6 +3162,7 @@ description: Result of parsing surgical-drill-guide.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -2830,9 +3174,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -2843,6 +3189,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2855,6 +3202,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2863,9 +3211,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bitLength", "start": 0, "type": "Identifier" @@ -2881,6 +3231,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tagEnd", "start": 0, "type": "Identifier" @@ -2888,6 +3239,7 @@ description: Result of parsing surgical-drill-guide.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -2899,9 +3251,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2912,6 +3266,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2924,6 +3279,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2935,9 +3291,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bitSize01", "start": 0, "type": "Identifier" @@ -2947,10 +3305,12 @@ description: Result of parsing surgical-drill-guide.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -2970,6 +3330,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -2984,6 +3345,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faces", "start": 0, "type": "Identifier" @@ -2995,9 +3357,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg10", "start": 0, "type": "Identifier" @@ -3011,9 +3375,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "capEnd004", "start": 0, "type": "Identifier" @@ -3025,6 +3391,7 @@ description: Result of parsing surgical-drill-guide.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3035,9 +3402,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getCommonEdge", "start": 0, "type": "Identifier" @@ -3048,6 +3417,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3055,6 +3425,7 @@ description: Result of parsing surgical-drill-guide.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3065,9 +3436,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "chamfer", "start": 0, "type": "Identifier" @@ -3078,6 +3451,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3086,12 +3460,14 @@ description: Result of parsing surgical-drill-guide.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "3": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3108,11 +3484,13 @@ description: Result of parsing surgical-drill-guide.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3125,6 +3503,7 @@ description: Result of parsing surgical-drill-guide.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bitClearance01", "start": 0, "type": "Identifier" @@ -3138,6 +3517,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -3146,9 +3526,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -3164,9 +3546,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -3177,6 +3561,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3184,9 +3569,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stem01", "start": 0, "type": "Identifier" @@ -3204,6 +3591,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -3214,6 +3602,7 @@ description: Result of parsing surgical-drill-guide.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3227,13 +3616,16 @@ description: Result of parsing surgical-drill-guide.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndY", "start": 0, "type": "Identifier" @@ -3244,6 +3636,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3251,9 +3644,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg03", "start": 0, "type": "Identifier" @@ -3264,10 +3659,12 @@ description: Result of parsing surgical-drill-guide.kcl "type": "Name" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".1", "start": 0, "type": "Literal", @@ -3283,6 +3680,7 @@ description: Result of parsing surgical-drill-guide.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3293,6 +3691,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3304,9 +3703,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bitSize01", "start": 0, "type": "Identifier" @@ -3316,10 +3717,12 @@ description: Result of parsing surgical-drill-guide.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3339,9 +3742,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -3352,6 +3757,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3364,6 +3770,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3375,6 +3782,7 @@ description: Result of parsing surgical-drill-guide.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15", "start": 0, "type": "Literal", @@ -3386,19 +3794,23 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bitLength", "start": 0, "type": "Identifier" @@ -3418,9 +3830,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -3431,6 +3845,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3439,12 +3854,14 @@ description: Result of parsing surgical-drill-guide.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3461,11 +3878,13 @@ description: Result of parsing surgical-drill-guide.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3478,6 +3897,7 @@ description: Result of parsing surgical-drill-guide.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grip01", "start": 0, "type": "Identifier" @@ -3485,13 +3905,16 @@ description: Result of parsing surgical-drill-guide.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -3502,6 +3925,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3512,6 +3936,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -3521,13 +3946,16 @@ description: Result of parsing surgical-drill-guide.kcl "end": 0, "left": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndX", "start": 0, "type": "Identifier" @@ -3538,6 +3966,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3545,9 +3974,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg03", "start": 0, "type": "Identifier" @@ -3560,15 +3991,18 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "16", "start": 0, "type": "Literal", @@ -3588,9 +4022,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -3601,6 +4037,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3608,9 +4045,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -3629,6 +4068,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -3639,6 +4079,7 @@ description: Result of parsing surgical-drill-guide.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3652,13 +4093,16 @@ description: Result of parsing surgical-drill-guide.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndY", "start": 0, "type": "Identifier" @@ -3669,6 +4113,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3676,9 +4121,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg03", "start": 0, "type": "Identifier" @@ -3689,10 +4136,12 @@ description: Result of parsing surgical-drill-guide.kcl "type": "Name" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".1", "start": 0, "type": "Literal", @@ -3708,6 +4157,7 @@ description: Result of parsing surgical-drill-guide.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3718,6 +4168,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3729,9 +4180,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleWidth", "start": 0, "type": "Identifier" @@ -3741,10 +4194,12 @@ description: Result of parsing surgical-drill-guide.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.85", "start": 0, "type": "Literal", @@ -3764,6 +4219,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -3771,6 +4227,7 @@ description: Result of parsing surgical-drill-guide.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -3782,9 +4239,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -3795,6 +4254,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3807,6 +4267,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -3818,6 +4279,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -3828,6 +4290,7 @@ description: Result of parsing surgical-drill-guide.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3841,13 +4304,16 @@ description: Result of parsing surgical-drill-guide.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndY", "start": 0, "type": "Identifier" @@ -3858,6 +4324,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3865,9 +4332,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg03", "start": 0, "type": "Identifier" @@ -3878,10 +4347,12 @@ description: Result of parsing surgical-drill-guide.kcl "type": "Name" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".1", "start": 0, "type": "Literal", @@ -3897,6 +4368,7 @@ description: Result of parsing surgical-drill-guide.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3907,6 +4379,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3915,9 +4388,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bitSize01", "start": 0, "type": "Identifier" @@ -3933,9 +4408,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -3946,6 +4423,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3957,9 +4435,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -3970,6 +4450,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3982,6 +4463,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3990,6 +4472,7 @@ description: Result of parsing surgical-drill-guide.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -4001,6 +4484,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4012,6 +4496,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tagEnd", "start": 0, "type": "Identifier" @@ -4019,6 +4504,7 @@ description: Result of parsing surgical-drill-guide.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -4030,6 +4516,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tagStart", "start": 0, "type": "Identifier" @@ -4037,6 +4524,7 @@ description: Result of parsing surgical-drill-guide.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -4048,9 +4536,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -4061,6 +4551,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4073,6 +4564,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -4080,6 +4572,7 @@ description: Result of parsing surgical-drill-guide.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -4095,6 +4588,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -4109,6 +4603,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faces", "start": 0, "type": "Identifier" @@ -4120,9 +4615,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg11", "start": 0, "type": "Identifier" @@ -4136,9 +4633,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "capEnd005", "start": 0, "type": "Identifier" @@ -4150,6 +4649,7 @@ description: Result of parsing surgical-drill-guide.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4160,9 +4660,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getCommonEdge", "start": 0, "type": "Identifier" @@ -4173,6 +4675,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4185,6 +4688,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faces", "start": 0, "type": "Identifier" @@ -4196,9 +4700,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg11", "start": 0, "type": "Identifier" @@ -4212,9 +4718,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "capStart003", "start": 0, "type": "Identifier" @@ -4226,6 +4734,7 @@ description: Result of parsing surgical-drill-guide.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4236,9 +4745,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getCommonEdge", "start": 0, "type": "Identifier" @@ -4249,6 +4760,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4256,6 +4768,7 @@ description: Result of parsing surgical-drill-guide.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4266,9 +4779,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -4279,6 +4794,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4291,6 +4807,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -4298,6 +4815,7 @@ description: Result of parsing surgical-drill-guide.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"#af7b23\"", "start": 0, "type": "Literal", @@ -4310,9 +4828,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "appearance", "start": 0, "type": "Identifier" @@ -4323,6 +4843,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4331,12 +4852,14 @@ description: Result of parsing surgical-drill-guide.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "5": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -4353,11 +4876,13 @@ description: Result of parsing surgical-drill-guide.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4370,6 +4895,7 @@ description: Result of parsing surgical-drill-guide.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bitSupport02", "start": 0, "type": "Identifier" @@ -4377,13 +4903,16 @@ description: Result of parsing surgical-drill-guide.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -4394,6 +4923,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4404,6 +4934,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -4412,6 +4943,7 @@ description: Result of parsing surgical-drill-guide.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4423,6 +4955,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4434,9 +4967,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -4447,6 +4982,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4454,9 +4990,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -4475,6 +5013,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -4485,6 +5024,7 @@ description: Result of parsing surgical-drill-guide.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4495,13 +5035,16 @@ description: Result of parsing surgical-drill-guide.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndX", "start": 0, "type": "Identifier" @@ -4512,6 +5055,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4519,9 +5063,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -4534,6 +5080,7 @@ description: Result of parsing surgical-drill-guide.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4544,6 +5091,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -4555,9 +5103,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleWidth", "start": 0, "type": "Identifier" @@ -4567,10 +5117,12 @@ description: Result of parsing surgical-drill-guide.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.9", "start": 0, "type": "Literal", @@ -4590,9 +5142,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -4603,6 +5157,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4615,6 +5170,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4622,6 +5178,7 @@ description: Result of parsing surgical-drill-guide.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15", "start": 0, "type": "Literal", @@ -4637,9 +5194,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -4650,6 +5209,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4658,12 +5218,14 @@ description: Result of parsing surgical-drill-guide.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -4680,11 +5242,13 @@ description: Result of parsing surgical-drill-guide.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4697,6 +5261,7 @@ description: Result of parsing surgical-drill-guide.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stem02", "start": 0, "type": "Identifier" @@ -4710,6 +5275,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -4718,9 +5284,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "START", "start": 0, "type": "Identifier" @@ -4736,9 +5304,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -4749,6 +5319,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4756,9 +5327,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bitSupport02", "start": 0, "type": "Identifier" @@ -4776,6 +5349,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -4786,6 +5360,7 @@ description: Result of parsing surgical-drill-guide.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4796,13 +5371,16 @@ description: Result of parsing surgical-drill-guide.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndX", "start": 0, "type": "Identifier" @@ -4813,6 +5391,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4820,9 +5399,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -4835,6 +5416,7 @@ description: Result of parsing surgical-drill-guide.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4845,6 +5427,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -4853,9 +5436,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bitSize02", "start": 0, "type": "Identifier" @@ -4871,6 +5456,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -4878,6 +5464,7 @@ description: Result of parsing surgical-drill-guide.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -4889,9 +5476,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -4902,6 +5491,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4914,6 +5504,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4922,9 +5513,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bitLength", "start": 0, "type": "Identifier" @@ -4940,6 +5533,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tagEnd", "start": 0, "type": "Identifier" @@ -4947,6 +5541,7 @@ description: Result of parsing surgical-drill-guide.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -4958,9 +5553,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -4971,6 +5568,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4983,6 +5581,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4994,9 +5593,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bitSize02", "start": 0, "type": "Identifier" @@ -5006,10 +5607,12 @@ description: Result of parsing surgical-drill-guide.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -5029,6 +5632,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -5043,6 +5647,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faces", "start": 0, "type": "Identifier" @@ -5054,9 +5659,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg09", "start": 0, "type": "Identifier" @@ -5070,9 +5677,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "capEnd003", "start": 0, "type": "Identifier" @@ -5084,6 +5693,7 @@ description: Result of parsing surgical-drill-guide.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5094,9 +5704,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getCommonEdge", "start": 0, "type": "Identifier" @@ -5107,6 +5719,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5114,6 +5727,7 @@ description: Result of parsing surgical-drill-guide.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5124,9 +5738,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "chamfer", "start": 0, "type": "Identifier" @@ -5137,6 +5753,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5145,12 +5762,14 @@ description: Result of parsing surgical-drill-guide.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "3": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -5167,11 +5786,13 @@ description: Result of parsing surgical-drill-guide.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5184,6 +5805,7 @@ description: Result of parsing surgical-drill-guide.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bitClearance02", "start": 0, "type": "Identifier" @@ -5197,6 +5819,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -5205,9 +5828,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -5223,9 +5848,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -5236,6 +5863,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5243,9 +5871,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stem02", "start": 0, "type": "Identifier" @@ -5263,6 +5893,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -5273,6 +5904,7 @@ description: Result of parsing surgical-drill-guide.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5283,13 +5915,16 @@ description: Result of parsing surgical-drill-guide.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndX", "start": 0, "type": "Identifier" @@ -5300,6 +5935,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5307,9 +5943,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -5322,6 +5960,7 @@ description: Result of parsing surgical-drill-guide.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5332,6 +5971,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -5343,9 +5983,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bitSize02", "start": 0, "type": "Identifier" @@ -5355,10 +5997,12 @@ description: Result of parsing surgical-drill-guide.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5378,9 +6022,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -5391,6 +6037,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5403,6 +6050,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5414,6 +6062,7 @@ description: Result of parsing surgical-drill-guide.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15", "start": 0, "type": "Literal", @@ -5425,19 +6074,23 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bitLength", "start": 0, "type": "Identifier" @@ -5457,9 +6110,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -5470,6 +6125,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5478,12 +6134,14 @@ description: Result of parsing surgical-drill-guide.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -5500,11 +6158,13 @@ description: Result of parsing surgical-drill-guide.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5517,6 +6177,7 @@ description: Result of parsing surgical-drill-guide.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grip02", "start": 0, "type": "Identifier" @@ -5524,13 +6185,16 @@ description: Result of parsing surgical-drill-guide.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -5541,6 +6205,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5551,6 +6216,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -5559,6 +6225,7 @@ description: Result of parsing surgical-drill-guide.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -5570,6 +6237,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5581,9 +6249,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -5594,6 +6264,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5601,9 +6272,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -5622,6 +6295,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -5632,6 +6306,7 @@ description: Result of parsing surgical-drill-guide.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5642,13 +6317,16 @@ description: Result of parsing surgical-drill-guide.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndX", "start": 0, "type": "Identifier" @@ -5659,6 +6337,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5666,9 +6345,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -5681,6 +6362,7 @@ description: Result of parsing surgical-drill-guide.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5691,6 +6373,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -5702,9 +6385,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleWidth", "start": 0, "type": "Identifier" @@ -5714,10 +6399,12 @@ description: Result of parsing surgical-drill-guide.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.85", "start": 0, "type": "Literal", @@ -5737,6 +6424,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -5744,6 +6432,7 @@ description: Result of parsing surgical-drill-guide.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -5755,9 +6444,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -5768,6 +6459,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5780,6 +6472,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -5791,6 +6484,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -5801,6 +6495,7 @@ description: Result of parsing surgical-drill-guide.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5811,13 +6506,16 @@ description: Result of parsing surgical-drill-guide.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndX", "start": 0, "type": "Identifier" @@ -5828,6 +6526,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5835,9 +6534,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -5850,6 +6551,7 @@ description: Result of parsing surgical-drill-guide.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5860,6 +6562,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -5868,9 +6571,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bitSize02", "start": 0, "type": "Identifier" @@ -5886,9 +6591,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -5899,6 +6606,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5910,9 +6618,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -5923,6 +6633,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5935,6 +6646,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5943,6 +6655,7 @@ description: Result of parsing surgical-drill-guide.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -5954,6 +6667,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5965,6 +6679,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tagStart", "start": 0, "type": "Identifier" @@ -5972,6 +6687,7 @@ description: Result of parsing surgical-drill-guide.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -5983,6 +6699,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tagEnd", "start": 0, "type": "Identifier" @@ -5990,6 +6707,7 @@ description: Result of parsing surgical-drill-guide.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -6001,9 +6719,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -6014,6 +6734,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6026,6 +6747,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -6033,6 +6755,7 @@ description: Result of parsing surgical-drill-guide.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -6048,6 +6771,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -6062,6 +6786,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faces", "start": 0, "type": "Identifier" @@ -6073,9 +6798,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg08", "start": 0, "type": "Identifier" @@ -6089,9 +6816,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "capStart002", "start": 0, "type": "Identifier" @@ -6103,6 +6832,7 @@ description: Result of parsing surgical-drill-guide.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6113,9 +6843,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getCommonEdge", "start": 0, "type": "Identifier" @@ -6126,6 +6858,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6138,6 +6871,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faces", "start": 0, "type": "Identifier" @@ -6149,9 +6883,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg08", "start": 0, "type": "Identifier" @@ -6165,9 +6901,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "capEnd002", "start": 0, "type": "Identifier" @@ -6179,6 +6917,7 @@ description: Result of parsing surgical-drill-guide.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6189,9 +6928,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getCommonEdge", "start": 0, "type": "Identifier" @@ -6202,6 +6943,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6209,6 +6951,7 @@ description: Result of parsing surgical-drill-guide.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6219,9 +6962,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -6232,6 +6977,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6244,6 +6990,7 @@ description: Result of parsing surgical-drill-guide.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -6251,6 +6998,7 @@ description: Result of parsing surgical-drill-guide.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"#23af93\"", "start": 0, "type": "Literal", @@ -6263,9 +7011,11 @@ description: Result of parsing surgical-drill-guide.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "appearance", "start": 0, "type": "Identifier" @@ -6276,6 +7026,7 @@ description: Result of parsing surgical-drill-guide.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6284,15 +7035,18 @@ description: Result of parsing surgical-drill-guide.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6304,9 +7058,11 @@ description: Result of parsing surgical-drill-guide.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -6325,19 +7081,23 @@ description: Result of parsing surgical-drill-guide.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -6353,12 +7113,14 @@ description: Result of parsing surgical-drill-guide.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": {}, "startNodes": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/surgical-drill-guide/program_memory.snap b/rust/kcl-lib/tests/kcl_samples/surgical-drill-guide/program_memory.snap index 71f93a5ef..69fed0070 100644 --- a/rust/kcl-lib/tests/kcl_samples/surgical-drill-guide/program_memory.snap +++ b/rust/kcl-lib/tests/kcl_samples/surgical-drill-guide/program_memory.snap @@ -94,6 +94,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 2124, "end": 2130, + "moduleId": 0, "start": 2124, "type": "TagDeclarator", "value": "seg10" @@ -107,6 +108,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 2174, "end": 2184, + "moduleId": 0, "start": 2174, "type": "TagDeclarator", "value": "capEnd004" @@ -136,6 +138,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 2124, "end": 2130, + "moduleId": 0, "start": 2124, "type": "TagDeclarator", "value": "seg10" @@ -457,6 +460,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 3480, "end": 3486, + "moduleId": 0, "start": 3480, "type": "TagDeclarator", "value": "seg09" @@ -470,6 +474,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 3530, "end": 3540, + "moduleId": 0, "start": 3530, "type": "TagDeclarator", "value": "capEnd003" @@ -499,6 +504,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 3480, "end": 3486, + "moduleId": 0, "start": 3480, "type": "TagDeclarator", "value": "seg09" @@ -1227,6 +1233,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 584, "end": 590, + "moduleId": 0, "start": 584, "type": "TagDeclarator", "value": "seg02" @@ -1240,6 +1247,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 634, "end": 640, + "moduleId": 0, "start": 634, "type": "TagDeclarator", "value": "seg06" @@ -1253,6 +1261,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 684, "end": 690, + "moduleId": 0, "start": 684, "type": "TagDeclarator", "value": "seg04" @@ -1266,6 +1275,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 751, "end": 757, + "moduleId": 0, "start": 751, "type": "TagDeclarator", "value": "seg01" @@ -1279,6 +1289,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 837, "end": 843, + "moduleId": 0, "start": 837, "type": "TagDeclarator", "value": "seg03" @@ -1292,6 +1303,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 926, "end": 932, + "moduleId": 0, "start": 926, "type": "TagDeclarator", "value": "seg05" @@ -1305,6 +1317,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 1009, "end": 1015, + "moduleId": 0, "start": 1009, "type": "TagDeclarator", "value": "seg07" @@ -1325,6 +1338,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 1215, "end": 1227, + "moduleId": 0, "start": 1215, "type": "TagDeclarator", "value": "capStart001" @@ -1338,6 +1352,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 1185, "end": 1195, + "moduleId": 0, "start": 1185, "type": "TagDeclarator", "value": "capEnd001" @@ -1361,6 +1376,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 584, "end": 590, + "moduleId": 0, "start": 584, "type": "TagDeclarator", "value": "seg02" @@ -1386,6 +1402,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 634, "end": 640, + "moduleId": 0, "start": 634, "type": "TagDeclarator", "value": "seg06" @@ -1411,6 +1428,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 684, "end": 690, + "moduleId": 0, "start": 684, "type": "TagDeclarator", "value": "seg04" @@ -1441,6 +1459,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 751, "end": 757, + "moduleId": 0, "start": 751, "type": "TagDeclarator", "value": "seg01" @@ -1466,6 +1485,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 837, "end": 843, + "moduleId": 0, "start": 837, "type": "TagDeclarator", "value": "seg03" @@ -1491,6 +1511,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 926, "end": 932, + "moduleId": 0, "start": 926, "type": "TagDeclarator", "value": "seg05" @@ -1516,6 +1537,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 1009, "end": 1015, + "moduleId": 0, "start": 1009, "type": "TagDeclarator", "value": "seg07" @@ -1728,6 +1750,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 2743, "end": 2749, + "moduleId": 0, "start": 2743, "type": "TagDeclarator", "value": "seg11" @@ -1741,6 +1764,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 2896, "end": 2908, + "moduleId": 0, "start": 2896, "type": "TagDeclarator", "value": "capStart003" @@ -1754,6 +1778,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 2873, "end": 2883, + "moduleId": 0, "start": 2873, "type": "TagDeclarator", "value": "capEnd005" @@ -1783,6 +1808,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 2743, "end": 2749, + "moduleId": 0, "start": 2743, "type": "TagDeclarator", "value": "seg11" @@ -1926,6 +1952,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 4073, "end": 4079, + "moduleId": 0, "start": 4073, "type": "TagDeclarator", "value": "seg08" @@ -1939,6 +1966,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 4200, "end": 4212, + "moduleId": 0, "start": 4200, "type": "TagDeclarator", "value": "capStart002" @@ -1952,6 +1980,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 4223, "end": 4233, + "moduleId": 0, "start": 4223, "type": "TagDeclarator", "value": "capEnd002" @@ -1981,6 +2010,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 4073, "end": 4079, + "moduleId": 0, "start": 4073, "type": "TagDeclarator", "value": "seg08" @@ -2124,6 +2154,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 584, "end": 590, + "moduleId": 0, "start": 584, "type": "TagDeclarator", "value": "seg02" @@ -2137,6 +2168,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 634, "end": 640, + "moduleId": 0, "start": 634, "type": "TagDeclarator", "value": "seg06" @@ -2150,6 +2182,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 684, "end": 690, + "moduleId": 0, "start": 684, "type": "TagDeclarator", "value": "seg04" @@ -2163,6 +2196,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 751, "end": 757, + "moduleId": 0, "start": 751, "type": "TagDeclarator", "value": "seg01" @@ -2176,6 +2210,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 837, "end": 843, + "moduleId": 0, "start": 837, "type": "TagDeclarator", "value": "seg03" @@ -2189,6 +2224,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 926, "end": 932, + "moduleId": 0, "start": 926, "type": "TagDeclarator", "value": "seg05" @@ -2202,6 +2238,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 1009, "end": 1015, + "moduleId": 0, "start": 1009, "type": "TagDeclarator", "value": "seg07" @@ -2222,6 +2259,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 1215, "end": 1227, + "moduleId": 0, "start": 1215, "type": "TagDeclarator", "value": "capStart001" @@ -2235,6 +2273,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 1185, "end": 1195, + "moduleId": 0, "start": 1185, "type": "TagDeclarator", "value": "capEnd001" @@ -2258,6 +2297,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 584, "end": 590, + "moduleId": 0, "start": 584, "type": "TagDeclarator", "value": "seg02" @@ -2283,6 +2323,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 634, "end": 640, + "moduleId": 0, "start": 634, "type": "TagDeclarator", "value": "seg06" @@ -2308,6 +2349,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 684, "end": 690, + "moduleId": 0, "start": 684, "type": "TagDeclarator", "value": "seg04" @@ -2338,6 +2380,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 751, "end": 757, + "moduleId": 0, "start": 751, "type": "TagDeclarator", "value": "seg01" @@ -2363,6 +2406,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 837, "end": 843, + "moduleId": 0, "start": 837, "type": "TagDeclarator", "value": "seg03" @@ -2388,6 +2432,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 926, "end": 932, + "moduleId": 0, "start": 926, "type": "TagDeclarator", "value": "seg05" @@ -2413,6 +2458,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 1009, "end": 1015, + "moduleId": 0, "start": 1009, "type": "TagDeclarator", "value": "seg07" @@ -2666,6 +2712,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 2124, "end": 2130, + "moduleId": 0, "start": 2124, "type": "TagDeclarator", "value": "seg10" @@ -2679,6 +2726,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 2174, "end": 2184, + "moduleId": 0, "start": 2174, "type": "TagDeclarator", "value": "capEnd004" @@ -2708,6 +2756,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 2124, "end": 2130, + "moduleId": 0, "start": 2124, "type": "TagDeclarator", "value": "seg10" @@ -2929,6 +2978,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 3480, "end": 3486, + "moduleId": 0, "start": 3480, "type": "TagDeclarator", "value": "seg09" @@ -2942,6 +2992,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 3530, "end": 3540, + "moduleId": 0, "start": 3530, "type": "TagDeclarator", "value": "capEnd003" @@ -2971,6 +3022,7 @@ description: Variables in memory after executing surgical-drill-guide.kcl "tag": { "commentStart": 3480, "end": 3486, + "moduleId": 0, "start": 3480, "type": "TagDeclarator", "value": "seg09" diff --git a/rust/kcl-lib/tests/kcl_samples/t-slot-rail/ast.snap b/rust/kcl-lib/tests/kcl_samples/t-slot-rail/ast.snap index 07f303da7..8c398abbb 100644 --- a/rust/kcl-lib/tests/kcl_samples/t-slot-rail/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/t-slot-rail/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing t-slot-rail.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "interiorRadius", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing t-slot-rail.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.01", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing t-slot-rail.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define parameters" ], @@ -49,6 +53,7 @@ description: Result of parsing t-slot-rail.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scoreDepth", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing t-slot-rail.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.018", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing t-slot-rail.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing t-slot-rail.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcEnd", "start": 0, "type": "Identifier" @@ -89,6 +98,7 @@ description: Result of parsing t-slot-rail.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0275", "start": 0, "type": "Literal", @@ -98,11 +108,13 @@ description: Result of parsing t-slot-rail.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -115,6 +127,7 @@ description: Result of parsing t-slot-rail.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDiameter", "start": 0, "type": "Identifier" @@ -122,6 +135,7 @@ description: Result of parsing t-slot-rail.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.262", "start": 0, "type": "Literal", @@ -131,11 +145,13 @@ description: Result of parsing t-slot-rail.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -148,6 +164,7 @@ description: Result of parsing t-slot-rail.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "railTslot", "start": 0, "type": "Identifier" @@ -163,6 +180,7 @@ description: Result of parsing t-slot-rail.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "railProfile", "start": 0, "type": "Identifier" @@ -170,13 +188,16 @@ description: Result of parsing t-slot-rail.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -187,6 +208,7 @@ description: Result of parsing t-slot-rail.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -194,9 +216,11 @@ description: Result of parsing t-slot-rail.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -214,6 +238,7 @@ description: Result of parsing t-slot-rail.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -224,6 +249,7 @@ description: Result of parsing t-slot-rail.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -242,6 +268,7 @@ description: Result of parsing t-slot-rail.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -251,10 +278,12 @@ description: Result of parsing t-slot-rail.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.356", "start": 0, "type": "Literal", @@ -268,10 +297,12 @@ description: Result of parsing t-slot-rail.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -287,6 +318,7 @@ description: Result of parsing t-slot-rail.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -297,9 +329,11 @@ description: Result of parsing t-slot-rail.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -310,6 +344,7 @@ description: Result of parsing t-slot-rail.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -322,6 +357,7 @@ description: Result of parsing t-slot-rail.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -330,6 +366,7 @@ description: Result of parsing t-slot-rail.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08", "start": 0, "type": "Literal", @@ -341,6 +378,7 @@ description: Result of parsing t-slot-rail.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -352,9 +390,11 @@ description: Result of parsing t-slot-rail.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -365,6 +405,7 @@ description: Result of parsing t-slot-rail.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -377,6 +418,7 @@ description: Result of parsing t-slot-rail.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -384,6 +426,7 @@ description: Result of parsing t-slot-rail.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "45", "start": 0, "type": "Literal", @@ -399,6 +442,7 @@ description: Result of parsing t-slot-rail.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -406,6 +450,7 @@ description: Result of parsing t-slot-rail.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".09", "start": 0, "type": "Literal", @@ -421,9 +466,11 @@ description: Result of parsing t-slot-rail.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -434,6 +481,7 @@ description: Result of parsing t-slot-rail.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -446,6 +494,7 @@ description: Result of parsing t-slot-rail.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -453,6 +502,7 @@ description: Result of parsing t-slot-rail.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "45", "start": 0, "type": "Literal", @@ -468,6 +518,7 @@ description: Result of parsing t-slot-rail.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteY", "start": 0, "type": "Identifier" @@ -475,6 +526,7 @@ description: Result of parsing t-slot-rail.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.113", "start": 0, "type": "Literal", @@ -490,9 +542,11 @@ description: Result of parsing t-slot-rail.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -503,6 +557,7 @@ description: Result of parsing t-slot-rail.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -515,6 +570,7 @@ description: Result of parsing t-slot-rail.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -522,6 +578,7 @@ description: Result of parsing t-slot-rail.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "135", "start": 0, "type": "Literal", @@ -537,6 +594,7 @@ description: Result of parsing t-slot-rail.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -545,9 +603,11 @@ description: Result of parsing t-slot-rail.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "interiorRadius", "start": 0, "type": "Identifier" @@ -563,9 +623,11 @@ description: Result of parsing t-slot-rail.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -576,6 +638,7 @@ description: Result of parsing t-slot-rail.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -588,6 +651,7 @@ description: Result of parsing t-slot-rail.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -601,6 +665,7 @@ description: Result of parsing t-slot-rail.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".5", "start": 0, "type": "Literal", @@ -610,6 +675,7 @@ description: Result of parsing t-slot-rail.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -617,6 +683,7 @@ description: Result of parsing t-slot-rail.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".320", "start": 0, "type": "Literal", @@ -626,10 +693,12 @@ description: Result of parsing t-slot-rail.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -647,14 +716,17 @@ description: Result of parsing t-slot-rail.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "interiorRadius", "start": 0, "type": "Identifier" @@ -674,9 +746,11 @@ description: Result of parsing t-slot-rail.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -687,6 +761,7 @@ description: Result of parsing t-slot-rail.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -699,6 +774,7 @@ description: Result of parsing t-slot-rail.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -707,6 +783,7 @@ description: Result of parsing t-slot-rail.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -718,6 +795,7 @@ description: Result of parsing t-slot-rail.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -729,6 +807,7 @@ description: Result of parsing t-slot-rail.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -737,9 +816,11 @@ description: Result of parsing t-slot-rail.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "interiorRadius", "start": 0, "type": "Identifier" @@ -755,9 +836,11 @@ description: Result of parsing t-slot-rail.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -768,6 +851,7 @@ description: Result of parsing t-slot-rail.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -780,6 +864,7 @@ description: Result of parsing t-slot-rail.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -788,9 +873,11 @@ description: Result of parsing t-slot-rail.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "interiorRadius", "start": 0, "type": "Identifier" @@ -806,9 +893,11 @@ description: Result of parsing t-slot-rail.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -819,6 +908,7 @@ description: Result of parsing t-slot-rail.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -831,6 +921,7 @@ description: Result of parsing t-slot-rail.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -839,6 +930,7 @@ description: Result of parsing t-slot-rail.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -850,6 +942,7 @@ description: Result of parsing t-slot-rail.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -861,6 +954,7 @@ description: Result of parsing t-slot-rail.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -869,9 +963,11 @@ description: Result of parsing t-slot-rail.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "interiorRadius", "start": 0, "type": "Identifier" @@ -887,9 +983,11 @@ description: Result of parsing t-slot-rail.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -900,6 +998,7 @@ description: Result of parsing t-slot-rail.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -912,6 +1011,7 @@ description: Result of parsing t-slot-rail.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -920,6 +1020,7 @@ description: Result of parsing t-slot-rail.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.03", "start": 0, "type": "Literal", @@ -931,6 +1032,7 @@ description: Result of parsing t-slot-rail.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -942,9 +1044,11 @@ description: Result of parsing t-slot-rail.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -955,6 +1059,7 @@ description: Result of parsing t-slot-rail.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -967,6 +1072,7 @@ description: Result of parsing t-slot-rail.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -974,6 +1080,7 @@ description: Result of parsing t-slot-rail.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -989,6 +1096,7 @@ description: Result of parsing t-slot-rail.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -996,6 +1104,7 @@ description: Result of parsing t-slot-rail.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -1011,6 +1120,7 @@ description: Result of parsing t-slot-rail.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1019,9 +1129,11 @@ description: Result of parsing t-slot-rail.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scoreDepth", "start": 0, "type": "Identifier" @@ -1037,9 +1149,11 @@ description: Result of parsing t-slot-rail.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -1050,6 +1164,7 @@ description: Result of parsing t-slot-rail.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1062,6 +1177,7 @@ description: Result of parsing t-slot-rail.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1070,6 +1186,7 @@ description: Result of parsing t-slot-rail.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -1081,6 +1198,7 @@ description: Result of parsing t-slot-rail.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1092,9 +1210,11 @@ description: Result of parsing t-slot-rail.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1105,6 +1225,7 @@ description: Result of parsing t-slot-rail.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1117,6 +1238,7 @@ description: Result of parsing t-slot-rail.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -1124,6 +1246,7 @@ description: Result of parsing t-slot-rail.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1139,6 +1262,7 @@ description: Result of parsing t-slot-rail.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -1146,6 +1270,7 @@ description: Result of parsing t-slot-rail.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -1161,6 +1286,7 @@ description: Result of parsing t-slot-rail.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1169,9 +1295,11 @@ description: Result of parsing t-slot-rail.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scoreDepth", "start": 0, "type": "Identifier" @@ -1187,9 +1315,11 @@ description: Result of parsing t-slot-rail.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -1200,6 +1330,7 @@ description: Result of parsing t-slot-rail.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1212,6 +1343,7 @@ description: Result of parsing t-slot-rail.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1220,6 +1352,7 @@ description: Result of parsing t-slot-rail.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.03", "start": 0, "type": "Literal", @@ -1231,6 +1364,7 @@ description: Result of parsing t-slot-rail.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1242,9 +1376,11 @@ description: Result of parsing t-slot-rail.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1255,6 +1391,7 @@ description: Result of parsing t-slot-rail.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1267,6 +1404,7 @@ description: Result of parsing t-slot-rail.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1278,9 +1416,11 @@ description: Result of parsing t-slot-rail.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcEnd", "start": 0, "type": "Identifier" @@ -1294,9 +1434,11 @@ description: Result of parsing t-slot-rail.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcEnd", "start": 0, "type": "Identifier" @@ -1308,6 +1450,7 @@ description: Result of parsing t-slot-rail.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1318,9 +1461,11 @@ description: Result of parsing t-slot-rail.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1331,6 +1476,7 @@ description: Result of parsing t-slot-rail.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1343,6 +1489,7 @@ description: Result of parsing t-slot-rail.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -1350,6 +1497,7 @@ description: Result of parsing t-slot-rail.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -1357,10 +1505,12 @@ description: Result of parsing t-slot-rail.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "direction", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -1369,6 +1519,7 @@ description: Result of parsing t-slot-rail.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -1381,6 +1532,7 @@ description: Result of parsing t-slot-rail.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -1392,6 +1544,7 @@ description: Result of parsing t-slot-rail.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1403,10 +1556,12 @@ description: Result of parsing t-slot-rail.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "origin", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -1415,6 +1570,7 @@ description: Result of parsing t-slot-rail.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -1427,6 +1583,7 @@ description: Result of parsing t-slot-rail.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -1438,6 +1595,7 @@ description: Result of parsing t-slot-rail.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1454,9 +1612,11 @@ description: Result of parsing t-slot-rail.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mirror2d", "start": 0, "type": "Identifier" @@ -1467,6 +1627,7 @@ description: Result of parsing t-slot-rail.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1479,6 +1640,7 @@ description: Result of parsing t-slot-rail.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -1486,6 +1648,7 @@ description: Result of parsing t-slot-rail.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -1493,10 +1656,12 @@ description: Result of parsing t-slot-rail.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "direction", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -1505,6 +1670,7 @@ description: Result of parsing t-slot-rail.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -1517,6 +1683,7 @@ description: Result of parsing t-slot-rail.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -1528,6 +1695,7 @@ description: Result of parsing t-slot-rail.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1539,10 +1707,12 @@ description: Result of parsing t-slot-rail.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "origin", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -1551,6 +1721,7 @@ description: Result of parsing t-slot-rail.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -1563,6 +1734,7 @@ description: Result of parsing t-slot-rail.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -1574,6 +1746,7 @@ description: Result of parsing t-slot-rail.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1590,9 +1763,11 @@ description: Result of parsing t-slot-rail.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mirror2d", "start": 0, "type": "Identifier" @@ -1603,6 +1778,7 @@ description: Result of parsing t-slot-rail.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1615,6 +1791,7 @@ description: Result of parsing t-slot-rail.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -1622,6 +1799,7 @@ description: Result of parsing t-slot-rail.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -1629,10 +1807,12 @@ description: Result of parsing t-slot-rail.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "direction", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -1641,6 +1821,7 @@ description: Result of parsing t-slot-rail.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -1653,6 +1834,7 @@ description: Result of parsing t-slot-rail.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -1664,6 +1846,7 @@ description: Result of parsing t-slot-rail.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1675,10 +1858,12 @@ description: Result of parsing t-slot-rail.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "origin", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -1687,6 +1872,7 @@ description: Result of parsing t-slot-rail.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -1699,6 +1885,7 @@ description: Result of parsing t-slot-rail.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -1710,6 +1897,7 @@ description: Result of parsing t-slot-rail.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1726,9 +1914,11 @@ description: Result of parsing t-slot-rail.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mirror2d", "start": 0, "type": "Identifier" @@ -1739,19 +1929,23 @@ description: Result of parsing t-slot-rail.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1762,6 +1956,7 @@ description: Result of parsing t-slot-rail.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1774,6 +1969,7 @@ description: Result of parsing t-slot-rail.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -1785,6 +1981,7 @@ description: Result of parsing t-slot-rail.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1799,9 +1996,11 @@ description: Result of parsing t-slot-rail.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "railHeight", "start": 0, "type": "Identifier" @@ -1811,10 +2010,12 @@ description: Result of parsing t-slot-rail.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1835,9 +2036,11 @@ description: Result of parsing t-slot-rail.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "railHeight", "start": 0, "type": "Identifier" @@ -1847,10 +2050,12 @@ description: Result of parsing t-slot-rail.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1866,6 +2071,7 @@ description: Result of parsing t-slot-rail.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1876,6 +2082,7 @@ description: Result of parsing t-slot-rail.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1887,9 +2094,11 @@ description: Result of parsing t-slot-rail.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holeDiameter", "start": 0, "type": "Identifier" @@ -1899,10 +2108,12 @@ description: Result of parsing t-slot-rail.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1922,9 +2133,11 @@ description: Result of parsing t-slot-rail.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1935,6 +2148,7 @@ description: Result of parsing t-slot-rail.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1946,9 +2160,11 @@ description: Result of parsing t-slot-rail.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -1959,6 +2175,7 @@ description: Result of parsing t-slot-rail.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1971,6 +2188,7 @@ description: Result of parsing t-slot-rail.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -1979,9 +2197,11 @@ description: Result of parsing t-slot-rail.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "railHeight", "start": 0, "type": "Identifier" @@ -1997,6 +2217,7 @@ description: Result of parsing t-slot-rail.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -2005,9 +2226,11 @@ description: Result of parsing t-slot-rail.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "railHeight", "start": 0, "type": "Identifier" @@ -2023,9 +2246,11 @@ description: Result of parsing t-slot-rail.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -2036,6 +2261,7 @@ description: Result of parsing t-slot-rail.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2048,6 +2274,7 @@ description: Result of parsing t-slot-rail.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2057,9 +2284,11 @@ description: Result of parsing t-slot-rail.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "railLength", "start": 0, "type": "Identifier" @@ -2071,6 +2300,7 @@ description: Result of parsing t-slot-rail.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2082,9 +2312,11 @@ description: Result of parsing t-slot-rail.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2095,6 +2327,7 @@ description: Result of parsing t-slot-rail.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2103,12 +2336,14 @@ description: Result of parsing t-slot-rail.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "15": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2122,6 +2357,7 @@ description: Result of parsing t-slot-rail.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2135,6 +2371,7 @@ description: Result of parsing t-slot-rail.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2151,11 +2388,13 @@ description: Result of parsing t-slot-rail.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Sketch one inner leg of the extruded rail" ], @@ -2168,9 +2407,11 @@ description: Result of parsing t-slot-rail.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "railProfile", "start": 0, "type": "Identifier" @@ -2182,6 +2423,7 @@ description: Result of parsing t-slot-rail.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -2189,12 +2431,14 @@ description: Result of parsing t-slot-rail.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2209,12 +2453,14 @@ description: Result of parsing t-slot-rail.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "railHeight", "start": 0, "type": "Identifier" @@ -2225,6 +2471,7 @@ description: Result of parsing t-slot-rail.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "railLength", "start": 0, "type": "Identifier" @@ -2235,11 +2482,13 @@ description: Result of parsing t-slot-rail.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2254,6 +2503,7 @@ description: Result of parsing t-slot-rail.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "railHeight", "start": 0, "type": "Identifier" @@ -2261,6 +2511,7 @@ description: Result of parsing t-slot-rail.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.5", "start": 0, "type": "Literal", @@ -2276,6 +2527,7 @@ description: Result of parsing t-slot-rail.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "railLength", "start": 0, "type": "Identifier" @@ -2283,6 +2535,7 @@ description: Result of parsing t-slot-rail.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2ft", "start": 0, "type": "Literal", @@ -2298,9 +2551,11 @@ description: Result of parsing t-slot-rail.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "railTslot", "start": 0, "type": "Identifier" @@ -2311,11 +2566,13 @@ description: Result of parsing t-slot-rail.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "preComments": [ "", "", @@ -2332,9 +2589,11 @@ description: Result of parsing t-slot-rail.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -2353,19 +2612,23 @@ description: Result of parsing t-slot-rail.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -2382,15 +2645,18 @@ description: Result of parsing t-slot-rail.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -2406,12 +2672,14 @@ description: Result of parsing t-slot-rail.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "3": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2424,6 +2692,7 @@ description: Result of parsing t-slot-rail.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/teapot/ast.snap b/rust/kcl-lib/tests/kcl_samples/teapot/ast.snap index dee0b6605..ed82e103a 100644 --- a/rust/kcl-lib/tests/kcl_samples/teapot/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/teapot/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing teapot.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "teapotHeight", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing teapot.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "130", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing teapot.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define parameters" ], @@ -49,6 +53,7 @@ description: Result of parsing teapot.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "beltlineDiameter", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing teapot.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "160", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing teapot.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing teapot.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -89,6 +98,7 @@ description: Result of parsing teapot.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -98,11 +108,13 @@ description: Result of parsing teapot.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -115,6 +127,7 @@ description: Result of parsing teapot.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "outletHeight", "start": 0, "type": "Identifier" @@ -122,6 +135,7 @@ description: Result of parsing teapot.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "26", "start": 0, "type": "Literal", @@ -131,11 +145,13 @@ description: Result of parsing teapot.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -148,6 +164,7 @@ description: Result of parsing teapot.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spoutDiameter", "start": 0, "type": "Identifier" @@ -155,6 +172,7 @@ description: Result of parsing teapot.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12", "start": 0, "type": "Literal", @@ -164,11 +182,13 @@ description: Result of parsing teapot.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -181,6 +201,7 @@ description: Result of parsing teapot.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spoutPath", "start": 0, "type": "Identifier" @@ -188,13 +209,16 @@ description: Result of parsing teapot.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -205,6 +229,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -212,9 +237,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -232,6 +259,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -247,9 +275,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "beltlineDiameter", "start": 0, "type": "Identifier" @@ -261,15 +291,18 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.5", "start": 0, "type": "Literal", @@ -287,9 +320,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "outletHeight", "start": 0, "type": "Identifier" @@ -301,6 +336,7 @@ description: Result of parsing teapot.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -311,9 +347,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -324,6 +362,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -336,6 +375,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -344,6 +384,7 @@ description: Result of parsing teapot.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.05", "start": 0, "type": "Literal", @@ -355,6 +396,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -366,9 +408,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -379,6 +423,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -391,6 +436,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -399,6 +445,7 @@ description: Result of parsing teapot.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "110", "start": 0, "type": "Literal", @@ -410,6 +457,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -421,6 +469,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -428,6 +477,7 @@ description: Result of parsing teapot.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -443,6 +493,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -450,6 +501,7 @@ description: Result of parsing teapot.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -461,9 +513,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -474,6 +528,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -486,18 +541,22 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentToEnd", "start": 0, "type": "Identifier" @@ -508,6 +567,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -515,9 +575,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -534,6 +596,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -541,6 +604,7 @@ description: Result of parsing teapot.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "16.84", "start": 0, "type": "Literal", @@ -556,9 +620,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -569,6 +635,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -581,6 +648,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -588,6 +656,7 @@ description: Result of parsing teapot.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "100", "start": 0, "type": "Literal", @@ -603,6 +672,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -610,6 +680,7 @@ description: Result of parsing teapot.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -625,9 +696,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -638,6 +711,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -646,12 +720,14 @@ description: Result of parsing teapot.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "5": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -668,11 +744,13 @@ description: Result of parsing teapot.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -690,6 +768,7 @@ description: Result of parsing teapot.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spout", "start": 0, "type": "Identifier" @@ -697,13 +776,16 @@ description: Result of parsing teapot.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -714,6 +796,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -724,6 +807,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -736,9 +820,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "beltlineDiameter", "start": 0, "type": "Identifier" @@ -750,15 +836,18 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.5", "start": 0, "type": "Literal", @@ -778,9 +867,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -791,6 +882,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -798,9 +890,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -819,6 +913,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -829,6 +924,7 @@ description: Result of parsing teapot.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -842,9 +938,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "outletHeight", "start": 0, "type": "Identifier" @@ -856,6 +954,7 @@ description: Result of parsing teapot.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -866,6 +965,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "diameter", "start": 0, "type": "Identifier" @@ -874,9 +974,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spoutDiameter", "start": 0, "type": "Identifier" @@ -892,9 +994,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -905,6 +1009,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -917,6 +1022,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -928,6 +1034,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -938,6 +1045,7 @@ description: Result of parsing teapot.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -951,9 +1059,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "outletHeight", "start": 0, "type": "Identifier" @@ -965,6 +1075,7 @@ description: Result of parsing teapot.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -975,6 +1086,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "diameter", "start": 0, "type": "Identifier" @@ -986,9 +1098,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spoutDiameter", "start": 0, "type": "Identifier" @@ -998,10 +1112,12 @@ description: Result of parsing teapot.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8", "start": 0, "type": "Literal", @@ -1021,9 +1137,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1034,6 +1152,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1045,9 +1164,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -1058,6 +1179,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1070,6 +1192,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "path", "start": 0, "type": "Identifier" @@ -1078,9 +1201,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spoutPath", "start": 0, "type": "Identifier" @@ -1096,9 +1221,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sweep", "start": 0, "type": "Identifier" @@ -1109,6 +1236,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1117,12 +1245,14 @@ description: Result of parsing teapot.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "3": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1139,11 +1269,13 @@ description: Result of parsing teapot.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1156,6 +1288,7 @@ description: Result of parsing teapot.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tools", "start": 0, "type": "Identifier" @@ -1163,13 +1296,16 @@ description: Result of parsing teapot.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1180,6 +1316,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1187,9 +1324,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -1207,6 +1346,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1217,6 +1357,7 @@ description: Result of parsing teapot.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1229,6 +1370,7 @@ description: Result of parsing teapot.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1240,6 +1382,7 @@ description: Result of parsing teapot.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1250,9 +1393,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1263,6 +1408,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1275,6 +1421,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1286,9 +1433,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "beltlineDiameter", "start": 0, "type": "Identifier" @@ -1298,10 +1447,12 @@ description: Result of parsing teapot.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -1321,9 +1472,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1334,6 +1487,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1346,6 +1500,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1360,9 +1515,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "beltlineDiameter", "start": 0, "type": "Identifier" @@ -1372,10 +1529,12 @@ description: Result of parsing teapot.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.1", "start": 0, "type": "Literal", @@ -1396,9 +1555,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "teapotHeight", "start": 0, "type": "Identifier" @@ -1408,10 +1569,12 @@ description: Result of parsing teapot.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.5", "start": 0, "type": "Literal", @@ -1427,6 +1590,7 @@ description: Result of parsing teapot.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1437,9 +1601,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1450,6 +1616,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1462,6 +1629,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1476,9 +1644,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "beltlineDiameter", "start": 0, "type": "Identifier" @@ -1488,10 +1658,12 @@ description: Result of parsing teapot.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -1512,9 +1684,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "teapotHeight", "start": 0, "type": "Identifier" @@ -1524,10 +1698,12 @@ description: Result of parsing teapot.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.1", "start": 0, "type": "Literal", @@ -1543,6 +1719,7 @@ description: Result of parsing teapot.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1553,9 +1730,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1566,6 +1745,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1578,6 +1758,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1592,9 +1773,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "beltlineDiameter", "start": 0, "type": "Identifier" @@ -1604,10 +1787,12 @@ description: Result of parsing teapot.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -1625,9 +1810,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "teapotHeight", "start": 0, "type": "Identifier" @@ -1639,6 +1826,7 @@ description: Result of parsing teapot.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1649,9 +1837,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1662,6 +1852,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1674,18 +1865,22 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -1696,12 +1891,14 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1713,9 +1910,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1726,6 +1925,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1738,18 +1938,22 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStart", "start": 0, "type": "Identifier" @@ -1760,12 +1964,14 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1777,9 +1983,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1790,19 +1998,23 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1813,6 +2025,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1825,6 +2038,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -1833,9 +2047,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "Y", "start": 0, "type": "Identifier" @@ -1851,9 +2067,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -1864,6 +2082,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1872,12 +2091,14 @@ description: Result of parsing teapot.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "9": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1894,11 +2115,13 @@ description: Result of parsing teapot.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1911,6 +2134,7 @@ description: Result of parsing teapot.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handlePath", "start": 0, "type": "Identifier" @@ -1918,13 +2142,16 @@ description: Result of parsing teapot.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1935,6 +2162,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1942,9 +2170,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -1962,6 +2192,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1972,6 +2203,7 @@ description: Result of parsing teapot.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1985,9 +2217,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "outletHeight", "start": 0, "type": "Identifier" @@ -1999,6 +2233,7 @@ description: Result of parsing teapot.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2009,9 +2244,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -2022,6 +2259,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2034,6 +2272,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2041,6 +2280,7 @@ description: Result of parsing teapot.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "76", "start": 0, "type": "Literal", @@ -2056,9 +2296,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -2069,6 +2311,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2081,6 +2324,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2091,6 +2335,7 @@ description: Result of parsing teapot.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12.98", "start": 0, "type": "Literal", @@ -2103,6 +2348,7 @@ description: Result of parsing teapot.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6.64", "start": 0, "type": "Literal", @@ -2114,6 +2360,7 @@ description: Result of parsing teapot.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2124,9 +2371,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -2137,6 +2386,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2149,6 +2399,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2159,6 +2410,7 @@ description: Result of parsing teapot.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "28.39", "start": 0, "type": "Literal", @@ -2171,6 +2423,7 @@ description: Result of parsing teapot.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "63.11", "start": 0, "type": "Literal", @@ -2182,6 +2435,7 @@ description: Result of parsing teapot.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2192,9 +2446,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -2205,6 +2461,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2217,6 +2474,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2228,6 +2486,7 @@ description: Result of parsing teapot.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10.27", "start": 0, "type": "Literal", @@ -2239,6 +2498,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2247,6 +2507,7 @@ description: Result of parsing teapot.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "14.8", "start": 0, "type": "Literal", @@ -2258,6 +2519,7 @@ description: Result of parsing teapot.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2268,9 +2530,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -2281,6 +2545,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2293,6 +2558,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2304,6 +2570,7 @@ description: Result of parsing teapot.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "48.01", "start": 0, "type": "Literal", @@ -2315,6 +2582,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2323,6 +2591,7 @@ description: Result of parsing teapot.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.81", "start": 0, "type": "Literal", @@ -2334,6 +2603,7 @@ description: Result of parsing teapot.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2344,6 +2614,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -2351,6 +2622,7 @@ description: Result of parsing teapot.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -2362,9 +2634,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -2375,6 +2649,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2387,18 +2662,22 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentToEnd", "start": 0, "type": "Identifier" @@ -2409,6 +2688,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2416,9 +2696,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -2435,6 +2717,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteX", "start": 0, "type": "Identifier" @@ -2442,6 +2725,7 @@ description: Result of parsing teapot.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2457,9 +2741,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -2470,6 +2756,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2478,12 +2765,14 @@ description: Result of parsing teapot.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "7": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2500,11 +2789,13 @@ description: Result of parsing teapot.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2517,6 +2808,7 @@ description: Result of parsing teapot.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handle", "start": 0, "type": "Identifier" @@ -2524,13 +2816,16 @@ description: Result of parsing teapot.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2541,6 +2836,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2548,9 +2844,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -2568,6 +2866,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -2579,6 +2878,7 @@ description: Result of parsing teapot.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -2590,6 +2890,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2602,9 +2903,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "outletHeight", "start": 0, "type": "Identifier" @@ -2614,10 +2917,12 @@ description: Result of parsing teapot.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.5", "start": 0, "type": "Literal", @@ -2633,6 +2938,7 @@ description: Result of parsing teapot.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2643,9 +2949,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -2656,6 +2964,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2668,6 +2977,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "interiorAbsolute", "start": 0, "type": "Identifier" @@ -2678,6 +2988,7 @@ description: Result of parsing teapot.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2694,9 +3005,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "outletHeight", "start": 0, "type": "Identifier" @@ -2706,10 +3019,12 @@ description: Result of parsing teapot.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -2725,6 +3040,7 @@ description: Result of parsing teapot.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2735,6 +3051,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2745,6 +3062,7 @@ description: Result of parsing teapot.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -2755,13 +3073,16 @@ description: Result of parsing teapot.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -2772,12 +3093,14 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2785,6 +3108,7 @@ description: Result of parsing teapot.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2795,9 +3119,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -2808,6 +3134,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2820,6 +3147,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2830,6 +3158,7 @@ description: Result of parsing teapot.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2843,6 +3172,7 @@ description: Result of parsing teapot.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7", "start": 0, "type": "Literal", @@ -2854,6 +3184,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2861,6 +3192,7 @@ description: Result of parsing teapot.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2871,9 +3203,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -2884,6 +3218,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2896,6 +3231,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2907,6 +3243,7 @@ description: Result of parsing teapot.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -2918,6 +3255,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2926,6 +3264,7 @@ description: Result of parsing teapot.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2937,6 +3276,7 @@ description: Result of parsing teapot.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2947,9 +3287,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -2960,6 +3302,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2972,18 +3315,22 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStart", "start": 0, "type": "Identifier" @@ -2994,6 +3341,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3005,9 +3353,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -3018,19 +3368,23 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -3041,6 +3395,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3053,6 +3408,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "path", "start": 0, "type": "Identifier" @@ -3061,9 +3417,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handlePath", "start": 0, "type": "Identifier" @@ -3079,9 +3437,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sweep", "start": 0, "type": "Identifier" @@ -3092,19 +3452,23 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract", "start": 0, "type": "Identifier" @@ -3115,6 +3479,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3122,9 +3487,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tools", "start": 0, "type": "Identifier" @@ -3138,12 +3505,14 @@ description: Result of parsing teapot.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "8": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3160,11 +3529,13 @@ description: Result of parsing teapot.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3177,6 +3548,7 @@ description: Result of parsing teapot.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spoutHole", "start": 0, "type": "Identifier" @@ -3184,13 +3556,16 @@ description: Result of parsing teapot.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -3201,6 +3576,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3208,9 +3584,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -3228,6 +3606,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -3238,6 +3617,7 @@ description: Result of parsing teapot.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3251,9 +3631,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "outletHeight", "start": 0, "type": "Identifier" @@ -3265,6 +3647,7 @@ description: Result of parsing teapot.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3275,6 +3658,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "diameter", "start": 0, "type": "Identifier" @@ -3283,9 +3667,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spoutDiameter", "start": 0, "type": "Identifier" @@ -3301,9 +3687,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -3314,6 +3702,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3326,6 +3715,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3338,9 +3728,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "beltlineDiameter", "start": 0, "type": "Identifier" @@ -3352,15 +3744,18 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3380,9 +3775,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -3393,6 +3790,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3401,12 +3799,14 @@ description: Result of parsing teapot.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3423,11 +3823,13 @@ description: Result of parsing teapot.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3440,6 +3842,7 @@ description: Result of parsing teapot.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "body", "start": 0, "type": "Identifier" @@ -3447,13 +3850,16 @@ description: Result of parsing teapot.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -3464,6 +3870,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3471,9 +3878,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -3491,6 +3900,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -3501,6 +3911,7 @@ description: Result of parsing teapot.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3513,6 +3924,7 @@ description: Result of parsing teapot.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3524,6 +3936,7 @@ description: Result of parsing teapot.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3534,9 +3947,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -3547,6 +3962,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3559,6 +3975,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3570,9 +3987,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "beltlineDiameter", "start": 0, "type": "Identifier" @@ -3582,10 +4001,12 @@ description: Result of parsing teapot.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -3605,9 +4026,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -3618,6 +4041,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3630,6 +4054,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3644,9 +4069,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "beltlineDiameter", "start": 0, "type": "Identifier" @@ -3656,10 +4083,12 @@ description: Result of parsing teapot.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.1", "start": 0, "type": "Literal", @@ -3680,9 +4109,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "teapotHeight", "start": 0, "type": "Identifier" @@ -3692,10 +4123,12 @@ description: Result of parsing teapot.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.5", "start": 0, "type": "Literal", @@ -3711,6 +4144,7 @@ description: Result of parsing teapot.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3721,9 +4155,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -3734,6 +4170,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3746,6 +4183,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3760,9 +4198,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "beltlineDiameter", "start": 0, "type": "Identifier" @@ -3772,10 +4212,12 @@ description: Result of parsing teapot.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -3796,9 +4238,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "teapotHeight", "start": 0, "type": "Identifier" @@ -3808,10 +4252,12 @@ description: Result of parsing teapot.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.1", "start": 0, "type": "Literal", @@ -3827,6 +4273,7 @@ description: Result of parsing teapot.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3837,9 +4284,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -3850,6 +4299,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3862,6 +4312,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3876,9 +4327,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "beltlineDiameter", "start": 0, "type": "Identifier" @@ -3888,10 +4341,12 @@ description: Result of parsing teapot.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -3909,9 +4364,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "teapotHeight", "start": 0, "type": "Identifier" @@ -3923,6 +4380,7 @@ description: Result of parsing teapot.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3933,9 +4391,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -3946,6 +4406,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3958,6 +4419,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -3965,6 +4427,7 @@ description: Result of parsing teapot.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "190", "start": 0, "type": "Literal", @@ -3980,6 +4443,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "diameter", "start": 0, "type": "Identifier" @@ -3988,9 +4452,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -4006,9 +4472,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -4019,6 +4487,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4031,6 +4500,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -4048,9 +4518,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "beltlineDiameter", "start": 0, "type": "Identifier" @@ -4060,10 +4532,12 @@ description: Result of parsing teapot.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -4077,14 +4551,17 @@ description: Result of parsing teapot.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -4105,9 +4582,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "teapotHeight", "start": 0, "type": "Identifier" @@ -4117,10 +4596,12 @@ description: Result of parsing teapot.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.1", "start": 0, "type": "Literal", @@ -4136,6 +4617,7 @@ description: Result of parsing teapot.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4146,9 +4628,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -4159,6 +4643,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4171,6 +4656,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -4188,9 +4674,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "beltlineDiameter", "start": 0, "type": "Identifier" @@ -4200,10 +4688,12 @@ description: Result of parsing teapot.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.1", "start": 0, "type": "Literal", @@ -4217,14 +4707,17 @@ description: Result of parsing teapot.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -4245,9 +4738,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "teapotHeight", "start": 0, "type": "Identifier" @@ -4257,10 +4752,12 @@ description: Result of parsing teapot.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.5", "start": 0, "type": "Literal", @@ -4276,6 +4773,7 @@ description: Result of parsing teapot.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4286,9 +4784,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -4299,6 +4799,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4311,6 +4812,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -4325,9 +4827,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "beltlineDiameter", "start": 0, "type": "Identifier" @@ -4337,10 +4841,12 @@ description: Result of parsing teapot.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -4358,13 +4864,16 @@ description: Result of parsing teapot.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -4375,19 +4884,23 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallThickness", "start": 0, "type": "Identifier" @@ -4403,6 +4916,7 @@ description: Result of parsing teapot.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4413,9 +4927,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -4426,6 +4942,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4438,18 +4955,22 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -4460,12 +4981,14 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -4477,9 +5000,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -4490,6 +5015,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4502,18 +5028,22 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStart", "start": 0, "type": "Identifier" @@ -4524,12 +5054,14 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -4541,9 +5073,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4554,19 +5088,23 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -4577,6 +5115,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4589,6 +5128,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -4597,9 +5137,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "Y", "start": 0, "type": "Identifier" @@ -4615,9 +5157,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -4628,6 +5172,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4640,6 +5185,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tools", "start": 0, "type": "Identifier" @@ -4651,9 +5197,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spoutHole", "start": 0, "type": "Identifier" @@ -4665,6 +5213,7 @@ description: Result of parsing teapot.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4675,9 +5224,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract", "start": 0, "type": "Identifier" @@ -4688,6 +5239,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4696,12 +5248,14 @@ description: Result of parsing teapot.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "14": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -4718,11 +5272,13 @@ description: Result of parsing teapot.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4739,9 +5295,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "body", "start": 0, "type": "Identifier" @@ -4755,9 +5313,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handle", "start": 0, "type": "Identifier" @@ -4771,9 +5331,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spout", "start": 0, "type": "Identifier" @@ -4785,6 +5347,7 @@ description: Result of parsing teapot.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4796,6 +5359,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -4803,6 +5367,7 @@ description: Result of parsing teapot.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"#1f9896\"", "start": 0, "type": "Literal", @@ -4815,6 +5380,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "metalness", "start": 0, "type": "Identifier" @@ -4822,6 +5388,7 @@ description: Result of parsing teapot.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "40", "start": 0, "type": "Literal", @@ -4837,6 +5404,7 @@ description: Result of parsing teapot.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "roughness", "start": 0, "type": "Identifier" @@ -4844,6 +5412,7 @@ description: Result of parsing teapot.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -4859,9 +5428,11 @@ description: Result of parsing teapot.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "appearance", "start": 0, "type": "Identifier" @@ -4872,6 +5443,7 @@ description: Result of parsing teapot.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4880,10 +5452,12 @@ description: Result of parsing teapot.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -4895,9 +5469,11 @@ description: Result of parsing teapot.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -4916,19 +5492,23 @@ description: Result of parsing teapot.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -4944,12 +5524,14 @@ description: Result of parsing teapot.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": {}, "startNodes": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/teapot/program_memory.snap b/rust/kcl-lib/tests/kcl_samples/teapot/program_memory.snap index fd00994b9..bb0896e78 100644 --- a/rust/kcl-lib/tests/kcl_samples/teapot/program_memory.snap +++ b/rust/kcl-lib/tests/kcl_samples/teapot/program_memory.snap @@ -739,6 +739,7 @@ description: Variables in memory after executing teapot.kcl "tag": { "commentStart": 1780, "end": 1786, + "moduleId": 0, "start": 1780, "type": "TagDeclarator", "value": "seg02" @@ -1127,6 +1128,7 @@ description: Variables in memory after executing teapot.kcl "tag": { "commentStart": 482, "end": 488, + "moduleId": 0, "start": 482, "type": "TagDeclarator", "value": "seg01" diff --git a/rust/kcl-lib/tests/kcl_samples/telemetry-antenna/ast.snap b/rust/kcl-lib/tests/kcl_samples/telemetry-antenna/ast.snap index 4207f85b0..6965c695b 100644 --- a/rust/kcl-lib/tests/kcl_samples/telemetry-antenna/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/telemetry-antenna/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing telemetry-antenna.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateThickness", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing telemetry-antenna.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing telemetry-antenna.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define parameters" ], @@ -49,6 +53,7 @@ description: Result of parsing telemetry-antenna.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateDia", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing telemetry-antenna.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing telemetry-antenna.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing telemetry-antenna.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "antennaBaseDia", "start": 0, "type": "Identifier" @@ -89,6 +98,7 @@ description: Result of parsing telemetry-antenna.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.65", "start": 0, "type": "Literal", @@ -98,11 +108,13 @@ description: Result of parsing telemetry-antenna.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -115,6 +127,7 @@ description: Result of parsing telemetry-antenna.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "antennaAngle", "start": 0, "type": "Identifier" @@ -122,6 +135,7 @@ description: Result of parsing telemetry-antenna.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "95", "start": 0, "type": "Literal", @@ -131,11 +145,13 @@ description: Result of parsing telemetry-antenna.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -148,6 +164,7 @@ description: Result of parsing telemetry-antenna.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "antennaHeight", "start": 0, "type": "Identifier" @@ -155,6 +172,7 @@ description: Result of parsing telemetry-antenna.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.36", "start": 0, "type": "Literal", @@ -164,11 +182,13 @@ description: Result of parsing telemetry-antenna.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -181,6 +201,7 @@ description: Result of parsing telemetry-antenna.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seatingDia", "start": 0, "type": "Identifier" @@ -188,6 +209,7 @@ description: Result of parsing telemetry-antenna.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.625", "start": 0, "type": "Literal", @@ -197,11 +219,13 @@ description: Result of parsing telemetry-antenna.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -214,6 +238,7 @@ description: Result of parsing telemetry-antenna.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "totalHeight", "start": 0, "type": "Identifier" @@ -221,6 +246,7 @@ description: Result of parsing telemetry-antenna.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.14", "start": 0, "type": "Literal", @@ -230,11 +256,13 @@ description: Result of parsing telemetry-antenna.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -247,6 +275,7 @@ description: Result of parsing telemetry-antenna.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltDiameter", "start": 0, "type": "Identifier" @@ -254,6 +283,7 @@ description: Result of parsing telemetry-antenna.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".196", "start": 0, "type": "Literal", @@ -263,11 +293,13 @@ description: Result of parsing telemetry-antenna.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -280,6 +312,7 @@ description: Result of parsing telemetry-antenna.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltPitchCircleDiameter", "start": 0, "type": "Identifier" @@ -287,6 +320,7 @@ description: Result of parsing telemetry-antenna.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.5", "start": 0, "type": "Literal", @@ -296,11 +330,13 @@ description: Result of parsing telemetry-antenna.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -313,18 +349,22 @@ description: Result of parsing telemetry-antenna.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "antennaCrossSectionSketch", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -335,6 +375,7 @@ description: Result of parsing telemetry-antenna.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -342,9 +383,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -355,11 +398,13 @@ description: Result of parsing telemetry-antenna.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -377,6 +422,7 @@ description: Result of parsing telemetry-antenna.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "antennaCrossSectionProfile", "start": 0, "type": "Identifier" @@ -390,6 +436,7 @@ description: Result of parsing telemetry-antenna.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -404,9 +451,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateDia", "start": 0, "type": "Identifier" @@ -416,10 +465,12 @@ description: Result of parsing telemetry-antenna.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -436,6 +487,7 @@ description: Result of parsing telemetry-antenna.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -447,6 +499,7 @@ description: Result of parsing telemetry-antenna.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -457,9 +510,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -470,6 +525,7 @@ description: Result of parsing telemetry-antenna.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -477,9 +533,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "antennaCrossSectionSketch", "start": 0, "type": "Identifier" @@ -497,6 +555,7 @@ description: Result of parsing telemetry-antenna.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -505,9 +564,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateThickness", "start": 0, "type": "Identifier" @@ -523,9 +584,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -536,6 +599,7 @@ description: Result of parsing telemetry-antenna.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -548,6 +612,7 @@ description: Result of parsing telemetry-antenna.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -563,9 +628,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateDia", "start": 0, "type": "Identifier" @@ -575,14 +642,17 @@ description: Result of parsing telemetry-antenna.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "antennaBaseDia", "start": 0, "type": "Identifier" @@ -598,15 +668,18 @@ description: Result of parsing telemetry-antenna.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -626,6 +699,7 @@ description: Result of parsing telemetry-antenna.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -633,6 +707,7 @@ description: Result of parsing telemetry-antenna.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -644,9 +719,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -657,6 +734,7 @@ description: Result of parsing telemetry-antenna.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -669,6 +747,7 @@ description: Result of parsing telemetry-antenna.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -677,9 +756,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "antennaAngle", "start": 0, "type": "Identifier" @@ -695,6 +776,7 @@ description: Result of parsing telemetry-antenna.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -702,6 +784,7 @@ description: Result of parsing telemetry-antenna.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.1", "start": 0, "type": "Literal", @@ -717,6 +800,7 @@ description: Result of parsing telemetry-antenna.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -724,6 +808,7 @@ description: Result of parsing telemetry-antenna.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -735,9 +820,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -748,6 +835,7 @@ description: Result of parsing telemetry-antenna.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -760,6 +848,7 @@ description: Result of parsing telemetry-antenna.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -770,6 +859,7 @@ description: Result of parsing telemetry-antenna.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.025", "start": 0, "type": "Literal", @@ -783,9 +873,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "antennaHeight", "start": 0, "type": "Identifier" @@ -797,6 +889,7 @@ description: Result of parsing telemetry-antenna.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -807,9 +900,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -820,6 +915,7 @@ description: Result of parsing telemetry-antenna.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -832,6 +928,7 @@ description: Result of parsing telemetry-antenna.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -839,6 +936,7 @@ description: Result of parsing telemetry-antenna.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -854,6 +952,7 @@ description: Result of parsing telemetry-antenna.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -861,6 +960,7 @@ description: Result of parsing telemetry-antenna.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -872,9 +972,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -885,6 +987,7 @@ description: Result of parsing telemetry-antenna.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -897,6 +1000,7 @@ description: Result of parsing telemetry-antenna.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -906,9 +1010,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "totalHeight", "start": 0, "type": "Identifier" @@ -920,6 +1026,7 @@ description: Result of parsing telemetry-antenna.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -931,9 +1038,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -944,6 +1053,7 @@ description: Result of parsing telemetry-antenna.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -956,6 +1066,7 @@ description: Result of parsing telemetry-antenna.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -963,6 +1074,7 @@ description: Result of parsing telemetry-antenna.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".25", "start": 0, "type": "Literal", @@ -978,9 +1090,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -991,6 +1105,7 @@ description: Result of parsing telemetry-antenna.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1003,6 +1118,7 @@ description: Result of parsing telemetry-antenna.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1010,6 +1126,7 @@ description: Result of parsing telemetry-antenna.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".05", "start": 0, "type": "Literal", @@ -1025,9 +1142,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1038,6 +1157,7 @@ description: Result of parsing telemetry-antenna.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1050,6 +1170,7 @@ description: Result of parsing telemetry-antenna.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1057,6 +1178,7 @@ description: Result of parsing telemetry-antenna.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "45", "start": 0, "type": "Literal", @@ -1072,6 +1194,7 @@ description: Result of parsing telemetry-antenna.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1079,6 +1202,7 @@ description: Result of parsing telemetry-antenna.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.025", "start": 0, "type": "Literal", @@ -1094,9 +1218,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1107,6 +1233,7 @@ description: Result of parsing telemetry-antenna.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1119,6 +1246,7 @@ description: Result of parsing telemetry-antenna.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1126,6 +1254,7 @@ description: Result of parsing telemetry-antenna.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".125", "start": 0, "type": "Literal", @@ -1141,9 +1270,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1154,6 +1285,7 @@ description: Result of parsing telemetry-antenna.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1166,6 +1298,7 @@ description: Result of parsing telemetry-antenna.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1173,6 +1306,7 @@ description: Result of parsing telemetry-antenna.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "135", "start": 0, "type": "Literal", @@ -1188,6 +1322,7 @@ description: Result of parsing telemetry-antenna.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1195,6 +1330,7 @@ description: Result of parsing telemetry-antenna.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.025", "start": 0, "type": "Literal", @@ -1210,9 +1346,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1223,6 +1361,7 @@ description: Result of parsing telemetry-antenna.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1235,6 +1374,7 @@ description: Result of parsing telemetry-antenna.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1242,6 +1382,7 @@ description: Result of parsing telemetry-antenna.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".125", "start": 0, "type": "Literal", @@ -1257,9 +1398,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1270,6 +1413,7 @@ description: Result of parsing telemetry-antenna.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1282,6 +1426,7 @@ description: Result of parsing telemetry-antenna.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1289,6 +1434,7 @@ description: Result of parsing telemetry-antenna.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".025", "start": 0, "type": "Literal", @@ -1304,9 +1450,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1317,6 +1465,7 @@ description: Result of parsing telemetry-antenna.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1329,6 +1478,7 @@ description: Result of parsing telemetry-antenna.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1336,6 +1486,7 @@ description: Result of parsing telemetry-antenna.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".025", "start": 0, "type": "Literal", @@ -1351,9 +1502,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1364,6 +1517,7 @@ description: Result of parsing telemetry-antenna.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1376,6 +1530,7 @@ description: Result of parsing telemetry-antenna.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1387,9 +1542,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seatingDia", "start": 0, "type": "Identifier" @@ -1399,10 +1556,12 @@ description: Result of parsing telemetry-antenna.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1422,9 +1581,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1435,6 +1596,7 @@ description: Result of parsing telemetry-antenna.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1447,6 +1609,7 @@ description: Result of parsing telemetry-antenna.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1455,6 +1618,7 @@ description: Result of parsing telemetry-antenna.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25", "start": 0, "type": "Literal", @@ -1466,6 +1630,7 @@ description: Result of parsing telemetry-antenna.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1477,9 +1642,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1490,6 +1657,7 @@ description: Result of parsing telemetry-antenna.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1502,6 +1670,7 @@ description: Result of parsing telemetry-antenna.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1509,6 +1678,7 @@ description: Result of parsing telemetry-antenna.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6", "start": 0, "type": "Literal", @@ -1524,9 +1694,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1537,6 +1709,7 @@ description: Result of parsing telemetry-antenna.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1549,6 +1722,7 @@ description: Result of parsing telemetry-antenna.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1556,6 +1730,7 @@ description: Result of parsing telemetry-antenna.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1571,9 +1746,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1584,19 +1761,23 @@ description: Result of parsing telemetry-antenna.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1607,6 +1788,7 @@ description: Result of parsing telemetry-antenna.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1615,12 +1797,14 @@ description: Result of parsing telemetry-antenna.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "19": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1637,11 +1821,13 @@ description: Result of parsing telemetry-antenna.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1654,6 +1840,7 @@ description: Result of parsing telemetry-antenna.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "antennaCrossSectionRevolve", "start": 0, "type": "Identifier" @@ -1665,6 +1852,7 @@ description: Result of parsing telemetry-antenna.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1672,6 +1860,7 @@ description: Result of parsing telemetry-antenna.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -1687,6 +1876,7 @@ description: Result of parsing telemetry-antenna.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -1695,9 +1885,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "Y", "start": 0, "type": "Identifier" @@ -1713,9 +1905,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -1726,6 +1920,7 @@ description: Result of parsing telemetry-antenna.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1733,9 +1928,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "antennaCrossSectionProfile", "start": 0, "type": "Identifier" @@ -1746,11 +1943,13 @@ description: Result of parsing telemetry-antenna.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1763,6 +1962,7 @@ description: Result of parsing telemetry-antenna.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countersink", "start": 0, "type": "Identifier" @@ -1782,6 +1982,7 @@ description: Result of parsing telemetry-antenna.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -1790,9 +1991,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg03", "start": 0, "type": "Identifier" @@ -1808,9 +2011,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1821,6 +2026,7 @@ description: Result of parsing telemetry-antenna.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1828,9 +2034,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "antennaCrossSectionRevolve", "start": 0, "type": "Identifier" @@ -1848,6 +2056,7 @@ description: Result of parsing telemetry-antenna.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1856,9 +2065,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holePosition", "start": 0, "type": "Identifier" @@ -1874,6 +2085,7 @@ description: Result of parsing telemetry-antenna.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1885,9 +2097,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltDiameter", "start": 0, "type": "Identifier" @@ -1897,10 +2111,12 @@ description: Result of parsing telemetry-antenna.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1920,6 +2136,7 @@ description: Result of parsing telemetry-antenna.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1927,6 +2144,7 @@ description: Result of parsing telemetry-antenna.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1938,9 +2156,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1951,6 +2171,7 @@ description: Result of parsing telemetry-antenna.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1963,6 +2184,7 @@ description: Result of parsing telemetry-antenna.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1972,9 +2194,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plateThickness", "start": 0, "type": "Identifier" @@ -1986,6 +2210,7 @@ description: Result of parsing telemetry-antenna.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1997,9 +2222,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2010,6 +2237,7 @@ description: Result of parsing telemetry-antenna.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2022,6 +2250,7 @@ description: Result of parsing telemetry-antenna.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2029,6 +2258,7 @@ description: Result of parsing telemetry-antenna.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.04", "start": 0, "type": "Literal", @@ -2044,6 +2274,7 @@ description: Result of parsing telemetry-antenna.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -2055,9 +2286,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hole01", "start": 0, "type": "Identifier" @@ -2069,6 +2302,7 @@ description: Result of parsing telemetry-antenna.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2079,9 +2313,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "chamfer", "start": 0, "type": "Identifier" @@ -2092,6 +2328,7 @@ description: Result of parsing telemetry-antenna.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2100,10 +2337,12 @@ description: Result of parsing telemetry-antenna.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -2112,6 +2351,7 @@ description: Result of parsing telemetry-antenna.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [], "start": 0, "type": "ObjectExpression", @@ -2119,6 +2359,7 @@ description: Result of parsing telemetry-antenna.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -2126,16 +2367,19 @@ description: Result of parsing telemetry-antenna.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "holePosition", "start": 0, "type": "Identifier" @@ -2147,11 +2391,13 @@ description: Result of parsing telemetry-antenna.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "", "", @@ -2169,6 +2415,7 @@ description: Result of parsing telemetry-antenna.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r", "start": 0, "type": "Identifier" @@ -2180,9 +2427,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltPitchCircleDiameter", "start": 0, "type": "Identifier" @@ -2192,10 +2441,12 @@ description: Result of parsing telemetry-antenna.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2209,11 +2460,13 @@ description: Result of parsing telemetry-antenna.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2227,13 +2480,16 @@ description: Result of parsing telemetry-antenna.kcl "commentStart": 0, "end": 0, "expression": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countersink", "start": 0, "type": "Identifier" @@ -2244,6 +2500,7 @@ description: Result of parsing telemetry-antenna.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2254,9 +2511,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r", "start": 0, "type": "Identifier" @@ -2269,6 +2528,7 @@ description: Result of parsing telemetry-antenna.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2280,11 +2540,13 @@ description: Result of parsing telemetry-antenna.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "preComments": [ "", "", @@ -2298,13 +2560,16 @@ description: Result of parsing telemetry-antenna.kcl "commentStart": 0, "end": 0, "expression": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countersink", "start": 0, "type": "Identifier" @@ -2315,6 +2580,7 @@ description: Result of parsing telemetry-antenna.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2328,9 +2594,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r", "start": 0, "type": "Identifier" @@ -2340,10 +2608,12 @@ description: Result of parsing telemetry-antenna.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -2364,9 +2634,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r", "start": 0, "type": "Identifier" @@ -2376,10 +2648,12 @@ description: Result of parsing telemetry-antenna.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8660254", "start": 0, "type": "Literal", @@ -2395,11 +2669,13 @@ description: Result of parsing telemetry-antenna.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -2408,13 +2684,16 @@ description: Result of parsing telemetry-antenna.kcl "commentStart": 0, "end": 0, "expression": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countersink", "start": 0, "type": "Identifier" @@ -2425,6 +2704,7 @@ description: Result of parsing telemetry-antenna.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2439,9 +2719,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r", "start": 0, "type": "Identifier" @@ -2453,15 +2735,18 @@ description: Result of parsing telemetry-antenna.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -2482,9 +2767,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r", "start": 0, "type": "Identifier" @@ -2494,10 +2781,12 @@ description: Result of parsing telemetry-antenna.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8660254", "start": 0, "type": "Literal", @@ -2513,11 +2802,13 @@ description: Result of parsing telemetry-antenna.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -2526,13 +2817,16 @@ description: Result of parsing telemetry-antenna.kcl "commentStart": 0, "end": 0, "expression": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countersink", "start": 0, "type": "Identifier" @@ -2543,6 +2837,7 @@ description: Result of parsing telemetry-antenna.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2554,9 +2849,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r", "start": 0, "type": "Identifier" @@ -2568,6 +2865,7 @@ description: Result of parsing telemetry-antenna.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2576,6 +2874,7 @@ description: Result of parsing telemetry-antenna.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2587,11 +2886,13 @@ description: Result of parsing telemetry-antenna.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -2600,13 +2901,16 @@ description: Result of parsing telemetry-antenna.kcl "commentStart": 0, "end": 0, "expression": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countersink", "start": 0, "type": "Identifier" @@ -2617,6 +2921,7 @@ description: Result of parsing telemetry-antenna.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2631,9 +2936,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r", "start": 0, "type": "Identifier" @@ -2645,15 +2952,18 @@ description: Result of parsing telemetry-antenna.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -2675,9 +2985,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r", "start": 0, "type": "Identifier" @@ -2689,15 +3001,18 @@ description: Result of parsing telemetry-antenna.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8660254", "start": 0, "type": "Literal", @@ -2713,11 +3028,13 @@ description: Result of parsing telemetry-antenna.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -2726,13 +3043,16 @@ description: Result of parsing telemetry-antenna.kcl "commentStart": 0, "end": 0, "expression": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "countersink", "start": 0, "type": "Identifier" @@ -2743,6 +3063,7 @@ description: Result of parsing telemetry-antenna.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2756,9 +3077,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r", "start": 0, "type": "Identifier" @@ -2768,10 +3091,12 @@ description: Result of parsing telemetry-antenna.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -2793,9 +3118,11 @@ description: Result of parsing telemetry-antenna.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r", "start": 0, "type": "Identifier" @@ -2807,15 +3134,18 @@ description: Result of parsing telemetry-antenna.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8660254", "start": 0, "type": "Literal", @@ -2831,11 +3161,13 @@ description: Result of parsing telemetry-antenna.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -2847,9 +3179,11 @@ description: Result of parsing telemetry-antenna.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -2868,19 +3202,23 @@ description: Result of parsing telemetry-antenna.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -2896,12 +3234,14 @@ description: Result of parsing telemetry-antenna.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "6": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2913,6 +3253,7 @@ description: Result of parsing telemetry-antenna.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2926,6 +3267,7 @@ description: Result of parsing telemetry-antenna.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2939,6 +3281,7 @@ description: Result of parsing telemetry-antenna.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2952,6 +3295,7 @@ description: Result of parsing telemetry-antenna.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2965,6 +3309,7 @@ description: Result of parsing telemetry-antenna.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2978,6 +3323,7 @@ description: Result of parsing telemetry-antenna.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2992,6 +3338,7 @@ description: Result of parsing telemetry-antenna.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/telemetry-antenna/program_memory.snap b/rust/kcl-lib/tests/kcl_samples/telemetry-antenna/program_memory.snap index f97c8c75d..8dc6a9bd6 100644 --- a/rust/kcl-lib/tests/kcl_samples/telemetry-antenna/program_memory.snap +++ b/rust/kcl-lib/tests/kcl_samples/telemetry-antenna/program_memory.snap @@ -66,6 +66,7 @@ description: Variables in memory after executing telemetry-antenna.kcl "tag": { "commentStart": 942, "end": 948, + "moduleId": 0, "start": 942, "type": "TagDeclarator", "value": "seg03" @@ -91,6 +92,7 @@ description: Variables in memory after executing telemetry-antenna.kcl "tag": { "commentStart": 1008, "end": 1014, + "moduleId": 0, "start": 1008, "type": "TagDeclarator", "value": "seg01" @@ -140,6 +142,7 @@ description: Variables in memory after executing telemetry-antenna.kcl "tag": { "commentStart": 1107, "end": 1113, + "moduleId": 0, "start": 1107, "type": "TagDeclarator", "value": "seg02" @@ -510,6 +513,7 @@ description: Variables in memory after executing telemetry-antenna.kcl "tag": { "commentStart": 942, "end": 948, + "moduleId": 0, "start": 942, "type": "TagDeclarator", "value": "seg03" @@ -523,6 +527,7 @@ description: Variables in memory after executing telemetry-antenna.kcl "tag": { "commentStart": 1008, "end": 1014, + "moduleId": 0, "start": 1008, "type": "TagDeclarator", "value": "seg01" @@ -543,6 +548,7 @@ description: Variables in memory after executing telemetry-antenna.kcl "tag": { "commentStart": 1107, "end": 1113, + "moduleId": 0, "start": 1107, "type": "TagDeclarator", "value": "seg02" @@ -676,6 +682,7 @@ description: Variables in memory after executing telemetry-antenna.kcl "tag": { "commentStart": 942, "end": 948, + "moduleId": 0, "start": 942, "type": "TagDeclarator", "value": "seg03" @@ -701,6 +708,7 @@ description: Variables in memory after executing telemetry-antenna.kcl "tag": { "commentStart": 1008, "end": 1014, + "moduleId": 0, "start": 1008, "type": "TagDeclarator", "value": "seg01" @@ -750,6 +758,7 @@ description: Variables in memory after executing telemetry-antenna.kcl "tag": { "commentStart": 1107, "end": 1113, + "moduleId": 0, "start": 1107, "type": "TagDeclarator", "value": "seg02" diff --git a/rust/kcl-lib/tests/kcl_samples/thermal-block-insert/ast.snap b/rust/kcl-lib/tests/kcl_samples/thermal-block-insert/ast.snap index c0a92b23c..4701e8e6d 100644 --- a/rust/kcl-lib/tests/kcl_samples/thermal-block-insert/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/thermal-block-insert/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing thermal-block-insert.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "insertLength", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing thermal-block-insert.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "400", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing thermal-block-insert.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define overall dimensions of the insert block" ], @@ -49,6 +53,7 @@ description: Result of parsing thermal-block-insert.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "insertHeight", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing thermal-block-insert.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "200", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing thermal-block-insert.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing thermal-block-insert.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "insertThickness", "start": 0, "type": "Identifier" @@ -89,6 +98,7 @@ description: Result of parsing thermal-block-insert.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "50", "start": 0, "type": "Literal", @@ -98,11 +108,13 @@ description: Result of parsing thermal-block-insert.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -115,6 +127,7 @@ description: Result of parsing thermal-block-insert.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "setbackFactor", "start": 0, "type": "Identifier" @@ -122,6 +135,7 @@ description: Result of parsing thermal-block-insert.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25", "start": 0, "type": "Literal", @@ -131,11 +145,13 @@ description: Result of parsing thermal-block-insert.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -153,6 +169,7 @@ description: Result of parsing thermal-block-insert.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tongueTargetCount", "start": 0, "type": "Identifier" @@ -164,9 +181,11 @@ description: Result of parsing thermal-block-insert.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "insertLength", "start": 0, "type": "Identifier" @@ -176,10 +195,12 @@ description: Result of parsing thermal-block-insert.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "80", "start": 0, "type": "Literal", @@ -193,11 +214,13 @@ description: Result of parsing thermal-block-insert.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -210,18 +233,22 @@ description: Result of parsing thermal-block-insert.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tongueCount", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "round", "start": 0, "type": "Identifier" @@ -232,6 +259,7 @@ description: Result of parsing thermal-block-insert.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -239,9 +267,11 @@ description: Result of parsing thermal-block-insert.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tongueTargetCount", "start": 0, "type": "Identifier" @@ -252,11 +282,13 @@ description: Result of parsing thermal-block-insert.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -269,6 +301,7 @@ description: Result of parsing thermal-block-insert.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tongueLength", "start": 0, "type": "Identifier" @@ -280,9 +313,11 @@ description: Result of parsing thermal-block-insert.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "insertLength", "start": 0, "type": "Identifier" @@ -292,6 +327,7 @@ description: Result of parsing thermal-block-insert.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, @@ -303,9 +339,11 @@ description: Result of parsing thermal-block-insert.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tongueCount", "start": 0, "type": "Identifier" @@ -315,6 +353,7 @@ description: Result of parsing thermal-block-insert.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, @@ -322,6 +361,7 @@ description: Result of parsing thermal-block-insert.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -331,6 +371,7 @@ description: Result of parsing thermal-block-insert.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -339,9 +380,11 @@ description: Result of parsing thermal-block-insert.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "setbackFactor", "start": 0, "type": "Identifier" @@ -351,10 +394,12 @@ description: Result of parsing thermal-block-insert.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -376,10 +421,12 @@ description: Result of parsing thermal-block-insert.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -397,11 +444,13 @@ description: Result of parsing thermal-block-insert.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -414,6 +463,7 @@ description: Result of parsing thermal-block-insert.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tongueGap", "start": 0, "type": "Identifier" @@ -428,9 +478,11 @@ description: Result of parsing thermal-block-insert.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tongueLength", "start": 0, "type": "Identifier" @@ -440,14 +492,17 @@ description: Result of parsing thermal-block-insert.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "setbackFactor", "start": 0, "type": "Identifier" @@ -461,10 +516,12 @@ description: Result of parsing thermal-block-insert.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -478,11 +535,13 @@ description: Result of parsing thermal-block-insert.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -495,6 +554,7 @@ description: Result of parsing thermal-block-insert.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tongueStep", "start": 0, "type": "Identifier" @@ -506,9 +566,11 @@ description: Result of parsing thermal-block-insert.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tongueLength", "start": 0, "type": "Identifier" @@ -518,14 +580,17 @@ description: Result of parsing thermal-block-insert.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tongueGap", "start": 0, "type": "Identifier" @@ -539,11 +604,13 @@ description: Result of parsing thermal-block-insert.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -556,6 +623,7 @@ description: Result of parsing thermal-block-insert.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tongueDepth", "start": 0, "type": "Identifier" @@ -567,9 +635,11 @@ description: Result of parsing thermal-block-insert.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tongueLength", "start": 0, "type": "Identifier" @@ -579,10 +649,12 @@ description: Result of parsing thermal-block-insert.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -596,11 +668,13 @@ description: Result of parsing thermal-block-insert.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -613,6 +687,7 @@ description: Result of parsing thermal-block-insert.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tongueSetback", "start": 0, "type": "Identifier" @@ -624,9 +699,11 @@ description: Result of parsing thermal-block-insert.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tongueLength", "start": 0, "type": "Identifier" @@ -636,14 +713,17 @@ description: Result of parsing thermal-block-insert.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "setbackFactor", "start": 0, "type": "Identifier" @@ -657,11 +737,13 @@ description: Result of parsing thermal-block-insert.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -674,6 +756,7 @@ description: Result of parsing thermal-block-insert.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tongueBlockFn", "start": 0, "type": "Identifier" @@ -689,6 +772,7 @@ description: Result of parsing thermal-block-insert.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tongueSingleBlock", "start": 0, "type": "Identifier" @@ -702,6 +786,7 @@ description: Result of parsing thermal-block-insert.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -710,9 +795,11 @@ description: Result of parsing thermal-block-insert.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tongueLength", "start": 0, "type": "Identifier" @@ -728,9 +815,11 @@ description: Result of parsing thermal-block-insert.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -741,6 +830,7 @@ description: Result of parsing thermal-block-insert.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -753,6 +843,7 @@ description: Result of parsing thermal-block-insert.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -765,9 +856,11 @@ description: Result of parsing thermal-block-insert.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tongueSetback", "start": 0, "type": "Identifier" @@ -779,6 +872,7 @@ description: Result of parsing thermal-block-insert.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -788,9 +882,11 @@ description: Result of parsing thermal-block-insert.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tongueDepth", "start": 0, "type": "Identifier" @@ -802,6 +898,7 @@ description: Result of parsing thermal-block-insert.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -812,9 +909,11 @@ description: Result of parsing thermal-block-insert.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -825,6 +924,7 @@ description: Result of parsing thermal-block-insert.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -837,6 +937,7 @@ description: Result of parsing thermal-block-insert.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -845,9 +946,11 @@ description: Result of parsing thermal-block-insert.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tongueLength", "start": 0, "type": "Identifier" @@ -863,9 +966,11 @@ description: Result of parsing thermal-block-insert.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -876,6 +981,7 @@ description: Result of parsing thermal-block-insert.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -888,6 +994,7 @@ description: Result of parsing thermal-block-insert.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -900,9 +1007,11 @@ description: Result of parsing thermal-block-insert.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tongueSetback", "start": 0, "type": "Identifier" @@ -914,6 +1023,7 @@ description: Result of parsing thermal-block-insert.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -924,9 +1034,11 @@ description: Result of parsing thermal-block-insert.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tongueDepth", "start": 0, "type": "Identifier" @@ -938,6 +1050,7 @@ description: Result of parsing thermal-block-insert.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -945,6 +1058,7 @@ description: Result of parsing thermal-block-insert.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -955,9 +1069,11 @@ description: Result of parsing thermal-block-insert.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -968,6 +1084,7 @@ description: Result of parsing thermal-block-insert.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -980,6 +1097,7 @@ description: Result of parsing thermal-block-insert.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -988,9 +1106,11 @@ description: Result of parsing thermal-block-insert.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tongueCount", "start": 0, "type": "Identifier" @@ -1006,6 +1126,7 @@ description: Result of parsing thermal-block-insert.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -1014,9 +1135,11 @@ description: Result of parsing thermal-block-insert.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tongueStep", "start": 0, "type": "Identifier" @@ -1032,6 +1155,7 @@ description: Result of parsing thermal-block-insert.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -1042,6 +1166,7 @@ description: Result of parsing thermal-block-insert.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1054,6 +1179,7 @@ description: Result of parsing thermal-block-insert.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1065,6 +1191,7 @@ description: Result of parsing thermal-block-insert.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1075,9 +1202,11 @@ description: Result of parsing thermal-block-insert.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear2d", "start": 0, "type": "Identifier" @@ -1088,12 +1217,14 @@ description: Result of parsing thermal-block-insert.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1106,6 +1237,7 @@ description: Result of parsing thermal-block-insert.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1114,9 +1246,11 @@ description: Result of parsing thermal-block-insert.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tongueLength", "start": 0, "type": "Identifier" @@ -1132,9 +1266,11 @@ description: Result of parsing thermal-block-insert.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1145,6 +1281,7 @@ description: Result of parsing thermal-block-insert.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1153,15 +1290,18 @@ description: Result of parsing thermal-block-insert.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1171,9 +1311,11 @@ description: Result of parsing thermal-block-insert.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tongueSingleBlock", "start": 0, "type": "Identifier" @@ -1185,6 +1327,7 @@ description: Result of parsing thermal-block-insert.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -1192,20 +1335,24 @@ description: Result of parsing thermal-block-insert.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [], "start": 0, "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "", "", @@ -1223,6 +1370,7 @@ description: Result of parsing thermal-block-insert.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tongueShape", "start": 0, "type": "Identifier" @@ -1230,13 +1378,16 @@ description: Result of parsing thermal-block-insert.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1247,6 +1398,7 @@ description: Result of parsing thermal-block-insert.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1254,9 +1406,11 @@ description: Result of parsing thermal-block-insert.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -1274,6 +1428,7 @@ description: Result of parsing thermal-block-insert.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1289,9 +1444,11 @@ description: Result of parsing thermal-block-insert.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "insertLength", "start": 0, "type": "Identifier" @@ -1303,15 +1460,18 @@ description: Result of parsing thermal-block-insert.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1332,9 +1492,11 @@ description: Result of parsing thermal-block-insert.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "insertThickness", "start": 0, "type": "Identifier" @@ -1344,10 +1506,12 @@ description: Result of parsing thermal-block-insert.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1363,6 +1527,7 @@ description: Result of parsing thermal-block-insert.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1373,9 +1538,11 @@ description: Result of parsing thermal-block-insert.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1386,25 +1553,30 @@ description: Result of parsing thermal-block-insert.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tongueBlockFn", "start": 0, "type": "Identifier" @@ -1415,6 +1587,7 @@ description: Result of parsing thermal-block-insert.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1427,6 +1600,7 @@ description: Result of parsing thermal-block-insert.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1439,9 +1613,11 @@ description: Result of parsing thermal-block-insert.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "insertThickness", "start": 0, "type": "Identifier" @@ -1453,15 +1629,18 @@ description: Result of parsing thermal-block-insert.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1481,9 +1660,11 @@ description: Result of parsing thermal-block-insert.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1494,6 +1675,7 @@ description: Result of parsing thermal-block-insert.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1506,6 +1688,7 @@ description: Result of parsing thermal-block-insert.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1515,9 +1698,11 @@ description: Result of parsing thermal-block-insert.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "insertLength", "start": 0, "type": "Identifier" @@ -1529,6 +1714,7 @@ description: Result of parsing thermal-block-insert.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1540,9 +1726,11 @@ description: Result of parsing thermal-block-insert.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1553,19 +1741,23 @@ description: Result of parsing thermal-block-insert.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1576,12 +1768,14 @@ description: Result of parsing thermal-block-insert.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1590,12 +1784,14 @@ description: Result of parsing thermal-block-insert.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "5": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1612,11 +1808,13 @@ description: Result of parsing thermal-block-insert.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1634,6 +1832,7 @@ description: Result of parsing thermal-block-insert.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grooveShape", "start": 0, "type": "Identifier" @@ -1641,13 +1840,16 @@ description: Result of parsing thermal-block-insert.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1658,6 +1860,7 @@ description: Result of parsing thermal-block-insert.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1665,9 +1868,11 @@ description: Result of parsing thermal-block-insert.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -1685,6 +1890,7 @@ description: Result of parsing thermal-block-insert.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1700,9 +1906,11 @@ description: Result of parsing thermal-block-insert.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "insertLength", "start": 0, "type": "Identifier" @@ -1714,15 +1922,18 @@ description: Result of parsing thermal-block-insert.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1747,9 +1958,11 @@ description: Result of parsing thermal-block-insert.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "insertThickness", "start": 0, "type": "Identifier" @@ -1761,15 +1974,18 @@ description: Result of parsing thermal-block-insert.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1783,14 +1999,17 @@ description: Result of parsing thermal-block-insert.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tongueDepth", "start": 0, "type": "Identifier" @@ -1806,6 +2025,7 @@ description: Result of parsing thermal-block-insert.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1816,9 +2036,11 @@ description: Result of parsing thermal-block-insert.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1829,25 +2051,30 @@ description: Result of parsing thermal-block-insert.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tongueBlockFn", "start": 0, "type": "Identifier" @@ -1858,6 +2085,7 @@ description: Result of parsing thermal-block-insert.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1870,6 +2098,7 @@ description: Result of parsing thermal-block-insert.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1884,9 +2113,11 @@ description: Result of parsing thermal-block-insert.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "insertThickness", "start": 0, "type": "Identifier" @@ -1896,10 +2127,12 @@ description: Result of parsing thermal-block-insert.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1913,14 +2146,17 @@ description: Result of parsing thermal-block-insert.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tongueDepth", "start": 0, "type": "Identifier" @@ -1940,9 +2176,11 @@ description: Result of parsing thermal-block-insert.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1953,6 +2191,7 @@ description: Result of parsing thermal-block-insert.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1965,6 +2204,7 @@ description: Result of parsing thermal-block-insert.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1974,9 +2214,11 @@ description: Result of parsing thermal-block-insert.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "insertLength", "start": 0, "type": "Identifier" @@ -1988,6 +2230,7 @@ description: Result of parsing thermal-block-insert.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1999,9 +2242,11 @@ description: Result of parsing thermal-block-insert.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -2012,19 +2257,23 @@ description: Result of parsing thermal-block-insert.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -2035,12 +2284,14 @@ description: Result of parsing thermal-block-insert.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2049,12 +2300,14 @@ description: Result of parsing thermal-block-insert.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "5": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2071,11 +2324,13 @@ description: Result of parsing thermal-block-insert.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2088,6 +2343,7 @@ description: Result of parsing thermal-block-insert.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "insertShape", "start": 0, "type": "Identifier" @@ -2099,6 +2355,7 @@ description: Result of parsing thermal-block-insert.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2107,9 +2364,11 @@ description: Result of parsing thermal-block-insert.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "insertHeight", "start": 0, "type": "Identifier" @@ -2125,9 +2384,11 @@ description: Result of parsing thermal-block-insert.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2138,6 +2399,7 @@ description: Result of parsing thermal-block-insert.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2148,9 +2410,11 @@ description: Result of parsing thermal-block-insert.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tongueShape", "start": 0, "type": "Identifier" @@ -2164,9 +2428,11 @@ description: Result of parsing thermal-block-insert.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "grooveShape", "start": 0, "type": "Identifier" @@ -2178,16 +2444,19 @@ description: Result of parsing thermal-block-insert.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2199,9 +2468,11 @@ description: Result of parsing thermal-block-insert.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -2220,19 +2491,23 @@ description: Result of parsing thermal-block-insert.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -2249,15 +2524,18 @@ description: Result of parsing thermal-block-insert.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -2273,12 +2551,14 @@ description: Result of parsing thermal-block-insert.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "3": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2293,6 +2573,7 @@ description: Result of parsing thermal-block-insert.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/tooling-nest-block/ast.snap b/rust/kcl-lib/tests/kcl_samples/tooling-nest-block/ast.snap index 6ebe6a2df..ad6edc396 100644 --- a/rust/kcl-lib/tests/kcl_samples/tooling-nest-block/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/tooling-nest-block/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing tooling-nest-block.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sideLength", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing tooling-nest-block.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "50", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing tooling-nest-block.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define parameters" ], @@ -49,6 +53,7 @@ description: Result of parsing tooling-nest-block.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size01", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing tooling-nest-block.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing tooling-nest-block.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing tooling-nest-block.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size02", "start": 0, "type": "Identifier" @@ -89,6 +98,7 @@ description: Result of parsing tooling-nest-block.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -98,11 +108,13 @@ description: Result of parsing tooling-nest-block.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -115,6 +127,7 @@ description: Result of parsing tooling-nest-block.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size03", "start": 0, "type": "Identifier" @@ -122,6 +135,7 @@ description: Result of parsing tooling-nest-block.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -131,11 +145,13 @@ description: Result of parsing tooling-nest-block.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -148,6 +164,7 @@ description: Result of parsing tooling-nest-block.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size04", "start": 0, "type": "Identifier" @@ -155,6 +172,7 @@ description: Result of parsing tooling-nest-block.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.375in", "start": 0, "type": "Literal", @@ -164,11 +182,13 @@ description: Result of parsing tooling-nest-block.kcl "suffix": "Inch" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -181,6 +201,7 @@ description: Result of parsing tooling-nest-block.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size05", "start": 0, "type": "Identifier" @@ -188,6 +209,7 @@ description: Result of parsing tooling-nest-block.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25in", "start": 0, "type": "Literal", @@ -197,11 +219,13 @@ description: Result of parsing tooling-nest-block.kcl "suffix": "Inch" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -214,6 +238,7 @@ description: Result of parsing tooling-nest-block.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size06", "start": 0, "type": "Identifier" @@ -221,6 +246,7 @@ description: Result of parsing tooling-nest-block.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5in", "start": 0, "type": "Literal", @@ -230,11 +256,13 @@ description: Result of parsing tooling-nest-block.kcl "suffix": "Inch" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -247,6 +275,7 @@ description: Result of parsing tooling-nest-block.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size07", "start": 0, "type": "Identifier" @@ -254,6 +283,7 @@ description: Result of parsing tooling-nest-block.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.75in", "start": 0, "type": "Literal", @@ -263,11 +293,13 @@ description: Result of parsing tooling-nest-block.kcl "suffix": "Inch" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -280,6 +312,7 @@ description: Result of parsing tooling-nest-block.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size08", "start": 0, "type": "Identifier" @@ -287,6 +320,7 @@ description: Result of parsing tooling-nest-block.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -296,11 +330,13 @@ description: Result of parsing tooling-nest-block.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -313,6 +349,7 @@ description: Result of parsing tooling-nest-block.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size09", "start": 0, "type": "Identifier" @@ -320,6 +357,7 @@ description: Result of parsing tooling-nest-block.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.5", "start": 0, "type": "Literal", @@ -329,11 +367,13 @@ description: Result of parsing tooling-nest-block.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -346,6 +386,7 @@ description: Result of parsing tooling-nest-block.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size10", "start": 0, "type": "Identifier" @@ -353,6 +394,7 @@ description: Result of parsing tooling-nest-block.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -362,11 +404,13 @@ description: Result of parsing tooling-nest-block.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -379,6 +423,7 @@ description: Result of parsing tooling-nest-block.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size11", "start": 0, "type": "Identifier" @@ -386,6 +431,7 @@ description: Result of parsing tooling-nest-block.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.5", "start": 0, "type": "Literal", @@ -395,11 +441,13 @@ description: Result of parsing tooling-nest-block.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -412,6 +460,7 @@ description: Result of parsing tooling-nest-block.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size12", "start": 0, "type": "Identifier" @@ -419,6 +468,7 @@ description: Result of parsing tooling-nest-block.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -428,11 +478,13 @@ description: Result of parsing tooling-nest-block.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -445,6 +497,7 @@ description: Result of parsing tooling-nest-block.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size13", "start": 0, "type": "Identifier" @@ -452,6 +505,7 @@ description: Result of parsing tooling-nest-block.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.5", "start": 0, "type": "Literal", @@ -461,11 +515,13 @@ description: Result of parsing tooling-nest-block.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -478,6 +534,7 @@ description: Result of parsing tooling-nest-block.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size14", "start": 0, "type": "Identifier" @@ -485,6 +542,7 @@ description: Result of parsing tooling-nest-block.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -494,11 +552,13 @@ description: Result of parsing tooling-nest-block.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -511,6 +571,7 @@ description: Result of parsing tooling-nest-block.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size15", "start": 0, "type": "Identifier" @@ -518,6 +579,7 @@ description: Result of parsing tooling-nest-block.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -527,11 +589,13 @@ description: Result of parsing tooling-nest-block.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -544,6 +608,7 @@ description: Result of parsing tooling-nest-block.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeSketch", "start": 0, "type": "Identifier" @@ -551,13 +616,16 @@ description: Result of parsing tooling-nest-block.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -568,6 +636,7 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -575,9 +644,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -595,6 +666,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -605,6 +677,7 @@ description: Result of parsing tooling-nest-block.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -617,6 +690,7 @@ description: Result of parsing tooling-nest-block.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -628,6 +702,7 @@ description: Result of parsing tooling-nest-block.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -638,9 +713,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -651,6 +728,7 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -663,6 +741,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -670,6 +749,7 @@ description: Result of parsing tooling-nest-block.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -685,6 +765,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -693,9 +774,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sideLength", "start": 0, "type": "Identifier" @@ -711,6 +794,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -718,6 +802,7 @@ description: Result of parsing tooling-nest-block.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -729,9 +814,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -742,6 +829,7 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -754,6 +842,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -762,13 +851,16 @@ description: Result of parsing tooling-nest-block.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -779,6 +871,7 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -786,9 +879,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -799,10 +894,12 @@ description: Result of parsing tooling-nest-block.kcl "type": "Name" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -822,6 +919,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -830,9 +928,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sideLength", "start": 0, "type": "Identifier" @@ -848,6 +948,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -855,6 +956,7 @@ description: Result of parsing tooling-nest-block.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -866,9 +968,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -879,6 +983,7 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -891,18 +996,22 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -913,6 +1022,7 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -920,9 +1030,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -939,19 +1051,23 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -962,6 +1078,7 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -969,9 +1086,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -984,6 +1103,7 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -995,6 +1115,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1002,6 +1123,7 @@ description: Result of parsing tooling-nest-block.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1013,9 +1135,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1026,6 +1150,7 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1038,6 +1163,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1046,13 +1172,16 @@ description: Result of parsing tooling-nest-block.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -1063,25 +1192,30 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -1092,12 +1226,14 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1105,6 +1241,7 @@ description: Result of parsing tooling-nest-block.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1115,6 +1252,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1122,6 +1260,7 @@ description: Result of parsing tooling-nest-block.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1133,9 +1272,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1146,19 +1287,23 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1169,6 +1314,7 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1177,15 +1323,18 @@ description: Result of parsing tooling-nest-block.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1203,6 +1352,7 @@ description: Result of parsing tooling-nest-block.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeExtrude", "start": 0, "type": "Identifier" @@ -1214,6 +1364,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1222,9 +1373,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sideLength", "start": 0, "type": "Identifier" @@ -1240,9 +1393,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1253,6 +1408,7 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1260,9 +1416,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeSketch", "start": 0, "type": "Identifier" @@ -1273,11 +1431,13 @@ description: Result of parsing tooling-nest-block.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1290,6 +1450,7 @@ description: Result of parsing tooling-nest-block.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nest", "start": 0, "type": "Identifier" @@ -1305,6 +1466,7 @@ description: Result of parsing tooling-nest-block.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nestFn", "start": 0, "type": "Identifier" @@ -1318,6 +1480,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -1326,9 +1489,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeFace", "start": 0, "type": "Identifier" @@ -1344,9 +1509,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1357,6 +1524,7 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1364,9 +1532,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeExtrude", "start": 0, "type": "Identifier" @@ -1384,6 +1554,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1398,9 +1569,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xPos", "start": 0, "type": "Identifier" @@ -1410,14 +1583,17 @@ description: Result of parsing tooling-nest-block.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sideLength", "start": 0, "type": "Identifier" @@ -1438,9 +1614,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yPos", "start": 0, "type": "Identifier" @@ -1450,14 +1628,17 @@ description: Result of parsing tooling-nest-block.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sideLength", "start": 0, "type": "Identifier" @@ -1473,6 +1654,7 @@ description: Result of parsing tooling-nest-block.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1483,6 +1665,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1491,9 +1674,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nestSize", "start": 0, "type": "Identifier" @@ -1509,6 +1694,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1516,6 +1702,7 @@ description: Result of parsing tooling-nest-block.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1527,9 +1714,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1540,6 +1729,7 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1552,6 +1742,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1561,9 +1752,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nestSize", "start": 0, "type": "Identifier" @@ -1575,6 +1768,7 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1586,6 +1780,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tagStart", "start": 0, "type": "Identifier" @@ -1593,6 +1788,7 @@ description: Result of parsing tooling-nest-block.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1604,9 +1800,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1617,6 +1815,7 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1629,6 +1828,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1640,9 +1840,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nestSize", "start": 0, "type": "Identifier" @@ -1652,10 +1854,12 @@ description: Result of parsing tooling-nest-block.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".99", "start": 0, "type": "Literal", @@ -1675,6 +1879,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -1689,6 +1894,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faces", "start": 0, "type": "Identifier" @@ -1700,9 +1906,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -1716,9 +1924,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "capStart001", "start": 0, "type": "Identifier" @@ -1730,6 +1940,7 @@ description: Result of parsing tooling-nest-block.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1740,9 +1951,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getCommonEdge", "start": 0, "type": "Identifier" @@ -1753,6 +1966,7 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1760,6 +1974,7 @@ description: Result of parsing tooling-nest-block.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1770,9 +1985,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -1783,6 +2000,7 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1791,15 +2009,18 @@ description: Result of parsing tooling-nest-block.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1808,6 +2029,7 @@ description: Result of parsing tooling-nest-block.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [], "start": 0, "type": "ObjectExpression", @@ -1815,6 +2037,7 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -1822,16 +2045,19 @@ description: Result of parsing tooling-nest-block.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeFace", "start": 0, "type": "Identifier" @@ -1842,6 +2068,7 @@ description: Result of parsing tooling-nest-block.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xPos", "start": 0, "type": "Identifier" @@ -1852,6 +2079,7 @@ description: Result of parsing tooling-nest-block.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yPos", "start": 0, "type": "Identifier" @@ -1862,6 +2090,7 @@ description: Result of parsing tooling-nest-block.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nestSize", "start": 0, "type": "Identifier" @@ -1872,11 +2101,13 @@ description: Result of parsing tooling-nest-block.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "", "", @@ -1896,6 +2127,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeFace", "start": 0, "type": "Identifier" @@ -1904,9 +2136,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -1922,6 +2156,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xPos", "start": 0, "type": "Identifier" @@ -1929,6 +2164,7 @@ description: Result of parsing tooling-nest-block.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -1944,6 +2180,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yPos", "start": 0, "type": "Identifier" @@ -1951,6 +2188,7 @@ description: Result of parsing tooling-nest-block.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -1966,6 +2204,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nestSize", "start": 0, "type": "Identifier" @@ -1974,9 +2213,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size01", "start": 0, "type": "Identifier" @@ -1992,9 +2233,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nest", "start": 0, "type": "Identifier" @@ -2005,11 +2248,13 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "preComments": [ "", "", @@ -2029,6 +2274,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeFace", "start": 0, "type": "Identifier" @@ -2037,9 +2283,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -2055,6 +2303,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xPos", "start": 0, "type": "Identifier" @@ -2062,6 +2311,7 @@ description: Result of parsing tooling-nest-block.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.65", "start": 0, "type": "Literal", @@ -2077,6 +2327,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yPos", "start": 0, "type": "Identifier" @@ -2084,6 +2335,7 @@ description: Result of parsing tooling-nest-block.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -2099,6 +2351,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nestSize", "start": 0, "type": "Identifier" @@ -2107,9 +2360,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size02", "start": 0, "type": "Identifier" @@ -2125,9 +2380,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nest", "start": 0, "type": "Identifier" @@ -2138,11 +2395,13 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "preComments": [ "", "", @@ -2162,6 +2421,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeFace", "start": 0, "type": "Identifier" @@ -2170,9 +2430,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -2188,6 +2450,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xPos", "start": 0, "type": "Identifier" @@ -2195,6 +2458,7 @@ description: Result of parsing tooling-nest-block.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25", "start": 0, "type": "Literal", @@ -2210,6 +2474,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yPos", "start": 0, "type": "Identifier" @@ -2217,6 +2482,7 @@ description: Result of parsing tooling-nest-block.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25", "start": 0, "type": "Literal", @@ -2232,6 +2498,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nestSize", "start": 0, "type": "Identifier" @@ -2240,9 +2507,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size03", "start": 0, "type": "Identifier" @@ -2258,9 +2527,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nest", "start": 0, "type": "Identifier" @@ -2271,11 +2542,13 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -2290,6 +2563,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeFace", "start": 0, "type": "Identifier" @@ -2298,9 +2572,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -2316,6 +2592,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xPos", "start": 0, "type": "Identifier" @@ -2323,6 +2600,7 @@ description: Result of parsing tooling-nest-block.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25", "start": 0, "type": "Literal", @@ -2338,6 +2616,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yPos", "start": 0, "type": "Identifier" @@ -2345,6 +2624,7 @@ description: Result of parsing tooling-nest-block.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.75", "start": 0, "type": "Literal", @@ -2360,6 +2640,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nestSize", "start": 0, "type": "Identifier" @@ -2368,9 +2649,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size03", "start": 0, "type": "Identifier" @@ -2386,9 +2669,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nest", "start": 0, "type": "Identifier" @@ -2399,11 +2684,13 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -2418,6 +2705,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeFace", "start": 0, "type": "Identifier" @@ -2426,9 +2714,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentB001", "start": 0, "type": "Identifier" @@ -2444,6 +2734,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xPos", "start": 0, "type": "Identifier" @@ -2451,6 +2742,7 @@ description: Result of parsing tooling-nest-block.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7", "start": 0, "type": "Literal", @@ -2466,6 +2758,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yPos", "start": 0, "type": "Identifier" @@ -2473,6 +2766,7 @@ description: Result of parsing tooling-nest-block.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3", "start": 0, "type": "Literal", @@ -2488,6 +2782,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nestSize", "start": 0, "type": "Identifier" @@ -2496,9 +2791,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size04", "start": 0, "type": "Identifier" @@ -2514,9 +2811,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nest", "start": 0, "type": "Identifier" @@ -2527,11 +2826,13 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "preComments": [ "", "", @@ -2551,6 +2852,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeFace", "start": 0, "type": "Identifier" @@ -2559,9 +2861,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentB001", "start": 0, "type": "Identifier" @@ -2577,6 +2881,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xPos", "start": 0, "type": "Identifier" @@ -2584,6 +2889,7 @@ description: Result of parsing tooling-nest-block.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25", "start": 0, "type": "Literal", @@ -2599,6 +2905,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yPos", "start": 0, "type": "Identifier" @@ -2606,6 +2913,7 @@ description: Result of parsing tooling-nest-block.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3", "start": 0, "type": "Literal", @@ -2621,6 +2929,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nestSize", "start": 0, "type": "Identifier" @@ -2629,9 +2938,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size05", "start": 0, "type": "Identifier" @@ -2647,9 +2958,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nest", "start": 0, "type": "Identifier" @@ -2660,11 +2973,13 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -2679,6 +2994,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeFace", "start": 0, "type": "Identifier" @@ -2687,9 +3003,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentB001", "start": 0, "type": "Identifier" @@ -2705,6 +3023,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xPos", "start": 0, "type": "Identifier" @@ -2712,6 +3031,7 @@ description: Result of parsing tooling-nest-block.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25", "start": 0, "type": "Literal", @@ -2727,6 +3047,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yPos", "start": 0, "type": "Identifier" @@ -2734,6 +3055,7 @@ description: Result of parsing tooling-nest-block.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7", "start": 0, "type": "Literal", @@ -2749,6 +3071,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nestSize", "start": 0, "type": "Identifier" @@ -2757,9 +3080,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size05", "start": 0, "type": "Identifier" @@ -2775,9 +3100,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nest", "start": 0, "type": "Identifier" @@ -2788,11 +3115,13 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -2807,6 +3136,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeFace", "start": 0, "type": "Identifier" @@ -2815,9 +3145,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentB001", "start": 0, "type": "Identifier" @@ -2833,6 +3165,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xPos", "start": 0, "type": "Identifier" @@ -2840,6 +3173,7 @@ description: Result of parsing tooling-nest-block.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7", "start": 0, "type": "Literal", @@ -2855,6 +3189,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yPos", "start": 0, "type": "Identifier" @@ -2862,6 +3197,7 @@ description: Result of parsing tooling-nest-block.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7", "start": 0, "type": "Literal", @@ -2877,6 +3213,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nestSize", "start": 0, "type": "Identifier" @@ -2885,9 +3222,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size05", "start": 0, "type": "Identifier" @@ -2903,9 +3242,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nest", "start": 0, "type": "Identifier" @@ -2916,11 +3257,13 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -2935,6 +3278,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeFace", "start": 0, "type": "Identifier" @@ -2943,9 +3287,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentC001", "start": 0, "type": "Identifier" @@ -2961,6 +3307,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xPos", "start": 0, "type": "Identifier" @@ -2969,6 +3316,7 @@ description: Result of parsing tooling-nest-block.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -2980,6 +3328,7 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2991,6 +3340,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yPos", "start": 0, "type": "Identifier" @@ -2998,6 +3348,7 @@ description: Result of parsing tooling-nest-block.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -3013,6 +3364,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nestSize", "start": 0, "type": "Identifier" @@ -3021,9 +3373,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size06", "start": 0, "type": "Identifier" @@ -3039,9 +3393,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nest", "start": 0, "type": "Identifier" @@ -3052,11 +3408,13 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "preComments": [ "", "", @@ -3076,6 +3434,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeFace", "start": 0, "type": "Identifier" @@ -3084,9 +3443,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentD001", "start": 0, "type": "Identifier" @@ -3102,6 +3463,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xPos", "start": 0, "type": "Identifier" @@ -3110,6 +3472,7 @@ description: Result of parsing tooling-nest-block.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2", "start": 0, "type": "Literal", @@ -3121,6 +3484,7 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3132,6 +3496,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yPos", "start": 0, "type": "Identifier" @@ -3139,6 +3504,7 @@ description: Result of parsing tooling-nest-block.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2", "start": 0, "type": "Literal", @@ -3154,6 +3520,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nestSize", "start": 0, "type": "Identifier" @@ -3162,9 +3529,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size15", "start": 0, "type": "Identifier" @@ -3180,9 +3549,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nest", "start": 0, "type": "Identifier" @@ -3193,11 +3564,13 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "preComments": [ "", "", @@ -3217,6 +3590,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeFace", "start": 0, "type": "Identifier" @@ -3225,9 +3599,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentD001", "start": 0, "type": "Identifier" @@ -3243,6 +3619,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xPos", "start": 0, "type": "Identifier" @@ -3251,6 +3628,7 @@ description: Result of parsing tooling-nest-block.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2", "start": 0, "type": "Literal", @@ -3262,6 +3640,7 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3273,6 +3652,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yPos", "start": 0, "type": "Identifier" @@ -3280,6 +3660,7 @@ description: Result of parsing tooling-nest-block.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -3295,6 +3676,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nestSize", "start": 0, "type": "Identifier" @@ -3303,9 +3685,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size14", "start": 0, "type": "Identifier" @@ -3321,9 +3705,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nest", "start": 0, "type": "Identifier" @@ -3334,11 +3720,13 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -3353,6 +3741,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeFace", "start": 0, "type": "Identifier" @@ -3361,9 +3750,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentD001", "start": 0, "type": "Identifier" @@ -3379,6 +3770,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xPos", "start": 0, "type": "Identifier" @@ -3387,6 +3779,7 @@ description: Result of parsing tooling-nest-block.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2", "start": 0, "type": "Literal", @@ -3398,6 +3791,7 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3409,6 +3803,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yPos", "start": 0, "type": "Identifier" @@ -3416,6 +3811,7 @@ description: Result of parsing tooling-nest-block.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8", "start": 0, "type": "Literal", @@ -3431,6 +3827,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nestSize", "start": 0, "type": "Identifier" @@ -3439,9 +3836,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size13", "start": 0, "type": "Identifier" @@ -3457,9 +3856,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nest", "start": 0, "type": "Identifier" @@ -3470,11 +3871,13 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -3489,6 +3892,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeFace", "start": 0, "type": "Identifier" @@ -3497,9 +3901,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentD001", "start": 0, "type": "Identifier" @@ -3515,6 +3921,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xPos", "start": 0, "type": "Identifier" @@ -3523,6 +3930,7 @@ description: Result of parsing tooling-nest-block.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8", "start": 0, "type": "Literal", @@ -3534,6 +3942,7 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3545,6 +3954,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yPos", "start": 0, "type": "Identifier" @@ -3552,6 +3962,7 @@ description: Result of parsing tooling-nest-block.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2", "start": 0, "type": "Literal", @@ -3567,6 +3978,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nestSize", "start": 0, "type": "Identifier" @@ -3575,9 +3987,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size12", "start": 0, "type": "Identifier" @@ -3593,9 +4007,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nest", "start": 0, "type": "Identifier" @@ -3606,11 +4022,13 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -3625,6 +4043,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeFace", "start": 0, "type": "Identifier" @@ -3633,9 +4052,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentD001", "start": 0, "type": "Identifier" @@ -3651,6 +4072,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xPos", "start": 0, "type": "Identifier" @@ -3659,6 +4081,7 @@ description: Result of parsing tooling-nest-block.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8", "start": 0, "type": "Literal", @@ -3670,6 +4093,7 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3681,6 +4105,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yPos", "start": 0, "type": "Identifier" @@ -3688,6 +4113,7 @@ description: Result of parsing tooling-nest-block.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -3703,6 +4129,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nestSize", "start": 0, "type": "Identifier" @@ -3711,9 +4138,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size10", "start": 0, "type": "Identifier" @@ -3729,9 +4158,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nest", "start": 0, "type": "Identifier" @@ -3742,11 +4173,13 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -3761,6 +4194,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeFace", "start": 0, "type": "Identifier" @@ -3769,9 +4203,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentD001", "start": 0, "type": "Identifier" @@ -3787,6 +4223,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xPos", "start": 0, "type": "Identifier" @@ -3795,6 +4232,7 @@ description: Result of parsing tooling-nest-block.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8", "start": 0, "type": "Literal", @@ -3806,6 +4244,7 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3817,6 +4256,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yPos", "start": 0, "type": "Identifier" @@ -3824,6 +4264,7 @@ description: Result of parsing tooling-nest-block.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8", "start": 0, "type": "Literal", @@ -3839,6 +4280,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nestSize", "start": 0, "type": "Identifier" @@ -3847,9 +4289,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size08", "start": 0, "type": "Identifier" @@ -3865,9 +4309,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nest", "start": 0, "type": "Identifier" @@ -3878,11 +4324,13 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -3897,6 +4345,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeFace", "start": 0, "type": "Identifier" @@ -3905,9 +4354,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentD001", "start": 0, "type": "Identifier" @@ -3923,6 +4374,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xPos", "start": 0, "type": "Identifier" @@ -3931,6 +4383,7 @@ description: Result of parsing tooling-nest-block.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -3942,6 +4395,7 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3953,6 +4407,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yPos", "start": 0, "type": "Identifier" @@ -3960,6 +4415,7 @@ description: Result of parsing tooling-nest-block.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.33", "start": 0, "type": "Literal", @@ -3975,6 +4431,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nestSize", "start": 0, "type": "Identifier" @@ -3983,9 +4440,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size09", "start": 0, "type": "Identifier" @@ -4001,9 +4460,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nest", "start": 0, "type": "Identifier" @@ -4014,11 +4475,13 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -4033,6 +4496,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeFace", "start": 0, "type": "Identifier" @@ -4041,9 +4505,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentD001", "start": 0, "type": "Identifier" @@ -4059,6 +4525,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xPos", "start": 0, "type": "Identifier" @@ -4067,6 +4534,7 @@ description: Result of parsing tooling-nest-block.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -4078,6 +4546,7 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4089,6 +4558,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yPos", "start": 0, "type": "Identifier" @@ -4096,6 +4566,7 @@ description: Result of parsing tooling-nest-block.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.67", "start": 0, "type": "Literal", @@ -4111,6 +4582,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nestSize", "start": 0, "type": "Identifier" @@ -4119,9 +4591,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size11", "start": 0, "type": "Identifier" @@ -4137,9 +4611,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nest", "start": 0, "type": "Identifier" @@ -4150,11 +4626,13 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -4169,6 +4647,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeFace", "start": 0, "type": "Identifier" @@ -4177,9 +4656,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "START", "start": 0, "type": "Identifier" @@ -4195,6 +4676,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xPos", "start": 0, "type": "Identifier" @@ -4203,6 +4685,7 @@ description: Result of parsing tooling-nest-block.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -4214,6 +4697,7 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4225,6 +4709,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yPos", "start": 0, "type": "Identifier" @@ -4232,6 +4717,7 @@ description: Result of parsing tooling-nest-block.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -4247,6 +4733,7 @@ description: Result of parsing tooling-nest-block.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nestSize", "start": 0, "type": "Identifier" @@ -4255,9 +4742,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "size07", "start": 0, "type": "Identifier" @@ -4273,9 +4762,11 @@ description: Result of parsing tooling-nest-block.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nest", "start": 0, "type": "Identifier" @@ -4286,11 +4777,13 @@ description: Result of parsing tooling-nest-block.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "preComments": [ "", "", @@ -4307,9 +4800,11 @@ description: Result of parsing tooling-nest-block.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -4328,19 +4823,23 @@ description: Result of parsing tooling-nest-block.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -4356,12 +4855,14 @@ description: Result of parsing tooling-nest-block.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": {}, "startNodes": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/tooling-nest-block/program_memory.snap b/rust/kcl-lib/tests/kcl_samples/tooling-nest-block/program_memory.snap index 96d42624a..f2fcd10f4 100644 --- a/rust/kcl-lib/tests/kcl_samples/tooling-nest-block/program_memory.snap +++ b/rust/kcl-lib/tests/kcl_samples/tooling-nest-block/program_memory.snap @@ -17,6 +17,7 @@ description: Variables in memory after executing tooling-nest-block.kcl "tag": { "commentStart": 677, "end": 698, + "moduleId": 0, "start": 677, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -30,6 +31,7 @@ description: Variables in memory after executing tooling-nest-block.kcl "tag": { "commentStart": 786, "end": 807, + "moduleId": 0, "start": 786, "type": "TagDeclarator", "value": "rectangleSegmentB001" @@ -43,6 +45,7 @@ description: Variables in memory after executing tooling-nest-block.kcl "tag": { "commentStart": 909, "end": 930, + "moduleId": 0, "start": 909, "type": "TagDeclarator", "value": "rectangleSegmentC001" @@ -56,6 +59,7 @@ description: Variables in memory after executing tooling-nest-block.kcl "tag": { "commentStart": 1000, "end": 1021, + "moduleId": 0, "start": 1000, "type": "TagDeclarator", "value": "rectangleSegmentD001" @@ -79,6 +83,7 @@ description: Variables in memory after executing tooling-nest-block.kcl "tag": { "commentStart": 677, "end": 698, + "moduleId": 0, "start": 677, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -104,6 +109,7 @@ description: Variables in memory after executing tooling-nest-block.kcl "tag": { "commentStart": 786, "end": 807, + "moduleId": 0, "start": 786, "type": "TagDeclarator", "value": "rectangleSegmentB001" @@ -129,6 +135,7 @@ description: Variables in memory after executing tooling-nest-block.kcl "tag": { "commentStart": 909, "end": 930, + "moduleId": 0, "start": 909, "type": "TagDeclarator", "value": "rectangleSegmentC001" @@ -154,6 +161,7 @@ description: Variables in memory after executing tooling-nest-block.kcl "tag": { "commentStart": 1000, "end": 1021, + "moduleId": 0, "start": 1000, "type": "TagDeclarator", "value": "rectangleSegmentD001" @@ -286,6 +294,7 @@ description: Variables in memory after executing tooling-nest-block.kcl "tag": { "commentStart": 677, "end": 698, + "moduleId": 0, "start": 677, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -311,6 +320,7 @@ description: Variables in memory after executing tooling-nest-block.kcl "tag": { "commentStart": 786, "end": 807, + "moduleId": 0, "start": 786, "type": "TagDeclarator", "value": "rectangleSegmentB001" @@ -336,6 +346,7 @@ description: Variables in memory after executing tooling-nest-block.kcl "tag": { "commentStart": 909, "end": 930, + "moduleId": 0, "start": 909, "type": "TagDeclarator", "value": "rectangleSegmentC001" @@ -361,6 +372,7 @@ description: Variables in memory after executing tooling-nest-block.kcl "tag": { "commentStart": 1000, "end": 1021, + "moduleId": 0, "start": 1000, "type": "TagDeclarator", "value": "rectangleSegmentD001" diff --git a/rust/kcl-lib/tests/kcl_samples/truss-structure/ast.snap b/rust/kcl-lib/tests/kcl_samples/truss-structure/ast.snap index fc588d297..ec469d8e1 100644 --- a/rust/kcl-lib/tests/kcl_samples/truss-structure/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/truss-structure/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing truss-structure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing truss-structure.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing truss-structure.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define parameters" ], @@ -49,6 +53,7 @@ description: Result of parsing truss-structure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "totalLength", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing truss-structure.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing truss-structure.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing truss-structure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "totalWidth", "start": 0, "type": "Identifier" @@ -89,6 +98,7 @@ description: Result of parsing truss-structure.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "120", "start": 0, "type": "Literal", @@ -98,11 +108,13 @@ description: Result of parsing truss-structure.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -115,6 +127,7 @@ description: Result of parsing truss-structure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "totalHeight", "start": 0, "type": "Identifier" @@ -122,6 +135,7 @@ description: Result of parsing truss-structure.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "120", "start": 0, "type": "Literal", @@ -131,11 +145,13 @@ description: Result of parsing truss-structure.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -148,6 +164,7 @@ description: Result of parsing truss-structure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "legHeight", "start": 0, "type": "Identifier" @@ -155,6 +172,7 @@ description: Result of parsing truss-structure.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "48", "start": 0, "type": "Literal", @@ -164,11 +182,13 @@ description: Result of parsing truss-structure.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -181,6 +201,7 @@ description: Result of parsing truss-structure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "topTrussAngle", "start": 0, "type": "Identifier" @@ -188,6 +209,7 @@ description: Result of parsing truss-structure.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25", "start": 0, "type": "Literal", @@ -197,11 +219,13 @@ description: Result of parsing truss-structure.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -214,6 +238,7 @@ description: Result of parsing truss-structure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "beamWidth", "start": 0, "type": "Identifier" @@ -221,6 +246,7 @@ description: Result of parsing truss-structure.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -230,11 +256,13 @@ description: Result of parsing truss-structure.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -247,6 +275,7 @@ description: Result of parsing truss-structure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "beamLength", "start": 0, "type": "Identifier" @@ -254,6 +283,7 @@ description: Result of parsing truss-structure.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -263,11 +293,13 @@ description: Result of parsing truss-structure.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -280,6 +312,7 @@ description: Result of parsing truss-structure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sparAngle", "start": 0, "type": "Identifier" @@ -287,6 +320,7 @@ description: Result of parsing truss-structure.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -296,11 +330,13 @@ description: Result of parsing truss-structure.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -313,6 +349,7 @@ description: Result of parsing truss-structure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nFrames", "start": 0, "type": "Identifier" @@ -320,6 +357,7 @@ description: Result of parsing truss-structure.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -329,11 +367,13 @@ description: Result of parsing truss-structure.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -346,6 +386,7 @@ description: Result of parsing truss-structure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "crossBeamLength", "start": 0, "type": "Identifier" @@ -353,6 +394,7 @@ description: Result of parsing truss-structure.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "82", "start": 0, "type": "Literal", @@ -362,11 +404,13 @@ description: Result of parsing truss-structure.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -379,18 +423,22 @@ description: Result of parsing truss-structure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "topFrameSketch", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -401,6 +449,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -408,9 +457,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -421,11 +472,13 @@ description: Result of parsing truss-structure.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -443,6 +496,7 @@ description: Result of parsing truss-structure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile001", "start": 0, "type": "Identifier" @@ -456,6 +510,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -470,9 +525,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "totalWidth", "start": 0, "type": "Identifier" @@ -482,10 +539,12 @@ description: Result of parsing truss-structure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -502,6 +561,7 @@ description: Result of parsing truss-structure.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -513,6 +573,7 @@ description: Result of parsing truss-structure.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -523,9 +584,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -536,6 +599,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -543,9 +607,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "topFrameSketch", "start": 0, "type": "Identifier" @@ -563,6 +629,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -572,9 +639,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "totalWidth", "start": 0, "type": "Identifier" @@ -586,6 +655,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -597,6 +667,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -604,6 +675,7 @@ description: Result of parsing truss-structure.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -615,9 +687,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -628,6 +702,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -640,6 +715,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -647,6 +723,7 @@ description: Result of parsing truss-structure.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12", "start": 0, "type": "Literal", @@ -662,9 +739,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -675,6 +754,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -687,6 +767,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -695,9 +776,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "topTrussAngle", "start": 0, "type": "Identifier" @@ -713,6 +796,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteX", "start": 0, "type": "Identifier" @@ -720,6 +804,7 @@ description: Result of parsing truss-structure.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -735,6 +820,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -742,6 +828,7 @@ description: Result of parsing truss-structure.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -753,9 +840,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -766,6 +855,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -778,6 +868,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -787,9 +878,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "topTrussAngle", "start": 0, "type": "Identifier" @@ -801,6 +894,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -812,6 +906,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteX", "start": 0, "type": "Identifier" @@ -823,9 +918,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "totalWidth", "start": 0, "type": "Identifier" @@ -835,10 +932,12 @@ description: Result of parsing truss-structure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -858,6 +957,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -865,6 +965,7 @@ description: Result of parsing truss-structure.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -876,9 +977,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -889,19 +992,23 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -912,6 +1019,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -920,12 +1028,14 @@ description: Result of parsing truss-structure.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "5": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -942,11 +1052,13 @@ description: Result of parsing truss-structure.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -959,6 +1071,7 @@ description: Result of parsing truss-structure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile002", "start": 0, "type": "Identifier" @@ -972,6 +1085,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -989,9 +1103,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "totalWidth", "start": 0, "type": "Identifier" @@ -1001,10 +1117,12 @@ description: Result of parsing truss-structure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1018,14 +1136,17 @@ description: Result of parsing truss-structure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -1043,9 +1164,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -1057,6 +1180,7 @@ description: Result of parsing truss-structure.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1067,9 +1191,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1080,6 +1206,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1087,9 +1214,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "topFrameSketch", "start": 0, "type": "Identifier" @@ -1107,6 +1236,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1118,9 +1248,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -1130,10 +1262,12 @@ description: Result of parsing truss-structure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1153,9 +1287,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1166,6 +1302,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1178,6 +1315,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1186,13 +1324,16 @@ description: Result of parsing truss-structure.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndY", "start": 0, "type": "Identifier" @@ -1203,6 +1344,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1210,9 +1352,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag001", "start": 0, "type": "Identifier" @@ -1223,14 +1367,17 @@ description: Result of parsing truss-structure.kcl "type": "Name" } }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -1250,9 +1397,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1263,6 +1412,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1275,18 +1425,22 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteX", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -1297,12 +1451,14 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1314,6 +1470,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1323,9 +1480,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "topTrussAngle", "start": 0, "type": "Identifier" @@ -1337,6 +1496,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1348,9 +1508,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1361,19 +1523,23 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1384,12 +1550,14 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1398,15 +1566,18 @@ description: Result of parsing truss-structure.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1419,6 +1590,7 @@ description: Result of parsing truss-structure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile003", "start": 0, "type": "Identifier" @@ -1432,6 +1604,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1450,9 +1623,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "totalWidth", "start": 0, "type": "Identifier" @@ -1464,15 +1639,18 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1486,14 +1664,17 @@ description: Result of parsing truss-structure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -1511,9 +1692,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -1525,6 +1708,7 @@ description: Result of parsing truss-structure.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1535,9 +1719,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1548,6 +1734,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1555,9 +1742,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "topFrameSketch", "start": 0, "type": "Identifier" @@ -1575,6 +1764,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1587,9 +1777,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -1601,15 +1793,18 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1629,9 +1824,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1642,6 +1839,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1654,6 +1852,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1662,13 +1861,16 @@ description: Result of parsing truss-structure.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndY", "start": 0, "type": "Identifier" @@ -1679,6 +1881,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1686,9 +1889,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag001", "start": 0, "type": "Identifier" @@ -1699,14 +1904,17 @@ description: Result of parsing truss-structure.kcl "type": "Name" } }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -1726,9 +1934,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1739,6 +1949,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1751,18 +1962,22 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteX", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -1773,12 +1988,14 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1790,6 +2007,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1800,6 +2018,7 @@ description: Result of parsing truss-structure.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -1809,14 +2028,17 @@ description: Result of parsing truss-structure.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "topTrussAngle", "start": 0, "type": "Identifier" @@ -1836,9 +2058,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1849,19 +2073,23 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1872,12 +2100,14 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1886,15 +2116,18 @@ description: Result of parsing truss-structure.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1907,6 +2140,7 @@ description: Result of parsing truss-structure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile004", "start": 0, "type": "Identifier" @@ -1918,6 +2152,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -1926,9 +2161,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile002", "start": 0, "type": "Identifier" @@ -1944,9 +2181,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -1957,6 +2196,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1964,9 +2204,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile001", "start": 0, "type": "Identifier" @@ -1977,11 +2219,13 @@ description: Result of parsing truss-structure.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1996,6 +2240,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -2004,9 +2249,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile003", "start": 0, "type": "Identifier" @@ -2022,9 +2269,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -2035,6 +2284,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2042,9 +2292,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile001", "start": 0, "type": "Identifier" @@ -2055,6 +2307,7 @@ description: Result of parsing truss-structure.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -2067,6 +2320,7 @@ description: Result of parsing truss-structure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "topFrame", "start": 0, "type": "Identifier" @@ -2078,6 +2332,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2086,9 +2341,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "beamLength", "start": 0, "type": "Identifier" @@ -2104,9 +2361,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2117,6 +2376,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2124,9 +2384,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile001", "start": 0, "type": "Identifier" @@ -2137,11 +2399,13 @@ description: Result of parsing truss-structure.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2159,18 +2423,22 @@ description: Result of parsing truss-structure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2181,6 +2449,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2191,6 +2460,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -2198,6 +2468,7 @@ description: Result of parsing truss-structure.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".1", "start": 0, "type": "Literal", @@ -2213,9 +2484,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -2226,6 +2499,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2233,9 +2507,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -2247,11 +2523,13 @@ description: Result of parsing truss-structure.kcl } } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2269,6 +2547,7 @@ description: Result of parsing truss-structure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile006", "start": 0, "type": "Identifier" @@ -2282,6 +2561,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -2299,9 +2579,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -2311,10 +2593,12 @@ description: Result of parsing truss-structure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2328,10 +2612,12 @@ description: Result of parsing truss-structure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -2348,6 +2634,7 @@ description: Result of parsing truss-structure.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "14", "start": 0, "type": "Literal", @@ -2359,6 +2646,7 @@ description: Result of parsing truss-structure.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2369,9 +2657,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -2382,6 +2672,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2389,9 +2680,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" @@ -2409,6 +2702,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2417,9 +2711,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sparAngle", "start": 0, "type": "Identifier" @@ -2435,6 +2731,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2442,6 +2739,7 @@ description: Result of parsing truss-structure.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25", "start": 0, "type": "Literal", @@ -2457,9 +2755,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -2470,6 +2770,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2482,6 +2783,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2491,9 +2793,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "topTrussAngle", "start": 0, "type": "Identifier" @@ -2505,6 +2809,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2516,6 +2821,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2523,6 +2829,7 @@ description: Result of parsing truss-structure.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -2538,9 +2845,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -2551,6 +2860,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2563,6 +2873,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2573,6 +2884,7 @@ description: Result of parsing truss-structure.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -2582,14 +2894,17 @@ description: Result of parsing truss-structure.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sparAngle", "start": 0, "type": "Identifier" @@ -2609,18 +2924,22 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteX", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -2631,12 +2950,14 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2648,9 +2969,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -2661,19 +2984,23 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -2684,12 +3011,14 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2698,15 +3027,18 @@ description: Result of parsing truss-structure.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2719,6 +3051,7 @@ description: Result of parsing truss-structure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spar001", "start": 0, "type": "Identifier" @@ -2730,6 +3063,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2737,6 +3071,7 @@ description: Result of parsing truss-structure.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.8", "start": 0, "type": "Literal", @@ -2752,9 +3087,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2765,6 +3102,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2772,9 +3110,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile006", "start": 0, "type": "Identifier" @@ -2785,11 +3125,13 @@ description: Result of parsing truss-structure.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2802,6 +3144,7 @@ description: Result of parsing truss-structure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile007", "start": 0, "type": "Identifier" @@ -2815,6 +3158,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -2833,9 +3177,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -2847,15 +3193,18 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2869,10 +3218,12 @@ description: Result of parsing truss-structure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -2889,6 +3240,7 @@ description: Result of parsing truss-structure.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "14", "start": 0, "type": "Literal", @@ -2900,6 +3252,7 @@ description: Result of parsing truss-structure.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2910,9 +3263,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -2923,6 +3278,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2930,9 +3286,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" @@ -2950,6 +3308,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2960,6 +3319,7 @@ description: Result of parsing truss-structure.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -2969,14 +3329,17 @@ description: Result of parsing truss-structure.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sparAngle", "start": 0, "type": "Identifier" @@ -2996,6 +3359,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3003,6 +3367,7 @@ description: Result of parsing truss-structure.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25", "start": 0, "type": "Literal", @@ -3018,9 +3383,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -3031,6 +3398,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3043,6 +3411,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -3053,6 +3422,7 @@ description: Result of parsing truss-structure.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -3062,14 +3432,17 @@ description: Result of parsing truss-structure.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "topTrussAngle", "start": 0, "type": "Identifier" @@ -3089,6 +3462,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3096,6 +3470,7 @@ description: Result of parsing truss-structure.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -3111,9 +3486,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -3124,6 +3501,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3136,6 +3514,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -3145,9 +3524,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sparAngle", "start": 0, "type": "Identifier" @@ -3159,6 +3540,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3170,18 +3552,22 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteX", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -3192,12 +3578,14 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3209,9 +3597,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -3222,19 +3612,23 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -3245,12 +3639,14 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3259,15 +3655,18 @@ description: Result of parsing truss-structure.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -3285,6 +3684,7 @@ description: Result of parsing truss-structure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spar002", "start": 0, "type": "Identifier" @@ -3296,6 +3696,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3303,6 +3704,7 @@ description: Result of parsing truss-structure.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.8", "start": 0, "type": "Literal", @@ -3318,9 +3720,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -3331,6 +3735,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3338,9 +3743,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile007", "start": 0, "type": "Identifier" @@ -3351,11 +3758,13 @@ description: Result of parsing truss-structure.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3368,6 +3777,7 @@ description: Result of parsing truss-structure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "newFrame", "start": 0, "type": "Identifier" @@ -3382,9 +3792,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "topFrame", "start": 0, "type": "Identifier" @@ -3394,14 +3806,17 @@ description: Result of parsing truss-structure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spar001", "start": 0, "type": "Identifier" @@ -3415,14 +3830,17 @@ description: Result of parsing truss-structure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "spar002", "start": 0, "type": "Identifier" @@ -3436,11 +3854,13 @@ description: Result of parsing truss-structure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -3458,18 +3878,22 @@ description: Result of parsing truss-structure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "leg001Sketch", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -3480,6 +3904,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3490,6 +3915,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -3497,6 +3923,7 @@ description: Result of parsing truss-structure.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".1", "start": 0, "type": "Literal", @@ -3512,9 +3939,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -3525,6 +3954,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3532,9 +3962,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -3546,11 +3978,13 @@ description: Result of parsing truss-structure.kcl } } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -3568,6 +4002,7 @@ description: Result of parsing truss-structure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "legProfile001", "start": 0, "type": "Identifier" @@ -3581,6 +4016,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -3591,6 +4027,7 @@ description: Result of parsing truss-structure.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3608,9 +4045,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "totalWidth", "start": 0, "type": "Identifier" @@ -3622,15 +4061,18 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3646,6 +4088,7 @@ description: Result of parsing truss-structure.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3656,9 +4099,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -3669,6 +4114,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3676,9 +4122,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "leg001Sketch", "start": 0, "type": "Identifier" @@ -3696,6 +4144,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3707,9 +4156,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "beamLength", "start": 0, "type": "Identifier" @@ -3719,10 +4170,12 @@ description: Result of parsing truss-structure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".1", "start": 0, "type": "Literal", @@ -3742,9 +4195,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -3755,12 +4210,14 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3773,6 +4230,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3784,9 +4242,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "beamWidth", "start": 0, "type": "Identifier" @@ -3796,10 +4256,12 @@ description: Result of parsing truss-structure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -3819,9 +4281,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -3832,12 +4296,14 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3850,18 +4316,22 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -3872,12 +4342,14 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3889,9 +4361,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -3902,25 +4376,30 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -3931,12 +4410,14 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3945,15 +4426,18 @@ description: Result of parsing truss-structure.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3966,6 +4450,7 @@ description: Result of parsing truss-structure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "legProfile002", "start": 0, "type": "Identifier" @@ -3979,6 +4464,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -3989,6 +4475,7 @@ description: Result of parsing truss-structure.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4005,9 +4492,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "totalWidth", "start": 0, "type": "Identifier" @@ -4017,10 +4506,12 @@ description: Result of parsing truss-structure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4036,6 +4527,7 @@ description: Result of parsing truss-structure.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4046,9 +4538,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -4059,6 +4553,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4066,9 +4561,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "leg001Sketch", "start": 0, "type": "Identifier" @@ -4086,6 +4583,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4097,9 +4595,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "beamLength", "start": 0, "type": "Identifier" @@ -4109,10 +4609,12 @@ description: Result of parsing truss-structure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".1", "start": 0, "type": "Literal", @@ -4132,9 +4634,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -4145,12 +4649,14 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -4163,6 +4669,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4175,9 +4682,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "beamWidth", "start": 0, "type": "Identifier" @@ -4187,10 +4696,12 @@ description: Result of parsing truss-structure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -4206,6 +4717,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4217,9 +4729,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -4230,12 +4744,14 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -4248,18 +4764,22 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -4270,12 +4790,14 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -4287,9 +4809,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -4300,25 +4824,30 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -4329,12 +4858,14 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -4343,15 +4874,18 @@ description: Result of parsing truss-structure.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4364,6 +4898,7 @@ description: Result of parsing truss-structure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "leg001", "start": 0, "type": "Identifier" @@ -4375,6 +4910,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4387,9 +4923,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "legHeight", "start": 0, "type": "Identifier" @@ -4401,15 +4939,18 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".1", "start": 0, "type": "Literal", @@ -4429,9 +4970,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -4442,6 +4985,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4449,9 +4993,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "legProfile001", "start": 0, "type": "Identifier" @@ -4462,11 +5008,13 @@ description: Result of parsing truss-structure.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4479,6 +5027,7 @@ description: Result of parsing truss-structure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "leg002", "start": 0, "type": "Identifier" @@ -4490,6 +5039,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4502,9 +5052,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "legHeight", "start": 0, "type": "Identifier" @@ -4516,15 +5068,18 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".1", "start": 0, "type": "Literal", @@ -4544,9 +5099,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -4557,6 +5114,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4564,9 +5122,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "legProfile002", "start": 0, "type": "Identifier" @@ -4577,11 +5137,13 @@ description: Result of parsing truss-structure.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4594,6 +5156,7 @@ description: Result of parsing truss-structure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fullFrame", "start": 0, "type": "Identifier" @@ -4610,9 +5173,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "newFrame", "start": 0, "type": "Identifier" @@ -4622,14 +5187,17 @@ description: Result of parsing truss-structure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "leg001", "start": 0, "type": "Identifier" @@ -4643,14 +5211,17 @@ description: Result of parsing truss-structure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "leg002", "start": 0, "type": "Identifier" @@ -4671,6 +5242,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -4679,9 +5251,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nFrames", "start": 0, "type": "Identifier" @@ -4697,6 +5271,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -4708,9 +5283,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "crossBeamLength", "start": 0, "type": "Identifier" @@ -4720,14 +5297,17 @@ description: Result of parsing truss-structure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "beamLength", "start": 0, "type": "Identifier" @@ -4747,6 +5327,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -4758,6 +5339,7 @@ description: Result of parsing truss-structure.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -4769,6 +5351,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4777,6 +5360,7 @@ description: Result of parsing truss-structure.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4789,6 +5373,7 @@ description: Result of parsing truss-structure.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4800,6 +5385,7 @@ description: Result of parsing truss-structure.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4810,9 +5396,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -4823,12 +5411,14 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -4837,12 +5427,14 @@ description: Result of parsing truss-structure.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -4859,11 +5451,13 @@ description: Result of parsing truss-structure.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -4881,18 +5475,22 @@ description: Result of parsing truss-structure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "centerCrossBeamSketch", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -4903,6 +5501,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4910,9 +5509,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -4923,11 +5524,13 @@ description: Result of parsing truss-structure.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4940,6 +5543,7 @@ description: Result of parsing truss-structure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile005", "start": 0, "type": "Identifier" @@ -4953,6 +5557,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -4963,6 +5568,7 @@ description: Result of parsing truss-structure.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4976,13 +5582,16 @@ description: Result of parsing truss-structure.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndY", "start": 0, "type": "Identifier" @@ -4993,6 +5602,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5000,9 +5610,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag001", "start": 0, "type": "Identifier" @@ -5013,10 +5625,12 @@ description: Result of parsing truss-structure.kcl "type": "Name" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -5032,6 +5646,7 @@ description: Result of parsing truss-structure.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5042,9 +5657,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -5055,6 +5672,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5062,9 +5680,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "centerCrossBeamSketch", "start": 0, "type": "Identifier" @@ -5082,6 +5702,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -5091,9 +5712,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "topTrussAngle", "start": 0, "type": "Identifier" @@ -5105,6 +5728,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5116,6 +5740,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5130,9 +5755,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "beamWidth", "start": 0, "type": "Identifier" @@ -5142,10 +5769,12 @@ description: Result of parsing truss-structure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -5159,10 +5788,12 @@ description: Result of parsing truss-structure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8", "start": 0, "type": "Literal", @@ -5182,9 +5813,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -5195,12 +5828,14 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -5213,6 +5848,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5228,9 +5864,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "beamWidth", "start": 0, "type": "Identifier" @@ -5242,15 +5880,18 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -5264,10 +5905,12 @@ description: Result of parsing truss-structure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8", "start": 0, "type": "Literal", @@ -5287,9 +5930,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -5300,6 +5945,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5312,6 +5958,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -5322,6 +5969,7 @@ description: Result of parsing truss-structure.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -5331,14 +5979,17 @@ description: Result of parsing truss-structure.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "topTrussAngle", "start": 0, "type": "Identifier" @@ -5358,6 +6009,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5372,9 +6024,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "beamWidth", "start": 0, "type": "Identifier" @@ -5384,10 +6038,12 @@ description: Result of parsing truss-structure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -5401,10 +6057,12 @@ description: Result of parsing truss-structure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8", "start": 0, "type": "Literal", @@ -5424,9 +6082,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -5437,12 +6097,14 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -5455,6 +6117,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -5465,6 +6128,7 @@ description: Result of parsing truss-structure.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -5474,14 +6138,17 @@ description: Result of parsing truss-structure.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "topTrussAngle", "start": 0, "type": "Identifier" @@ -5501,6 +6168,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5515,9 +6183,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "beamWidth", "start": 0, "type": "Identifier" @@ -5527,10 +6197,12 @@ description: Result of parsing truss-structure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -5544,10 +6216,12 @@ description: Result of parsing truss-structure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8", "start": 0, "type": "Literal", @@ -5567,9 +6241,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -5580,12 +6256,14 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -5598,6 +6276,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5612,9 +6291,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "beamWidth", "start": 0, "type": "Identifier" @@ -5624,10 +6305,12 @@ description: Result of parsing truss-structure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -5641,10 +6324,12 @@ description: Result of parsing truss-structure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8", "start": 0, "type": "Literal", @@ -5664,9 +6349,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -5677,6 +6364,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5689,6 +6377,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -5697,13 +6386,16 @@ description: Result of parsing truss-structure.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -5714,25 +6406,30 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -5743,12 +6440,14 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -5756,6 +6455,7 @@ description: Result of parsing truss-structure.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5766,9 +6466,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5779,19 +6481,23 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -5802,6 +6508,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5810,12 +6517,14 @@ description: Result of parsing truss-structure.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "7": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -5832,11 +6541,13 @@ description: Result of parsing truss-structure.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5849,6 +6560,7 @@ description: Result of parsing truss-structure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "centerCrossBeam", "start": 0, "type": "Identifier" @@ -5862,6 +6574,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5871,9 +6584,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "crossBeamLength", "start": 0, "type": "Identifier" @@ -5885,6 +6600,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5896,9 +6612,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -5909,6 +6627,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5916,9 +6635,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile005", "start": 0, "type": "Identifier" @@ -5936,6 +6657,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -5947,9 +6669,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nFrames", "start": 0, "type": "Identifier" @@ -5959,10 +6683,12 @@ description: Result of parsing truss-structure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -5982,6 +6708,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -5993,9 +6720,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "crossBeamLength", "start": 0, "type": "Identifier" @@ -6005,14 +6734,17 @@ description: Result of parsing truss-structure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "beamLength", "start": 0, "type": "Identifier" @@ -6032,6 +6764,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -6043,6 +6776,7 @@ description: Result of parsing truss-structure.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -6054,6 +6788,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6062,6 +6797,7 @@ description: Result of parsing truss-structure.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6074,6 +6810,7 @@ description: Result of parsing truss-structure.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6085,6 +6822,7 @@ description: Result of parsing truss-structure.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6095,9 +6833,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -6108,12 +6848,14 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -6122,12 +6864,14 @@ description: Result of parsing truss-structure.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -6144,11 +6888,13 @@ description: Result of parsing truss-structure.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6161,18 +6907,22 @@ description: Result of parsing truss-structure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sideCrossBeamSketch", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -6183,6 +6933,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6191,9 +6942,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -6205,17 +6958,20 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6228,6 +6984,7 @@ description: Result of parsing truss-structure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile008", "start": 0, "type": "Identifier" @@ -6241,6 +6998,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -6259,9 +7017,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "totalWidth", "start": 0, "type": "Identifier" @@ -6273,15 +7033,18 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -6295,10 +7058,12 @@ description: Result of parsing truss-structure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -6316,13 +7081,16 @@ description: Result of parsing truss-structure.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndY", "start": 0, "type": "Identifier" @@ -6333,6 +7101,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6340,9 +7109,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag002", "start": 0, "type": "Identifier" @@ -6353,10 +7124,12 @@ description: Result of parsing truss-structure.kcl "type": "Name" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".5", "start": 0, "type": "Literal", @@ -6372,6 +7145,7 @@ description: Result of parsing truss-structure.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6382,9 +7156,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -6395,6 +7171,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6402,9 +7179,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sideCrossBeamSketch", "start": 0, "type": "Identifier" @@ -6422,6 +7201,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -6431,9 +7211,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "beamLength", "start": 0, "type": "Identifier" @@ -6445,6 +7227,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6456,9 +7239,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -6469,6 +7254,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6481,6 +7267,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -6494,6 +7281,7 @@ description: Result of parsing truss-structure.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -6503,10 +7291,12 @@ description: Result of parsing truss-structure.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -6520,14 +7310,17 @@ description: Result of parsing truss-structure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "beamWidth", "start": 0, "type": "Identifier" @@ -6547,9 +7340,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -6560,6 +7355,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6572,6 +7368,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -6580,9 +7377,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "beamLength", "start": 0, "type": "Identifier" @@ -6598,9 +7397,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -6611,19 +7412,23 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -6634,6 +7439,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6642,15 +7448,18 @@ description: Result of parsing truss-structure.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6663,6 +7472,7 @@ description: Result of parsing truss-structure.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile009", "start": 0, "type": "Identifier" @@ -6676,6 +7486,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -6690,9 +7501,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "totalWidth", "start": 0, "type": "Identifier" @@ -6702,10 +7515,12 @@ description: Result of parsing truss-structure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -6723,13 +7538,16 @@ description: Result of parsing truss-structure.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndY", "start": 0, "type": "Identifier" @@ -6740,6 +7558,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6747,9 +7566,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag002", "start": 0, "type": "Identifier" @@ -6760,10 +7581,12 @@ description: Result of parsing truss-structure.kcl "type": "Name" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".5", "start": 0, "type": "Literal", @@ -6779,6 +7602,7 @@ description: Result of parsing truss-structure.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6789,9 +7613,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -6802,6 +7628,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6809,9 +7636,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sideCrossBeamSketch", "start": 0, "type": "Identifier" @@ -6829,6 +7658,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -6838,9 +7668,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "beamLength", "start": 0, "type": "Identifier" @@ -6852,6 +7684,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6863,9 +7696,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -6876,6 +7711,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6888,6 +7724,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -6902,6 +7739,7 @@ description: Result of parsing truss-structure.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -6913,15 +7751,18 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -6935,14 +7776,17 @@ description: Result of parsing truss-structure.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "beamWidth", "start": 0, "type": "Identifier" @@ -6962,9 +7806,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -6975,12 +7821,14 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -6993,6 +7841,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -7001,9 +7850,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "beamLength", "start": 0, "type": "Identifier" @@ -7019,9 +7870,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -7032,25 +7885,30 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -7061,12 +7919,14 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -7075,12 +7935,14 @@ description: Result of parsing truss-structure.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "4": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -7097,11 +7959,13 @@ description: Result of parsing truss-structure.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -7118,6 +7982,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -7126,9 +7991,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "crossBeamLength", "start": 0, "type": "Identifier" @@ -7144,9 +8011,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -7157,6 +8026,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7167,9 +8037,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile008", "start": 0, "type": "Identifier" @@ -7183,9 +8055,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile009", "start": 0, "type": "Identifier" @@ -7197,6 +8071,7 @@ description: Result of parsing truss-structure.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7209,6 +8084,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -7220,9 +8096,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nFrames", "start": 0, "type": "Identifier" @@ -7232,10 +8110,12 @@ description: Result of parsing truss-structure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -7255,6 +8135,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -7266,9 +8147,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "crossBeamLength", "start": 0, "type": "Identifier" @@ -7278,14 +8161,17 @@ description: Result of parsing truss-structure.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "beamLength", "start": 0, "type": "Identifier" @@ -7305,6 +8191,7 @@ description: Result of parsing truss-structure.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -7316,6 +8203,7 @@ description: Result of parsing truss-structure.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -7327,6 +8215,7 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7335,6 +8224,7 @@ description: Result of parsing truss-structure.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -7347,6 +8237,7 @@ description: Result of parsing truss-structure.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -7358,6 +8249,7 @@ description: Result of parsing truss-structure.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7368,9 +8260,11 @@ description: Result of parsing truss-structure.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -7381,12 +8275,14 @@ description: Result of parsing truss-structure.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -7395,10 +8291,12 @@ description: Result of parsing truss-structure.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -7410,9 +8308,11 @@ description: Result of parsing truss-structure.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -7424,19 +8324,23 @@ description: Result of parsing truss-structure.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -7452,12 +8356,14 @@ description: Result of parsing truss-structure.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "13": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -7469,6 +8375,7 @@ description: Result of parsing truss-structure.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -7480,6 +8387,7 @@ description: Result of parsing truss-structure.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -7491,6 +8399,7 @@ description: Result of parsing truss-structure.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -7503,6 +8412,7 @@ description: Result of parsing truss-structure.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -7514,6 +8424,7 @@ description: Result of parsing truss-structure.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -7525,6 +8436,7 @@ description: Result of parsing truss-structure.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -7534,6 +8446,7 @@ description: Result of parsing truss-structure.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/truss-structure/program_memory.snap b/rust/kcl-lib/tests/kcl_samples/truss-structure/program_memory.snap index 9875c8a80..cdbdea505 100644 --- a/rust/kcl-lib/tests/kcl_samples/truss-structure/program_memory.snap +++ b/rust/kcl-lib/tests/kcl_samples/truss-structure/program_memory.snap @@ -603,6 +603,7 @@ description: Variables in memory after executing truss-structure.kcl "tag": { "commentStart": 698, "end": 709, + "moduleId": 0, "start": 698, "type": "TagDeclarator", "value": "bottomFace" @@ -623,6 +624,7 @@ description: Variables in memory after executing truss-structure.kcl "tag": { "commentStart": 798, "end": 805, + "moduleId": 0, "start": 798, "type": "TagDeclarator", "value": "tag001" @@ -636,6 +638,7 @@ description: Variables in memory after executing truss-structure.kcl "tag": { "commentStart": 884, "end": 891, + "moduleId": 0, "start": 884, "type": "TagDeclarator", "value": "tag002" @@ -666,6 +669,7 @@ description: Variables in memory after executing truss-structure.kcl "tag": { "commentStart": 698, "end": 709, + "moduleId": 0, "start": 698, "type": "TagDeclarator", "value": "bottomFace" @@ -710,6 +714,7 @@ description: Variables in memory after executing truss-structure.kcl "tag": { "commentStart": 798, "end": 805, + "moduleId": 0, "start": 798, "type": "TagDeclarator", "value": "tag001" @@ -735,6 +740,7 @@ description: Variables in memory after executing truss-structure.kcl "tag": { "commentStart": 884, "end": 891, + "moduleId": 0, "start": 884, "type": "TagDeclarator", "value": "tag002" @@ -859,6 +865,7 @@ description: Variables in memory after executing truss-structure.kcl "tag": { "commentStart": 698, "end": 709, + "moduleId": 0, "start": 698, "type": "TagDeclarator", "value": "bottomFace" @@ -879,6 +886,7 @@ description: Variables in memory after executing truss-structure.kcl "tag": { "commentStart": 798, "end": 805, + "moduleId": 0, "start": 798, "type": "TagDeclarator", "value": "tag001" @@ -892,6 +900,7 @@ description: Variables in memory after executing truss-structure.kcl "tag": { "commentStart": 884, "end": 891, + "moduleId": 0, "start": 884, "type": "TagDeclarator", "value": "tag002" @@ -922,6 +931,7 @@ description: Variables in memory after executing truss-structure.kcl "tag": { "commentStart": 698, "end": 709, + "moduleId": 0, "start": 698, "type": "TagDeclarator", "value": "bottomFace" @@ -966,6 +976,7 @@ description: Variables in memory after executing truss-structure.kcl "tag": { "commentStart": 798, "end": 805, + "moduleId": 0, "start": 798, "type": "TagDeclarator", "value": "tag001" @@ -991,6 +1002,7 @@ description: Variables in memory after executing truss-structure.kcl "tag": { "commentStart": 884, "end": 891, + "moduleId": 0, "start": 884, "type": "TagDeclarator", "value": "tag002" @@ -1115,6 +1127,7 @@ description: Variables in memory after executing truss-structure.kcl "tag": { "commentStart": 698, "end": 709, + "moduleId": 0, "start": 698, "type": "TagDeclarator", "value": "bottomFace" @@ -1135,6 +1148,7 @@ description: Variables in memory after executing truss-structure.kcl "tag": { "commentStart": 798, "end": 805, + "moduleId": 0, "start": 798, "type": "TagDeclarator", "value": "tag001" @@ -1148,6 +1162,7 @@ description: Variables in memory after executing truss-structure.kcl "tag": { "commentStart": 884, "end": 891, + "moduleId": 0, "start": 884, "type": "TagDeclarator", "value": "tag002" @@ -1178,6 +1193,7 @@ description: Variables in memory after executing truss-structure.kcl "tag": { "commentStart": 698, "end": 709, + "moduleId": 0, "start": 698, "type": "TagDeclarator", "value": "bottomFace" @@ -1222,6 +1238,7 @@ description: Variables in memory after executing truss-structure.kcl "tag": { "commentStart": 798, "end": 805, + "moduleId": 0, "start": 798, "type": "TagDeclarator", "value": "tag001" @@ -1247,6 +1264,7 @@ description: Variables in memory after executing truss-structure.kcl "tag": { "commentStart": 884, "end": 891, + "moduleId": 0, "start": 884, "type": "TagDeclarator", "value": "tag002" @@ -2067,6 +2085,7 @@ description: Variables in memory after executing truss-structure.kcl "tag": { "commentStart": 698, "end": 709, + "moduleId": 0, "start": 698, "type": "TagDeclarator", "value": "bottomFace" @@ -2087,6 +2106,7 @@ description: Variables in memory after executing truss-structure.kcl "tag": { "commentStart": 798, "end": 805, + "moduleId": 0, "start": 798, "type": "TagDeclarator", "value": "tag001" @@ -2100,6 +2120,7 @@ description: Variables in memory after executing truss-structure.kcl "tag": { "commentStart": 884, "end": 891, + "moduleId": 0, "start": 884, "type": "TagDeclarator", "value": "tag002" @@ -2130,6 +2151,7 @@ description: Variables in memory after executing truss-structure.kcl "tag": { "commentStart": 698, "end": 709, + "moduleId": 0, "start": 698, "type": "TagDeclarator", "value": "bottomFace" @@ -2174,6 +2196,7 @@ description: Variables in memory after executing truss-structure.kcl "tag": { "commentStart": 798, "end": 805, + "moduleId": 0, "start": 798, "type": "TagDeclarator", "value": "tag001" @@ -2199,6 +2222,7 @@ description: Variables in memory after executing truss-structure.kcl "tag": { "commentStart": 884, "end": 891, + "moduleId": 0, "start": 884, "type": "TagDeclarator", "value": "tag002" @@ -2327,6 +2351,7 @@ description: Variables in memory after executing truss-structure.kcl "tag": { "commentStart": 698, "end": 709, + "moduleId": 0, "start": 698, "type": "TagDeclarator", "value": "bottomFace" @@ -2371,6 +2396,7 @@ description: Variables in memory after executing truss-structure.kcl "tag": { "commentStart": 798, "end": 805, + "moduleId": 0, "start": 798, "type": "TagDeclarator", "value": "tag001" @@ -2396,6 +2422,7 @@ description: Variables in memory after executing truss-structure.kcl "tag": { "commentStart": 884, "end": 891, + "moduleId": 0, "start": 884, "type": "TagDeclarator", "value": "tag002" @@ -2792,6 +2819,7 @@ description: Variables in memory after executing truss-structure.kcl "tag": { "commentStart": 698, "end": 709, + "moduleId": 0, "start": 698, "type": "TagDeclarator", "value": "bottomFace" @@ -2836,6 +2864,7 @@ description: Variables in memory after executing truss-structure.kcl "tag": { "commentStart": 798, "end": 805, + "moduleId": 0, "start": 798, "type": "TagDeclarator", "value": "tag001" @@ -2861,6 +2890,7 @@ description: Variables in memory after executing truss-structure.kcl "tag": { "commentStart": 884, "end": 891, + "moduleId": 0, "start": 884, "type": "TagDeclarator", "value": "tag002" @@ -4184,6 +4214,7 @@ description: Variables in memory after executing truss-structure.kcl "tag": { "commentStart": 698, "end": 709, + "moduleId": 0, "start": 698, "type": "TagDeclarator", "value": "bottomFace" @@ -4204,6 +4235,7 @@ description: Variables in memory after executing truss-structure.kcl "tag": { "commentStart": 798, "end": 805, + "moduleId": 0, "start": 798, "type": "TagDeclarator", "value": "tag001" @@ -4217,6 +4249,7 @@ description: Variables in memory after executing truss-structure.kcl "tag": { "commentStart": 884, "end": 891, + "moduleId": 0, "start": 884, "type": "TagDeclarator", "value": "tag002" @@ -4247,6 +4280,7 @@ description: Variables in memory after executing truss-structure.kcl "tag": { "commentStart": 698, "end": 709, + "moduleId": 0, "start": 698, "type": "TagDeclarator", "value": "bottomFace" @@ -4291,6 +4325,7 @@ description: Variables in memory after executing truss-structure.kcl "tag": { "commentStart": 798, "end": 805, + "moduleId": 0, "start": 798, "type": "TagDeclarator", "value": "tag001" @@ -4316,6 +4351,7 @@ description: Variables in memory after executing truss-structure.kcl "tag": { "commentStart": 884, "end": 891, + "moduleId": 0, "start": 884, "type": "TagDeclarator", "value": "tag002" diff --git a/rust/kcl-lib/tests/kcl_samples/utility-sink/ast.snap b/rust/kcl-lib/tests/kcl_samples/utility-sink/ast.snap index 964d9de00..c263735f6 100644 --- a/rust/kcl-lib/tests/kcl_samples/utility-sink/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/utility-sink/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tableHeight", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing utility-sink.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "850", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing utility-sink.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define parameters" ], @@ -49,6 +53,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tableWidth", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing utility-sink.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1200", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing utility-sink.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tableDepth", "start": 0, "type": "Identifier" @@ -89,6 +98,7 @@ description: Result of parsing utility-sink.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "600", "start": 0, "type": "Literal", @@ -98,11 +108,13 @@ description: Result of parsing utility-sink.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -115,6 +127,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileThickness", "start": 0, "type": "Identifier" @@ -122,6 +135,7 @@ description: Result of parsing utility-sink.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "13", "start": 0, "type": "Literal", @@ -131,11 +145,13 @@ description: Result of parsing utility-sink.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -148,6 +164,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "metalThickness", "start": 0, "type": "Identifier" @@ -155,6 +172,7 @@ description: Result of parsing utility-sink.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -164,11 +182,13 @@ description: Result of parsing utility-sink.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -181,6 +201,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockCount", "start": 0, "type": "Identifier" @@ -188,6 +209,7 @@ description: Result of parsing utility-sink.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -197,11 +219,13 @@ description: Result of parsing utility-sink.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -214,6 +238,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockWidth", "start": 0, "type": "Identifier" @@ -228,9 +253,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tableWidth", "start": 0, "type": "Identifier" @@ -240,14 +267,17 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileThickness", "start": 0, "type": "Identifier" @@ -261,14 +291,17 @@ description: Result of parsing utility-sink.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockCount", "start": 0, "type": "Identifier" @@ -282,11 +315,13 @@ description: Result of parsing utility-sink.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -299,6 +334,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockHeight", "start": 0, "type": "Identifier" @@ -313,9 +349,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tableHeight", "start": 0, "type": "Identifier" @@ -325,14 +363,17 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "metalThickness", "start": 0, "type": "Identifier" @@ -346,10 +387,12 @@ description: Result of parsing utility-sink.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -363,11 +406,13 @@ description: Result of parsing utility-sink.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -380,6 +425,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockDepth", "start": 0, "type": "Identifier" @@ -391,9 +437,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tableDepth", "start": 0, "type": "Identifier" @@ -403,14 +451,17 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileThickness", "start": 0, "type": "Identifier" @@ -424,11 +475,13 @@ description: Result of parsing utility-sink.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -441,6 +494,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockSubdivisionCount", "start": 0, "type": "Identifier" @@ -448,6 +502,7 @@ description: Result of parsing utility-sink.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -457,11 +512,13 @@ description: Result of parsing utility-sink.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -474,6 +531,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockSubdivisionWidth", "start": 0, "type": "Identifier" @@ -485,9 +543,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockWidth", "start": 0, "type": "Identifier" @@ -497,14 +557,17 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockSubdivisionCount", "start": 0, "type": "Identifier" @@ -518,11 +581,13 @@ description: Result of parsing utility-sink.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -535,18 +600,22 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "floorPlane", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -557,6 +626,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -564,9 +634,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -577,11 +649,13 @@ description: Result of parsing utility-sink.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -599,6 +673,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "legHeight", "start": 0, "type": "Identifier" @@ -610,9 +685,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockHeight", "start": 0, "type": "Identifier" @@ -622,14 +699,17 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileThickness", "start": 0, "type": "Identifier" @@ -643,11 +723,13 @@ description: Result of parsing utility-sink.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -665,6 +747,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "legCount", "start": 0, "type": "Identifier" @@ -676,9 +759,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockCount", "start": 0, "type": "Identifier" @@ -688,10 +773,12 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -705,11 +792,13 @@ description: Result of parsing utility-sink.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -722,6 +811,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "legBody", "start": 0, "type": "Identifier" @@ -735,6 +825,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -745,6 +836,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -757,6 +849,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -768,6 +861,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -778,9 +872,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -791,6 +887,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -798,9 +895,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "floorPlane", "start": 0, "type": "Identifier" @@ -818,6 +917,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -826,9 +926,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileThickness", "start": 0, "type": "Identifier" @@ -844,9 +946,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -857,6 +961,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -869,6 +974,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -877,9 +983,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileThickness", "start": 0, "type": "Identifier" @@ -895,9 +1003,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -908,6 +1018,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -920,6 +1031,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -929,9 +1041,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileThickness", "start": 0, "type": "Identifier" @@ -943,6 +1057,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -954,9 +1069,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -967,6 +1084,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -979,6 +1097,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -987,13 +1106,16 @@ description: Result of parsing utility-sink.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -1004,25 +1126,30 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -1033,12 +1160,14 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1046,6 +1175,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1056,9 +1186,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1069,19 +1201,23 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1092,6 +1228,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1104,6 +1241,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -1114,6 +1252,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1126,6 +1265,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1137,6 +1277,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1147,6 +1288,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -1155,9 +1297,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "legCount", "start": 0, "type": "Identifier" @@ -1173,6 +1317,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -1181,9 +1326,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockWidth", "start": 0, "type": "Identifier" @@ -1199,9 +1346,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear2d", "start": 0, "type": "Identifier" @@ -1212,6 +1361,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1224,6 +1374,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -1234,6 +1385,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1246,6 +1398,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1257,6 +1410,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1267,6 +1421,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -1274,6 +1429,7 @@ description: Result of parsing utility-sink.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1289,6 +1445,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -1297,9 +1454,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockDepth", "start": 0, "type": "Identifier" @@ -1315,9 +1474,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear2d", "start": 0, "type": "Identifier" @@ -1328,6 +1489,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1340,6 +1502,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1348,9 +1511,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "legHeight", "start": 0, "type": "Identifier" @@ -1366,9 +1531,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1379,6 +1546,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1387,12 +1555,14 @@ description: Result of parsing utility-sink.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "8": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1409,11 +1579,13 @@ description: Result of parsing utility-sink.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1426,6 +1598,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lowerBeltHeightAboveTheFloor", "start": 0, "type": "Identifier" @@ -1433,6 +1606,7 @@ description: Result of parsing utility-sink.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "150", "start": 0, "type": "Literal", @@ -1442,11 +1616,13 @@ description: Result of parsing utility-sink.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1459,6 +1635,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lowerBeltLengthX", "start": 0, "type": "Identifier" @@ -1470,9 +1647,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockWidth", "start": 0, "type": "Identifier" @@ -1482,14 +1661,17 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileThickness", "start": 0, "type": "Identifier" @@ -1503,11 +1685,13 @@ description: Result of parsing utility-sink.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1520,18 +1704,22 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lowerBeltPlane", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1542,6 +1730,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1552,6 +1741,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -1560,9 +1750,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lowerBeltHeightAboveTheFloor", "start": 0, "type": "Identifier" @@ -1578,9 +1770,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -1591,6 +1785,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1598,9 +1793,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -1612,11 +1809,13 @@ description: Result of parsing utility-sink.kcl } } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1629,6 +1828,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lowerBeltBodyX", "start": 0, "type": "Identifier" @@ -1642,6 +1842,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1653,9 +1854,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileThickness", "start": 0, "type": "Identifier" @@ -1668,6 +1871,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1679,6 +1883,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1689,9 +1894,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1702,6 +1909,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1709,9 +1917,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lowerBeltPlane", "start": 0, "type": "Identifier" @@ -1729,6 +1939,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1737,9 +1948,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileThickness", "start": 0, "type": "Identifier" @@ -1755,9 +1968,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1768,6 +1983,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1780,6 +1996,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1788,9 +2005,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lowerBeltLengthX", "start": 0, "type": "Identifier" @@ -1806,9 +2025,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1819,6 +2040,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1831,6 +2053,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1840,9 +2063,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileThickness", "start": 0, "type": "Identifier" @@ -1854,6 +2079,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1865,9 +2091,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1878,6 +2106,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1890,6 +2119,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1898,13 +2128,16 @@ description: Result of parsing utility-sink.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -1915,25 +2148,30 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -1944,12 +2182,14 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1957,6 +2197,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1967,9 +2208,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1980,19 +2223,23 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -2003,6 +2250,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2015,6 +2263,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -2025,6 +2274,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -2037,6 +2287,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2048,6 +2299,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2058,6 +2310,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -2066,9 +2319,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockCount", "start": 0, "type": "Identifier" @@ -2084,6 +2339,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -2092,9 +2348,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockWidth", "start": 0, "type": "Identifier" @@ -2110,9 +2368,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear2d", "start": 0, "type": "Identifier" @@ -2123,6 +2383,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2135,6 +2396,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -2145,6 +2407,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2157,6 +2420,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -2168,6 +2432,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2178,6 +2443,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -2185,6 +2451,7 @@ description: Result of parsing utility-sink.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2200,6 +2467,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -2208,9 +2476,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockDepth", "start": 0, "type": "Identifier" @@ -2226,9 +2496,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear2d", "start": 0, "type": "Identifier" @@ -2239,6 +2511,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2251,6 +2524,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2259,9 +2533,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileThickness", "start": 0, "type": "Identifier" @@ -2277,9 +2553,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2290,6 +2568,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2298,15 +2577,18 @@ description: Result of parsing utility-sink.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2319,6 +2601,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lowerBeltLengthY", "start": 0, "type": "Identifier" @@ -2330,9 +2613,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockDepth", "start": 0, "type": "Identifier" @@ -2342,14 +2627,17 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileThickness", "start": 0, "type": "Identifier" @@ -2363,11 +2651,13 @@ description: Result of parsing utility-sink.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2380,6 +2670,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lowerBeltBodyY", "start": 0, "type": "Identifier" @@ -2393,6 +2684,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -2403,6 +2695,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2416,9 +2709,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileThickness", "start": 0, "type": "Identifier" @@ -2430,6 +2725,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2440,9 +2736,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -2453,6 +2751,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2460,9 +2759,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lowerBeltPlane", "start": 0, "type": "Identifier" @@ -2480,6 +2781,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2488,9 +2790,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lowerBeltLengthY", "start": 0, "type": "Identifier" @@ -2506,9 +2810,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -2519,6 +2825,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2531,6 +2838,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2539,9 +2847,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileThickness", "start": 0, "type": "Identifier" @@ -2557,9 +2867,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -2570,6 +2882,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2582,6 +2895,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2591,9 +2905,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lowerBeltLengthY", "start": 0, "type": "Identifier" @@ -2605,6 +2921,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2616,9 +2933,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -2629,6 +2948,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2641,6 +2961,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2649,13 +2970,16 @@ description: Result of parsing utility-sink.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -2666,25 +2990,30 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -2695,12 +3024,14 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2708,6 +3039,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2718,9 +3050,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2731,19 +3065,23 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -2754,6 +3092,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2766,6 +3105,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -2776,6 +3116,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -2788,6 +3129,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2799,6 +3141,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2809,6 +3152,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -2816,6 +3160,7 @@ description: Result of parsing utility-sink.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2831,6 +3176,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -2842,9 +3188,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tableWidth", "start": 0, "type": "Identifier" @@ -2854,14 +3202,17 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileThickness", "start": 0, "type": "Identifier" @@ -2881,9 +3232,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear2d", "start": 0, "type": "Identifier" @@ -2894,6 +3247,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2906,6 +3260,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2914,9 +3269,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileThickness", "start": 0, "type": "Identifier" @@ -2932,9 +3289,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2945,6 +3304,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2953,12 +3313,14 @@ description: Result of parsing utility-sink.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "7": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2975,11 +3337,13 @@ description: Result of parsing utility-sink.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2992,6 +3356,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pillarHeightAboveTheFloor", "start": 0, "type": "Identifier" @@ -3003,9 +3368,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lowerBeltHeightAboveTheFloor", "start": 0, "type": "Identifier" @@ -3015,14 +3382,17 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileThickness", "start": 0, "type": "Identifier" @@ -3036,11 +3406,13 @@ description: Result of parsing utility-sink.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3053,18 +3425,22 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pillarPlane", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -3075,6 +3451,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3085,6 +3462,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -3093,9 +3471,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pillarHeightAboveTheFloor", "start": 0, "type": "Identifier" @@ -3111,9 +3491,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -3124,6 +3506,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3131,9 +3514,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -3145,11 +3530,13 @@ description: Result of parsing utility-sink.kcl } } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3162,6 +3549,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pillarTotalHeight", "start": 0, "type": "Identifier" @@ -3176,9 +3564,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockHeight", "start": 0, "type": "Identifier" @@ -3188,14 +3578,17 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileThickness", "start": 0, "type": "Identifier" @@ -3209,14 +3602,17 @@ description: Result of parsing utility-sink.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pillarHeightAboveTheFloor", "start": 0, "type": "Identifier" @@ -3230,11 +3626,13 @@ description: Result of parsing utility-sink.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3247,6 +3645,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pillarBody", "start": 0, "type": "Identifier" @@ -3260,6 +3659,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -3271,9 +3671,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockSubdivisionWidth", "start": 0, "type": "Identifier" @@ -3286,6 +3688,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3297,6 +3700,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3307,9 +3711,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -3320,6 +3726,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3327,9 +3734,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pillarPlane", "start": 0, "type": "Identifier" @@ -3347,6 +3756,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3355,9 +3765,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileThickness", "start": 0, "type": "Identifier" @@ -3373,9 +3785,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -3386,6 +3800,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3398,6 +3813,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3406,9 +3822,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileThickness", "start": 0, "type": "Identifier" @@ -3424,9 +3842,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -3437,6 +3857,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3449,6 +3870,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3458,9 +3880,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileThickness", "start": 0, "type": "Identifier" @@ -3472,6 +3896,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3483,9 +3908,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -3496,6 +3923,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3508,6 +3936,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3516,13 +3945,16 @@ description: Result of parsing utility-sink.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -3533,25 +3965,30 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -3562,12 +3999,14 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3575,6 +4014,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3585,9 +4025,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3598,19 +4040,23 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -3621,6 +4067,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3633,6 +4080,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -3643,6 +4091,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -3655,6 +4104,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3666,6 +4116,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3676,6 +4127,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -3684,9 +4136,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockCount", "start": 0, "type": "Identifier" @@ -3702,6 +4156,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -3710,9 +4165,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockWidth", "start": 0, "type": "Identifier" @@ -3728,9 +4185,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear2d", "start": 0, "type": "Identifier" @@ -3741,6 +4200,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3753,6 +4213,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -3763,6 +4224,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3775,6 +4237,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -3786,6 +4249,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3796,6 +4260,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -3803,6 +4268,7 @@ description: Result of parsing utility-sink.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3818,6 +4284,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -3826,9 +4293,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockDepth", "start": 0, "type": "Identifier" @@ -3844,9 +4313,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear2d", "start": 0, "type": "Identifier" @@ -3857,6 +4328,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3869,6 +4341,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3877,9 +4350,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pillarTotalHeight", "start": 0, "type": "Identifier" @@ -3895,9 +4370,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -3908,6 +4385,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3916,12 +4394,14 @@ description: Result of parsing utility-sink.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "8": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3938,11 +4418,13 @@ description: Result of parsing utility-sink.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3955,18 +4437,22 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "upperBeltPlane", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -3977,6 +4463,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3987,6 +4474,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -3995,9 +4483,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockHeight", "start": 0, "type": "Identifier" @@ -4013,9 +4503,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -4026,6 +4518,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4033,9 +4526,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -4047,11 +4542,13 @@ description: Result of parsing utility-sink.kcl } } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4064,6 +4561,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "upperBeltBodyX", "start": 0, "type": "Identifier" @@ -4077,6 +4575,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -4087,6 +4586,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4099,6 +4599,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4110,6 +4611,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4120,9 +4622,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -4133,6 +4637,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4140,9 +4645,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "upperBeltPlane", "start": 0, "type": "Identifier" @@ -4160,6 +4667,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4168,9 +4676,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileThickness", "start": 0, "type": "Identifier" @@ -4186,9 +4696,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -4199,6 +4711,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4211,6 +4724,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4219,9 +4733,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tableWidth", "start": 0, "type": "Identifier" @@ -4237,9 +4753,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -4250,6 +4768,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4262,6 +4781,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4271,9 +4791,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileThickness", "start": 0, "type": "Identifier" @@ -4285,6 +4807,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4296,9 +4819,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -4309,6 +4834,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4321,6 +4847,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -4329,13 +4856,16 @@ description: Result of parsing utility-sink.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -4346,25 +4876,30 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -4375,12 +4910,14 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -4388,6 +4925,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4398,9 +4936,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4411,19 +4951,23 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -4434,6 +4978,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4446,6 +4991,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -4456,6 +5002,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4468,6 +5015,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -4479,6 +5027,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4489,6 +5038,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -4496,6 +5046,7 @@ description: Result of parsing utility-sink.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4511,6 +5062,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -4519,9 +5071,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockDepth", "start": 0, "type": "Identifier" @@ -4537,9 +5091,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear2d", "start": 0, "type": "Identifier" @@ -4550,6 +5106,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4562,6 +5119,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4571,9 +5129,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileThickness", "start": 0, "type": "Identifier" @@ -4585,6 +5145,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4596,9 +5157,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -4609,6 +5172,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4617,15 +5181,18 @@ description: Result of parsing utility-sink.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4638,6 +5205,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "upperBeltLengthY", "start": 0, "type": "Identifier" @@ -4649,9 +5217,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockDepth", "start": 0, "type": "Identifier" @@ -4661,14 +5231,17 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileThickness", "start": 0, "type": "Identifier" @@ -4682,11 +5255,13 @@ description: Result of parsing utility-sink.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -4699,6 +5274,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "upperBeltBodyY", "start": 0, "type": "Identifier" @@ -4712,6 +5288,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -4722,6 +5299,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4735,9 +5313,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileThickness", "start": 0, "type": "Identifier" @@ -4749,6 +5329,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4759,9 +5340,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -4772,6 +5355,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4779,9 +5363,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "upperBeltPlane", "start": 0, "type": "Identifier" @@ -4799,6 +5385,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4807,9 +5394,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "upperBeltLengthY", "start": 0, "type": "Identifier" @@ -4825,9 +5414,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -4838,6 +5429,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4850,6 +5442,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4858,9 +5451,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileThickness", "start": 0, "type": "Identifier" @@ -4876,9 +5471,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -4889,6 +5486,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4901,6 +5499,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4910,9 +5509,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "upperBeltLengthY", "start": 0, "type": "Identifier" @@ -4924,6 +5525,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4935,9 +5537,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -4948,6 +5552,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4960,6 +5565,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -4968,13 +5574,16 @@ description: Result of parsing utility-sink.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -4985,25 +5594,30 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -5014,12 +5628,14 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -5027,6 +5643,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5037,9 +5654,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5050,19 +5669,23 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -5073,6 +5696,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5085,6 +5709,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -5095,6 +5720,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -5107,6 +5733,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5118,6 +5745,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5128,6 +5756,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -5135,6 +5764,7 @@ description: Result of parsing utility-sink.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5150,6 +5780,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -5161,9 +5792,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tableWidth", "start": 0, "type": "Identifier" @@ -5173,14 +5806,17 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileThickness", "start": 0, "type": "Identifier" @@ -5200,9 +5836,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear2d", "start": 0, "type": "Identifier" @@ -5213,6 +5851,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5225,6 +5864,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5234,9 +5874,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileThickness", "start": 0, "type": "Identifier" @@ -5248,6 +5890,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5259,9 +5902,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -5272,6 +5917,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5280,12 +5926,14 @@ description: Result of parsing utility-sink.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "7": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -5302,11 +5950,13 @@ description: Result of parsing utility-sink.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5319,18 +5969,22 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tableTopPlane", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -5341,6 +5995,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5351,6 +6006,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -5359,9 +6015,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tableHeight", "start": 0, "type": "Identifier" @@ -5377,9 +6035,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -5390,6 +6050,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5397,9 +6058,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -5411,11 +6074,13 @@ description: Result of parsing utility-sink.kcl } } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5428,6 +6093,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tableTopBody", "start": 0, "type": "Identifier" @@ -5441,6 +6107,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -5451,6 +6118,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5463,6 +6131,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5474,6 +6143,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5484,9 +6154,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -5497,6 +6169,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5504,9 +6177,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tableTopPlane", "start": 0, "type": "Identifier" @@ -5524,6 +6199,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5532,9 +6208,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tableDepth", "start": 0, "type": "Identifier" @@ -5550,9 +6228,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -5563,6 +6243,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5575,6 +6256,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5583,9 +6265,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tableWidth", "start": 0, "type": "Identifier" @@ -5601,9 +6285,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -5614,6 +6300,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5626,6 +6313,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5635,9 +6323,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tableDepth", "start": 0, "type": "Identifier" @@ -5649,6 +6339,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5660,9 +6351,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -5673,6 +6366,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5685,6 +6379,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -5693,13 +6388,16 @@ description: Result of parsing utility-sink.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -5710,25 +6408,30 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -5739,12 +6442,14 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -5752,6 +6457,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5762,9 +6468,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5775,19 +6483,23 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -5798,6 +6510,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5810,6 +6523,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5819,9 +6533,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "metalThickness", "start": 0, "type": "Identifier" @@ -5833,6 +6549,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5844,9 +6561,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -5857,6 +6576,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5865,15 +6585,18 @@ description: Result of parsing utility-sink.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5886,6 +6609,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sinkCount", "start": 0, "type": "Identifier" @@ -5894,9 +6618,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockCount", "start": 0, "type": "Identifier" @@ -5906,11 +6632,13 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5923,6 +6651,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sinkWidth", "start": 0, "type": "Identifier" @@ -5934,9 +6663,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockWidth", "start": 0, "type": "Identifier" @@ -5946,10 +6677,12 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5963,11 +6696,13 @@ description: Result of parsing utility-sink.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5980,6 +6715,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sinkLength", "start": 0, "type": "Identifier" @@ -5991,9 +6727,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tableDepth", "start": 0, "type": "Identifier" @@ -6003,10 +6741,12 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "150", "start": 0, "type": "Literal", @@ -6020,11 +6760,13 @@ description: Result of parsing utility-sink.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6037,6 +6779,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sinkDepth", "start": 0, "type": "Identifier" @@ -6044,6 +6787,7 @@ description: Result of parsing utility-sink.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "200", "start": 0, "type": "Literal", @@ -6053,11 +6797,13 @@ description: Result of parsing utility-sink.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6070,6 +6816,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sinkOffsetFront", "start": 0, "type": "Identifier" @@ -6077,6 +6824,7 @@ description: Result of parsing utility-sink.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "40", "start": 0, "type": "Literal", @@ -6086,11 +6834,13 @@ description: Result of parsing utility-sink.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6103,6 +6853,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sinkOffsetLeft", "start": 0, "type": "Identifier" @@ -6117,9 +6868,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockWidth", "start": 0, "type": "Identifier" @@ -6129,14 +6882,17 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sinkWidth", "start": 0, "type": "Identifier" @@ -6150,10 +6906,12 @@ description: Result of parsing utility-sink.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -6167,11 +6925,13 @@ description: Result of parsing utility-sink.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6184,6 +6944,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sinkSpacing", "start": 0, "type": "Identifier" @@ -6198,9 +6959,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tableWidth", "start": 0, "type": "Identifier" @@ -6210,14 +6973,17 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sinkWidth", "start": 0, "type": "Identifier" @@ -6231,6 +6997,7 @@ description: Result of parsing utility-sink.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -6239,9 +7006,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sinkOffsetLeft", "start": 0, "type": "Identifier" @@ -6251,10 +7020,12 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -6272,11 +7043,13 @@ description: Result of parsing utility-sink.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6289,6 +7062,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sinkPlaneOutside", "start": 0, "type": "Identifier" @@ -6300,6 +7074,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -6308,9 +7083,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "START", "start": 0, "type": "Identifier" @@ -6326,9 +7103,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -6339,6 +7118,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6346,9 +7126,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tableTopBody", "start": 0, "type": "Identifier" @@ -6359,11 +7141,13 @@ description: Result of parsing utility-sink.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6376,6 +7160,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sinkBodyOutside", "start": 0, "type": "Identifier" @@ -6389,6 +7174,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -6401,9 +7187,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sinkOffsetLeft", "start": 0, "type": "Identifier" @@ -6415,6 +7203,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6424,9 +7213,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sinkOffsetFront", "start": 0, "type": "Identifier" @@ -6438,6 +7229,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6448,9 +7240,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -6461,6 +7255,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6468,9 +7263,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sinkPlaneOutside", "start": 0, "type": "Identifier" @@ -6488,6 +7285,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -6496,9 +7294,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sinkLength", "start": 0, "type": "Identifier" @@ -6514,9 +7314,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -6527,6 +7329,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6539,6 +7342,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -6548,9 +7352,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sinkWidth", "start": 0, "type": "Identifier" @@ -6562,6 +7368,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6573,9 +7380,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -6586,6 +7395,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6598,6 +7408,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -6607,9 +7418,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sinkLength", "start": 0, "type": "Identifier" @@ -6621,6 +7434,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6632,9 +7446,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -6645,6 +7461,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6657,6 +7474,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -6665,13 +7483,16 @@ description: Result of parsing utility-sink.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -6682,25 +7503,30 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -6711,12 +7537,14 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -6724,6 +7552,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6734,9 +7563,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -6747,19 +7578,23 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -6770,6 +7605,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6782,6 +7618,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -6793,6 +7630,7 @@ description: Result of parsing utility-sink.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -6804,6 +7642,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6812,6 +7651,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6823,6 +7663,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6833,6 +7674,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -6841,9 +7683,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sinkCount", "start": 0, "type": "Identifier" @@ -6859,6 +7703,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -6867,9 +7712,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sinkSpacing", "start": 0, "type": "Identifier" @@ -6885,9 +7732,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear2d", "start": 0, "type": "Identifier" @@ -6898,6 +7747,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6910,6 +7760,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -6918,9 +7769,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sinkDepth", "start": 0, "type": "Identifier" @@ -6936,9 +7789,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -6949,6 +7804,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6957,15 +7813,18 @@ description: Result of parsing utility-sink.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6978,6 +7837,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sinkPlaneInside", "start": 0, "type": "Identifier" @@ -6989,6 +7849,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -6997,9 +7858,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "END", "start": 0, "type": "Identifier" @@ -7015,9 +7878,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -7028,6 +7893,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7035,9 +7901,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tableTopBody", "start": 0, "type": "Identifier" @@ -7048,11 +7916,13 @@ description: Result of parsing utility-sink.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -7065,6 +7935,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sinkBodyInside", "start": 0, "type": "Identifier" @@ -7078,6 +7949,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -7092,9 +7964,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sinkOffsetLeft", "start": 0, "type": "Identifier" @@ -7104,14 +7978,17 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "metalThickness", "start": 0, "type": "Identifier" @@ -7132,9 +8009,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sinkOffsetFront", "start": 0, "type": "Identifier" @@ -7144,14 +8023,17 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "metalThickness", "start": 0, "type": "Identifier" @@ -7167,6 +8049,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7177,9 +8060,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -7190,6 +8075,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7197,9 +8083,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sinkPlaneInside", "start": 0, "type": "Identifier" @@ -7217,6 +8105,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -7228,9 +8117,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sinkLength", "start": 0, "type": "Identifier" @@ -7240,6 +8131,7 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -7248,9 +8140,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "metalThickness", "start": 0, "type": "Identifier" @@ -7260,10 +8154,12 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -7287,9 +8183,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -7300,6 +8198,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7312,6 +8211,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -7323,9 +8223,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sinkWidth", "start": 0, "type": "Identifier" @@ -7335,6 +8237,7 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -7343,9 +8246,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "metalThickness", "start": 0, "type": "Identifier" @@ -7355,10 +8260,12 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -7382,9 +8289,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -7395,6 +8304,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7407,6 +8317,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -7419,9 +8330,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sinkLength", "start": 0, "type": "Identifier" @@ -7433,11 +8346,13 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -7446,9 +8361,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "metalThickness", "start": 0, "type": "Identifier" @@ -7458,10 +8375,12 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -7485,9 +8404,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -7498,6 +8419,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7510,6 +8432,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -7518,13 +8441,16 @@ description: Result of parsing utility-sink.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -7535,25 +8461,30 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -7564,12 +8495,14 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -7577,6 +8510,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7587,9 +8521,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -7600,19 +8536,23 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -7623,6 +8563,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7635,6 +8576,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -7645,6 +8587,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -7657,6 +8600,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -7668,6 +8612,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7678,6 +8623,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -7686,9 +8632,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sinkCount", "start": 0, "type": "Identifier" @@ -7704,6 +8652,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -7712,9 +8661,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sinkSpacing", "start": 0, "type": "Identifier" @@ -7730,9 +8681,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear2d", "start": 0, "type": "Identifier" @@ -7743,6 +8696,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7755,6 +8709,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -7764,9 +8719,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sinkDepth", "start": 0, "type": "Identifier" @@ -7778,6 +8735,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7789,9 +8747,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -7802,6 +8762,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7810,12 +8771,14 @@ description: Result of parsing utility-sink.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "7": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -7832,11 +8795,13 @@ description: Result of parsing utility-sink.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -7849,6 +8814,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tapPlate", "start": 0, "type": "Identifier" @@ -7856,13 +8822,16 @@ description: Result of parsing utility-sink.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -7873,6 +8842,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7883,6 +8853,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -7891,9 +8862,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tableHeight", "start": 0, "type": "Identifier" @@ -7909,9 +8882,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -7922,6 +8897,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7929,9 +8905,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -7950,6 +8928,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -7964,9 +8943,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockWidth", "start": 0, "type": "Identifier" @@ -7976,10 +8957,12 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -8000,9 +8983,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tableDepth", "start": 0, "type": "Identifier" @@ -8012,10 +8997,12 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "55", "start": 0, "type": "Literal", @@ -8031,6 +9018,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8041,6 +9029,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -8048,6 +9037,7 @@ description: Result of parsing utility-sink.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "40", "start": 0, "type": "Literal", @@ -8063,9 +9053,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -8076,12 +9068,14 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -8094,6 +9088,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -8104,6 +9099,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -8116,6 +9112,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -8127,6 +9124,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8137,6 +9135,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -8145,9 +9144,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sinkCount", "start": 0, "type": "Identifier" @@ -8163,6 +9164,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -8171,9 +9173,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sinkSpacing", "start": 0, "type": "Identifier" @@ -8189,9 +9193,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear2d", "start": 0, "type": "Identifier" @@ -8202,6 +9208,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8214,6 +9221,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -8221,6 +9229,7 @@ description: Result of parsing utility-sink.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -8236,9 +9245,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -8249,6 +9260,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8257,15 +9269,18 @@ description: Result of parsing utility-sink.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -8278,6 +9293,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tapPillar", "start": 0, "type": "Identifier" @@ -8285,13 +9301,16 @@ description: Result of parsing utility-sink.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -8302,6 +9321,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8312,6 +9332,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -8320,9 +9341,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tableHeight", "start": 0, "type": "Identifier" @@ -8338,9 +9361,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -8351,6 +9376,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8358,9 +9384,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -8379,6 +9407,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -8393,9 +9422,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockWidth", "start": 0, "type": "Identifier" @@ -8405,10 +9436,12 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -8429,9 +9462,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tableDepth", "start": 0, "type": "Identifier" @@ -8441,10 +9476,12 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "55", "start": 0, "type": "Literal", @@ -8460,6 +9497,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8470,6 +9508,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -8477,6 +9516,7 @@ description: Result of parsing utility-sink.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15", "start": 0, "type": "Literal", @@ -8492,9 +9532,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -8505,12 +9547,14 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -8523,6 +9567,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -8533,6 +9578,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -8545,6 +9591,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -8556,6 +9603,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8566,6 +9614,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -8574,9 +9623,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sinkCount", "start": 0, "type": "Identifier" @@ -8592,6 +9643,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -8600,9 +9652,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sinkSpacing", "start": 0, "type": "Identifier" @@ -8618,9 +9672,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear2d", "start": 0, "type": "Identifier" @@ -8631,6 +9687,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8643,6 +9700,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -8650,6 +9708,7 @@ description: Result of parsing utility-sink.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "170", "start": 0, "type": "Literal", @@ -8665,9 +9724,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -8678,6 +9739,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8686,15 +9748,18 @@ description: Result of parsing utility-sink.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -8707,6 +9772,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tapNose", "start": 0, "type": "Identifier" @@ -8714,13 +9780,16 @@ description: Result of parsing utility-sink.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -8731,6 +9800,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8741,6 +9811,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -8751,6 +9822,7 @@ description: Result of parsing utility-sink.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "55", "start": 0, "type": "Literal", @@ -8760,14 +9832,17 @@ description: Result of parsing utility-sink.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tableDepth", "start": 0, "type": "Identifier" @@ -8787,9 +9862,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -8800,6 +9877,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8807,9 +9885,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -8828,6 +9908,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -8842,9 +9923,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockWidth", "start": 0, "type": "Identifier" @@ -8854,10 +9937,12 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -8878,9 +9963,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tableHeight", "start": 0, "type": "Identifier" @@ -8890,10 +9977,12 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "100", "start": 0, "type": "Literal", @@ -8909,6 +9998,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8919,6 +10009,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -8926,6 +10017,7 @@ description: Result of parsing utility-sink.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -8941,9 +10033,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -8954,12 +10048,14 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -8972,6 +10068,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -8982,6 +10079,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -8994,6 +10092,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -9005,6 +10104,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9015,6 +10115,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -9023,9 +10124,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sinkCount", "start": 0, "type": "Identifier" @@ -9041,6 +10144,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -9049,9 +10153,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sinkSpacing", "start": 0, "type": "Identifier" @@ -9067,9 +10173,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear2d", "start": 0, "type": "Identifier" @@ -9080,6 +10188,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9092,6 +10201,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -9103,9 +10213,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sinkWidth", "start": 0, "type": "Identifier" @@ -9115,10 +10227,12 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.5", "start": 0, "type": "Literal", @@ -9138,9 +10252,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -9151,6 +10267,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9159,15 +10276,18 @@ description: Result of parsing utility-sink.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -9180,6 +10300,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tapHandle", "start": 0, "type": "Identifier" @@ -9187,13 +10308,16 @@ description: Result of parsing utility-sink.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -9204,6 +10328,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9214,6 +10339,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -9224,6 +10350,7 @@ description: Result of parsing utility-sink.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "55", "start": 0, "type": "Literal", @@ -9233,14 +10360,17 @@ description: Result of parsing utility-sink.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tableDepth", "start": 0, "type": "Identifier" @@ -9260,9 +10390,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -9273,6 +10405,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9280,9 +10413,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -9301,6 +10436,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -9315,9 +10451,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockWidth", "start": 0, "type": "Identifier" @@ -9327,10 +10465,12 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -9351,9 +10491,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tableHeight", "start": 0, "type": "Identifier" @@ -9363,10 +10505,12 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "150", "start": 0, "type": "Literal", @@ -9382,6 +10526,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9392,6 +10537,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -9399,6 +10545,7 @@ description: Result of parsing utility-sink.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -9414,9 +10561,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -9427,12 +10576,14 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -9445,6 +10596,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -9455,6 +10607,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -9467,6 +10620,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -9478,6 +10632,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9488,6 +10643,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -9496,9 +10652,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sinkCount", "start": 0, "type": "Identifier" @@ -9514,6 +10672,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -9522,9 +10681,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sinkSpacing", "start": 0, "type": "Identifier" @@ -9540,9 +10701,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear2d", "start": 0, "type": "Identifier" @@ -9553,6 +10716,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9565,6 +10729,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -9572,6 +10737,7 @@ description: Result of parsing utility-sink.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "70", "start": 0, "type": "Literal", @@ -9587,9 +10753,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -9600,6 +10768,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9608,12 +10777,14 @@ description: Result of parsing utility-sink.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "3": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -9630,11 +10801,13 @@ description: Result of parsing utility-sink.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -9647,6 +10820,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "doorGap", "start": 0, "type": "Identifier" @@ -9654,6 +10828,7 @@ description: Result of parsing utility-sink.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -9663,11 +10838,13 @@ description: Result of parsing utility-sink.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -9680,6 +10857,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "doorWidth", "start": 0, "type": "Identifier" @@ -9694,9 +10872,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockSubdivisionWidth", "start": 0, "type": "Identifier" @@ -9706,14 +10886,17 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileThickness", "start": 0, "type": "Identifier" @@ -9727,6 +10910,7 @@ description: Result of parsing utility-sink.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -9735,9 +10919,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "doorGap", "start": 0, "type": "Identifier" @@ -9747,10 +10933,12 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -9768,11 +10956,13 @@ description: Result of parsing utility-sink.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -9785,6 +10975,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "doorStart", "start": 0, "type": "Identifier" @@ -9796,9 +10987,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileThickness", "start": 0, "type": "Identifier" @@ -9808,14 +11001,17 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "doorGap", "start": 0, "type": "Identifier" @@ -9829,11 +11025,13 @@ description: Result of parsing utility-sink.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -9846,6 +11044,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "doorHeightAboveTheFloor", "start": 0, "type": "Identifier" @@ -9857,9 +11056,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pillarHeightAboveTheFloor", "start": 0, "type": "Identifier" @@ -9869,14 +11070,17 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "doorGap", "start": 0, "type": "Identifier" @@ -9890,11 +11094,13 @@ description: Result of parsing utility-sink.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -9907,6 +11113,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "doorHeight", "start": 0, "type": "Identifier" @@ -9924,9 +11131,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockHeight", "start": 0, "type": "Identifier" @@ -9936,14 +11145,17 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "doorHeightAboveTheFloor", "start": 0, "type": "Identifier" @@ -9957,14 +11169,17 @@ description: Result of parsing utility-sink.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileThickness", "start": 0, "type": "Identifier" @@ -9978,14 +11193,17 @@ description: Result of parsing utility-sink.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "doorGap", "start": 0, "type": "Identifier" @@ -9999,11 +11217,13 @@ description: Result of parsing utility-sink.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -10016,6 +11236,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "doorCount", "start": 0, "type": "Identifier" @@ -10027,9 +11248,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockCount", "start": 0, "type": "Identifier" @@ -10039,14 +11262,17 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockSubdivisionCount", "start": 0, "type": "Identifier" @@ -10060,11 +11286,13 @@ description: Result of parsing utility-sink.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -10077,18 +11305,22 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "doorPlane", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -10099,6 +11331,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10109,6 +11342,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -10117,9 +11351,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "doorHeightAboveTheFloor", "start": 0, "type": "Identifier" @@ -10135,9 +11371,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -10148,6 +11386,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10155,9 +11394,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -10169,11 +11410,13 @@ description: Result of parsing utility-sink.kcl } } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -10186,6 +11429,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "doorBody", "start": 0, "type": "Identifier" @@ -10199,6 +11443,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -10210,9 +11455,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "doorStart", "start": 0, "type": "Identifier" @@ -10225,6 +11472,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -10236,6 +11484,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -10246,9 +11495,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -10259,6 +11510,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10266,9 +11518,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "doorPlane", "start": 0, "type": "Identifier" @@ -10286,6 +11540,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -10294,9 +11549,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileThickness", "start": 0, "type": "Identifier" @@ -10312,9 +11569,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -10325,6 +11584,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10337,6 +11597,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -10345,9 +11606,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "doorWidth", "start": 0, "type": "Identifier" @@ -10363,9 +11626,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -10376,6 +11641,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10388,6 +11654,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -10397,9 +11664,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileThickness", "start": 0, "type": "Identifier" @@ -10411,6 +11680,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -10422,9 +11692,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -10435,6 +11707,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10447,6 +11720,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -10455,13 +11729,16 @@ description: Result of parsing utility-sink.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -10472,25 +11749,30 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -10501,12 +11783,14 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -10514,6 +11798,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -10524,9 +11809,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -10537,19 +11824,23 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -10560,6 +11851,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10572,6 +11864,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -10582,6 +11875,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -10594,6 +11888,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -10605,6 +11900,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -10615,6 +11911,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -10623,9 +11920,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "doorCount", "start": 0, "type": "Identifier" @@ -10641,6 +11940,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -10649,9 +11949,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockSubdivisionWidth", "start": 0, "type": "Identifier" @@ -10667,9 +11969,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear2d", "start": 0, "type": "Identifier" @@ -10680,6 +11984,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10692,6 +11997,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -10700,9 +12006,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "doorHeight", "start": 0, "type": "Identifier" @@ -10718,9 +12026,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -10731,6 +12041,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10743,6 +12054,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -10750,6 +12062,7 @@ description: Result of parsing utility-sink.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -10765,6 +12078,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -10773,9 +12087,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockDepth", "start": 0, "type": "Identifier" @@ -10791,6 +12107,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -10801,6 +12118,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -10813,6 +12131,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -10825,6 +12144,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -10836,6 +12156,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -10846,9 +12167,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -10859,12 +12182,14 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -10873,12 +12198,14 @@ description: Result of parsing utility-sink.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "8": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -10895,11 +12222,13 @@ description: Result of parsing utility-sink.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -10912,6 +12241,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "panelWidth", "start": 0, "type": "Identifier" @@ -10926,9 +12256,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockDepth", "start": 0, "type": "Identifier" @@ -10938,14 +12270,17 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileThickness", "start": 0, "type": "Identifier" @@ -10959,6 +12294,7 @@ description: Result of parsing utility-sink.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -10967,9 +12303,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "doorGap", "start": 0, "type": "Identifier" @@ -10979,10 +12317,12 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -11000,11 +12340,13 @@ description: Result of parsing utility-sink.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -11017,6 +12359,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "panelCount", "start": 0, "type": "Identifier" @@ -11028,9 +12371,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "doorCount", "start": 0, "type": "Identifier" @@ -11040,10 +12385,12 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -11057,11 +12404,13 @@ description: Result of parsing utility-sink.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -11074,6 +12423,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "panelSpacing", "start": 0, "type": "Identifier" @@ -11085,9 +12435,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tableWidth", "start": 0, "type": "Identifier" @@ -11097,14 +12449,17 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileThickness", "start": 0, "type": "Identifier" @@ -11118,11 +12473,13 @@ description: Result of parsing utility-sink.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -11135,6 +12492,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "panelBody", "start": 0, "type": "Identifier" @@ -11148,6 +12506,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -11158,6 +12517,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -11171,9 +12531,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "doorStart", "start": 0, "type": "Identifier" @@ -11185,6 +12547,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -11195,9 +12558,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -11208,6 +12573,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11215,9 +12581,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "doorPlane", "start": 0, "type": "Identifier" @@ -11235,6 +12603,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -11243,9 +12612,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "panelWidth", "start": 0, "type": "Identifier" @@ -11261,9 +12632,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -11274,6 +12647,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11286,6 +12660,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -11294,9 +12669,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileThickness", "start": 0, "type": "Identifier" @@ -11312,9 +12689,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -11325,6 +12704,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11337,6 +12717,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -11346,9 +12727,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "panelWidth", "start": 0, "type": "Identifier" @@ -11360,6 +12743,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -11371,9 +12755,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -11384,6 +12770,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11396,6 +12783,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -11404,13 +12792,16 @@ description: Result of parsing utility-sink.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -11421,25 +12812,30 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -11450,12 +12846,14 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -11463,6 +12861,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -11473,9 +12872,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -11486,19 +12887,23 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -11509,6 +12914,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11521,6 +12927,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -11531,6 +12938,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -11543,6 +12951,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -11554,6 +12963,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -11564,6 +12974,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -11571,6 +12982,7 @@ description: Result of parsing utility-sink.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -11586,6 +12998,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -11594,9 +13007,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "panelSpacing", "start": 0, "type": "Identifier" @@ -11612,9 +13027,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear2d", "start": 0, "type": "Identifier" @@ -11625,6 +13042,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11637,6 +13055,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -11645,9 +13064,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "doorHeight", "start": 0, "type": "Identifier" @@ -11663,9 +13084,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -11676,6 +13099,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11684,12 +13108,14 @@ description: Result of parsing utility-sink.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "7": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -11706,11 +13132,13 @@ description: Result of parsing utility-sink.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -11723,6 +13151,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleDepth", "start": 0, "type": "Identifier" @@ -11730,6 +13159,7 @@ description: Result of parsing utility-sink.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "40", "start": 0, "type": "Literal", @@ -11739,11 +13169,13 @@ description: Result of parsing utility-sink.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -11756,6 +13188,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleWidth", "start": 0, "type": "Identifier" @@ -11763,6 +13196,7 @@ description: Result of parsing utility-sink.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "120", "start": 0, "type": "Literal", @@ -11772,11 +13206,13 @@ description: Result of parsing utility-sink.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -11789,6 +13225,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleFillet", "start": 0, "type": "Identifier" @@ -11796,6 +13233,7 @@ description: Result of parsing utility-sink.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -11805,11 +13243,13 @@ description: Result of parsing utility-sink.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -11822,6 +13262,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleHeightAboveTheFloor", "start": 0, "type": "Identifier" @@ -11829,6 +13270,7 @@ description: Result of parsing utility-sink.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "780", "start": 0, "type": "Literal", @@ -11838,11 +13280,13 @@ description: Result of parsing utility-sink.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -11855,6 +13299,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleOffset", "start": 0, "type": "Identifier" @@ -11869,9 +13314,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "doorStart", "start": 0, "type": "Identifier" @@ -11881,6 +13328,7 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -11889,9 +13337,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "doorWidth", "start": 0, "type": "Identifier" @@ -11901,10 +13351,12 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -11922,6 +13374,7 @@ description: Result of parsing utility-sink.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -11930,9 +13383,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleWidth", "start": 0, "type": "Identifier" @@ -11942,10 +13397,12 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -11963,11 +13420,13 @@ description: Result of parsing utility-sink.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -11980,6 +13439,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleLengthSegmentA", "start": 0, "type": "Identifier" @@ -11991,9 +13451,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleDepth", "start": 0, "type": "Identifier" @@ -12003,14 +13465,17 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleFillet", "start": 0, "type": "Identifier" @@ -12024,11 +13489,13 @@ description: Result of parsing utility-sink.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -12041,6 +13508,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleLengthSegmentB", "start": 0, "type": "Identifier" @@ -12052,9 +13520,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleWidth", "start": 0, "type": "Identifier" @@ -12064,6 +13534,7 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -12072,9 +13543,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleFillet", "start": 0, "type": "Identifier" @@ -12084,10 +13557,12 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -12105,11 +13580,13 @@ description: Result of parsing utility-sink.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -12122,18 +13599,22 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handlePlane", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -12144,6 +13625,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -12154,6 +13636,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -12162,9 +13645,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleHeightAboveTheFloor", "start": 0, "type": "Identifier" @@ -12180,9 +13665,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -12193,6 +13680,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -12200,9 +13688,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -12214,11 +13704,13 @@ description: Result of parsing utility-sink.kcl } } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -12231,6 +13723,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleProfilePath", "start": 0, "type": "Identifier" @@ -12244,6 +13737,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -12257,6 +13751,7 @@ description: Result of parsing utility-sink.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -12266,14 +13761,17 @@ description: Result of parsing utility-sink.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleOffset", "start": 0, "type": "Identifier" @@ -12290,6 +13788,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -12301,6 +13800,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -12311,9 +13811,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -12324,6 +13826,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -12331,9 +13834,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handlePlane", "start": 0, "type": "Identifier" @@ -12351,6 +13856,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -12360,9 +13866,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleLengthSegmentA", "start": 0, "type": "Identifier" @@ -12374,6 +13882,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -12385,9 +13894,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -12398,6 +13909,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -12410,6 +13922,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -12424,9 +13937,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleFillet", "start": 0, "type": "Identifier" @@ -12436,14 +13951,17 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleOffset", "start": 0, "type": "Identifier" @@ -12462,9 +13980,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleDepth", "start": 0, "type": "Identifier" @@ -12476,6 +13996,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -12483,6 +14004,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -12493,9 +14015,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -12506,6 +14030,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -12518,6 +14043,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -12526,9 +14052,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleLengthSegmentB", "start": 0, "type": "Identifier" @@ -12544,9 +14072,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -12557,6 +14087,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -12569,6 +14100,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -12583,9 +14115,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleOffset", "start": 0, "type": "Identifier" @@ -12595,14 +14129,17 @@ description: Result of parsing utility-sink.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleWidth", "start": 0, "type": "Identifier" @@ -12621,9 +14158,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleLengthSegmentA", "start": 0, "type": "Identifier" @@ -12635,6 +14174,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -12642,6 +14182,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -12652,9 +14193,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -12665,6 +14208,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -12677,6 +14221,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -12685,9 +14230,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleLengthSegmentA", "start": 0, "type": "Identifier" @@ -12703,9 +14250,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -12716,6 +14265,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -12724,15 +14274,18 @@ description: Result of parsing utility-sink.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -12745,18 +14298,22 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleSectionPlane", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -12767,6 +14324,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -12774,9 +14332,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -12787,11 +14347,13 @@ description: Result of parsing utility-sink.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -12804,6 +14366,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleProfileSection", "start": 0, "type": "Identifier" @@ -12815,6 +14378,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -12826,9 +14390,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleOffset", "start": 0, "type": "Identifier" @@ -12842,9 +14408,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleHeightAboveTheFloor", "start": 0, "type": "Identifier" @@ -12856,6 +14424,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -12866,6 +14435,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -12873,6 +14443,7 @@ description: Result of parsing utility-sink.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -12888,9 +14459,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -12901,6 +14474,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -12908,9 +14482,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleSectionPlane", "start": 0, "type": "Identifier" @@ -12921,11 +14497,13 @@ description: Result of parsing utility-sink.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -12938,6 +14516,7 @@ description: Result of parsing utility-sink.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleBody", "start": 0, "type": "Identifier" @@ -12951,6 +14530,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "path", "start": 0, "type": "Identifier" @@ -12959,9 +14539,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleProfilePath", "start": 0, "type": "Identifier" @@ -12977,9 +14559,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sweep", "start": 0, "type": "Identifier" @@ -12990,6 +14574,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -12997,9 +14582,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "handleProfileSection", "start": 0, "type": "Identifier" @@ -13017,6 +14604,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -13027,6 +14615,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -13039,6 +14628,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -13051,6 +14641,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -13062,6 +14653,7 @@ description: Result of parsing utility-sink.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -13072,6 +14664,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -13080,9 +14673,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "doorCount", "start": 0, "type": "Identifier" @@ -13098,6 +14693,7 @@ description: Result of parsing utility-sink.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -13106,9 +14702,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "blockSubdivisionWidth", "start": 0, "type": "Identifier" @@ -13124,9 +14722,11 @@ description: Result of parsing utility-sink.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -13137,6 +14737,7 @@ description: Result of parsing utility-sink.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -13145,15 +14746,18 @@ description: Result of parsing utility-sink.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -13165,9 +14769,11 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -13186,19 +14792,23 @@ description: Result of parsing utility-sink.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -13215,15 +14825,18 @@ description: Result of parsing utility-sink.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -13239,12 +14852,14 @@ description: Result of parsing utility-sink.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -13256,6 +14871,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -13267,6 +14883,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -13278,6 +14895,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -13289,6 +14907,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -13300,6 +14919,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -13311,6 +14931,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -13322,6 +14943,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -13333,6 +14955,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -13344,6 +14967,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -13355,6 +14979,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -13366,6 +14991,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -13377,6 +15003,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -13388,6 +15015,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -13399,6 +15027,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -13411,6 +15040,7 @@ description: Result of parsing utility-sink.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/walkie-talkie/ast.snap b/rust/kcl-lib/tests/kcl_samples/walkie-talkie/ast.snap index 6acfbde77..c986e2606 100644 --- a/rust/kcl-lib/tests/kcl_samples/walkie-talkie/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/walkie-talkie/ast.snap @@ -8,6 +8,7 @@ description: Result of parsing walkie-talkie.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "parameters.kcl" @@ -18,6 +19,7 @@ description: Result of parsing walkie-talkie.kcl "selector": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "Glob" }, @@ -28,6 +30,7 @@ description: Result of parsing walkie-talkie.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "body.kcl" @@ -42,6 +45,7 @@ description: Result of parsing walkie-talkie.kcl "alias": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "body", "start": 0, "type": "Identifier" @@ -54,6 +58,7 @@ description: Result of parsing walkie-talkie.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "case.kcl" @@ -63,6 +68,7 @@ description: Result of parsing walkie-talkie.kcl "alias": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "case", "start": 0, "type": "Identifier" @@ -75,6 +81,7 @@ description: Result of parsing walkie-talkie.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "antenna.kcl" @@ -84,6 +91,7 @@ description: Result of parsing walkie-talkie.kcl "alias": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "antenna", "start": 0, "type": "Identifier" @@ -96,6 +104,7 @@ description: Result of parsing walkie-talkie.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "talk-button.kcl" @@ -105,6 +114,7 @@ description: Result of parsing walkie-talkie.kcl "alias": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "talkButton", "start": 0, "type": "Identifier" @@ -117,6 +127,7 @@ description: Result of parsing walkie-talkie.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "knob.kcl" @@ -126,6 +137,7 @@ description: Result of parsing walkie-talkie.kcl "alias": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "knob", "start": 0, "type": "Identifier" @@ -138,6 +150,7 @@ description: Result of parsing walkie-talkie.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "button.kcl" @@ -149,9 +162,11 @@ description: Result of parsing walkie-talkie.kcl "alias": null, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "button", "start": 0, "type": "Identifier" @@ -172,9 +187,11 @@ description: Result of parsing walkie-talkie.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "body", "start": 0, "type": "Identifier" @@ -184,6 +201,7 @@ description: Result of parsing walkie-talkie.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "preComments": [ "", "", @@ -202,9 +220,11 @@ description: Result of parsing walkie-talkie.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "antenna", "start": 0, "type": "Identifier" @@ -221,6 +241,7 @@ description: Result of parsing walkie-talkie.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -236,9 +257,11 @@ description: Result of parsing walkie-talkie.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -250,15 +273,18 @@ description: Result of parsing walkie-talkie.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -272,10 +298,12 @@ description: Result of parsing walkie-talkie.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".60", "start": 0, "type": "Literal", @@ -295,6 +323,7 @@ description: Result of parsing walkie-talkie.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -303,6 +332,7 @@ description: Result of parsing walkie-talkie.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.20", "start": 0, "type": "Literal", @@ -314,6 +344,7 @@ description: Result of parsing walkie-talkie.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -325,6 +356,7 @@ description: Result of parsing walkie-talkie.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -336,9 +368,11 @@ description: Result of parsing walkie-talkie.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -348,10 +382,12 @@ description: Result of parsing walkie-talkie.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -371,9 +407,11 @@ description: Result of parsing walkie-talkie.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -384,6 +422,7 @@ description: Result of parsing walkie-talkie.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -392,12 +431,14 @@ description: Result of parsing walkie-talkie.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -414,6 +455,7 @@ description: Result of parsing walkie-talkie.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "preComments": [ "", "", @@ -432,9 +474,11 @@ description: Result of parsing walkie-talkie.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "case", "start": 0, "type": "Identifier" @@ -451,6 +495,7 @@ description: Result of parsing walkie-talkie.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -458,6 +503,7 @@ description: Result of parsing walkie-talkie.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -473,6 +519,7 @@ description: Result of parsing walkie-talkie.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -481,6 +528,7 @@ description: Result of parsing walkie-talkie.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -492,6 +540,7 @@ description: Result of parsing walkie-talkie.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -503,6 +552,7 @@ description: Result of parsing walkie-talkie.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -510,6 +560,7 @@ description: Result of parsing walkie-talkie.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -525,9 +576,11 @@ description: Result of parsing walkie-talkie.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -538,6 +591,7 @@ description: Result of parsing walkie-talkie.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -546,12 +600,14 @@ description: Result of parsing walkie-talkie.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -568,6 +624,7 @@ description: Result of parsing walkie-talkie.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -581,9 +638,11 @@ description: Result of parsing walkie-talkie.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "talkButton", "start": 0, "type": "Identifier" @@ -600,6 +659,7 @@ description: Result of parsing walkie-talkie.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -611,9 +671,11 @@ description: Result of parsing walkie-talkie.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -623,10 +685,12 @@ description: Result of parsing walkie-talkie.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -646,6 +710,7 @@ description: Result of parsing walkie-talkie.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -658,9 +723,11 @@ description: Result of parsing walkie-talkie.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -672,15 +739,18 @@ description: Result of parsing walkie-talkie.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -700,6 +770,7 @@ description: Result of parsing walkie-talkie.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -707,6 +778,7 @@ description: Result of parsing walkie-talkie.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".5", "start": 0, "type": "Literal", @@ -722,9 +794,11 @@ description: Result of parsing walkie-talkie.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -735,6 +809,7 @@ description: Result of parsing walkie-talkie.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -743,12 +818,14 @@ description: Result of parsing walkie-talkie.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -765,6 +842,7 @@ description: Result of parsing walkie-talkie.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -778,9 +856,11 @@ description: Result of parsing walkie-talkie.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "knob", "start": 0, "type": "Identifier" @@ -797,6 +877,7 @@ description: Result of parsing walkie-talkie.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -811,9 +892,11 @@ description: Result of parsing walkie-talkie.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -823,10 +906,12 @@ description: Result of parsing walkie-talkie.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -840,10 +925,12 @@ description: Result of parsing walkie-talkie.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.70", "start": 0, "type": "Literal", @@ -863,6 +950,7 @@ description: Result of parsing walkie-talkie.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -875,9 +963,11 @@ description: Result of parsing walkie-talkie.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -889,15 +979,18 @@ description: Result of parsing walkie-talkie.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -917,6 +1010,7 @@ description: Result of parsing walkie-talkie.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -928,9 +1022,11 @@ description: Result of parsing walkie-talkie.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -940,10 +1036,12 @@ description: Result of parsing walkie-talkie.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -963,9 +1061,11 @@ description: Result of parsing walkie-talkie.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -976,6 +1076,7 @@ description: Result of parsing walkie-talkie.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -984,12 +1085,14 @@ description: Result of parsing walkie-talkie.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1006,6 +1109,7 @@ description: Result of parsing walkie-talkie.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -1016,13 +1120,16 @@ description: Result of parsing walkie-talkie.kcl "expression": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "button", "start": 0, "type": "Identifier" @@ -1033,6 +1140,7 @@ description: Result of parsing walkie-talkie.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1045,6 +1153,7 @@ description: Result of parsing walkie-talkie.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -1060,9 +1169,11 @@ description: Result of parsing walkie-talkie.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "screenWidth", "start": 0, "type": "Identifier" @@ -1072,10 +1183,12 @@ description: Result of parsing walkie-talkie.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1089,14 +1202,17 @@ description: Result of parsing walkie-talkie.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tolerance", "start": 0, "type": "Identifier" @@ -1112,6 +1228,7 @@ description: Result of parsing walkie-talkie.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1123,6 +1240,7 @@ description: Result of parsing walkie-talkie.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -1131,6 +1249,7 @@ description: Result of parsing walkie-talkie.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1142,6 +1261,7 @@ description: Result of parsing walkie-talkie.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1153,6 +1273,7 @@ description: Result of parsing walkie-talkie.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -1161,9 +1282,11 @@ description: Result of parsing walkie-talkie.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "screenYPosition", "start": 0, "type": "Identifier" @@ -1179,9 +1302,11 @@ description: Result of parsing walkie-talkie.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -1192,6 +1317,7 @@ description: Result of parsing walkie-talkie.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1200,10 +1326,12 @@ description: Result of parsing walkie-talkie.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -1214,13 +1342,16 @@ description: Result of parsing walkie-talkie.kcl "expression": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "button", "start": 0, "type": "Identifier" @@ -1231,6 +1362,7 @@ description: Result of parsing walkie-talkie.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1243,6 +1375,7 @@ description: Result of parsing walkie-talkie.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -1258,9 +1391,11 @@ description: Result of parsing walkie-talkie.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "screenWidth", "start": 0, "type": "Identifier" @@ -1270,10 +1405,12 @@ description: Result of parsing walkie-talkie.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1287,14 +1424,17 @@ description: Result of parsing walkie-talkie.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tolerance", "start": 0, "type": "Identifier" @@ -1310,6 +1450,7 @@ description: Result of parsing walkie-talkie.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1321,6 +1462,7 @@ description: Result of parsing walkie-talkie.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -1329,6 +1471,7 @@ description: Result of parsing walkie-talkie.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1340,6 +1483,7 @@ description: Result of parsing walkie-talkie.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1351,6 +1495,7 @@ description: Result of parsing walkie-talkie.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -1365,9 +1510,11 @@ description: Result of parsing walkie-talkie.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "screenYPosition", "start": 0, "type": "Identifier" @@ -1377,14 +1524,17 @@ description: Result of parsing walkie-talkie.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "buttonHeight", "start": 0, "type": "Identifier" @@ -1398,6 +1548,7 @@ description: Result of parsing walkie-talkie.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -1406,9 +1557,11 @@ description: Result of parsing walkie-talkie.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tolerance", "start": 0, "type": "Identifier" @@ -1418,10 +1571,12 @@ description: Result of parsing walkie-talkie.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1445,9 +1600,11 @@ description: Result of parsing walkie-talkie.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -1458,6 +1615,7 @@ description: Result of parsing walkie-talkie.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1466,10 +1624,12 @@ description: Result of parsing walkie-talkie.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -1480,13 +1640,16 @@ description: Result of parsing walkie-talkie.kcl "expression": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "button", "start": 0, "type": "Identifier" @@ -1497,6 +1660,7 @@ description: Result of parsing walkie-talkie.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1509,6 +1673,7 @@ description: Result of parsing walkie-talkie.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "roll", "start": 0, "type": "Identifier" @@ -1516,6 +1681,7 @@ description: Result of parsing walkie-talkie.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1531,6 +1697,7 @@ description: Result of parsing walkie-talkie.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitch", "start": 0, "type": "Identifier" @@ -1538,6 +1705,7 @@ description: Result of parsing walkie-talkie.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -1553,6 +1721,7 @@ description: Result of parsing walkie-talkie.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yaw", "start": 0, "type": "Identifier" @@ -1560,6 +1729,7 @@ description: Result of parsing walkie-talkie.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1575,9 +1745,11 @@ description: Result of parsing walkie-talkie.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotate", "start": 0, "type": "Identifier" @@ -1588,12 +1760,14 @@ description: Result of parsing walkie-talkie.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1606,6 +1780,7 @@ description: Result of parsing walkie-talkie.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -1620,9 +1795,11 @@ description: Result of parsing walkie-talkie.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "screenWidth", "start": 0, "type": "Identifier" @@ -1632,10 +1809,12 @@ description: Result of parsing walkie-talkie.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1649,14 +1828,17 @@ description: Result of parsing walkie-talkie.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tolerance", "start": 0, "type": "Identifier" @@ -1676,6 +1858,7 @@ description: Result of parsing walkie-talkie.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -1684,6 +1867,7 @@ description: Result of parsing walkie-talkie.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1695,6 +1879,7 @@ description: Result of parsing walkie-talkie.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1706,6 +1891,7 @@ description: Result of parsing walkie-talkie.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -1717,9 +1903,11 @@ description: Result of parsing walkie-talkie.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "screenYPosition", "start": 0, "type": "Identifier" @@ -1729,14 +1917,17 @@ description: Result of parsing walkie-talkie.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "buttonHeight", "start": 0, "type": "Identifier" @@ -1756,6 +1947,7 @@ description: Result of parsing walkie-talkie.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "global", "start": 0, "type": "Identifier" @@ -1763,6 +1955,7 @@ description: Result of parsing walkie-talkie.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -1775,9 +1968,11 @@ description: Result of parsing walkie-talkie.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -1788,6 +1983,7 @@ description: Result of parsing walkie-talkie.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1796,10 +1992,12 @@ description: Result of parsing walkie-talkie.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -1810,13 +2008,16 @@ description: Result of parsing walkie-talkie.kcl "expression": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "button", "start": 0, "type": "Identifier" @@ -1827,6 +2028,7 @@ description: Result of parsing walkie-talkie.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1839,6 +2041,7 @@ description: Result of parsing walkie-talkie.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "roll", "start": 0, "type": "Identifier" @@ -1846,6 +2049,7 @@ description: Result of parsing walkie-talkie.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1861,6 +2065,7 @@ description: Result of parsing walkie-talkie.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitch", "start": 0, "type": "Identifier" @@ -1868,6 +2073,7 @@ description: Result of parsing walkie-talkie.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -1883,6 +2089,7 @@ description: Result of parsing walkie-talkie.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yaw", "start": 0, "type": "Identifier" @@ -1890,6 +2097,7 @@ description: Result of parsing walkie-talkie.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1905,9 +2113,11 @@ description: Result of parsing walkie-talkie.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotate", "start": 0, "type": "Identifier" @@ -1918,12 +2128,14 @@ description: Result of parsing walkie-talkie.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1936,6 +2148,7 @@ description: Result of parsing walkie-talkie.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -1950,9 +2163,11 @@ description: Result of parsing walkie-talkie.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "screenWidth", "start": 0, "type": "Identifier" @@ -1962,10 +2177,12 @@ description: Result of parsing walkie-talkie.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1979,14 +2196,17 @@ description: Result of parsing walkie-talkie.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tolerance", "start": 0, "type": "Identifier" @@ -2006,6 +2226,7 @@ description: Result of parsing walkie-talkie.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -2014,6 +2235,7 @@ description: Result of parsing walkie-talkie.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -2025,6 +2247,7 @@ description: Result of parsing walkie-talkie.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2036,6 +2259,7 @@ description: Result of parsing walkie-talkie.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -2050,9 +2274,11 @@ description: Result of parsing walkie-talkie.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "screenYPosition", "start": 0, "type": "Identifier" @@ -2062,6 +2288,7 @@ description: Result of parsing walkie-talkie.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -2070,9 +2297,11 @@ description: Result of parsing walkie-talkie.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "buttonHeight", "start": 0, "type": "Identifier" @@ -2082,10 +2311,12 @@ description: Result of parsing walkie-talkie.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2103,6 +2334,7 @@ description: Result of parsing walkie-talkie.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -2111,9 +2343,11 @@ description: Result of parsing walkie-talkie.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tolerance", "start": 0, "type": "Identifier" @@ -2123,10 +2357,12 @@ description: Result of parsing walkie-talkie.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2150,6 +2386,7 @@ description: Result of parsing walkie-talkie.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "global", "start": 0, "type": "Identifier" @@ -2157,6 +2394,7 @@ description: Result of parsing walkie-talkie.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -2169,9 +2407,11 @@ description: Result of parsing walkie-talkie.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -2182,6 +2422,7 @@ description: Result of parsing walkie-talkie.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2190,10 +2431,12 @@ description: Result of parsing walkie-talkie.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -2205,9 +2448,11 @@ description: Result of parsing walkie-talkie.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -2226,19 +2471,23 @@ description: Result of parsing walkie-talkie.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -2255,15 +2504,18 @@ description: Result of parsing walkie-talkie.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -2279,12 +2531,14 @@ description: Result of parsing walkie-talkie.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": {}, "startNodes": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/washer/ast.snap b/rust/kcl-lib/tests/kcl_samples/washer/ast.snap index 43a2ebc6f..0458451b1 100644 --- a/rust/kcl-lib/tests/kcl_samples/washer/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/washer/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing washer.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "innerDiameter", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing washer.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.203", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing washer.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define parameters" ], @@ -49,6 +53,7 @@ description: Result of parsing washer.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "outerDiameter", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing washer.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.438", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing washer.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing washer.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thicknessMax", "start": 0, "type": "Identifier" @@ -89,6 +98,7 @@ description: Result of parsing washer.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.038", "start": 0, "type": "Literal", @@ -98,11 +108,13 @@ description: Result of parsing washer.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -115,6 +127,7 @@ description: Result of parsing washer.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thicknessNom", "start": 0, "type": "Identifier" @@ -122,6 +135,7 @@ description: Result of parsing washer.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.032", "start": 0, "type": "Literal", @@ -131,11 +145,13 @@ description: Result of parsing washer.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -148,6 +164,7 @@ description: Result of parsing washer.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thicknessMin", "start": 0, "type": "Identifier" @@ -155,6 +172,7 @@ description: Result of parsing washer.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.024", "start": 0, "type": "Literal", @@ -164,11 +182,13 @@ description: Result of parsing washer.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -181,6 +201,7 @@ description: Result of parsing washer.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "washerSketch", "start": 0, "type": "Identifier" @@ -188,13 +209,16 @@ description: Result of parsing washer.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -205,6 +229,7 @@ description: Result of parsing washer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -212,9 +237,11 @@ description: Result of parsing washer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -232,6 +259,7 @@ description: Result of parsing washer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -242,6 +270,7 @@ description: Result of parsing washer.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -254,6 +283,7 @@ description: Result of parsing washer.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -265,6 +295,7 @@ description: Result of parsing washer.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -275,6 +306,7 @@ description: Result of parsing washer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -286,9 +318,11 @@ description: Result of parsing washer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "outerDiameter", "start": 0, "type": "Identifier" @@ -298,10 +332,12 @@ description: Result of parsing washer.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -321,9 +357,11 @@ description: Result of parsing washer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -334,6 +372,7 @@ description: Result of parsing washer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -346,6 +385,7 @@ description: Result of parsing washer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -357,6 +397,7 @@ description: Result of parsing washer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -367,6 +408,7 @@ description: Result of parsing washer.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -379,6 +421,7 @@ description: Result of parsing washer.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -390,6 +433,7 @@ description: Result of parsing washer.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -400,6 +444,7 @@ description: Result of parsing washer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -411,9 +456,11 @@ description: Result of parsing washer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "innerDiameter", "start": 0, "type": "Identifier" @@ -423,10 +470,12 @@ description: Result of parsing washer.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -446,9 +495,11 @@ description: Result of parsing washer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -459,6 +510,7 @@ description: Result of parsing washer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -470,9 +522,11 @@ description: Result of parsing washer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -483,6 +537,7 @@ description: Result of parsing washer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -491,15 +546,18 @@ description: Result of parsing washer.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -517,6 +575,7 @@ description: Result of parsing washer.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "washer", "start": 0, "type": "Identifier" @@ -528,6 +587,7 @@ description: Result of parsing washer.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -536,9 +596,11 @@ description: Result of parsing washer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thicknessNom", "start": 0, "type": "Identifier" @@ -554,9 +616,11 @@ description: Result of parsing washer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -567,6 +631,7 @@ description: Result of parsing washer.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -574,9 +639,11 @@ description: Result of parsing washer.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "washerSketch", "start": 0, "type": "Identifier" @@ -587,11 +654,13 @@ description: Result of parsing washer.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -603,9 +672,11 @@ description: Result of parsing washer.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -624,19 +695,23 @@ description: Result of parsing washer.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -653,15 +728,18 @@ description: Result of parsing washer.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kclVersion", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -677,12 +755,14 @@ description: Result of parsing washer.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "5": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -695,6 +775,7 @@ description: Result of parsing washer.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/wing-spar/ast.snap b/rust/kcl-lib/tests/kcl_samples/wing-spar/ast.snap index 97b202cc0..bed406532 100644 --- a/rust/kcl-lib/tests/kcl_samples/wing-spar/ast.snap +++ b/rust/kcl-lib/tests/kcl_samples/wing-spar/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing wing-spar.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "chordLength", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing wing-spar.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "355", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing wing-spar.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define parameters" ], @@ -49,6 +53,7 @@ description: Result of parsing wing-spar.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rearSpar", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing wing-spar.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "205", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing wing-spar.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing wing-spar.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "frontSpar", "start": 0, "type": "Identifier" @@ -89,6 +98,7 @@ description: Result of parsing wing-spar.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "33", "start": 0, "type": "Literal", @@ -98,11 +108,13 @@ description: Result of parsing wing-spar.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -115,6 +127,7 @@ description: Result of parsing wing-spar.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "upperCamber", "start": 0, "type": "Identifier" @@ -122,6 +135,7 @@ description: Result of parsing wing-spar.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -131,11 +145,13 @@ description: Result of parsing wing-spar.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -148,6 +164,7 @@ description: Result of parsing wing-spar.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lowerCamber", "start": 0, "type": "Identifier" @@ -155,6 +172,7 @@ description: Result of parsing wing-spar.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "18", "start": 0, "type": "Literal", @@ -164,11 +182,13 @@ description: Result of parsing wing-spar.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -181,6 +201,7 @@ description: Result of parsing wing-spar.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "foilThickness", "start": 0, "type": "Identifier" @@ -188,6 +209,7 @@ description: Result of parsing wing-spar.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8", "start": 0, "type": "Literal", @@ -197,11 +219,13 @@ description: Result of parsing wing-spar.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -214,6 +238,7 @@ description: Result of parsing wing-spar.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nSections", "start": 0, "type": "Identifier" @@ -221,6 +246,7 @@ description: Result of parsing wing-spar.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -230,11 +256,13 @@ description: Result of parsing wing-spar.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -247,6 +275,7 @@ description: Result of parsing wing-spar.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sparSpan", "start": 0, "type": "Identifier" @@ -254,6 +283,7 @@ description: Result of parsing wing-spar.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "700", "start": 0, "type": "Literal", @@ -263,11 +293,13 @@ description: Result of parsing wing-spar.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -280,6 +312,7 @@ description: Result of parsing wing-spar.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sparStockThicknes", "start": 0, "type": "Identifier" @@ -287,6 +320,7 @@ description: Result of parsing wing-spar.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.102", "start": 0, "type": "Literal", @@ -296,11 +330,13 @@ description: Result of parsing wing-spar.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -313,6 +349,7 @@ description: Result of parsing wing-spar.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sparBendRadius", "start": 0, "type": "Identifier" @@ -320,6 +357,7 @@ description: Result of parsing wing-spar.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.102", "start": 0, "type": "Literal", @@ -329,11 +367,13 @@ description: Result of parsing wing-spar.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -346,6 +386,7 @@ description: Result of parsing wing-spar.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ribSketch", "start": 0, "type": "Identifier" @@ -353,13 +394,16 @@ description: Result of parsing wing-spar.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -370,6 +414,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -380,6 +425,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -389,9 +435,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "foilThickness", "start": 0, "type": "Identifier" @@ -403,6 +451,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -414,9 +463,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -427,6 +478,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -435,9 +487,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -449,6 +503,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -463,6 +518,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -474,9 +530,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "chordLength", "start": 0, "type": "Identifier" @@ -489,6 +547,7 @@ description: Result of parsing wing-spar.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -500,6 +559,7 @@ description: Result of parsing wing-spar.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -510,9 +570,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -523,6 +585,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -535,6 +598,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -546,9 +610,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rearSpar", "start": 0, "type": "Identifier" @@ -562,9 +628,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "upperCamber", "start": 0, "type": "Identifier" @@ -576,6 +644,7 @@ description: Result of parsing wing-spar.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -586,9 +655,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -599,6 +670,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -611,6 +683,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -622,9 +695,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "frontSpar", "start": 0, "type": "Identifier" @@ -641,9 +716,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "upperCamber", "start": 0, "type": "Identifier" @@ -653,10 +730,12 @@ description: Result of parsing wing-spar.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.3", "start": 0, "type": "Literal", @@ -672,6 +751,7 @@ description: Result of parsing wing-spar.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -682,9 +762,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -695,6 +777,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -707,6 +790,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -717,6 +801,7 @@ description: Result of parsing wing-spar.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -729,6 +814,7 @@ description: Result of parsing wing-spar.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -740,6 +826,7 @@ description: Result of parsing wing-spar.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -750,9 +837,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -763,6 +852,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -775,6 +865,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -782,6 +873,7 @@ description: Result of parsing wing-spar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "76", "start": 0, "type": "Literal", @@ -797,6 +889,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -805,9 +898,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lowerCamber", "start": 0, "type": "Identifier" @@ -823,9 +918,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -836,6 +933,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -848,6 +946,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -859,9 +958,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rearSpar", "start": 0, "type": "Identifier" @@ -876,9 +977,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lowerCamber", "start": 0, "type": "Identifier" @@ -890,6 +993,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -897,6 +1001,7 @@ description: Result of parsing wing-spar.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -907,9 +1012,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -920,6 +1027,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -932,6 +1040,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -940,13 +1049,16 @@ description: Result of parsing wing-spar.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -957,25 +1069,30 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -986,12 +1103,14 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -999,6 +1118,7 @@ description: Result of parsing wing-spar.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1009,9 +1129,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1022,19 +1144,23 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1045,6 +1171,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1057,6 +1184,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -1068,6 +1196,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1078,6 +1207,7 @@ description: Result of parsing wing-spar.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "62", "start": 0, "type": "Literal", @@ -1090,6 +1220,7 @@ description: Result of parsing wing-spar.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "9", "start": 0, "type": "Literal", @@ -1101,6 +1232,7 @@ description: Result of parsing wing-spar.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1111,6 +1243,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1118,6 +1251,7 @@ description: Result of parsing wing-spar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "17", "start": 0, "type": "Literal", @@ -1133,9 +1267,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1146,6 +1282,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1157,9 +1294,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -1170,6 +1309,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1182,6 +1322,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -1193,6 +1334,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1203,6 +1345,7 @@ description: Result of parsing wing-spar.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "113", "start": 0, "type": "Literal", @@ -1215,6 +1358,7 @@ description: Result of parsing wing-spar.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -1226,6 +1370,7 @@ description: Result of parsing wing-spar.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1236,6 +1381,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1243,6 +1389,7 @@ description: Result of parsing wing-spar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "19", "start": 0, "type": "Literal", @@ -1258,9 +1405,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1271,6 +1420,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1282,9 +1432,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -1295,6 +1447,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1307,6 +1460,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -1318,6 +1472,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1328,6 +1483,7 @@ description: Result of parsing wing-spar.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "164", "start": 0, "type": "Literal", @@ -1340,6 +1496,7 @@ description: Result of parsing wing-spar.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "9", "start": 0, "type": "Literal", @@ -1351,6 +1508,7 @@ description: Result of parsing wing-spar.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1361,6 +1519,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1368,6 +1527,7 @@ description: Result of parsing wing-spar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "17", "start": 0, "type": "Literal", @@ -1383,9 +1543,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1396,6 +1558,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1407,9 +1570,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -1420,6 +1585,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1432,6 +1598,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -1443,6 +1610,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1453,6 +1621,7 @@ description: Result of parsing wing-spar.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "228", "start": 0, "type": "Literal", @@ -1465,6 +1634,7 @@ description: Result of parsing wing-spar.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -1476,6 +1646,7 @@ description: Result of parsing wing-spar.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1486,6 +1657,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1493,6 +1665,7 @@ description: Result of parsing wing-spar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11", "start": 0, "type": "Literal", @@ -1508,9 +1681,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1521,6 +1696,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1532,9 +1708,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -1545,6 +1723,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1557,6 +1736,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -1568,6 +1748,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1578,6 +1759,7 @@ description: Result of parsing wing-spar.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "260", "start": 0, "type": "Literal", @@ -1590,6 +1772,7 @@ description: Result of parsing wing-spar.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.5", "start": 0, "type": "Literal", @@ -1601,6 +1784,7 @@ description: Result of parsing wing-spar.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1611,6 +1795,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1618,6 +1803,7 @@ description: Result of parsing wing-spar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6.5", "start": 0, "type": "Literal", @@ -1633,9 +1819,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1646,6 +1834,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1657,9 +1846,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -1670,6 +1861,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1682,6 +1874,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1691,9 +1884,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "foilThickness", "start": 0, "type": "Identifier" @@ -1705,6 +1900,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1716,9 +1912,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1729,6 +1927,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1741,6 +1940,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -1749,9 +1949,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nSections", "start": 0, "type": "Identifier" @@ -1767,6 +1969,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -1781,9 +1984,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sparSpan", "start": 0, "type": "Identifier" @@ -1793,6 +1998,7 @@ description: Result of parsing wing-spar.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -1800,6 +2006,7 @@ description: Result of parsing wing-spar.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -1809,14 +2016,17 @@ description: Result of parsing wing-spar.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "foilThickness", "start": 0, "type": "Identifier" @@ -1834,6 +2044,7 @@ description: Result of parsing wing-spar.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, @@ -1842,9 +2053,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nSections", "start": 0, "type": "Identifier" @@ -1854,10 +2067,12 @@ description: Result of parsing wing-spar.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1881,6 +2096,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -1891,6 +2107,7 @@ description: Result of parsing wing-spar.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1904,6 +2121,7 @@ description: Result of parsing wing-spar.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1915,6 +2133,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1923,6 +2142,7 @@ description: Result of parsing wing-spar.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1934,6 +2154,7 @@ description: Result of parsing wing-spar.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1944,9 +2165,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -1957,6 +2180,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1965,12 +2189,14 @@ description: Result of parsing wing-spar.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "8": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1984,6 +2210,7 @@ description: Result of parsing wing-spar.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1997,6 +2224,7 @@ description: Result of parsing wing-spar.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2013,11 +2241,13 @@ description: Result of parsing wing-spar.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -2035,18 +2265,22 @@ description: Result of parsing wing-spar.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sparSketch", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2057,6 +2291,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2065,9 +2300,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -2079,17 +2316,20 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2102,6 +2342,7 @@ description: Result of parsing wing-spar.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "frontSparProfile", "start": 0, "type": "Identifier" @@ -2115,6 +2356,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -2126,9 +2368,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "frontSpar", "start": 0, "type": "Identifier" @@ -2146,9 +2390,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lowerCamber", "start": 0, "type": "Identifier" @@ -2160,15 +2406,18 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.85", "start": 0, "type": "Literal", @@ -2184,6 +2433,7 @@ description: Result of parsing wing-spar.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2194,9 +2444,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -2207,6 +2459,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2214,9 +2467,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sparSketch", "start": 0, "type": "Identifier" @@ -2234,6 +2489,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2242,9 +2498,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "upperCamber", "start": 0, "type": "Identifier" @@ -2260,6 +2518,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -2267,6 +2526,7 @@ description: Result of parsing wing-spar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -2278,9 +2538,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -2291,6 +2553,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2303,6 +2566,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2311,6 +2575,7 @@ description: Result of parsing wing-spar.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -2322,6 +2587,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2333,6 +2599,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2344,9 +2611,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sparBendRadius", "start": 0, "type": "Identifier" @@ -2356,14 +2625,17 @@ description: Result of parsing wing-spar.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sparStockThicknes", "start": 0, "type": "Identifier" @@ -2383,9 +2655,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -2396,6 +2670,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2408,6 +2683,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2415,6 +2691,7 @@ description: Result of parsing wing-spar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -2430,6 +2707,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -2437,6 +2715,7 @@ description: Result of parsing wing-spar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -2448,9 +2727,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -2461,6 +2742,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2473,6 +2755,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2481,6 +2764,7 @@ description: Result of parsing wing-spar.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -2492,6 +2776,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2503,6 +2788,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2514,9 +2800,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sparBendRadius", "start": 0, "type": "Identifier" @@ -2526,14 +2814,17 @@ description: Result of parsing wing-spar.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sparStockThicknes", "start": 0, "type": "Identifier" @@ -2553,9 +2844,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -2566,6 +2859,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2578,6 +2872,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2586,6 +2881,7 @@ description: Result of parsing wing-spar.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -2597,6 +2893,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2608,6 +2905,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -2615,6 +2913,7 @@ description: Result of parsing wing-spar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -2626,9 +2925,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -2639,6 +2940,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2651,6 +2953,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2659,6 +2962,7 @@ description: Result of parsing wing-spar.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -2670,6 +2974,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2681,6 +2986,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2692,9 +2998,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sparBendRadius", "start": 0, "type": "Identifier" @@ -2704,14 +3012,17 @@ description: Result of parsing wing-spar.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sparStockThicknes", "start": 0, "type": "Identifier" @@ -2731,9 +3042,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -2744,6 +3057,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2756,6 +3070,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2764,6 +3079,7 @@ description: Result of parsing wing-spar.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -2775,6 +3091,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2786,6 +3103,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -2793,6 +3111,7 @@ description: Result of parsing wing-spar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -2804,9 +3123,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -2817,6 +3138,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2829,6 +3151,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2837,9 +3160,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sparStockThicknes", "start": 0, "type": "Identifier" @@ -2855,9 +3180,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -2868,6 +3195,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2880,18 +3208,22 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -2902,6 +3234,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2909,9 +3242,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg04", "start": 0, "type": "Identifier" @@ -2928,9 +3263,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -2941,6 +3278,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2953,6 +3291,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2960,6 +3299,7 @@ description: Result of parsing wing-spar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -2975,6 +3315,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2983,9 +3324,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sparBendRadius", "start": 0, "type": "Identifier" @@ -3001,9 +3344,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -3014,6 +3359,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3026,18 +3372,22 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -3048,6 +3398,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3055,9 +3406,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg03", "start": 0, "type": "Identifier" @@ -3074,9 +3427,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -3087,6 +3442,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3099,6 +3455,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -3106,6 +3463,7 @@ description: Result of parsing wing-spar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -3121,6 +3479,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3129,9 +3488,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sparBendRadius", "start": 0, "type": "Identifier" @@ -3147,9 +3508,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -3160,6 +3523,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3172,19 +3536,23 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -3195,6 +3563,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3202,9 +3571,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -3217,6 +3588,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3228,9 +3600,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -3241,6 +3615,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3253,6 +3628,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -3260,6 +3636,7 @@ description: Result of parsing wing-spar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -3275,6 +3652,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3283,9 +3661,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sparBendRadius", "start": 0, "type": "Identifier" @@ -3301,9 +3681,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -3314,6 +3696,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3326,19 +3709,23 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -3349,6 +3736,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3356,9 +3744,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -3371,6 +3761,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3382,6 +3773,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -3389,6 +3781,7 @@ description: Result of parsing wing-spar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -3400,9 +3793,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -3413,6 +3808,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3425,6 +3821,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3433,13 +3830,16 @@ description: Result of parsing wing-spar.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -3450,25 +3850,30 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -3479,12 +3884,14 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3492,6 +3899,7 @@ description: Result of parsing wing-spar.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3502,9 +3910,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3515,19 +3925,23 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -3538,6 +3952,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3550,6 +3965,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3559,9 +3975,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sparSpan", "start": 0, "type": "Identifier" @@ -3573,6 +3991,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3584,9 +4003,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -3597,6 +4018,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3605,12 +4027,14 @@ description: Result of parsing wing-spar.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "18": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3627,11 +4051,13 @@ description: Result of parsing wing-spar.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Sketch the sheet metal profile for the front spar, then extrude" ], @@ -3647,6 +4073,7 @@ description: Result of parsing wing-spar.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rearSparProfile", "start": 0, "type": "Identifier" @@ -3660,6 +4087,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -3671,9 +4099,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rearSpar", "start": 0, "type": "Identifier" @@ -3691,9 +4121,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lowerCamber", "start": 0, "type": "Identifier" @@ -3705,15 +4137,18 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7", "start": 0, "type": "Literal", @@ -3729,6 +4164,7 @@ description: Result of parsing wing-spar.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3739,9 +4175,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -3752,6 +4190,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3759,9 +4198,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sparSketch", "start": 0, "type": "Identifier" @@ -3779,6 +4220,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3790,9 +4232,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "upperCamber", "start": 0, "type": "Identifier" @@ -3802,10 +4246,12 @@ description: Result of parsing wing-spar.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7", "start": 0, "type": "Literal", @@ -3825,6 +4271,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -3832,6 +4279,7 @@ description: Result of parsing wing-spar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -3843,9 +4291,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -3856,6 +4306,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3868,6 +4319,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -3875,6 +4327,7 @@ description: Result of parsing wing-spar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -3890,6 +4343,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3901,9 +4355,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sparBendRadius", "start": 0, "type": "Identifier" @@ -3913,14 +4369,17 @@ description: Result of parsing wing-spar.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sparStockThicknes", "start": 0, "type": "Identifier" @@ -3940,9 +4399,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -3953,6 +4414,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3965,6 +4427,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3973,6 +4436,7 @@ description: Result of parsing wing-spar.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -3984,6 +4448,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3995,6 +4460,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -4002,6 +4468,7 @@ description: Result of parsing wing-spar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -4013,9 +4480,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -4026,6 +4495,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4038,6 +4508,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -4045,6 +4516,7 @@ description: Result of parsing wing-spar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -4060,6 +4532,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -4071,9 +4544,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sparBendRadius", "start": 0, "type": "Identifier" @@ -4083,14 +4558,17 @@ description: Result of parsing wing-spar.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sparStockThicknes", "start": 0, "type": "Identifier" @@ -4110,9 +4588,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -4123,6 +4603,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4135,6 +4616,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4143,6 +4625,7 @@ description: Result of parsing wing-spar.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -4154,6 +4637,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4165,6 +4649,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -4172,6 +4657,7 @@ description: Result of parsing wing-spar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -4183,9 +4669,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -4196,6 +4684,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4208,6 +4697,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -4215,6 +4705,7 @@ description: Result of parsing wing-spar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -4230,6 +4721,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -4241,9 +4733,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sparBendRadius", "start": 0, "type": "Identifier" @@ -4253,14 +4747,17 @@ description: Result of parsing wing-spar.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sparStockThicknes", "start": 0, "type": "Identifier" @@ -4280,9 +4777,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -4293,6 +4792,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4305,6 +4805,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4312,6 +4813,7 @@ description: Result of parsing wing-spar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -4327,6 +4829,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -4334,6 +4837,7 @@ description: Result of parsing wing-spar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -4345,9 +4849,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -4358,6 +4864,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4370,6 +4877,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4378,9 +4886,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sparStockThicknes", "start": 0, "type": "Identifier" @@ -4396,9 +4906,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -4409,6 +4921,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4421,19 +4934,23 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -4444,6 +4961,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4451,9 +4969,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg08", "start": 0, "type": "Identifier" @@ -4466,6 +4986,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4477,9 +4998,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -4490,6 +5013,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4502,6 +5026,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -4510,6 +5035,7 @@ description: Result of parsing wing-spar.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -4521,6 +5047,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4532,6 +5059,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -4540,9 +5068,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sparBendRadius", "start": 0, "type": "Identifier" @@ -4558,9 +5088,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -4571,6 +5103,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4583,18 +5116,22 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -4605,6 +5142,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4612,9 +5150,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg07", "start": 0, "type": "Identifier" @@ -4631,9 +5171,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -4644,6 +5186,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4656,6 +5199,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -4664,6 +5208,7 @@ description: Result of parsing wing-spar.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -4675,6 +5220,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4686,6 +5232,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -4694,9 +5241,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sparBendRadius", "start": 0, "type": "Identifier" @@ -4712,9 +5261,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -4725,6 +5276,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4737,18 +5289,22 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -4759,6 +5315,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4766,9 +5323,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg06", "start": 0, "type": "Identifier" @@ -4785,9 +5344,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -4798,6 +5359,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4810,6 +5372,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -4818,6 +5381,7 @@ description: Result of parsing wing-spar.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -4829,6 +5393,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4840,6 +5405,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -4848,9 +5414,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sparBendRadius", "start": 0, "type": "Identifier" @@ -4866,9 +5434,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -4879,6 +5449,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4891,19 +5462,23 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -4914,6 +5489,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4921,9 +5497,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg05", "start": 0, "type": "Identifier" @@ -4936,6 +5514,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4947,6 +5526,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -4954,6 +5534,7 @@ description: Result of parsing wing-spar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -4965,9 +5546,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -4978,6 +5561,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4990,6 +5574,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -4998,13 +5583,16 @@ description: Result of parsing wing-spar.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -5015,25 +5603,30 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -5044,12 +5637,14 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -5057,6 +5652,7 @@ description: Result of parsing wing-spar.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5067,9 +5663,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5080,19 +5678,23 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -5103,6 +5705,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5115,6 +5718,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5124,9 +5728,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sparSpan", "start": 0, "type": "Identifier" @@ -5138,6 +5744,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5149,9 +5756,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -5162,6 +5771,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5170,12 +5780,14 @@ description: Result of parsing wing-spar.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "18": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -5192,11 +5804,13 @@ description: Result of parsing wing-spar.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5209,6 +5823,7 @@ description: Result of parsing wing-spar.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "frontSparHoles", "start": 0, "type": "Identifier" @@ -5222,6 +5837,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -5230,9 +5846,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg10", "start": 0, "type": "Identifier" @@ -5248,9 +5866,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -5261,6 +5881,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5268,9 +5889,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "frontSparProfile", "start": 0, "type": "Identifier" @@ -5288,6 +5911,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -5303,9 +5927,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lowerCamber", "start": 0, "type": "Identifier" @@ -5317,15 +5943,18 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -5347,9 +5976,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "foilThickness", "start": 0, "type": "Identifier" @@ -5361,15 +5992,18 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -5385,6 +6019,7 @@ description: Result of parsing wing-spar.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5395,9 +6030,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -5408,6 +6045,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5420,6 +6058,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -5431,9 +6070,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "upperCamber", "start": 0, "type": "Identifier" @@ -5443,10 +6084,12 @@ description: Result of parsing wing-spar.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4", "start": 0, "type": "Literal", @@ -5466,6 +6109,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -5473,6 +6117,7 @@ description: Result of parsing wing-spar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -5484,9 +6129,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -5497,6 +6144,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5509,6 +6157,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -5517,6 +6166,7 @@ description: Result of parsing wing-spar.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -5528,6 +6178,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5539,6 +6190,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -5546,6 +6198,7 @@ description: Result of parsing wing-spar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -5561,9 +6214,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -5574,6 +6229,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5586,6 +6242,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -5604,9 +6261,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sparSpan", "start": 0, "type": "Identifier" @@ -5616,6 +6275,7 @@ description: Result of parsing wing-spar.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -5623,6 +6283,7 @@ description: Result of parsing wing-spar.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -5632,14 +6293,17 @@ description: Result of parsing wing-spar.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "foilThickness", "start": 0, "type": "Identifier" @@ -5659,11 +6323,13 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, @@ -5672,9 +6338,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nSections", "start": 0, "type": "Identifier" @@ -5684,10 +6352,12 @@ description: Result of parsing wing-spar.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -5705,10 +6375,12 @@ description: Result of parsing wing-spar.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -5728,6 +6400,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -5735,6 +6408,7 @@ description: Result of parsing wing-spar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -5746,9 +6420,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -5759,6 +6435,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5771,6 +6448,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -5779,6 +6457,7 @@ description: Result of parsing wing-spar.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -5790,6 +6469,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5801,6 +6481,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -5808,6 +6489,7 @@ description: Result of parsing wing-spar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -5823,9 +6505,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -5836,6 +6520,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5848,19 +6533,23 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -5871,6 +6560,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5878,9 +6568,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg11", "start": 0, "type": "Identifier" @@ -5893,6 +6585,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5904,9 +6597,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -5917,6 +6612,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5929,6 +6625,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -5937,6 +6634,7 @@ description: Result of parsing wing-spar.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -5948,6 +6646,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5959,6 +6658,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -5966,6 +6666,7 @@ description: Result of parsing wing-spar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -5981,9 +6682,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -5994,6 +6697,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6006,18 +6710,22 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -6028,6 +6736,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6035,9 +6744,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg12", "start": 0, "type": "Identifier" @@ -6054,9 +6765,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -6067,6 +6780,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6079,6 +6793,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -6087,13 +6802,16 @@ description: Result of parsing wing-spar.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -6104,25 +6822,30 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -6133,12 +6856,14 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -6146,6 +6871,7 @@ description: Result of parsing wing-spar.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6156,9 +6882,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -6169,19 +6897,23 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -6192,6 +6924,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6204,6 +6937,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -6215,9 +6949,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nSections", "start": 0, "type": "Identifier" @@ -6227,10 +6963,12 @@ description: Result of parsing wing-spar.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -6250,6 +6988,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -6264,9 +7003,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sparSpan", "start": 0, "type": "Identifier" @@ -6276,6 +7017,7 @@ description: Result of parsing wing-spar.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -6283,6 +7025,7 @@ description: Result of parsing wing-spar.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -6292,14 +7035,17 @@ description: Result of parsing wing-spar.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "foilThickness", "start": 0, "type": "Identifier" @@ -6317,6 +7063,7 @@ description: Result of parsing wing-spar.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, @@ -6325,9 +7072,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nSections", "start": 0, "type": "Identifier" @@ -6337,10 +7086,12 @@ description: Result of parsing wing-spar.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -6364,6 +7115,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -6374,6 +7126,7 @@ description: Result of parsing wing-spar.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -6387,6 +7140,7 @@ description: Result of parsing wing-spar.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -6398,6 +7152,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6405,6 +7160,7 @@ description: Result of parsing wing-spar.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6415,9 +7171,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear2d", "start": 0, "type": "Identifier" @@ -6428,12 +7186,14 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -6446,6 +7206,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -6454,6 +7215,7 @@ description: Result of parsing wing-spar.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -6465,6 +7227,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6476,9 +7239,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -6489,6 +7254,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6497,15 +7263,18 @@ description: Result of parsing wing-spar.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -6518,6 +7287,7 @@ description: Result of parsing wing-spar.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rearSparHoles", "start": 0, "type": "Identifier" @@ -6531,6 +7301,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -6539,9 +7310,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg09", "start": 0, "type": "Identifier" @@ -6557,9 +7330,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -6570,6 +7345,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6577,9 +7353,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rearSparProfile", "start": 0, "type": "Identifier" @@ -6597,6 +7375,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -6612,9 +7391,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lowerCamber", "start": 0, "type": "Identifier" @@ -6626,15 +7407,18 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3", "start": 0, "type": "Literal", @@ -6656,9 +7440,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "foilThickness", "start": 0, "type": "Identifier" @@ -6670,15 +7456,18 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -6694,6 +7483,7 @@ description: Result of parsing wing-spar.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6704,9 +7494,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -6717,6 +7509,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6729,6 +7522,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -6741,9 +7535,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "upperCamber", "start": 0, "type": "Identifier" @@ -6755,15 +7551,18 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.01", "start": 0, "type": "Literal", @@ -6783,6 +7582,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -6790,6 +7590,7 @@ description: Result of parsing wing-spar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -6801,9 +7602,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -6814,6 +7617,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6826,6 +7630,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -6834,6 +7639,7 @@ description: Result of parsing wing-spar.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -6845,6 +7651,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6856,6 +7663,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -6863,6 +7671,7 @@ description: Result of parsing wing-spar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -6878,9 +7687,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -6891,6 +7702,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6903,19 +7715,23 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -6926,6 +7742,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6933,9 +7750,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg12", "start": 0, "type": "Identifier" @@ -6948,6 +7767,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6959,9 +7779,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -6972,6 +7794,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6984,6 +7807,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -6992,6 +7816,7 @@ description: Result of parsing wing-spar.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -7003,6 +7828,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7014,6 +7840,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -7021,6 +7848,7 @@ description: Result of parsing wing-spar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -7036,9 +7864,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -7049,6 +7879,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7061,19 +7892,23 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -7084,6 +7919,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7091,9 +7927,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg14", "start": 0, "type": "Identifier" @@ -7106,6 +7944,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7117,9 +7956,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -7130,6 +7971,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7142,6 +7984,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -7150,6 +7993,7 @@ description: Result of parsing wing-spar.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -7161,6 +8005,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7172,6 +8017,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -7179,6 +8025,7 @@ description: Result of parsing wing-spar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -7194,9 +8041,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -7207,6 +8056,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7219,18 +8069,22 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -7241,6 +8095,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7248,9 +8103,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg12", "start": 0, "type": "Identifier" @@ -7267,9 +8124,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -7280,6 +8139,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7292,6 +8152,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -7300,13 +8161,16 @@ description: Result of parsing wing-spar.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -7317,25 +8181,30 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -7346,12 +8215,14 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -7359,6 +8230,7 @@ description: Result of parsing wing-spar.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7369,9 +8241,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -7382,19 +8256,23 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -7405,6 +8283,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7417,6 +8296,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -7428,9 +8308,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nSections", "start": 0, "type": "Identifier" @@ -7440,10 +8322,12 @@ description: Result of parsing wing-spar.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -7463,6 +8347,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -7477,9 +8362,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sparSpan", "start": 0, "type": "Identifier" @@ -7489,6 +8376,7 @@ description: Result of parsing wing-spar.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -7496,6 +8384,7 @@ description: Result of parsing wing-spar.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -7505,14 +8394,17 @@ description: Result of parsing wing-spar.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "foilThickness", "start": 0, "type": "Identifier" @@ -7530,6 +8422,7 @@ description: Result of parsing wing-spar.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, @@ -7538,9 +8431,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nSections", "start": 0, "type": "Identifier" @@ -7550,10 +8445,12 @@ description: Result of parsing wing-spar.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -7577,6 +8474,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -7587,6 +8485,7 @@ description: Result of parsing wing-spar.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -7600,6 +8499,7 @@ description: Result of parsing wing-spar.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -7611,6 +8511,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7618,6 +8519,7 @@ description: Result of parsing wing-spar.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7628,9 +8530,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear2d", "start": 0, "type": "Identifier" @@ -7641,12 +8545,14 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -7659,6 +8565,7 @@ description: Result of parsing wing-spar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -7667,6 +8574,7 @@ description: Result of parsing wing-spar.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -7678,6 +8586,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7689,9 +8598,11 @@ description: Result of parsing wing-spar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -7702,6 +8613,7 @@ description: Result of parsing wing-spar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7710,15 +8622,18 @@ description: Result of parsing wing-spar.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -7730,9 +8645,11 @@ description: Result of parsing wing-spar.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -7751,19 +8668,23 @@ description: Result of parsing wing-spar.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -7779,12 +8700,14 @@ description: Result of parsing wing-spar.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": {}, "startNodes": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kcl_samples/wing-spar/program_memory.snap b/rust/kcl-lib/tests/kcl_samples/wing-spar/program_memory.snap index 6907123eb..ec7cda98c 100644 --- a/rust/kcl-lib/tests/kcl_samples/wing-spar/program_memory.snap +++ b/rust/kcl-lib/tests/kcl_samples/wing-spar/program_memory.snap @@ -59,6 +59,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 4188, "end": 4194, + "moduleId": 0, "start": 4188, "type": "TagDeclarator", "value": "seg11" @@ -79,6 +80,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 4328, "end": 4334, + "moduleId": 0, "start": 4328, "type": "TagDeclarator", "value": "seg12" @@ -137,6 +139,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 4188, "end": 4194, + "moduleId": 0, "start": 4188, "type": "TagDeclarator", "value": "seg11" @@ -186,6 +189,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 4328, "end": 4334, + "moduleId": 0, "start": 4328, "type": "TagDeclarator", "value": "seg12" @@ -362,6 +366,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2102, "end": 2108, + "moduleId": 0, "start": 2102, "type": "TagDeclarator", "value": "seg01" @@ -382,6 +387,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2216, "end": 2222, + "moduleId": 0, "start": 2216, "type": "TagDeclarator", "value": "seg02" @@ -402,6 +408,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2331, "end": 2337, + "moduleId": 0, "start": 2331, "type": "TagDeclarator", "value": "seg03" @@ -422,6 +429,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2446, "end": 2452, + "moduleId": 0, "start": 2446, "type": "TagDeclarator", "value": "seg04" @@ -484,6 +492,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2809, "end": 2815, + "moduleId": 0, "start": 2809, "type": "TagDeclarator", "value": "seg10" @@ -514,6 +523,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2102, "end": 2108, + "moduleId": 0, "start": 2102, "type": "TagDeclarator", "value": "seg01" @@ -563,6 +573,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2216, "end": 2222, + "moduleId": 0, "start": 2216, "type": "TagDeclarator", "value": "seg02" @@ -612,6 +623,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2331, "end": 2337, + "moduleId": 0, "start": 2331, "type": "TagDeclarator", "value": "seg03" @@ -661,6 +673,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2446, "end": 2452, + "moduleId": 0, "start": 2446, "type": "TagDeclarator", "value": "seg04" @@ -834,6 +847,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2809, "end": 2815, + "moduleId": 0, "start": 2809, "type": "TagDeclarator", "value": "seg10" @@ -1031,6 +1045,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 4188, "end": 4194, + "moduleId": 0, "start": 4188, "type": "TagDeclarator", "value": "seg11" @@ -1051,6 +1066,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 4328, "end": 4334, + "moduleId": 0, "start": 4328, "type": "TagDeclarator", "value": "seg12" @@ -1109,6 +1125,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 4188, "end": 4194, + "moduleId": 0, "start": 4188, "type": "TagDeclarator", "value": "seg11" @@ -1158,6 +1175,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 4328, "end": 4334, + "moduleId": 0, "start": 4328, "type": "TagDeclarator", "value": "seg12" @@ -1334,6 +1352,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2102, "end": 2108, + "moduleId": 0, "start": 2102, "type": "TagDeclarator", "value": "seg01" @@ -1354,6 +1373,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2216, "end": 2222, + "moduleId": 0, "start": 2216, "type": "TagDeclarator", "value": "seg02" @@ -1374,6 +1394,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2331, "end": 2337, + "moduleId": 0, "start": 2331, "type": "TagDeclarator", "value": "seg03" @@ -1394,6 +1415,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2446, "end": 2452, + "moduleId": 0, "start": 2446, "type": "TagDeclarator", "value": "seg04" @@ -1456,6 +1478,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2809, "end": 2815, + "moduleId": 0, "start": 2809, "type": "TagDeclarator", "value": "seg10" @@ -1486,6 +1509,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2102, "end": 2108, + "moduleId": 0, "start": 2102, "type": "TagDeclarator", "value": "seg01" @@ -1535,6 +1559,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2216, "end": 2222, + "moduleId": 0, "start": 2216, "type": "TagDeclarator", "value": "seg02" @@ -1584,6 +1609,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2331, "end": 2337, + "moduleId": 0, "start": 2331, "type": "TagDeclarator", "value": "seg03" @@ -1633,6 +1659,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2446, "end": 2452, + "moduleId": 0, "start": 2446, "type": "TagDeclarator", "value": "seg04" @@ -1806,6 +1833,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2809, "end": 2815, + "moduleId": 0, "start": 2809, "type": "TagDeclarator", "value": "seg10" @@ -2003,6 +2031,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 4188, "end": 4194, + "moduleId": 0, "start": 4188, "type": "TagDeclarator", "value": "seg11" @@ -2023,6 +2052,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 4328, "end": 4334, + "moduleId": 0, "start": 4328, "type": "TagDeclarator", "value": "seg12" @@ -2081,6 +2111,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 4188, "end": 4194, + "moduleId": 0, "start": 4188, "type": "TagDeclarator", "value": "seg11" @@ -2130,6 +2161,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 4328, "end": 4334, + "moduleId": 0, "start": 4328, "type": "TagDeclarator", "value": "seg12" @@ -2306,6 +2338,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2102, "end": 2108, + "moduleId": 0, "start": 2102, "type": "TagDeclarator", "value": "seg01" @@ -2326,6 +2359,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2216, "end": 2222, + "moduleId": 0, "start": 2216, "type": "TagDeclarator", "value": "seg02" @@ -2346,6 +2380,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2331, "end": 2337, + "moduleId": 0, "start": 2331, "type": "TagDeclarator", "value": "seg03" @@ -2366,6 +2401,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2446, "end": 2452, + "moduleId": 0, "start": 2446, "type": "TagDeclarator", "value": "seg04" @@ -2428,6 +2464,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2809, "end": 2815, + "moduleId": 0, "start": 2809, "type": "TagDeclarator", "value": "seg10" @@ -2458,6 +2495,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2102, "end": 2108, + "moduleId": 0, "start": 2102, "type": "TagDeclarator", "value": "seg01" @@ -2507,6 +2545,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2216, "end": 2222, + "moduleId": 0, "start": 2216, "type": "TagDeclarator", "value": "seg02" @@ -2556,6 +2595,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2331, "end": 2337, + "moduleId": 0, "start": 2331, "type": "TagDeclarator", "value": "seg03" @@ -2605,6 +2645,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2446, "end": 2452, + "moduleId": 0, "start": 2446, "type": "TagDeclarator", "value": "seg04" @@ -2778,6 +2819,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2809, "end": 2815, + "moduleId": 0, "start": 2809, "type": "TagDeclarator", "value": "seg10" @@ -2975,6 +3017,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 4188, "end": 4194, + "moduleId": 0, "start": 4188, "type": "TagDeclarator", "value": "seg11" @@ -2995,6 +3038,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 4328, "end": 4334, + "moduleId": 0, "start": 4328, "type": "TagDeclarator", "value": "seg12" @@ -3053,6 +3097,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 4188, "end": 4194, + "moduleId": 0, "start": 4188, "type": "TagDeclarator", "value": "seg11" @@ -3102,6 +3147,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 4328, "end": 4334, + "moduleId": 0, "start": 4328, "type": "TagDeclarator", "value": "seg12" @@ -3278,6 +3324,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2102, "end": 2108, + "moduleId": 0, "start": 2102, "type": "TagDeclarator", "value": "seg01" @@ -3298,6 +3345,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2216, "end": 2222, + "moduleId": 0, "start": 2216, "type": "TagDeclarator", "value": "seg02" @@ -3318,6 +3366,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2331, "end": 2337, + "moduleId": 0, "start": 2331, "type": "TagDeclarator", "value": "seg03" @@ -3338,6 +3387,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2446, "end": 2452, + "moduleId": 0, "start": 2446, "type": "TagDeclarator", "value": "seg04" @@ -3400,6 +3450,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2809, "end": 2815, + "moduleId": 0, "start": 2809, "type": "TagDeclarator", "value": "seg10" @@ -3430,6 +3481,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2102, "end": 2108, + "moduleId": 0, "start": 2102, "type": "TagDeclarator", "value": "seg01" @@ -3479,6 +3531,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2216, "end": 2222, + "moduleId": 0, "start": 2216, "type": "TagDeclarator", "value": "seg02" @@ -3528,6 +3581,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2331, "end": 2337, + "moduleId": 0, "start": 2331, "type": "TagDeclarator", "value": "seg03" @@ -3577,6 +3631,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2446, "end": 2452, + "moduleId": 0, "start": 2446, "type": "TagDeclarator", "value": "seg04" @@ -3750,6 +3805,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2809, "end": 2815, + "moduleId": 0, "start": 2809, "type": "TagDeclarator", "value": "seg10" @@ -3949,6 +4005,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2102, "end": 2108, + "moduleId": 0, "start": 2102, "type": "TagDeclarator", "value": "seg01" @@ -3969,6 +4026,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2216, "end": 2222, + "moduleId": 0, "start": 2216, "type": "TagDeclarator", "value": "seg02" @@ -3989,6 +4047,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2331, "end": 2337, + "moduleId": 0, "start": 2331, "type": "TagDeclarator", "value": "seg03" @@ -4009,6 +4068,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2446, "end": 2452, + "moduleId": 0, "start": 2446, "type": "TagDeclarator", "value": "seg04" @@ -4071,6 +4131,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2809, "end": 2815, + "moduleId": 0, "start": 2809, "type": "TagDeclarator", "value": "seg10" @@ -4101,6 +4162,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2102, "end": 2108, + "moduleId": 0, "start": 2102, "type": "TagDeclarator", "value": "seg01" @@ -4150,6 +4212,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2216, "end": 2222, + "moduleId": 0, "start": 2216, "type": "TagDeclarator", "value": "seg02" @@ -4199,6 +4262,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2331, "end": 2337, + "moduleId": 0, "start": 2331, "type": "TagDeclarator", "value": "seg03" @@ -4248,6 +4312,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2446, "end": 2452, + "moduleId": 0, "start": 2446, "type": "TagDeclarator", "value": "seg04" @@ -4421,6 +4486,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 2809, "end": 2815, + "moduleId": 0, "start": 2809, "type": "TagDeclarator", "value": "seg10" @@ -4614,6 +4680,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 4950, "end": 4956, + "moduleId": 0, "start": 4950, "type": "TagDeclarator", "value": "seg14" @@ -4686,6 +4753,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 4950, "end": 4956, + "moduleId": 0, "start": 4950, "type": "TagDeclarator", "value": "seg14" @@ -4905,6 +4973,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3122, "end": 3128, + "moduleId": 0, "start": 3122, "type": "TagDeclarator", "value": "seg05" @@ -4925,6 +4994,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3236, "end": 3242, + "moduleId": 0, "start": 3236, "type": "TagDeclarator", "value": "seg06" @@ -4945,6 +5015,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3350, "end": 3356, + "moduleId": 0, "start": 3350, "type": "TagDeclarator", "value": "seg07" @@ -4965,6 +5036,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3463, "end": 3469, + "moduleId": 0, "start": 3463, "type": "TagDeclarator", "value": "seg08" @@ -5027,6 +5099,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3829, "end": 3835, + "moduleId": 0, "start": 3829, "type": "TagDeclarator", "value": "seg09" @@ -5057,6 +5130,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3122, "end": 3128, + "moduleId": 0, "start": 3122, "type": "TagDeclarator", "value": "seg05" @@ -5106,6 +5180,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3236, "end": 3242, + "moduleId": 0, "start": 3236, "type": "TagDeclarator", "value": "seg06" @@ -5155,6 +5230,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3350, "end": 3356, + "moduleId": 0, "start": 3350, "type": "TagDeclarator", "value": "seg07" @@ -5204,6 +5280,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3463, "end": 3469, + "moduleId": 0, "start": 3463, "type": "TagDeclarator", "value": "seg08" @@ -5377,6 +5454,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3829, "end": 3835, + "moduleId": 0, "start": 3829, "type": "TagDeclarator", "value": "seg09" @@ -5570,6 +5648,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 4950, "end": 4956, + "moduleId": 0, "start": 4950, "type": "TagDeclarator", "value": "seg14" @@ -5642,6 +5721,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 4950, "end": 4956, + "moduleId": 0, "start": 4950, "type": "TagDeclarator", "value": "seg14" @@ -5861,6 +5941,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3122, "end": 3128, + "moduleId": 0, "start": 3122, "type": "TagDeclarator", "value": "seg05" @@ -5881,6 +5962,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3236, "end": 3242, + "moduleId": 0, "start": 3236, "type": "TagDeclarator", "value": "seg06" @@ -5901,6 +5983,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3350, "end": 3356, + "moduleId": 0, "start": 3350, "type": "TagDeclarator", "value": "seg07" @@ -5921,6 +6004,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3463, "end": 3469, + "moduleId": 0, "start": 3463, "type": "TagDeclarator", "value": "seg08" @@ -5983,6 +6067,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3829, "end": 3835, + "moduleId": 0, "start": 3829, "type": "TagDeclarator", "value": "seg09" @@ -6013,6 +6098,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3122, "end": 3128, + "moduleId": 0, "start": 3122, "type": "TagDeclarator", "value": "seg05" @@ -6062,6 +6148,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3236, "end": 3242, + "moduleId": 0, "start": 3236, "type": "TagDeclarator", "value": "seg06" @@ -6111,6 +6198,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3350, "end": 3356, + "moduleId": 0, "start": 3350, "type": "TagDeclarator", "value": "seg07" @@ -6160,6 +6248,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3463, "end": 3469, + "moduleId": 0, "start": 3463, "type": "TagDeclarator", "value": "seg08" @@ -6333,6 +6422,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3829, "end": 3835, + "moduleId": 0, "start": 3829, "type": "TagDeclarator", "value": "seg09" @@ -6526,6 +6616,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 4950, "end": 4956, + "moduleId": 0, "start": 4950, "type": "TagDeclarator", "value": "seg14" @@ -6598,6 +6689,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 4950, "end": 4956, + "moduleId": 0, "start": 4950, "type": "TagDeclarator", "value": "seg14" @@ -6817,6 +6909,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3122, "end": 3128, + "moduleId": 0, "start": 3122, "type": "TagDeclarator", "value": "seg05" @@ -6837,6 +6930,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3236, "end": 3242, + "moduleId": 0, "start": 3236, "type": "TagDeclarator", "value": "seg06" @@ -6857,6 +6951,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3350, "end": 3356, + "moduleId": 0, "start": 3350, "type": "TagDeclarator", "value": "seg07" @@ -6877,6 +6972,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3463, "end": 3469, + "moduleId": 0, "start": 3463, "type": "TagDeclarator", "value": "seg08" @@ -6939,6 +7035,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3829, "end": 3835, + "moduleId": 0, "start": 3829, "type": "TagDeclarator", "value": "seg09" @@ -6969,6 +7066,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3122, "end": 3128, + "moduleId": 0, "start": 3122, "type": "TagDeclarator", "value": "seg05" @@ -7018,6 +7116,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3236, "end": 3242, + "moduleId": 0, "start": 3236, "type": "TagDeclarator", "value": "seg06" @@ -7067,6 +7166,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3350, "end": 3356, + "moduleId": 0, "start": 3350, "type": "TagDeclarator", "value": "seg07" @@ -7116,6 +7216,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3463, "end": 3469, + "moduleId": 0, "start": 3463, "type": "TagDeclarator", "value": "seg08" @@ -7289,6 +7390,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3829, "end": 3835, + "moduleId": 0, "start": 3829, "type": "TagDeclarator", "value": "seg09" @@ -7482,6 +7584,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 4950, "end": 4956, + "moduleId": 0, "start": 4950, "type": "TagDeclarator", "value": "seg14" @@ -7554,6 +7657,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 4950, "end": 4956, + "moduleId": 0, "start": 4950, "type": "TagDeclarator", "value": "seg14" @@ -7773,6 +7877,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3122, "end": 3128, + "moduleId": 0, "start": 3122, "type": "TagDeclarator", "value": "seg05" @@ -7793,6 +7898,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3236, "end": 3242, + "moduleId": 0, "start": 3236, "type": "TagDeclarator", "value": "seg06" @@ -7813,6 +7919,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3350, "end": 3356, + "moduleId": 0, "start": 3350, "type": "TagDeclarator", "value": "seg07" @@ -7833,6 +7940,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3463, "end": 3469, + "moduleId": 0, "start": 3463, "type": "TagDeclarator", "value": "seg08" @@ -7895,6 +8003,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3829, "end": 3835, + "moduleId": 0, "start": 3829, "type": "TagDeclarator", "value": "seg09" @@ -7925,6 +8034,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3122, "end": 3128, + "moduleId": 0, "start": 3122, "type": "TagDeclarator", "value": "seg05" @@ -7974,6 +8084,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3236, "end": 3242, + "moduleId": 0, "start": 3236, "type": "TagDeclarator", "value": "seg06" @@ -8023,6 +8134,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3350, "end": 3356, + "moduleId": 0, "start": 3350, "type": "TagDeclarator", "value": "seg07" @@ -8072,6 +8184,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3463, "end": 3469, + "moduleId": 0, "start": 3463, "type": "TagDeclarator", "value": "seg08" @@ -8245,6 +8358,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3829, "end": 3835, + "moduleId": 0, "start": 3829, "type": "TagDeclarator", "value": "seg09" @@ -8440,6 +8554,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3122, "end": 3128, + "moduleId": 0, "start": 3122, "type": "TagDeclarator", "value": "seg05" @@ -8460,6 +8575,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3236, "end": 3242, + "moduleId": 0, "start": 3236, "type": "TagDeclarator", "value": "seg06" @@ -8480,6 +8596,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3350, "end": 3356, + "moduleId": 0, "start": 3350, "type": "TagDeclarator", "value": "seg07" @@ -8500,6 +8617,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3463, "end": 3469, + "moduleId": 0, "start": 3463, "type": "TagDeclarator", "value": "seg08" @@ -8562,6 +8680,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3829, "end": 3835, + "moduleId": 0, "start": 3829, "type": "TagDeclarator", "value": "seg09" @@ -8592,6 +8711,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3122, "end": 3128, + "moduleId": 0, "start": 3122, "type": "TagDeclarator", "value": "seg05" @@ -8641,6 +8761,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3236, "end": 3242, + "moduleId": 0, "start": 3236, "type": "TagDeclarator", "value": "seg06" @@ -8690,6 +8811,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3350, "end": 3356, + "moduleId": 0, "start": 3350, "type": "TagDeclarator", "value": "seg07" @@ -8739,6 +8861,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3463, "end": 3469, + "moduleId": 0, "start": 3463, "type": "TagDeclarator", "value": "seg08" @@ -8912,6 +9035,7 @@ description: Variables in memory after executing wing-spar.kcl "tag": { "commentStart": 3829, "end": 3835, + "moduleId": 0, "start": 3829, "type": "TagDeclarator", "value": "seg09" diff --git a/rust/kcl-lib/tests/kittycad_svg/ast.snap b/rust/kcl-lib/tests/kittycad_svg/ast.snap index b5516e2ec..804288e32 100644 --- a/rust/kcl-lib/tests/kittycad_svg/ast.snap +++ b/rust/kcl-lib/tests/kittycad_svg/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing kittycad_svg.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "svg", "start": 0, "type": "Identifier" @@ -20,13 +21,16 @@ description: Result of parsing kittycad_svg.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -37,6 +41,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -44,9 +49,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -64,6 +71,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -74,6 +82,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -86,6 +95,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -97,6 +107,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -107,9 +118,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -120,6 +133,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -132,6 +146,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -142,6 +157,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.52", "start": 0, "type": "Literal", @@ -155,6 +171,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "26.04", "start": 0, "type": "Literal", @@ -166,6 +183,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -173,6 +191,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -183,9 +202,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -196,6 +217,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -208,6 +230,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -218,6 +241,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.52", "start": 0, "type": "Literal", @@ -231,6 +255,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25.2", "start": 0, "type": "Literal", @@ -242,6 +267,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -249,6 +275,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -259,9 +286,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -272,6 +301,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -284,6 +314,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -294,6 +325,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.84", "start": 0, "type": "Literal", @@ -307,6 +339,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25.2", "start": 0, "type": "Literal", @@ -318,6 +351,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -325,6 +359,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -335,9 +370,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -348,6 +385,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -360,6 +398,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -370,6 +409,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.84", "start": 0, "type": "Literal", @@ -383,6 +423,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "24.36", "start": 0, "type": "Literal", @@ -394,6 +435,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -401,6 +443,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -411,9 +454,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -424,6 +469,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -436,6 +482,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -446,6 +493,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -459,6 +507,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "24.36", "start": 0, "type": "Literal", @@ -470,6 +519,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -477,6 +527,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -487,9 +538,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -500,6 +553,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -512,6 +566,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -522,6 +577,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -535,6 +591,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6.72", "start": 0, "type": "Literal", @@ -546,6 +603,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -553,6 +611,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -563,9 +622,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -576,6 +637,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -588,6 +650,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -598,6 +661,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.84", "start": 0, "type": "Literal", @@ -611,6 +675,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6.72", "start": 0, "type": "Literal", @@ -622,6 +687,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -629,6 +695,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -639,9 +706,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -652,6 +721,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -664,6 +734,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -674,6 +745,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.84", "start": 0, "type": "Literal", @@ -687,6 +759,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.88", "start": 0, "type": "Literal", @@ -698,6 +771,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -705,6 +779,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -715,9 +790,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -728,6 +805,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -740,6 +818,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -750,6 +829,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.68", "start": 0, "type": "Literal", @@ -763,6 +843,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.88", "start": 0, "type": "Literal", @@ -774,6 +855,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -781,6 +863,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -791,9 +874,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -804,6 +889,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -816,6 +902,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -826,6 +913,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.68", "start": 0, "type": "Literal", @@ -839,6 +927,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -850,6 +939,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -857,6 +947,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -867,9 +958,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -880,6 +973,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -892,6 +986,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -902,6 +997,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.52", "start": 0, "type": "Literal", @@ -915,6 +1011,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -926,6 +1023,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -933,6 +1031,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -943,9 +1042,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -956,6 +1057,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -968,6 +1070,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -978,6 +1081,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.52", "start": 0, "type": "Literal", @@ -991,6 +1095,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.2", "start": 0, "type": "Literal", @@ -1002,6 +1107,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1009,6 +1115,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1019,9 +1126,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1032,6 +1141,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1044,6 +1154,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1054,6 +1165,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.36", "start": 0, "type": "Literal", @@ -1067,6 +1179,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.2", "start": 0, "type": "Literal", @@ -1078,6 +1191,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1085,6 +1199,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1095,9 +1210,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1108,6 +1225,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1120,6 +1238,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1130,6 +1249,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.36", "start": 0, "type": "Literal", @@ -1143,6 +1263,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.36", "start": 0, "type": "Literal", @@ -1154,6 +1275,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1161,6 +1283,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1171,9 +1294,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1184,6 +1309,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1196,6 +1322,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1206,6 +1333,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "17.64", "start": 0, "type": "Literal", @@ -1219,6 +1347,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.36", "start": 0, "type": "Literal", @@ -1230,6 +1359,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1237,6 +1367,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1247,9 +1378,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1260,6 +1393,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1272,6 +1406,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1282,6 +1417,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "17.64", "start": 0, "type": "Literal", @@ -1295,6 +1431,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.2", "start": 0, "type": "Literal", @@ -1306,6 +1443,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1313,6 +1451,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1323,9 +1462,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1336,6 +1477,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1348,6 +1490,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1358,6 +1501,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "18.48", "start": 0, "type": "Literal", @@ -1371,6 +1515,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.2", "start": 0, "type": "Literal", @@ -1382,6 +1527,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1389,6 +1535,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1399,9 +1546,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1412,6 +1561,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1424,6 +1574,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1434,6 +1585,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "18.48", "start": 0, "type": "Literal", @@ -1447,6 +1599,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -1458,6 +1611,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1465,6 +1619,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1475,9 +1630,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1488,6 +1645,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1500,6 +1658,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1510,6 +1669,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "19.32", "start": 0, "type": "Literal", @@ -1523,6 +1683,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -1534,6 +1695,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1541,6 +1703,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1551,9 +1714,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1564,6 +1729,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1576,6 +1742,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1586,6 +1753,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "19.32", "start": 0, "type": "Literal", @@ -1599,6 +1767,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.88", "start": 0, "type": "Literal", @@ -1610,6 +1779,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1617,6 +1787,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1627,9 +1798,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1640,6 +1813,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1652,6 +1826,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1662,6 +1837,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20.16", "start": 0, "type": "Literal", @@ -1675,6 +1851,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.88", "start": 0, "type": "Literal", @@ -1686,6 +1863,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1693,6 +1871,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1703,9 +1882,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1716,6 +1897,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1728,6 +1910,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1738,6 +1921,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20.16", "start": 0, "type": "Literal", @@ -1751,6 +1935,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6.72", "start": 0, "type": "Literal", @@ -1762,6 +1947,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1769,6 +1955,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1779,9 +1966,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1792,6 +1981,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1804,6 +1994,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1814,6 +2005,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "21", "start": 0, "type": "Literal", @@ -1827,6 +2019,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6.72", "start": 0, "type": "Literal", @@ -1838,6 +2031,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1845,6 +2039,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1855,9 +2050,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1868,6 +2065,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1880,6 +2078,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1890,6 +2089,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "21", "start": 0, "type": "Literal", @@ -1903,6 +2103,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "24.36", "start": 0, "type": "Literal", @@ -1914,6 +2115,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1921,6 +2123,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1931,9 +2134,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1944,6 +2149,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1956,6 +2162,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1966,6 +2173,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20.16", "start": 0, "type": "Literal", @@ -1979,6 +2187,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "24.36", "start": 0, "type": "Literal", @@ -1990,6 +2199,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1997,6 +2207,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2007,9 +2218,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2020,6 +2233,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2032,6 +2246,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2042,6 +2257,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20.16", "start": 0, "type": "Literal", @@ -2055,6 +2271,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25.2", "start": 0, "type": "Literal", @@ -2066,6 +2283,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2073,6 +2291,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2083,9 +2302,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2096,6 +2317,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2108,6 +2330,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2118,6 +2341,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "18.48", "start": 0, "type": "Literal", @@ -2131,6 +2355,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25.2", "start": 0, "type": "Literal", @@ -2142,6 +2367,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2149,6 +2375,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2159,9 +2386,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2172,6 +2401,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2184,6 +2414,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2194,6 +2425,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "18.48", "start": 0, "type": "Literal", @@ -2207,6 +2439,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "26.04", "start": 0, "type": "Literal", @@ -2218,6 +2451,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2225,6 +2459,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2235,9 +2470,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2248,6 +2485,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2260,6 +2498,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2270,6 +2509,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.96", "start": 0, "type": "Literal", @@ -2283,6 +2523,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "26.04", "start": 0, "type": "Literal", @@ -2294,6 +2535,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2301,6 +2543,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2311,9 +2554,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2324,6 +2569,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2336,6 +2582,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2346,6 +2593,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.96", "start": 0, "type": "Literal", @@ -2359,6 +2607,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "26.88", "start": 0, "type": "Literal", @@ -2370,6 +2619,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2377,6 +2627,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2387,9 +2638,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2400,6 +2653,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2412,6 +2666,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2422,6 +2677,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "16.8", "start": 0, "type": "Literal", @@ -2435,6 +2691,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "26.88", "start": 0, "type": "Literal", @@ -2446,6 +2703,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2453,6 +2711,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2463,9 +2722,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2476,6 +2737,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2488,6 +2750,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2498,6 +2761,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "16.8", "start": 0, "type": "Literal", @@ -2511,6 +2775,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "28.56", "start": 0, "type": "Literal", @@ -2522,6 +2787,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2529,6 +2795,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2539,9 +2806,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2552,6 +2821,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2564,6 +2834,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2574,6 +2845,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11.76", "start": 0, "type": "Literal", @@ -2587,6 +2859,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "28.56", "start": 0, "type": "Literal", @@ -2598,6 +2871,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2605,6 +2879,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2615,9 +2890,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2628,6 +2905,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2640,6 +2918,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2650,6 +2929,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11.76", "start": 0, "type": "Literal", @@ -2663,6 +2943,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "26.88", "start": 0, "type": "Literal", @@ -2674,6 +2955,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2681,6 +2963,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2691,9 +2974,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2704,6 +2989,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2716,6 +3002,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2726,6 +3013,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12.6", "start": 0, "type": "Literal", @@ -2739,6 +3027,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "26.88", "start": 0, "type": "Literal", @@ -2750,6 +3039,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2757,6 +3047,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2767,9 +3058,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2780,6 +3073,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2792,6 +3086,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2802,6 +3097,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12.6", "start": 0, "type": "Literal", @@ -2815,6 +3111,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "26.04", "start": 0, "type": "Literal", @@ -2826,6 +3123,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2833,6 +3131,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2843,9 +3142,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2856,6 +3157,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2868,6 +3170,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2878,6 +3181,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8.4", "start": 0, "type": "Literal", @@ -2891,6 +3195,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "26.04", "start": 0, "type": "Literal", @@ -2902,6 +3207,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2909,6 +3215,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2919,9 +3226,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2932,6 +3241,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2944,6 +3254,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2954,6 +3265,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8.4", "start": 0, "type": "Literal", @@ -2967,6 +3279,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "26.88", "start": 0, "type": "Literal", @@ -2978,6 +3291,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2985,6 +3299,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2995,9 +3310,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3008,6 +3325,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3020,6 +3338,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3030,6 +3349,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "9.24", "start": 0, "type": "Literal", @@ -3043,6 +3363,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "26.88", "start": 0, "type": "Literal", @@ -3054,6 +3375,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3061,6 +3383,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3071,9 +3394,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3084,6 +3409,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3096,6 +3422,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3106,6 +3433,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "9.24", "start": 0, "type": "Literal", @@ -3119,6 +3447,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "28.56", "start": 0, "type": "Literal", @@ -3130,6 +3459,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3137,6 +3467,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3147,9 +3478,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3160,6 +3493,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3172,6 +3506,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3182,6 +3517,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.2", "start": 0, "type": "Literal", @@ -3195,6 +3531,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "28.56", "start": 0, "type": "Literal", @@ -3206,6 +3543,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3213,6 +3551,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3223,9 +3562,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3236,6 +3577,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3248,6 +3590,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3258,6 +3601,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.2", "start": 0, "type": "Literal", @@ -3271,6 +3615,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "26.88", "start": 0, "type": "Literal", @@ -3282,6 +3627,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3289,6 +3635,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3299,9 +3646,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3312,6 +3661,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3324,6 +3674,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3334,6 +3685,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -3347,6 +3699,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "26.88", "start": 0, "type": "Literal", @@ -3358,6 +3711,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3365,6 +3719,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3375,9 +3730,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3388,6 +3745,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3400,6 +3758,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3410,6 +3769,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -3423,6 +3783,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "26.04", "start": 0, "type": "Literal", @@ -3434,6 +3795,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3441,6 +3803,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3451,9 +3814,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3464,6 +3829,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3476,6 +3842,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3486,6 +3853,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.839996", "start": 0, "type": "Literal", @@ -3499,6 +3867,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20.58", "start": 0, "type": "Literal", @@ -3510,6 +3879,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3517,6 +3887,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3527,9 +3898,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3540,6 +3913,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3552,6 +3926,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3562,6 +3937,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.839996", "start": 0, "type": "Literal", @@ -3575,6 +3951,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "24.36", "start": 0, "type": "Literal", @@ -3586,6 +3963,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3593,6 +3971,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3603,9 +3982,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3616,6 +3997,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3628,6 +4010,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3638,6 +4021,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.52", "start": 0, "type": "Literal", @@ -3651,6 +4035,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "24.36", "start": 0, "type": "Literal", @@ -3662,6 +4047,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3669,6 +4055,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3679,9 +4066,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3692,6 +4081,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3704,6 +4094,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3714,6 +4105,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.52", "start": 0, "type": "Literal", @@ -3727,6 +4119,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25.2", "start": 0, "type": "Literal", @@ -3738,6 +4131,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3745,6 +4139,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3755,9 +4150,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3768,6 +4165,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3780,6 +4178,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3790,6 +4189,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "18.48", "start": 0, "type": "Literal", @@ -3803,6 +4203,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25.2", "start": 0, "type": "Literal", @@ -3814,6 +4215,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3821,6 +4223,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3831,9 +4234,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3844,6 +4249,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3856,6 +4262,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3866,6 +4273,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "18.48", "start": 0, "type": "Literal", @@ -3879,6 +4287,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "24.36", "start": 0, "type": "Literal", @@ -3890,6 +4299,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3897,6 +4307,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3907,9 +4318,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3920,6 +4333,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3932,6 +4346,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3942,6 +4357,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20.16", "start": 0, "type": "Literal", @@ -3955,6 +4371,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "24.36", "start": 0, "type": "Literal", @@ -3966,6 +4383,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3973,6 +4391,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3983,9 +4402,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3996,6 +4417,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4008,6 +4430,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -4018,6 +4441,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20.16", "start": 0, "type": "Literal", @@ -4031,6 +4455,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20.58", "start": 0, "type": "Literal", @@ -4042,6 +4467,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4049,6 +4475,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4059,9 +4486,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4072,6 +4501,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4084,6 +4514,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -4094,6 +4525,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7.56", "start": 0, "type": "Literal", @@ -4107,6 +4539,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "24.36", "start": 0, "type": "Literal", @@ -4118,6 +4551,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4125,6 +4559,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4135,9 +4570,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4148,6 +4585,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4160,6 +4598,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -4170,6 +4609,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7.56", "start": 0, "type": "Literal", @@ -4183,6 +4623,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "22.68", "start": 0, "type": "Literal", @@ -4194,6 +4635,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4201,6 +4643,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4211,9 +4654,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4224,6 +4669,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4236,6 +4682,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -4246,6 +4693,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "13.44", "start": 0, "type": "Literal", @@ -4259,6 +4707,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "22.68", "start": 0, "type": "Literal", @@ -4270,6 +4719,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4277,6 +4727,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4287,9 +4738,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4300,6 +4753,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4312,6 +4766,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -4322,6 +4777,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "13.44", "start": 0, "type": "Literal", @@ -4335,6 +4791,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "24.36", "start": 0, "type": "Literal", @@ -4346,6 +4803,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4353,6 +4811,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4363,9 +4822,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4376,6 +4837,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4388,6 +4850,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -4398,6 +4861,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.68", "start": 0, "type": "Literal", @@ -4411,6 +4875,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "22.68", "start": 0, "type": "Literal", @@ -4422,6 +4887,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4429,6 +4895,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4439,9 +4906,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4452,6 +4921,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4464,6 +4934,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -4474,6 +4945,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.68", "start": 0, "type": "Literal", @@ -4487,6 +4959,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "21.84", "start": 0, "type": "Literal", @@ -4498,6 +4971,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4505,6 +4979,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4515,9 +4990,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4528,6 +5005,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4540,6 +5018,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -4550,6 +5029,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.88", "start": 0, "type": "Literal", @@ -4563,6 +5043,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "21.84", "start": 0, "type": "Literal", @@ -4574,6 +5055,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4581,6 +5063,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4591,9 +5074,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4604,6 +5089,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4616,6 +5102,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -4626,6 +5113,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.88", "start": 0, "type": "Literal", @@ -4639,6 +5127,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "22.68", "start": 0, "type": "Literal", @@ -4650,6 +5139,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4657,6 +5147,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4667,9 +5158,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4680,6 +5173,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4692,6 +5186,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -4702,6 +5197,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.36", "start": 0, "type": "Literal", @@ -4715,6 +5211,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "24.36", "start": 0, "type": "Literal", @@ -4726,6 +5223,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4733,6 +5231,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4743,9 +5242,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4756,6 +5257,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4768,6 +5270,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -4778,6 +5281,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.36", "start": 0, "type": "Literal", @@ -4791,6 +5295,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "23.52", "start": 0, "type": "Literal", @@ -4802,6 +5307,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4809,6 +5315,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4819,9 +5326,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4832,6 +5341,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4844,6 +5354,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -4854,6 +5365,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.88", "start": 0, "type": "Literal", @@ -4867,6 +5379,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "23.52", "start": 0, "type": "Literal", @@ -4878,6 +5391,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4885,6 +5399,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4895,9 +5410,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4908,6 +5425,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4920,6 +5438,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -4930,6 +5449,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.88", "start": 0, "type": "Literal", @@ -4943,6 +5463,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "24.36", "start": 0, "type": "Literal", @@ -4954,6 +5475,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4961,6 +5483,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4971,9 +5494,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4984,6 +5509,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4996,6 +5522,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -5006,6 +5533,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.12", "start": 0, "type": "Literal", @@ -5019,6 +5547,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "22.68", "start": 0, "type": "Literal", @@ -5030,6 +5559,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5037,6 +5567,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5047,9 +5578,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5060,6 +5593,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5072,6 +5606,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -5082,6 +5617,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.12", "start": 0, "type": "Literal", @@ -5095,6 +5631,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "21.84", "start": 0, "type": "Literal", @@ -5106,6 +5643,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5113,6 +5651,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5123,9 +5662,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5136,6 +5677,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5148,6 +5690,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -5158,6 +5701,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.959999999999999", "start": 0, "type": "Literal", @@ -5171,6 +5715,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "21.84", "start": 0, "type": "Literal", @@ -5182,6 +5727,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5189,6 +5735,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5199,9 +5746,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5212,6 +5761,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5224,6 +5774,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -5234,6 +5785,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.959999999999999", "start": 0, "type": "Literal", @@ -5247,6 +5799,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "22.68", "start": 0, "type": "Literal", @@ -5258,6 +5811,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5265,6 +5819,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5275,9 +5830,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5288,6 +5845,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5300,6 +5858,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -5310,6 +5869,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "16.8", "start": 0, "type": "Literal", @@ -5323,6 +5883,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "22.68", "start": 0, "type": "Literal", @@ -5334,6 +5895,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5341,6 +5903,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5351,9 +5914,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5364,6 +5929,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5376,6 +5942,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -5386,6 +5953,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "16.8", "start": 0, "type": "Literal", @@ -5399,6 +5967,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "21.84", "start": 0, "type": "Literal", @@ -5410,6 +5979,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5417,6 +5987,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5427,9 +5998,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5440,6 +6013,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5452,6 +6026,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -5462,6 +6037,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "17.64", "start": 0, "type": "Literal", @@ -5475,6 +6051,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "21.84", "start": 0, "type": "Literal", @@ -5486,6 +6063,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5493,6 +6071,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5503,9 +6082,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5516,6 +6097,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5528,6 +6110,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -5538,6 +6121,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "17.64", "start": 0, "type": "Literal", @@ -5551,6 +6135,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "22.68", "start": 0, "type": "Literal", @@ -5562,6 +6147,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5569,6 +6155,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5579,9 +6166,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5592,6 +6181,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5604,6 +6194,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -5614,6 +6205,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "18.48", "start": 0, "type": "Literal", @@ -5627,6 +6219,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "22.68", "start": 0, "type": "Literal", @@ -5638,6 +6231,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5645,6 +6239,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5655,9 +6250,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5668,6 +6265,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5680,6 +6278,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -5690,6 +6289,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "18.48", "start": 0, "type": "Literal", @@ -5703,6 +6303,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "21.84", "start": 0, "type": "Literal", @@ -5714,6 +6315,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5721,6 +6323,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5731,9 +6334,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5744,6 +6349,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5756,6 +6362,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -5766,6 +6373,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "19.32", "start": 0, "type": "Literal", @@ -5779,6 +6387,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "21.84", "start": 0, "type": "Literal", @@ -5790,6 +6399,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5797,6 +6407,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5807,9 +6418,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5820,6 +6433,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5832,6 +6446,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -5842,6 +6457,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "19.32", "start": 0, "type": "Literal", @@ -5855,6 +6471,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "22.68", "start": 0, "type": "Literal", @@ -5866,6 +6483,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5873,6 +6491,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5883,9 +6502,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5896,6 +6517,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5908,6 +6530,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -5918,6 +6541,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.12", "start": 0, "type": "Literal", @@ -5931,6 +6555,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "24.36", "start": 0, "type": "Literal", @@ -5942,6 +6567,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5949,6 +6575,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5959,9 +6586,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5972,6 +6601,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5984,6 +6614,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -5994,6 +6625,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.12", "start": 0, "type": "Literal", @@ -6007,6 +6639,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "23.52", "start": 0, "type": "Literal", @@ -6018,6 +6651,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6025,6 +6659,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6035,9 +6670,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -6048,6 +6685,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6060,6 +6698,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -6070,6 +6709,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "17.64", "start": 0, "type": "Literal", @@ -6083,6 +6723,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "23.52", "start": 0, "type": "Literal", @@ -6094,6 +6735,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6101,6 +6743,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6111,9 +6754,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -6124,6 +6769,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6136,6 +6782,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -6146,6 +6793,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "17.64", "start": 0, "type": "Literal", @@ -6159,6 +6807,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "24.36", "start": 0, "type": "Literal", @@ -6170,6 +6819,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6177,6 +6827,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6187,9 +6838,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -6200,6 +6853,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6212,6 +6866,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -6222,6 +6877,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "18.48", "start": 0, "type": "Literal", @@ -6235,6 +6891,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.88", "start": 0, "type": "Literal", @@ -6246,6 +6903,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6253,6 +6911,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6263,9 +6922,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -6276,6 +6937,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6288,6 +6950,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -6298,6 +6961,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "18.48", "start": 0, "type": "Literal", @@ -6311,6 +6975,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -6322,6 +6987,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6329,6 +6995,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6339,9 +7006,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -6352,6 +7021,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6364,6 +7034,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -6374,6 +7045,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "17.64", "start": 0, "type": "Literal", @@ -6387,6 +7059,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -6398,6 +7071,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6405,6 +7079,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6415,9 +7090,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -6428,6 +7105,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6440,6 +7118,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -6450,6 +7129,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "17.64", "start": 0, "type": "Literal", @@ -6463,6 +7143,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.2", "start": 0, "type": "Literal", @@ -6474,6 +7155,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6481,6 +7163,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6491,9 +7174,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -6504,6 +7189,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6516,6 +7202,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -6526,6 +7213,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.36", "start": 0, "type": "Literal", @@ -6539,6 +7227,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.2", "start": 0, "type": "Literal", @@ -6550,6 +7239,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6557,6 +7247,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6567,9 +7258,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -6580,6 +7273,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6592,6 +7286,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -6602,6 +7297,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.36", "start": 0, "type": "Literal", @@ -6615,6 +7311,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -6626,6 +7323,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6633,6 +7331,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6643,9 +7342,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -6656,6 +7357,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6668,6 +7370,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -6678,6 +7381,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.52", "start": 0, "type": "Literal", @@ -6691,6 +7395,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -6702,6 +7407,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6709,6 +7415,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6719,9 +7426,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -6732,6 +7441,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6744,6 +7454,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -6754,6 +7465,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.52", "start": 0, "type": "Literal", @@ -6767,6 +7479,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.88", "start": 0, "type": "Literal", @@ -6778,6 +7491,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6785,6 +7499,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6795,9 +7510,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -6808,6 +7525,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6820,6 +7538,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -6830,6 +7549,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.68", "start": 0, "type": "Literal", @@ -6843,6 +7563,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.88", "start": 0, "type": "Literal", @@ -6854,6 +7575,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6861,6 +7583,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6871,9 +7594,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -6884,6 +7609,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6896,6 +7622,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -6906,6 +7633,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.68", "start": 0, "type": "Literal", @@ -6919,6 +7647,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6.72", "start": 0, "type": "Literal", @@ -6930,6 +7659,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6937,6 +7667,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6947,9 +7678,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -6960,6 +7693,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6972,6 +7706,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -6982,6 +7717,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.839996", "start": 0, "type": "Literal", @@ -6995,6 +7731,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6.72", "start": 0, "type": "Literal", @@ -7006,6 +7743,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7013,6 +7751,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7023,9 +7762,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -7036,6 +7777,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7048,6 +7790,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -7058,6 +7801,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.839996", "start": 0, "type": "Literal", @@ -7071,6 +7815,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8.4", "start": 0, "type": "Literal", @@ -7082,6 +7827,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7089,6 +7835,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7099,9 +7846,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -7112,6 +7861,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7124,6 +7874,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -7134,6 +7885,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20.16", "start": 0, "type": "Literal", @@ -7147,6 +7899,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8.4", "start": 0, "type": "Literal", @@ -7158,6 +7911,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7165,6 +7919,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7175,9 +7930,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -7188,6 +7945,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7200,6 +7958,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -7210,6 +7969,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20.16", "start": 0, "type": "Literal", @@ -7223,6 +7983,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6.72", "start": 0, "type": "Literal", @@ -7234,6 +7995,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7241,6 +8003,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7251,9 +8014,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -7264,6 +8029,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7276,6 +8042,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -7286,6 +8053,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "19.32", "start": 0, "type": "Literal", @@ -7299,6 +8067,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6.72", "start": 0, "type": "Literal", @@ -7310,6 +8079,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7317,6 +8087,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7327,9 +8098,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -7340,6 +8113,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7352,6 +8126,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -7362,6 +8137,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "19.32", "start": 0, "type": "Literal", @@ -7375,6 +8151,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.88", "start": 0, "type": "Literal", @@ -7386,6 +8163,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7393,6 +8171,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7403,9 +8182,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -7416,6 +8197,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7428,6 +8210,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -7438,6 +8221,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20.16", "start": 0, "type": "Literal", @@ -7451,6 +8235,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7.56", "start": 0, "type": "Literal", @@ -7462,6 +8247,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7469,6 +8255,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7479,9 +8266,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -7492,6 +8281,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7504,6 +8294,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -7514,6 +8305,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.839996", "start": 0, "type": "Literal", @@ -7527,6 +8319,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7.56", "start": 0, "type": "Literal", @@ -7538,6 +8331,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7545,6 +8339,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7555,9 +8350,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -7568,6 +8365,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7580,6 +8378,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -7590,6 +8389,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.839996", "start": 0, "type": "Literal", @@ -7603,6 +8403,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "19.32", "start": 0, "type": "Literal", @@ -7614,6 +8415,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7621,6 +8423,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7631,9 +8434,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -7644,6 +8449,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7656,6 +8462,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -7666,6 +8473,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20.16", "start": 0, "type": "Literal", @@ -7679,6 +8487,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "19.32", "start": 0, "type": "Literal", @@ -7690,6 +8499,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7697,6 +8507,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7707,9 +8518,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -7720,6 +8533,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7732,6 +8546,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -7742,6 +8557,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.36", "start": 0, "type": "Literal", @@ -7755,6 +8571,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10.08", "start": 0, "type": "Literal", @@ -7766,6 +8583,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7773,6 +8591,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7783,9 +8602,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -7796,6 +8617,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7808,6 +8630,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -7818,6 +8641,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.36", "start": 0, "type": "Literal", @@ -7831,6 +8655,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "9.24001", "start": 0, "type": "Literal", @@ -7842,6 +8667,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7849,6 +8675,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7859,9 +8686,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -7872,6 +8701,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7884,6 +8714,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -7894,6 +8725,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "17.64", "start": 0, "type": "Literal", @@ -7907,6 +8739,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "9.24001", "start": 0, "type": "Literal", @@ -7918,6 +8751,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7925,6 +8759,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7935,9 +8770,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -7948,6 +8785,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7960,6 +8798,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -7970,6 +8809,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "17.64", "start": 0, "type": "Literal", @@ -7983,6 +8823,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10.08", "start": 0, "type": "Literal", @@ -7994,6 +8835,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -8001,6 +8843,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8011,9 +8854,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -8024,6 +8869,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8036,6 +8882,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -8046,6 +8893,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "18.48", "start": 0, "type": "Literal", @@ -8059,6 +8907,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10.08", "start": 0, "type": "Literal", @@ -8070,6 +8919,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -8077,6 +8927,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8087,9 +8938,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -8100,6 +8953,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8112,6 +8966,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -8122,6 +8977,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "18.48", "start": 0, "type": "Literal", @@ -8135,6 +8991,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "16.8", "start": 0, "type": "Literal", @@ -8146,6 +9003,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -8153,6 +9011,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8163,9 +9022,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -8176,6 +9037,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8188,6 +9050,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -8198,6 +9061,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "17.64", "start": 0, "type": "Literal", @@ -8211,6 +9075,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "16.8", "start": 0, "type": "Literal", @@ -8222,6 +9087,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -8229,6 +9095,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8239,9 +9106,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -8252,6 +9121,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8264,6 +9134,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -8274,6 +9145,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "17.64", "start": 0, "type": "Literal", @@ -8287,6 +9159,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "17.64", "start": 0, "type": "Literal", @@ -8298,6 +9171,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -8305,6 +9179,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8315,9 +9190,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -8328,6 +9205,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8340,6 +9218,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -8350,6 +9229,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.36", "start": 0, "type": "Literal", @@ -8363,6 +9243,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "17.64", "start": 0, "type": "Literal", @@ -8374,6 +9255,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -8381,6 +9263,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8391,9 +9274,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -8404,6 +9289,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8416,6 +9302,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -8426,6 +9313,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.36", "start": 0, "type": "Literal", @@ -8439,6 +9327,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "16.8", "start": 0, "type": "Literal", @@ -8450,6 +9339,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -8457,6 +9347,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8467,9 +9358,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -8480,6 +9373,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8492,6 +9386,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -8502,6 +9397,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.52", "start": 0, "type": "Literal", @@ -8515,6 +9411,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "16.8", "start": 0, "type": "Literal", @@ -8526,6 +9423,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -8533,6 +9431,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8543,9 +9442,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -8556,6 +9457,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8568,6 +9470,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -8578,6 +9481,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.52", "start": 0, "type": "Literal", @@ -8591,6 +9495,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10.080000000000002", "start": 0, "type": "Literal", @@ -8602,6 +9507,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -8609,6 +9515,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8619,9 +9526,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -8632,6 +9541,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8644,6 +9554,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -8654,6 +9565,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "13.44", "start": 0, "type": "Literal", @@ -8667,6 +9579,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10.92", "start": 0, "type": "Literal", @@ -8678,6 +9591,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -8685,6 +9599,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8695,9 +9610,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -8708,6 +9625,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8720,6 +9638,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -8730,6 +9649,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "13.44", "start": 0, "type": "Literal", @@ -8743,6 +9663,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10.08", "start": 0, "type": "Literal", @@ -8754,6 +9675,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -8761,6 +9683,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8771,9 +9694,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -8784,6 +9709,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8796,6 +9722,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -8806,6 +9733,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.12", "start": 0, "type": "Literal", @@ -8819,6 +9747,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10.08", "start": 0, "type": "Literal", @@ -8830,6 +9759,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -8837,6 +9767,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8847,9 +9778,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -8860,6 +9793,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8872,6 +9806,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -8882,6 +9817,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.12", "start": 0, "type": "Literal", @@ -8895,6 +9831,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "13.44", "start": 0, "type": "Literal", @@ -8906,6 +9843,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -8913,6 +9851,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8923,9 +9862,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -8936,6 +9877,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8948,6 +9890,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -8958,6 +9901,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "14.28", "start": 0, "type": "Literal", @@ -8971,6 +9915,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "13.44", "start": 0, "type": "Literal", @@ -8982,6 +9927,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -8989,6 +9935,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8999,9 +9946,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -9012,6 +9961,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9024,6 +9974,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -9034,6 +9985,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "9.24", "start": 0, "type": "Literal", @@ -9047,6 +9999,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "13.44", "start": 0, "type": "Literal", @@ -9058,6 +10011,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -9065,6 +10019,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9075,9 +10030,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -9088,6 +10045,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9100,6 +10058,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -9110,6 +10069,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11.76", "start": 0, "type": "Literal", @@ -9123,6 +10083,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "13.44", "start": 0, "type": "Literal", @@ -9134,6 +10095,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -9141,6 +10103,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9151,9 +10114,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -9164,6 +10129,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9176,6 +10142,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -9186,6 +10153,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11.76", "start": 0, "type": "Literal", @@ -9199,6 +10167,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "14.28", "start": 0, "type": "Literal", @@ -9210,6 +10179,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -9217,6 +10187,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9227,9 +10198,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -9240,6 +10213,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9252,6 +10226,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -9262,6 +10237,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10.92", "start": 0, "type": "Literal", @@ -9275,6 +10251,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "14.28", "start": 0, "type": "Literal", @@ -9286,6 +10263,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -9293,6 +10271,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9303,9 +10282,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -9316,6 +10297,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9328,6 +10310,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -9338,6 +10321,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10.92", "start": 0, "type": "Literal", @@ -9351,6 +10335,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.959999999999999", "start": 0, "type": "Literal", @@ -9362,6 +10347,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -9369,6 +10355,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9379,9 +10366,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -9392,6 +10381,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9404,6 +10394,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -9414,6 +10405,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "13.44", "start": 0, "type": "Literal", @@ -9427,6 +10419,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.959999999999999", "start": 0, "type": "Literal", @@ -9438,6 +10431,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -9445,6 +10439,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9455,9 +10450,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -9468,6 +10465,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9480,6 +10478,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -9490,6 +10489,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "13.44", "start": 0, "type": "Literal", @@ -9503,6 +10503,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.12", "start": 0, "type": "Literal", @@ -9514,6 +10515,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -9521,6 +10523,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9531,9 +10534,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -9544,6 +10549,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9556,6 +10562,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -9566,6 +10573,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "14.28", "start": 0, "type": "Literal", @@ -9579,6 +10587,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.12", "start": 0, "type": "Literal", @@ -9590,6 +10599,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -9597,6 +10607,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9607,9 +10618,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -9620,6 +10633,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9632,6 +10646,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -9642,6 +10657,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "14.28", "start": 0, "type": "Literal", @@ -9655,6 +10671,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.959999999999999", "start": 0, "type": "Literal", @@ -9666,6 +10683,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -9673,6 +10691,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9683,9 +10702,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -9696,6 +10717,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9708,6 +10730,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -9718,6 +10741,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "13.44", "start": 0, "type": "Literal", @@ -9731,6 +10755,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.959999999999999", "start": 0, "type": "Literal", @@ -9742,6 +10767,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -9749,6 +10775,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9759,9 +10786,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -9772,6 +10801,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9784,6 +10814,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -9794,6 +10825,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "13.44", "start": 0, "type": "Literal", @@ -9807,6 +10839,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "16.8", "start": 0, "type": "Literal", @@ -9818,6 +10851,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -9825,6 +10859,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9835,9 +10870,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -9848,6 +10885,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9860,6 +10898,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -9870,6 +10909,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7.56", "start": 0, "type": "Literal", @@ -9883,6 +10923,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "16.8", "start": 0, "type": "Literal", @@ -9894,6 +10935,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -9901,6 +10943,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9911,9 +10954,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -9924,6 +10969,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9936,6 +10982,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -9946,6 +10993,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7.56", "start": 0, "type": "Literal", @@ -9959,6 +11007,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.96", "start": 0, "type": "Literal", @@ -9970,6 +11019,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -9977,6 +11027,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9987,9 +11038,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -10000,6 +11053,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10012,6 +11066,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -10022,6 +11077,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6.72", "start": 0, "type": "Literal", @@ -10035,6 +11091,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.96", "start": 0, "type": "Literal", @@ -10046,6 +11103,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -10053,6 +11111,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -10063,9 +11122,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -10076,6 +11137,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10088,6 +11150,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -10098,6 +11161,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6.72", "start": 0, "type": "Literal", @@ -10111,6 +11175,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.120000000000001", "start": 0, "type": "Literal", @@ -10122,6 +11187,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -10129,6 +11195,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -10139,9 +11206,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -10152,6 +11221,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10164,6 +11234,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -10174,6 +11245,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7.56", "start": 0, "type": "Literal", @@ -10187,6 +11259,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.120000000000001", "start": 0, "type": "Literal", @@ -10198,6 +11271,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -10205,6 +11279,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -10215,9 +11290,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -10228,6 +11305,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10240,6 +11318,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -10250,6 +11329,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7.56", "start": 0, "type": "Literal", @@ -10263,6 +11343,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.96", "start": 0, "type": "Literal", @@ -10274,6 +11355,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -10281,6 +11363,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -10291,9 +11374,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -10304,6 +11389,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10316,6 +11402,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -10326,6 +11413,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10.08", "start": 0, "type": "Literal", @@ -10339,6 +11427,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.96", "start": 0, "type": "Literal", @@ -10350,6 +11439,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -10357,6 +11447,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -10367,9 +11458,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -10380,6 +11473,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10392,6 +11486,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -10402,6 +11497,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10.08", "start": 0, "type": "Literal", @@ -10415,6 +11511,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "14.28", "start": 0, "type": "Literal", @@ -10426,6 +11523,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -10433,6 +11531,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -10443,9 +11542,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -10456,6 +11557,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10468,6 +11570,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -10478,6 +11581,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "9.24", "start": 0, "type": "Literal", @@ -10491,6 +11595,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "14.28", "start": 0, "type": "Literal", @@ -10502,6 +11607,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -10509,6 +11615,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -10519,9 +11626,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -10532,6 +11641,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10544,6 +11654,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -10554,6 +11665,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7.56", "start": 0, "type": "Literal", @@ -10567,6 +11679,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12.6", "start": 0, "type": "Literal", @@ -10578,6 +11691,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -10585,6 +11699,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -10595,9 +11710,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -10608,6 +11725,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10620,6 +11738,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -10630,6 +11749,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7.56", "start": 0, "type": "Literal", @@ -10643,6 +11763,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11.76", "start": 0, "type": "Literal", @@ -10654,6 +11775,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -10661,6 +11783,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -10671,9 +11794,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -10684,6 +11809,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10696,6 +11822,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -10706,6 +11833,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -10719,6 +11847,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11.76", "start": 0, "type": "Literal", @@ -10730,6 +11859,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -10737,6 +11867,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -10747,9 +11878,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -10760,6 +11893,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10772,6 +11906,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -10782,6 +11917,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -10795,6 +11931,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12.6", "start": 0, "type": "Literal", @@ -10806,6 +11943,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -10813,6 +11951,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -10823,9 +11962,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -10836,6 +11977,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10848,6 +11990,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -10858,6 +12001,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.2", "start": 0, "type": "Literal", @@ -10871,6 +12015,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12.6", "start": 0, "type": "Literal", @@ -10882,6 +12027,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -10889,6 +12035,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -10899,9 +12046,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -10912,6 +12061,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10924,6 +12074,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -10934,6 +12085,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.2", "start": 0, "type": "Literal", @@ -10947,6 +12099,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11.76", "start": 0, "type": "Literal", @@ -10958,6 +12111,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -10965,6 +12119,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -10975,9 +12130,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -10988,6 +12145,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11000,6 +12158,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -11010,6 +12169,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -11023,6 +12183,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11.76", "start": 0, "type": "Literal", @@ -11034,6 +12195,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -11041,6 +12203,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -11051,9 +12214,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -11064,6 +12229,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11076,6 +12242,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -11086,6 +12253,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -11099,6 +12267,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10.92", "start": 0, "type": "Literal", @@ -11110,6 +12279,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -11117,6 +12287,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -11127,9 +12298,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -11140,6 +12313,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11152,6 +12326,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -11162,6 +12337,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7.5600000000000005", "start": 0, "type": "Literal", @@ -11175,6 +12351,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10.92", "start": 0, "type": "Literal", @@ -11186,6 +12363,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -11193,6 +12371,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -11203,9 +12382,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -11216,6 +12397,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11228,6 +12410,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -11238,6 +12421,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7.5600000000000005", "start": 0, "type": "Literal", @@ -11251,6 +12435,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11.76", "start": 0, "type": "Literal", @@ -11262,6 +12447,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -11269,6 +12455,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -11279,9 +12466,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -11292,6 +12481,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11304,6 +12494,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -11314,6 +12505,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8.4", "start": 0, "type": "Literal", @@ -11327,6 +12519,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11.76", "start": 0, "type": "Literal", @@ -11338,6 +12531,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -11345,6 +12539,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -11355,9 +12550,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -11368,6 +12565,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11380,6 +12578,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -11390,6 +12589,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8.4", "start": 0, "type": "Literal", @@ -11403,6 +12603,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12.6", "start": 0, "type": "Literal", @@ -11414,6 +12615,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -11421,6 +12623,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -11431,9 +12634,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -11444,6 +12649,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11456,6 +12662,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -11466,6 +12673,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.36", "start": 0, "type": "Literal", @@ -11479,6 +12687,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.88", "start": 0, "type": "Literal", @@ -11490,6 +12699,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -11497,6 +12707,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -11507,9 +12718,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -11520,6 +12733,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11532,6 +12746,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -11542,6 +12757,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.36", "start": 0, "type": "Literal", @@ -11555,6 +12771,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -11566,6 +12783,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -11573,6 +12791,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -11583,9 +12802,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -11596,6 +12817,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11608,6 +12830,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -11618,6 +12841,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.2", "start": 0, "type": "Literal", @@ -11631,6 +12855,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -11642,6 +12867,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -11649,6 +12875,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -11659,9 +12886,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -11672,6 +12901,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11684,6 +12914,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -11694,6 +12925,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.2", "start": 0, "type": "Literal", @@ -11707,6 +12939,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.36", "start": 0, "type": "Literal", @@ -11718,6 +12951,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -11725,6 +12959,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -11735,9 +12970,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -11748,6 +12985,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11760,6 +12998,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -11770,6 +13009,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -11783,6 +13023,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.36", "start": 0, "type": "Literal", @@ -11794,6 +13035,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -11801,6 +13043,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -11811,9 +13054,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -11824,6 +13069,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11836,6 +13082,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -11846,6 +13093,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -11859,6 +13107,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.68", "start": 0, "type": "Literal", @@ -11870,6 +13119,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -11877,6 +13127,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -11887,9 +13138,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -11900,6 +13153,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11912,6 +13166,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -11922,6 +13177,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.88", "start": 0, "type": "Literal", @@ -11935,6 +13191,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.68", "start": 0, "type": "Literal", @@ -11946,6 +13203,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -11953,6 +13211,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -11963,9 +13222,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -11976,6 +13237,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11988,6 +13250,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -11998,6 +13261,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.88", "start": 0, "type": "Literal", @@ -12011,6 +13275,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.83999599", "start": 0, "type": "Literal", @@ -12022,6 +13287,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -12029,6 +13295,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -12039,9 +13306,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -12052,6 +13321,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -12064,6 +13334,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -12074,6 +13345,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6.72", "start": 0, "type": "Literal", @@ -12087,6 +13359,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.83999599", "start": 0, "type": "Literal", @@ -12098,6 +13371,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -12105,6 +13379,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -12115,9 +13390,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -12128,6 +13405,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -12140,6 +13418,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -12150,6 +13429,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6.72", "start": 0, "type": "Literal", @@ -12163,6 +13443,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.68", "start": 0, "type": "Literal", @@ -12174,6 +13455,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -12181,6 +13463,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -12191,9 +13474,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -12204,6 +13489,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -12216,6 +13502,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -12226,6 +13513,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7.56", "start": 0, "type": "Literal", @@ -12239,6 +13527,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.68", "start": 0, "type": "Literal", @@ -12250,6 +13539,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -12257,6 +13547,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -12267,9 +13558,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -12280,6 +13573,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -12292,6 +13586,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -12302,6 +13597,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7.56", "start": 0, "type": "Literal", @@ -12315,6 +13611,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.36", "start": 0, "type": "Literal", @@ -12326,6 +13623,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -12333,6 +13631,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -12343,9 +13642,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -12356,6 +13657,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -12368,6 +13670,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -12378,6 +13681,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8.4", "start": 0, "type": "Literal", @@ -12391,6 +13695,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.36", "start": 0, "type": "Literal", @@ -12402,6 +13707,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -12409,6 +13715,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -12419,9 +13726,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -12432,6 +13741,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -12444,6 +13754,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -12454,6 +13765,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8.4", "start": 0, "type": "Literal", @@ -12467,6 +13779,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -12478,6 +13791,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -12485,6 +13799,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -12495,9 +13810,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -12508,6 +13825,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -12520,6 +13838,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -12530,6 +13849,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "9.24", "start": 0, "type": "Literal", @@ -12543,6 +13863,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -12554,6 +13875,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -12561,6 +13883,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -12571,9 +13894,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -12584,6 +13909,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -12596,6 +13922,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -12606,6 +13933,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "9.24", "start": 0, "type": "Literal", @@ -12619,6 +13947,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.88", "start": 0, "type": "Literal", @@ -12630,6 +13959,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -12637,6 +13967,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -12647,9 +13978,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -12660,6 +13993,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -12672,6 +14006,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -12682,6 +14017,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "17.64", "start": 0, "type": "Literal", @@ -12695,6 +14031,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -12706,6 +14043,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -12713,6 +14051,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -12723,9 +14062,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -12736,6 +14077,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -12748,6 +14090,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -12758,6 +14101,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "17.64", "start": 0, "type": "Literal", @@ -12771,6 +14115,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.88", "start": 0, "type": "Literal", @@ -12782,6 +14127,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -12789,6 +14135,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -12799,9 +14146,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -12812,6 +14161,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -12824,6 +14174,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -12834,6 +14185,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11.76", "start": 0, "type": "Literal", @@ -12847,6 +14199,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.88", "start": 0, "type": "Literal", @@ -12858,6 +14211,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -12865,6 +14219,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -12875,9 +14230,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -12888,6 +14245,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -12900,6 +14258,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -12910,6 +14269,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11.76", "start": 0, "type": "Literal", @@ -12923,6 +14283,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -12934,6 +14295,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -12941,6 +14303,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -12951,9 +14314,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -12964,6 +14329,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -12976,6 +14342,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -12986,6 +14353,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12.6", "start": 0, "type": "Literal", @@ -12999,6 +14367,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -13010,6 +14379,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -13017,6 +14387,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -13027,9 +14398,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -13040,6 +14413,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -13052,6 +14426,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -13062,6 +14437,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12.6", "start": 0, "type": "Literal", @@ -13075,6 +14451,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.36", "start": 0, "type": "Literal", @@ -13086,6 +14463,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -13093,6 +14471,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -13103,9 +14482,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -13116,6 +14497,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -13128,6 +14510,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -13138,6 +14521,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "13.44", "start": 0, "type": "Literal", @@ -13151,6 +14535,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.36", "start": 0, "type": "Literal", @@ -13162,6 +14547,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -13169,6 +14555,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -13179,9 +14566,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -13192,6 +14581,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -13204,6 +14594,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -13214,6 +14605,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "13.44", "start": 0, "type": "Literal", @@ -13227,6 +14619,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.68", "start": 0, "type": "Literal", @@ -13238,6 +14631,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -13245,6 +14639,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -13255,9 +14650,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -13268,6 +14665,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -13280,6 +14678,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -13290,6 +14689,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "14.28", "start": 0, "type": "Literal", @@ -13303,6 +14703,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.68", "start": 0, "type": "Literal", @@ -13314,6 +14715,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -13321,6 +14723,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -13331,9 +14734,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -13344,6 +14749,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -13356,6 +14762,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -13366,6 +14773,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "14.28", "start": 0, "type": "Literal", @@ -13379,6 +14787,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.83999599", "start": 0, "type": "Literal", @@ -13390,6 +14799,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -13397,6 +14807,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -13407,9 +14818,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -13420,6 +14833,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -13432,6 +14846,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -13442,6 +14857,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.12", "start": 0, "type": "Literal", @@ -13455,6 +14871,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.83999599", "start": 0, "type": "Literal", @@ -13466,6 +14883,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -13473,6 +14891,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -13483,9 +14902,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -13496,6 +14917,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -13508,6 +14930,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -13518,6 +14941,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.12", "start": 0, "type": "Literal", @@ -13531,6 +14955,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.68", "start": 0, "type": "Literal", @@ -13542,6 +14967,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -13549,6 +14975,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -13559,9 +14986,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -13572,6 +15001,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -13584,6 +15014,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -13594,6 +15025,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.959999999999999", "start": 0, "type": "Literal", @@ -13607,6 +15039,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.68", "start": 0, "type": "Literal", @@ -13618,6 +15051,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -13625,6 +15059,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -13635,9 +15070,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -13648,6 +15085,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -13660,6 +15098,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -13670,6 +15109,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.959999999999999", "start": 0, "type": "Literal", @@ -13683,6 +15123,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.36", "start": 0, "type": "Literal", @@ -13694,6 +15135,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -13701,6 +15143,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -13711,9 +15154,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -13724,6 +15169,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -13736,6 +15182,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -13746,6 +15193,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "16.8", "start": 0, "type": "Literal", @@ -13759,6 +15207,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.36", "start": 0, "type": "Literal", @@ -13770,6 +15219,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -13777,6 +15227,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -13787,9 +15238,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -13800,6 +15253,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -13812,6 +15266,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -13822,6 +15277,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "16.8", "start": 0, "type": "Literal", @@ -13835,6 +15291,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -13846,6 +15303,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -13853,6 +15311,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -13863,9 +15322,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -13876,6 +15337,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -13888,6 +15350,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -13898,6 +15361,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "13.44", "start": 0, "type": "Literal", @@ -13911,6 +15375,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.68", "start": 0, "type": "Literal", @@ -13922,6 +15387,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -13929,6 +15395,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -13939,9 +15406,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -13952,6 +15421,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -13964,6 +15434,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -13974,6 +15445,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "13.44", "start": 0, "type": "Literal", @@ -13987,6 +15459,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -13998,6 +15471,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -14005,6 +15479,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -14015,9 +15490,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -14028,6 +15505,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -14040,6 +15518,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -14050,6 +15529,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.959999999999999", "start": 0, "type": "Literal", @@ -14063,6 +15543,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -14074,6 +15555,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -14081,6 +15563,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -14091,9 +15574,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -14104,6 +15589,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -14116,6 +15602,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -14126,6 +15613,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.959999999999999", "start": 0, "type": "Literal", @@ -14139,6 +15627,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.68", "start": 0, "type": "Literal", @@ -14150,6 +15639,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -14157,6 +15647,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -14167,9 +15658,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -14180,6 +15673,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -14192,6 +15686,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -14202,6 +15697,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "16.8", "start": 0, "type": "Literal", @@ -14215,6 +15711,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.68", "start": 0, "type": "Literal", @@ -14226,6 +15723,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -14233,6 +15731,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -14243,9 +15742,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -14256,6 +15757,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -14268,6 +15770,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -14278,6 +15781,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "16.8", "start": 0, "type": "Literal", @@ -14291,6 +15795,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.36", "start": 0, "type": "Literal", @@ -14302,6 +15807,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -14309,6 +15815,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -14319,9 +15826,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -14332,6 +15841,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -14344,6 +15854,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -14354,6 +15865,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "17.64", "start": 0, "type": "Literal", @@ -14367,6 +15879,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.36", "start": 0, "type": "Literal", @@ -14378,6 +15891,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -14385,6 +15899,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -14395,9 +15910,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -14408,6 +15925,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -14420,6 +15938,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -14430,6 +15949,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "17.64", "start": 0, "type": "Literal", @@ -14443,6 +15963,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.62", "start": 0, "type": "Literal", @@ -14454,6 +15975,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -14461,6 +15983,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -14471,9 +15994,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -14484,6 +16009,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -14496,6 +16022,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -14506,6 +16033,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "16.8", "start": 0, "type": "Literal", @@ -14519,6 +16047,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.62", "start": 0, "type": "Literal", @@ -14530,6 +16059,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -14537,6 +16067,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -14547,9 +16078,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -14560,6 +16093,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -14572,6 +16106,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -14582,6 +16117,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "16.8", "start": 0, "type": "Literal", @@ -14595,6 +16131,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.36", "start": 0, "type": "Literal", @@ -14606,6 +16143,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -14613,6 +16151,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -14623,9 +16162,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -14636,6 +16177,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -14648,6 +16190,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -14658,6 +16201,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.96", "start": 0, "type": "Literal", @@ -14671,6 +16215,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.36", "start": 0, "type": "Literal", @@ -14682,6 +16227,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -14689,6 +16235,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -14699,9 +16246,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -14712,6 +16261,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -14724,6 +16274,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -14734,6 +16285,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.96", "start": 0, "type": "Literal", @@ -14747,6 +16299,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.68", "start": 0, "type": "Literal", @@ -14758,6 +16311,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -14765,6 +16319,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -14775,9 +16330,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -14788,6 +16345,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -14800,6 +16358,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -14810,6 +16369,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.12", "start": 0, "type": "Literal", @@ -14823,6 +16383,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.68", "start": 0, "type": "Literal", @@ -14834,6 +16395,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -14841,6 +16403,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -14851,9 +16414,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -14864,6 +16429,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -14876,6 +16442,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -14886,6 +16453,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.12", "start": 0, "type": "Literal", @@ -14899,6 +16467,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.83999999", "start": 0, "type": "Literal", @@ -14910,6 +16479,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -14917,6 +16487,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -14927,9 +16498,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -14940,6 +16513,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -14952,6 +16526,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -14962,6 +16537,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "14.28", "start": 0, "type": "Literal", @@ -14975,6 +16551,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.83999999", "start": 0, "type": "Literal", @@ -14986,6 +16563,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -14993,6 +16571,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -15003,9 +16582,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -15016,6 +16597,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -15028,6 +16610,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -15038,6 +16621,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "14.28", "start": 0, "type": "Literal", @@ -15051,6 +16635,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.68", "start": 0, "type": "Literal", @@ -15062,6 +16647,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -15069,6 +16655,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -15079,9 +16666,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -15092,6 +16681,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -15104,6 +16694,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -15114,6 +16705,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "13.44", "start": 0, "type": "Literal", @@ -15127,6 +16719,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.68", "start": 0, "type": "Literal", @@ -15138,6 +16731,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -15145,6 +16739,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -15155,9 +16750,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -15168,6 +16765,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -15180,6 +16778,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -15190,6 +16789,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "13.44", "start": 0, "type": "Literal", @@ -15203,6 +16803,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.36", "start": 0, "type": "Literal", @@ -15214,6 +16815,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -15221,6 +16823,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -15231,9 +16834,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -15244,6 +16849,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -15256,6 +16862,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -15266,6 +16873,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12.6", "start": 0, "type": "Literal", @@ -15279,6 +16887,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.36", "start": 0, "type": "Literal", @@ -15290,6 +16899,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -15297,6 +16907,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -15307,9 +16918,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -15320,6 +16933,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -15332,6 +16946,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -15342,6 +16957,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12.6", "start": 0, "type": "Literal", @@ -15355,6 +16971,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.62", "start": 0, "type": "Literal", @@ -15366,6 +16983,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -15373,6 +16991,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -15383,9 +17002,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -15396,6 +17017,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -15408,6 +17030,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -15418,6 +17041,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11.76", "start": 0, "type": "Literal", @@ -15431,6 +17055,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.62", "start": 0, "type": "Literal", @@ -15442,6 +17067,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -15449,6 +17075,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -15459,9 +17086,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -15472,6 +17101,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -15484,6 +17114,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -15494,6 +17125,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11.76", "start": 0, "type": "Literal", @@ -15507,6 +17139,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.36", "start": 0, "type": "Literal", @@ -15518,6 +17151,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -15525,6 +17159,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -15535,9 +17170,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -15548,6 +17185,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -15560,6 +17198,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -15570,6 +17209,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12.6", "start": 0, "type": "Literal", @@ -15583,6 +17223,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.36", "start": 0, "type": "Literal", @@ -15594,6 +17235,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -15601,6 +17243,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -15611,9 +17254,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -15624,6 +17269,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -15636,6 +17282,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -15646,6 +17293,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12.6", "start": 0, "type": "Literal", @@ -15659,6 +17307,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.68", "start": 0, "type": "Literal", @@ -15670,6 +17319,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -15677,6 +17327,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -15687,9 +17338,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -15700,6 +17353,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -15712,6 +17366,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -15722,6 +17377,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -15735,6 +17391,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.68", "start": 0, "type": "Literal", @@ -15746,6 +17403,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -15753,6 +17411,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -15763,9 +17422,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -15776,6 +17437,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -15788,6 +17450,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -15798,6 +17461,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -15811,6 +17475,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -15822,6 +17487,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -15829,6 +17495,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -15839,9 +17506,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -15852,6 +17521,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -15864,6 +17534,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -15874,6 +17545,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7.56", "start": 0, "type": "Literal", @@ -15887,6 +17559,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -15898,6 +17571,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -15905,6 +17579,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -15915,9 +17590,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -15928,6 +17605,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -15940,6 +17618,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -15950,6 +17629,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7.56", "start": 0, "type": "Literal", @@ -15963,6 +17643,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.68", "start": 0, "type": "Literal", @@ -15974,6 +17655,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -15981,6 +17663,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -15991,9 +17674,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -16004,6 +17689,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -16016,6 +17702,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -16026,6 +17713,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8.4", "start": 0, "type": "Literal", @@ -16039,6 +17727,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.68", "start": 0, "type": "Literal", @@ -16050,6 +17739,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -16057,6 +17747,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -16067,9 +17758,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -16080,6 +17773,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -16092,6 +17786,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -16102,6 +17797,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8.4", "start": 0, "type": "Literal", @@ -16115,6 +17811,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.36", "start": 0, "type": "Literal", @@ -16126,6 +17823,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -16133,6 +17831,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -16143,9 +17842,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -16156,6 +17857,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -16168,6 +17870,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -16178,6 +17881,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "9.24", "start": 0, "type": "Literal", @@ -16191,6 +17895,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.36", "start": 0, "type": "Literal", @@ -16202,6 +17907,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -16209,6 +17915,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -16219,9 +17926,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -16232,6 +17941,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -16244,6 +17954,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -16254,6 +17965,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "9.24", "start": 0, "type": "Literal", @@ -16267,6 +17979,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.62", "start": 0, "type": "Literal", @@ -16278,6 +17991,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -16285,6 +17999,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -16295,9 +18010,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -16308,6 +18025,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -16320,6 +18038,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -16330,6 +18049,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8.4", "start": 0, "type": "Literal", @@ -16343,6 +18063,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.62", "start": 0, "type": "Literal", @@ -16354,6 +18075,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -16361,6 +18083,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -16371,9 +18094,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -16384,6 +18109,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -16396,6 +18122,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -16406,6 +18133,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8.4", "start": 0, "type": "Literal", @@ -16419,6 +18147,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.36", "start": 0, "type": "Literal", @@ -16430,6 +18159,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -16437,6 +18167,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -16447,9 +18178,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -16460,6 +18193,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -16472,6 +18206,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -16482,6 +18217,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7.56", "start": 0, "type": "Literal", @@ -16495,6 +18231,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.36", "start": 0, "type": "Literal", @@ -16506,6 +18243,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -16513,6 +18251,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -16523,9 +18262,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -16536,6 +18277,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -16548,6 +18290,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -16558,6 +18301,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7.56", "start": 0, "type": "Literal", @@ -16571,6 +18315,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.68", "start": 0, "type": "Literal", @@ -16582,6 +18327,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -16589,6 +18335,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -16599,9 +18346,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -16612,6 +18361,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -16624,6 +18374,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -16634,6 +18385,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6.72", "start": 0, "type": "Literal", @@ -16647,6 +18399,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.68", "start": 0, "type": "Literal", @@ -16658,6 +18411,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -16665,6 +18419,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -16675,9 +18430,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -16688,6 +18445,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -16700,6 +18458,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -16710,6 +18469,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6.72", "start": 0, "type": "Literal", @@ -16723,6 +18483,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.83999999", "start": 0, "type": "Literal", @@ -16734,6 +18495,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -16741,6 +18503,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -16751,9 +18514,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -16764,6 +18529,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -16776,6 +18542,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -16786,6 +18553,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.88", "start": 0, "type": "Literal", @@ -16799,6 +18567,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.83999999", "start": 0, "type": "Literal", @@ -16810,6 +18579,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -16817,6 +18587,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -16827,9 +18598,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -16840,6 +18613,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -16852,6 +18626,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -16862,6 +18637,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.88", "start": 0, "type": "Literal", @@ -16875,6 +18651,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.68", "start": 0, "type": "Literal", @@ -16886,6 +18663,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -16893,6 +18671,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -16903,9 +18682,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -16916,6 +18697,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -16928,6 +18710,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -16938,6 +18721,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -16951,6 +18735,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.68", "start": 0, "type": "Literal", @@ -16962,6 +18747,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -16969,6 +18755,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -16979,9 +18766,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -16992,6 +18781,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -17004,6 +18794,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -17014,6 +18805,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -17027,6 +18819,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.36", "start": 0, "type": "Literal", @@ -17038,6 +18831,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -17045,6 +18839,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -17055,9 +18850,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -17068,6 +18865,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -17080,6 +18878,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -17090,6 +18889,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.2", "start": 0, "type": "Literal", @@ -17103,6 +18903,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.36", "start": 0, "type": "Literal", @@ -17114,6 +18915,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -17121,6 +18923,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -17131,9 +18934,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -17144,6 +18949,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -17156,6 +18962,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -17166,6 +18973,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.2", "start": 0, "type": "Literal", @@ -17179,6 +18987,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.62", "start": 0, "type": "Literal", @@ -17190,6 +18999,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -17197,6 +19007,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -17207,9 +19018,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -17220,6 +19033,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -17232,6 +19046,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -17242,6 +19057,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.36", "start": 0, "type": "Literal", @@ -17255,6 +19071,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.62", "start": 0, "type": "Literal", @@ -17266,6 +19083,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -17273,6 +19091,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -17283,9 +19102,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -17296,6 +19117,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -17308,6 +19130,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -17318,6 +19141,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.36", "start": 0, "type": "Literal", @@ -17331,6 +19155,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.36", "start": 0, "type": "Literal", @@ -17342,6 +19167,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -17349,6 +19175,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -17359,9 +19186,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -17372,6 +19201,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -17384,6 +19214,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -17394,6 +19225,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.2", "start": 0, "type": "Literal", @@ -17407,6 +19239,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.36", "start": 0, "type": "Literal", @@ -17418,6 +19251,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -17425,6 +19259,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -17435,9 +19270,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -17448,6 +19285,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -17460,6 +19298,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -17470,6 +19309,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.2", "start": 0, "type": "Literal", @@ -17483,6 +19323,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.68", "start": 0, "type": "Literal", @@ -17494,6 +19335,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -17501,6 +19343,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -17511,9 +19354,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -17524,6 +19369,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -17536,6 +19382,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -17546,6 +19393,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "13.44", "start": 0, "type": "Literal", @@ -17559,6 +19407,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.88", "start": 0, "type": "Literal", @@ -17570,6 +19419,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -17577,6 +19427,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -17587,9 +19438,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -17600,6 +19453,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -17612,6 +19466,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -17622,6 +19477,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "13.44", "start": 0, "type": "Literal", @@ -17635,6 +19491,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -17646,6 +19503,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -17653,6 +19511,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -17663,9 +19522,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -17676,6 +19537,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -17688,6 +19550,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -17698,6 +19561,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "14.28", "start": 0, "type": "Literal", @@ -17711,6 +19575,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -17722,6 +19587,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -17729,6 +19595,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -17739,9 +19606,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -17752,6 +19621,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -17764,6 +19634,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -17774,6 +19645,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "14.28", "start": 0, "type": "Literal", @@ -17787,6 +19659,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.2", "start": 0, "type": "Literal", @@ -17798,6 +19671,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -17805,6 +19679,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -17815,9 +19690,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -17828,6 +19705,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -17840,6 +19718,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -17850,6 +19729,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.12", "start": 0, "type": "Literal", @@ -17863,6 +19743,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.2", "start": 0, "type": "Literal", @@ -17874,6 +19755,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -17881,6 +19763,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -17891,9 +19774,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -17904,6 +19789,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -17916,6 +19802,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -17926,6 +19813,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.12", "start": 0, "type": "Literal", @@ -17939,6 +19827,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -17950,6 +19839,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -17957,6 +19847,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -17967,9 +19858,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -17980,6 +19873,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -17992,6 +19886,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -18002,6 +19897,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.959999999999999", "start": 0, "type": "Literal", @@ -18015,6 +19911,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -18026,6 +19923,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -18033,6 +19931,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -18043,9 +19942,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -18056,6 +19957,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -18068,6 +19970,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -18078,6 +19981,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15.959999999999999", "start": 0, "type": "Literal", @@ -18091,6 +19995,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.88", "start": 0, "type": "Literal", @@ -18102,6 +20007,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -18109,6 +20015,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -18119,9 +20026,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -18132,6 +20041,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -18144,6 +20054,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -18154,6 +20065,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.88", "start": 0, "type": "Literal", @@ -18167,6 +20079,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -18178,6 +20091,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -18185,6 +20099,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -18195,9 +20110,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -18208,6 +20125,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -18220,6 +20138,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -18230,6 +20149,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.88", "start": 0, "type": "Literal", @@ -18243,6 +20163,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.2", "start": 0, "type": "Literal", @@ -18254,6 +20175,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -18261,6 +20183,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -18271,9 +20194,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -18284,6 +20209,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -18296,6 +20222,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -18306,6 +20233,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6.72", "start": 0, "type": "Literal", @@ -18319,6 +20247,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.2", "start": 0, "type": "Literal", @@ -18330,6 +20259,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -18337,6 +20267,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -18347,9 +20278,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -18360,6 +20293,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -18372,6 +20306,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -18382,6 +20317,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6.72", "start": 0, "type": "Literal", @@ -18395,6 +20331,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -18406,6 +20343,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -18413,6 +20351,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -18423,9 +20362,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -18436,6 +20377,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -18448,6 +20390,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -18458,6 +20401,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7.56", "start": 0, "type": "Literal", @@ -18471,6 +20415,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -18482,6 +20427,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -18489,6 +20435,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -18499,9 +20446,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -18512,6 +20461,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -18524,6 +20474,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -18534,6 +20485,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7.56", "start": 0, "type": "Literal", @@ -18547,6 +20499,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.88", "start": 0, "type": "Literal", @@ -18558,6 +20511,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -18565,6 +20519,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -18575,9 +20530,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -18588,6 +20545,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -18600,6 +20558,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -18610,6 +20569,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -18623,6 +20583,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.88", "start": 0, "type": "Literal", @@ -18634,6 +20595,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -18641,6 +20603,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -18651,9 +20614,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -18664,6 +20629,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -18676,6 +20642,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -18686,6 +20653,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -18699,6 +20667,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -18710,6 +20679,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -18717,6 +20687,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -18727,9 +20698,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -18740,6 +20713,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -18752,6 +20726,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -18762,6 +20737,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "17.64", "start": 0, "type": "Literal", @@ -18775,6 +20751,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.88", "start": 0, "type": "Literal", @@ -18786,6 +20763,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -18793,6 +20771,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -18803,9 +20782,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -18816,6 +20797,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -18828,6 +20810,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -18838,6 +20821,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "17.64", "start": 0, "type": "Literal", @@ -18851,6 +20835,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -18862,6 +20847,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -18869,6 +20855,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -18879,9 +20866,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -18892,6 +20881,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -18904,6 +20894,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -18914,6 +20905,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "16.8", "start": 0, "type": "Literal", @@ -18927,6 +20919,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -18938,6 +20931,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -18945,6 +20939,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -18955,9 +20950,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -18968,6 +20965,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -18980,6 +20978,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -18990,6 +20989,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "16.8", "start": 0, "type": "Literal", @@ -19003,6 +21003,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.2", "start": 0, "type": "Literal", @@ -19014,6 +21015,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -19021,6 +21023,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -19031,9 +21034,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -19044,6 +21049,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -19056,6 +21062,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -19066,6 +21073,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "17.64", "start": 0, "type": "Literal", @@ -19079,6 +21087,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.2", "start": 0, "type": "Literal", @@ -19090,6 +21099,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -19097,6 +21107,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -19107,9 +21118,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -19120,6 +21133,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -19132,6 +21146,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -19142,6 +21157,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "17.64", "start": 0, "type": "Literal", @@ -19155,6 +21171,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -19166,6 +21183,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -19173,6 +21191,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -19183,9 +21202,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -19196,6 +21217,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -19208,6 +21230,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -19218,6 +21241,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "18.48", "start": 0, "type": "Literal", @@ -19231,6 +21255,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -19242,6 +21267,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -19249,6 +21275,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -19259,9 +21286,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -19272,6 +21301,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -19284,6 +21314,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -19294,6 +21325,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "18.48", "start": 0, "type": "Literal", @@ -19307,6 +21339,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.88", "start": 0, "type": "Literal", @@ -19318,6 +21351,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -19325,6 +21359,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -19335,9 +21370,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -19348,6 +21385,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -19360,6 +21398,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -19370,6 +21409,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.36", "start": 0, "type": "Literal", @@ -19383,6 +21423,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -19394,6 +21435,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -19401,6 +21443,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -19411,9 +21454,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -19424,6 +21469,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -19436,6 +21482,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -19446,6 +21493,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.36", "start": 0, "type": "Literal", @@ -19459,6 +21507,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.88", "start": 0, "type": "Literal", @@ -19470,6 +21519,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -19477,6 +21527,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -19487,9 +21538,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -19500,6 +21553,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -19512,6 +21566,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -19522,6 +21577,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.52", "start": 0, "type": "Literal", @@ -19535,6 +21591,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.88", "start": 0, "type": "Literal", @@ -19546,6 +21603,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -19553,6 +21611,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -19563,9 +21622,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -19576,6 +21637,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -19588,6 +21650,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -19598,6 +21661,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.52", "start": 0, "type": "Literal", @@ -19611,6 +21675,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -19622,6 +21687,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -19629,6 +21695,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -19639,9 +21706,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -19652,6 +21721,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -19664,6 +21734,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -19674,6 +21745,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.36", "start": 0, "type": "Literal", @@ -19687,6 +21759,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -19698,6 +21771,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -19705,6 +21779,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -19715,9 +21790,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -19728,6 +21805,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -19740,6 +21818,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -19750,6 +21829,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.36", "start": 0, "type": "Literal", @@ -19763,6 +21843,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.2", "start": 0, "type": "Literal", @@ -19774,6 +21855,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -19781,6 +21863,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -19791,9 +21874,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -19804,6 +21889,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -19816,6 +21902,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -19826,6 +21913,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.2", "start": 0, "type": "Literal", @@ -19839,6 +21927,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.2", "start": 0, "type": "Literal", @@ -19850,6 +21939,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -19857,6 +21947,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -19867,9 +21958,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -19880,6 +21973,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -19892,6 +21986,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -19902,6 +21997,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.2", "start": 0, "type": "Literal", @@ -19915,6 +22011,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -19926,6 +22023,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -19933,6 +22031,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -19943,9 +22042,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -19956,6 +22057,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -19968,6 +22070,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -19978,6 +22081,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8.4", "start": 0, "type": "Literal", @@ -19991,6 +22095,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.2", "start": 0, "type": "Literal", @@ -20002,6 +22107,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -20009,6 +22115,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -20019,9 +22126,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -20032,6 +22141,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -20044,6 +22154,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -20054,6 +22165,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "9.24", "start": 0, "type": "Literal", @@ -20067,6 +22179,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.2", "start": 0, "type": "Literal", @@ -20078,6 +22191,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -20085,6 +22199,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -20095,9 +22210,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -20108,6 +22225,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -20120,6 +22238,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -20130,6 +22249,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "9.24", "start": 0, "type": "Literal", @@ -20143,6 +22263,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -20154,6 +22275,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -20161,6 +22283,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -20171,9 +22294,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -20184,6 +22309,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -20196,6 +22322,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -20206,6 +22333,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10.08", "start": 0, "type": "Literal", @@ -20219,6 +22347,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -20230,6 +22359,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -20237,6 +22367,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -20247,9 +22378,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -20260,6 +22393,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -20272,6 +22406,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -20282,6 +22417,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10.08", "start": 0, "type": "Literal", @@ -20295,6 +22431,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.88", "start": 0, "type": "Literal", @@ -20306,6 +22443,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -20313,6 +22451,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -20323,9 +22462,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -20336,6 +22477,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -20348,6 +22490,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -20358,6 +22501,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "9.24", "start": 0, "type": "Literal", @@ -20371,6 +22515,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.88", "start": 0, "type": "Literal", @@ -20382,6 +22527,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -20389,6 +22535,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -20399,9 +22546,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -20412,6 +22561,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -20424,6 +22574,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -20434,6 +22585,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "9.24", "start": 0, "type": "Literal", @@ -20447,6 +22599,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -20458,6 +22611,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -20465,6 +22619,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -20475,9 +22630,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -20488,6 +22645,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -20500,6 +22658,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -20510,6 +22669,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8.4", "start": 0, "type": "Literal", @@ -20523,6 +22683,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -20534,6 +22695,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -20541,6 +22703,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -20551,9 +22714,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -20564,6 +22729,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -20576,6 +22742,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -20586,6 +22753,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11.76", "start": 0, "type": "Literal", @@ -20599,6 +22767,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.2", "start": 0, "type": "Literal", @@ -20610,6 +22779,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -20617,6 +22787,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -20627,9 +22798,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -20640,6 +22813,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -20652,6 +22826,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -20662,6 +22837,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12.6", "start": 0, "type": "Literal", @@ -20675,6 +22851,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.2", "start": 0, "type": "Literal", @@ -20686,6 +22863,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -20693,6 +22871,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -20703,9 +22882,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -20716,6 +22897,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -20728,6 +22910,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -20738,6 +22921,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12.6", "start": 0, "type": "Literal", @@ -20751,6 +22935,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -20762,6 +22947,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -20769,6 +22955,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -20779,9 +22966,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -20792,6 +22981,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -20804,6 +22994,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -20814,6 +23005,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11.76", "start": 0, "type": "Literal", @@ -20827,6 +23019,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -20838,6 +23031,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -20845,6 +23039,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -20855,9 +23050,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -20868,6 +23065,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -20880,6 +23078,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -20890,6 +23089,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11.76", "start": 0, "type": "Literal", @@ -20903,6 +23103,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.88", "start": 0, "type": "Literal", @@ -20914,6 +23115,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -20921,6 +23123,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -20931,9 +23134,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -20944,6 +23149,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -20956,6 +23162,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -20966,6 +23173,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10.92", "start": 0, "type": "Literal", @@ -20979,6 +23187,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.88", "start": 0, "type": "Literal", @@ -20990,6 +23199,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -20997,6 +23207,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -21007,9 +23218,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -21020,6 +23233,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -21032,6 +23246,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -21042,6 +23257,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10.92", "start": 0, "type": "Literal", @@ -21055,6 +23271,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -21066,6 +23283,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -21073,6 +23291,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -21083,9 +23302,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -21096,6 +23317,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -21108,6 +23330,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -21118,6 +23341,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11.76", "start": 0, "type": "Literal", @@ -21131,6 +23355,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.04", "start": 0, "type": "Literal", @@ -21142,6 +23367,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -21149,6 +23375,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -21159,9 +23386,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -21172,6 +23401,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -21184,6 +23414,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -21194,6 +23425,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "14.28", "start": 0, "type": "Literal", @@ -21207,6 +23439,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10.92", "start": 0, "type": "Literal", @@ -21218,6 +23451,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -21225,6 +23459,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -21235,9 +23470,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -21248,6 +23485,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -21260,6 +23498,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -21270,6 +23509,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "13.44", "start": 0, "type": "Literal", @@ -21283,6 +23523,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10.92", "start": 0, "type": "Literal", @@ -21294,6 +23535,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -21301,6 +23543,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -21311,9 +23554,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -21324,6 +23569,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -21336,6 +23582,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -21346,6 +23593,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "13.44", "start": 0, "type": "Literal", @@ -21359,6 +23607,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "13.44", "start": 0, "type": "Literal", @@ -21370,6 +23619,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -21377,6 +23627,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -21387,9 +23638,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -21400,6 +23653,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -21412,6 +23666,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -21422,6 +23677,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "14.28", "start": 0, "type": "Literal", @@ -21435,6 +23691,7 @@ description: Result of parsing kittycad_svg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "13.44", "start": 0, "type": "Literal", @@ -21446,6 +23703,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -21453,6 +23711,7 @@ description: Result of parsing kittycad_svg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -21463,9 +23722,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -21476,19 +23737,23 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -21499,12 +23764,14 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -21517,6 +23784,7 @@ description: Result of parsing kittycad_svg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -21524,6 +23792,7 @@ description: Result of parsing kittycad_svg.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -21539,9 +23808,11 @@ description: Result of parsing kittycad_svg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -21552,6 +23823,7 @@ description: Result of parsing kittycad_svg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -21560,12 +23832,14 @@ description: Result of parsing kittycad_svg.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -21579,6 +23853,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -21592,6 +23867,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -21605,6 +23881,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -21618,6 +23895,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -21631,6 +23909,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -21644,6 +23923,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -21657,6 +23937,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -21670,6 +23951,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -21683,6 +23965,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -21696,6 +23979,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -21709,6 +23993,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -21722,6 +24007,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -21735,6 +24021,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -21748,6 +24035,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -21761,6 +24049,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -21774,6 +24063,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -21787,6 +24077,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -21800,6 +24091,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -21813,6 +24105,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -21826,6 +24119,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -21839,6 +24133,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -21852,6 +24147,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -21865,6 +24161,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -21878,6 +24175,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -21891,6 +24189,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -21904,6 +24203,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -21917,6 +24217,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -21930,6 +24231,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -21943,6 +24245,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -21956,6 +24259,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -21969,6 +24273,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -21982,6 +24287,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -21995,6 +24301,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22008,6 +24315,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22021,6 +24329,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22034,6 +24343,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22047,6 +24357,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22060,6 +24371,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22073,6 +24385,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22086,6 +24399,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22099,6 +24413,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22112,6 +24427,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22125,6 +24441,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22138,6 +24455,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22151,6 +24469,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22164,6 +24483,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22177,6 +24497,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22190,6 +24511,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22203,6 +24525,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22216,6 +24539,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22229,6 +24553,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22240,6 +24565,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22253,6 +24579,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22266,6 +24593,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22279,6 +24607,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22292,6 +24621,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22305,6 +24635,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22318,6 +24649,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22331,6 +24663,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22344,6 +24677,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22357,6 +24691,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22370,6 +24705,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22383,6 +24719,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22396,6 +24733,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22409,6 +24747,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22422,6 +24761,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22435,6 +24775,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22448,6 +24789,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22461,6 +24803,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22474,6 +24817,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22487,6 +24831,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22500,6 +24845,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22513,6 +24859,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22526,6 +24873,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22539,6 +24887,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22552,6 +24901,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22565,6 +24915,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22578,6 +24929,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22591,6 +24943,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22604,6 +24957,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22617,6 +24971,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22630,6 +24985,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22643,6 +24999,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22656,6 +25013,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22669,6 +25027,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22682,6 +25041,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22695,6 +25055,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22708,6 +25069,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22721,6 +25083,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22734,6 +25097,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22747,6 +25111,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22760,6 +25125,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22773,6 +25139,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22786,6 +25153,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22799,6 +25167,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22812,6 +25181,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22825,6 +25195,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22838,6 +25209,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22851,6 +25223,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22864,6 +25237,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22877,6 +25251,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22890,6 +25265,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22903,6 +25279,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22916,6 +25293,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22929,6 +25307,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22942,6 +25321,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22955,6 +25335,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22968,6 +25349,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22981,6 +25363,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -22994,6 +25377,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23007,6 +25391,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23020,6 +25405,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23033,6 +25419,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23046,6 +25433,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23059,6 +25447,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23072,6 +25461,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23085,6 +25475,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23098,6 +25489,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23111,6 +25503,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23124,6 +25517,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23137,6 +25531,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23150,6 +25545,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23163,6 +25559,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23176,6 +25573,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23189,6 +25587,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23202,6 +25601,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23215,6 +25615,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23228,6 +25629,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23241,6 +25643,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23254,6 +25657,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23267,6 +25671,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23280,6 +25685,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23293,6 +25699,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23306,6 +25713,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23319,6 +25727,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23332,6 +25741,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23345,6 +25755,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23358,6 +25769,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23371,6 +25783,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23384,6 +25797,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23397,6 +25811,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23410,6 +25825,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23423,6 +25839,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23436,6 +25853,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23449,6 +25867,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23462,6 +25881,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23475,6 +25895,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23488,6 +25909,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23501,6 +25923,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23514,6 +25937,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23527,6 +25951,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23540,6 +25965,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23553,6 +25979,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23566,6 +25993,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23579,6 +26007,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23592,6 +26021,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23605,6 +26035,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23618,6 +26049,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23631,6 +26063,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23644,6 +26077,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23657,6 +26091,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23670,6 +26105,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23683,6 +26119,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23696,6 +26133,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23709,6 +26147,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23722,6 +26161,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23735,6 +26175,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23748,6 +26189,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23761,6 +26203,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23774,6 +26217,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23787,6 +26231,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23800,6 +26245,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23813,6 +26259,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23826,6 +26273,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23839,6 +26287,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23852,6 +26301,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23865,6 +26315,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23878,6 +26329,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23891,6 +26343,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23904,6 +26357,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23917,6 +26371,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23930,6 +26385,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23943,6 +26399,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23956,6 +26413,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23969,6 +26427,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23982,6 +26441,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -23995,6 +26455,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24008,6 +26469,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24021,6 +26483,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24034,6 +26497,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24047,6 +26511,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24060,6 +26525,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24073,6 +26539,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24086,6 +26553,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24099,6 +26567,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24112,6 +26581,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24125,6 +26595,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24138,6 +26609,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24151,6 +26623,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24164,6 +26637,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24177,6 +26651,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24190,6 +26665,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24203,6 +26679,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24216,6 +26693,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24229,6 +26707,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24242,6 +26721,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24255,6 +26735,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24268,6 +26749,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24281,6 +26763,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24294,6 +26777,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24307,6 +26791,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24320,6 +26805,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24333,6 +26819,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24346,6 +26833,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24359,6 +26847,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24372,6 +26861,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24385,6 +26875,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24398,6 +26889,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24411,6 +26903,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24424,6 +26917,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24437,6 +26931,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24450,6 +26945,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24463,6 +26959,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24476,6 +26973,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24489,6 +26987,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24502,6 +27001,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24515,6 +27015,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24528,6 +27029,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24541,6 +27043,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24554,6 +27057,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24567,6 +27071,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24580,6 +27085,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24593,6 +27099,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24606,6 +27113,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24619,6 +27127,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24632,6 +27141,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24645,6 +27155,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24658,6 +27169,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24671,6 +27183,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24684,6 +27197,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24697,6 +27211,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24710,6 +27225,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24723,6 +27239,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24736,6 +27253,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24749,6 +27267,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24762,6 +27281,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24775,6 +27295,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24788,6 +27309,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24801,6 +27323,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24814,6 +27337,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24827,6 +27351,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24840,6 +27365,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24853,6 +27379,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24866,6 +27393,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24879,6 +27407,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24892,6 +27421,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24905,6 +27435,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24918,6 +27449,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24931,6 +27463,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24944,6 +27477,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24957,6 +27491,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24970,6 +27505,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24983,6 +27519,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -24996,6 +27533,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -25009,6 +27547,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -25022,6 +27561,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -25035,6 +27575,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -25048,6 +27589,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -25061,6 +27603,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -25074,6 +27617,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -25087,6 +27631,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -25100,6 +27645,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -25113,6 +27659,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -25126,6 +27673,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -25139,6 +27687,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -25152,6 +27701,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -25165,6 +27715,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -25178,6 +27729,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -25191,6 +27743,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -25204,6 +27757,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -25217,6 +27771,7 @@ description: Result of parsing kittycad_svg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -25233,11 +27788,13 @@ description: Result of parsing kittycad_svg.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -25245,6 +27802,7 @@ description: Result of parsing kittycad_svg.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/kw_fn/ast.snap b/rust/kcl-lib/tests/kw_fn/ast.snap index 357e9b9f9..0308ea0c8 100644 --- a/rust/kcl-lib/tests/kw_fn/ast.snap +++ b/rust/kcl-lib/tests/kw_fn/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing kw_fn.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "increment", "start": 0, "type": "Identifier" @@ -28,9 +29,11 @@ description: Result of parsing kw_fn.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -40,10 +43,12 @@ description: Result of parsing kw_fn.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -59,6 +64,7 @@ description: Result of parsing kw_fn.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -66,16 +72,19 @@ description: Result of parsing kw_fn.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -87,11 +96,13 @@ description: Result of parsing kw_fn.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -104,6 +115,7 @@ description: Result of parsing kw_fn.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "add", "start": 0, "type": "Identifier" @@ -119,9 +131,11 @@ description: Result of parsing kw_fn.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -131,14 +145,17 @@ description: Result of parsing kw_fn.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "delta", "start": 0, "type": "Identifier" @@ -154,6 +171,7 @@ description: Result of parsing kw_fn.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -161,16 +179,19 @@ description: Result of parsing kw_fn.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -182,6 +203,7 @@ description: Result of parsing kw_fn.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "delta", "start": 0, "type": "Identifier" @@ -192,11 +214,13 @@ description: Result of parsing kw_fn.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -209,18 +233,22 @@ description: Result of parsing kw_fn.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "two", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "increment", "start": 0, "type": "Identifier" @@ -231,12 +259,14 @@ description: Result of parsing kw_fn.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -247,11 +277,13 @@ description: Result of parsing kw_fn.kcl } } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -264,6 +296,7 @@ description: Result of parsing kw_fn.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "three", "start": 0, "type": "Identifier" @@ -275,6 +308,7 @@ description: Result of parsing kw_fn.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "delta", "start": 0, "type": "Identifier" @@ -282,6 +316,7 @@ description: Result of parsing kw_fn.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -297,9 +332,11 @@ description: Result of parsing kw_fn.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "add", "start": 0, "type": "Identifier" @@ -310,12 +347,14 @@ description: Result of parsing kw_fn.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -326,11 +365,13 @@ description: Result of parsing kw_fn.kcl } } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -338,12 +379,14 @@ description: Result of parsing kw_fn.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -355,6 +398,7 @@ description: Result of parsing kw_fn.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kw_fn_too_few_args/ast.snap b/rust/kcl-lib/tests/kw_fn_too_few_args/ast.snap index cb8ef299b..256844ed5 100644 --- a/rust/kcl-lib/tests/kw_fn_too_few_args/ast.snap +++ b/rust/kcl-lib/tests/kw_fn_too_few_args/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing kw_fn_too_few_args.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "add", "start": 0, "type": "Identifier" @@ -28,9 +29,11 @@ description: Result of parsing kw_fn_too_few_args.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -40,14 +43,17 @@ description: Result of parsing kw_fn_too_few_args.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -63,6 +69,7 @@ description: Result of parsing kw_fn_too_few_args.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -70,16 +77,19 @@ description: Result of parsing kw_fn_too_few_args.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -90,6 +100,7 @@ description: Result of parsing kw_fn_too_few_args.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -100,11 +111,13 @@ description: Result of parsing kw_fn_too_few_args.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -117,6 +130,7 @@ description: Result of parsing kw_fn_too_few_args.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "three", "start": 0, "type": "Identifier" @@ -128,6 +142,7 @@ description: Result of parsing kw_fn_too_few_args.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -135,6 +150,7 @@ description: Result of parsing kw_fn_too_few_args.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -150,9 +166,11 @@ description: Result of parsing kw_fn_too_few_args.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "add", "start": 0, "type": "Identifier" @@ -163,16 +181,19 @@ description: Result of parsing kw_fn_too_few_args.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -180,12 +201,14 @@ description: Result of parsing kw_fn_too_few_args.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kw_fn_unlabeled_but_has_label/ast.snap b/rust/kcl-lib/tests/kw_fn_unlabeled_but_has_label/ast.snap index 87a13065d..2e66f6330 100644 --- a/rust/kcl-lib/tests/kw_fn_unlabeled_but_has_label/ast.snap +++ b/rust/kcl-lib/tests/kw_fn_unlabeled_but_has_label/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing kw_fn_unlabeled_but_has_label.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "add", "start": 0, "type": "Identifier" @@ -28,9 +29,11 @@ description: Result of parsing kw_fn_unlabeled_but_has_label.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -40,10 +43,12 @@ description: Result of parsing kw_fn_unlabeled_but_has_label.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -59,6 +64,7 @@ description: Result of parsing kw_fn_unlabeled_but_has_label.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -66,16 +72,19 @@ description: Result of parsing kw_fn_unlabeled_but_has_label.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -87,11 +96,13 @@ description: Result of parsing kw_fn_unlabeled_but_has_label.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -104,6 +115,7 @@ description: Result of parsing kw_fn_unlabeled_but_has_label.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "two", "start": 0, "type": "Identifier" @@ -115,6 +127,7 @@ description: Result of parsing kw_fn_unlabeled_but_has_label.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -122,6 +135,7 @@ description: Result of parsing kw_fn_unlabeled_but_has_label.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -137,9 +151,11 @@ description: Result of parsing kw_fn_unlabeled_but_has_label.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "add", "start": 0, "type": "Identifier" @@ -150,16 +166,19 @@ description: Result of parsing kw_fn_unlabeled_but_has_label.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -167,12 +186,14 @@ description: Result of parsing kw_fn_unlabeled_but_has_label.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/kw_fn_with_defaults/ast.snap b/rust/kcl-lib/tests/kw_fn_with_defaults/ast.snap index 75d03e8a5..344f280a0 100644 --- a/rust/kcl-lib/tests/kw_fn_with_defaults/ast.snap +++ b/rust/kcl-lib/tests/kw_fn_with_defaults/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing kw_fn_with_defaults.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "increment", "start": 0, "type": "Identifier" @@ -28,9 +29,11 @@ description: Result of parsing kw_fn_with_defaults.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -40,14 +43,17 @@ description: Result of parsing kw_fn_with_defaults.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "by", "start": 0, "type": "Identifier" @@ -63,6 +69,7 @@ description: Result of parsing kw_fn_with_defaults.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -70,16 +77,19 @@ description: Result of parsing kw_fn_with_defaults.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -91,6 +101,7 @@ description: Result of parsing kw_fn_with_defaults.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "by", "start": 0, "type": "Identifier" @@ -98,6 +109,7 @@ description: Result of parsing kw_fn_with_defaults.kcl "default_value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -113,11 +125,13 @@ description: Result of parsing kw_fn_with_defaults.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -130,18 +144,22 @@ description: Result of parsing kw_fn_with_defaults.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "two", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "increment", "start": 0, "type": "Identifier" @@ -152,12 +170,14 @@ description: Result of parsing kw_fn_with_defaults.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -168,11 +188,13 @@ description: Result of parsing kw_fn_with_defaults.kcl } } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -185,6 +207,7 @@ description: Result of parsing kw_fn_with_defaults.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "twentyOne", "start": 0, "type": "Identifier" @@ -196,6 +219,7 @@ description: Result of parsing kw_fn_with_defaults.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "by", "start": 0, "type": "Identifier" @@ -203,6 +227,7 @@ description: Result of parsing kw_fn_with_defaults.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -218,9 +243,11 @@ description: Result of parsing kw_fn_with_defaults.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "increment", "start": 0, "type": "Identifier" @@ -231,12 +258,14 @@ description: Result of parsing kw_fn_with_defaults.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -247,11 +276,13 @@ description: Result of parsing kw_fn_with_defaults.kcl } } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -259,12 +290,14 @@ description: Result of parsing kw_fn_with_defaults.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/linear_pattern3d_a_pattern/ast.snap b/rust/kcl-lib/tests/linear_pattern3d_a_pattern/ast.snap index 1252858e9..03a93b4e5 100644 --- a/rust/kcl-lib/tests/linear_pattern3d_a_pattern/ast.snap +++ b/rust/kcl-lib/tests/linear_pattern3d_a_pattern/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "exampleSketch", "start": 0, "type": "Identifier" @@ -20,13 +21,16 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -37,6 +41,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -44,9 +49,11 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -64,6 +71,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -74,6 +82,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -86,6 +95,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -97,6 +107,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -107,9 +118,11 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -120,6 +133,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -132,6 +146,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -142,6 +157,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -154,6 +170,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -165,6 +182,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -175,9 +193,11 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -188,6 +208,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -200,6 +221,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -210,6 +232,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -222,6 +245,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -233,6 +257,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -243,9 +268,11 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -256,6 +283,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -268,6 +296,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -278,6 +307,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -291,6 +321,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -302,6 +333,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -309,6 +341,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -319,9 +352,11 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -332,19 +367,23 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -355,12 +394,14 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -373,6 +414,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -380,6 +422,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -395,9 +438,11 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -408,6 +453,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -416,15 +462,18 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -437,6 +486,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pattn1", "start": 0, "type": "Identifier" @@ -448,6 +498,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -458,6 +509,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -470,6 +522,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -482,6 +535,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -493,6 +547,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -503,6 +558,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -510,6 +566,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7", "start": 0, "type": "Literal", @@ -525,6 +582,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -532,6 +590,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -547,9 +606,11 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -560,6 +621,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -567,9 +629,11 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "exampleSketch", "start": 0, "type": "Identifier" @@ -580,11 +644,13 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -597,6 +663,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pattn2", "start": 0, "type": "Identifier" @@ -608,6 +675,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -618,6 +686,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -630,6 +699,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -642,6 +712,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -653,6 +724,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -663,6 +735,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -670,6 +743,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -685,6 +759,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -692,6 +767,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7", "start": 0, "type": "Literal", @@ -707,9 +783,11 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -720,6 +798,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -727,9 +806,11 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pattn1", "start": 0, "type": "Identifier" @@ -740,11 +821,13 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -752,12 +835,14 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -769,6 +854,7 @@ description: Result of parsing linear_pattern3d_a_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/loop_tag/ast.snap b/rust/kcl-lib/tests/loop_tag/ast.snap index 1a893a3ce..9e4c20096 100644 --- a/rust/kcl-lib/tests/loop_tag/ast.snap +++ b/rust/kcl-lib/tests/loop_tag/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing loop_tag.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing loop_tag.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing loop_tag.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define constants for the cylinder" ], @@ -49,6 +53,7 @@ description: Result of parsing loop_tag.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing loop_tag.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "50", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing loop_tag.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing loop_tag.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numSides", "start": 0, "type": "Identifier" @@ -89,6 +98,7 @@ description: Result of parsing loop_tag.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "50", "start": 0, "type": "Literal", @@ -98,11 +108,13 @@ description: Result of parsing loop_tag.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -115,6 +127,7 @@ description: Result of parsing loop_tag.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleIncrement", "start": 0, "type": "Identifier" @@ -125,6 +138,7 @@ description: Result of parsing loop_tag.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -134,14 +148,17 @@ description: Result of parsing loop_tag.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numSides", "start": 0, "type": "Identifier" @@ -155,11 +172,13 @@ description: Result of parsing loop_tag.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -172,6 +191,7 @@ description: Result of parsing loop_tag.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "calculatePoint", "start": 0, "type": "Identifier" @@ -187,6 +207,7 @@ description: Result of parsing loop_tag.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -198,9 +219,11 @@ description: Result of parsing loop_tag.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "index", "start": 0, "type": "Identifier" @@ -210,14 +233,17 @@ description: Result of parsing loop_tag.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleIncrement", "start": 0, "type": "Identifier" @@ -231,11 +257,13 @@ description: Result of parsing loop_tag.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -248,6 +276,7 @@ description: Result of parsing loop_tag.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -259,9 +288,11 @@ description: Result of parsing loop_tag.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -271,15 +302,19 @@ description: Result of parsing loop_tag.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -290,6 +325,7 @@ description: Result of parsing loop_tag.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -297,9 +333,11 @@ description: Result of parsing loop_tag.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -314,11 +352,13 @@ description: Result of parsing loop_tag.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -331,6 +371,7 @@ description: Result of parsing loop_tag.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -342,9 +383,11 @@ description: Result of parsing loop_tag.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -354,15 +397,19 @@ description: Result of parsing loop_tag.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -373,6 +420,7 @@ description: Result of parsing loop_tag.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -380,9 +428,11 @@ description: Result of parsing loop_tag.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -397,11 +447,13 @@ description: Result of parsing loop_tag.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -414,9 +466,11 @@ description: Result of parsing loop_tag.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -430,9 +484,11 @@ description: Result of parsing loop_tag.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -444,12 +500,14 @@ description: Result of parsing loop_tag.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -457,16 +515,19 @@ description: Result of parsing loop_tag.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "index", "start": 0, "type": "Identifier" @@ -478,11 +539,13 @@ description: Result of parsing loop_tag.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "", "", @@ -500,6 +563,7 @@ description: Result of parsing loop_tag.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "initialSketch", "start": 0, "type": "Identifier" @@ -507,13 +571,16 @@ description: Result of parsing loop_tag.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -524,6 +591,7 @@ description: Result of parsing loop_tag.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -531,9 +599,11 @@ description: Result of parsing loop_tag.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -551,18 +621,22 @@ description: Result of parsing loop_tag.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "calculatePoint", "start": 0, "type": "Identifier" @@ -573,12 +647,14 @@ description: Result of parsing loop_tag.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -595,9 +671,11 @@ description: Result of parsing loop_tag.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -608,6 +686,7 @@ description: Result of parsing loop_tag.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -616,12 +695,14 @@ description: Result of parsing loop_tag.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -638,11 +719,13 @@ description: Result of parsing loop_tag.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -660,6 +743,7 @@ description: Result of parsing loop_tag.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "finalSketch", "start": 0, "type": "Identifier" @@ -671,6 +755,7 @@ description: Result of parsing loop_tag.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "initial", "start": 0, "type": "Identifier" @@ -679,9 +764,11 @@ description: Result of parsing loop_tag.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "initialSketch", "start": 0, "type": "Identifier" @@ -697,6 +784,7 @@ description: Result of parsing loop_tag.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -712,18 +800,22 @@ description: Result of parsing loop_tag.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "calculatePoint", "start": 0, "type": "Identifier" @@ -734,6 +826,7 @@ description: Result of parsing loop_tag.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -741,9 +834,11 @@ description: Result of parsing loop_tag.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "index", "start": 0, "type": "Identifier" @@ -760,6 +855,7 @@ description: Result of parsing loop_tag.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -767,6 +863,7 @@ description: Result of parsing loop_tag.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -778,9 +875,11 @@ description: Result of parsing loop_tag.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -791,6 +890,7 @@ description: Result of parsing loop_tag.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -798,9 +898,11 @@ description: Result of parsing loop_tag.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "accum", "start": 0, "type": "Identifier" @@ -813,6 +915,7 @@ description: Result of parsing loop_tag.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -820,16 +923,19 @@ description: Result of parsing loop_tag.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "index", "start": 0, "type": "Identifier" @@ -841,6 +947,7 @@ description: Result of parsing loop_tag.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "accum", "start": 0, "type": "Identifier" @@ -857,9 +964,11 @@ description: Result of parsing loop_tag.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "reduce", "start": 0, "type": "Identifier" @@ -870,6 +979,7 @@ description: Result of parsing loop_tag.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -883,9 +993,11 @@ description: Result of parsing loop_tag.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numSides", "start": 0, "type": "Identifier" @@ -895,10 +1007,12 @@ description: Result of parsing loop_tag.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -913,10 +1027,12 @@ description: Result of parsing loop_tag.kcl "type": "BinaryExpression" }, "endInclusive": true, + "moduleId": 0, "start": 0, "startElement": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -930,11 +1046,13 @@ description: Result of parsing loop_tag.kcl "type": "ArrayRangeExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -947,18 +1065,22 @@ description: Result of parsing loop_tag.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "closedSketch", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -969,6 +1091,7 @@ description: Result of parsing loop_tag.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -976,9 +1099,11 @@ description: Result of parsing loop_tag.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "finalSketch", "start": 0, "type": "Identifier" @@ -989,11 +1114,13 @@ description: Result of parsing loop_tag.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1011,6 +1138,7 @@ description: Result of parsing loop_tag.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cylinder", "start": 0, "type": "Identifier" @@ -1022,6 +1150,7 @@ description: Result of parsing loop_tag.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1030,9 +1159,11 @@ description: Result of parsing loop_tag.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -1048,9 +1179,11 @@ description: Result of parsing loop_tag.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1061,6 +1194,7 @@ description: Result of parsing loop_tag.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1068,9 +1202,11 @@ description: Result of parsing loop_tag.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "closedSketch", "start": 0, "type": "Identifier" @@ -1081,11 +1217,13 @@ description: Result of parsing loop_tag.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1102,9 +1240,11 @@ description: Result of parsing loop_tag.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -1116,19 +1256,23 @@ description: Result of parsing loop_tag.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -1144,12 +1288,14 @@ description: Result of parsing loop_tag.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": {}, "startNodes": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1161,6 +1307,7 @@ description: Result of parsing loop_tag.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1172,6 +1319,7 @@ description: Result of parsing loop_tag.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1183,6 +1331,7 @@ description: Result of parsing loop_tag.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1194,6 +1343,7 @@ description: Result of parsing loop_tag.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1203,6 +1353,7 @@ description: Result of parsing loop_tag.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/loop_tag/program_memory.snap b/rust/kcl-lib/tests/loop_tag/program_memory.snap index a9ba234e4..00cac5927 100644 --- a/rust/kcl-lib/tests/loop_tag/program_memory.snap +++ b/rust/kcl-lib/tests/loop_tag/program_memory.snap @@ -38,6 +38,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -63,6 +64,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -88,6 +90,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -113,6 +116,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -138,6 +142,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -163,6 +168,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -188,6 +194,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -213,6 +220,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -238,6 +246,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -263,6 +272,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -288,6 +298,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -313,6 +324,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -338,6 +350,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -363,6 +376,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -388,6 +402,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -413,6 +428,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -438,6 +454,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -463,6 +480,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -488,6 +506,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -513,6 +532,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -538,6 +558,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -563,6 +584,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -588,6 +610,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -613,6 +636,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -638,6 +662,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -663,6 +688,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -688,6 +714,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -713,6 +740,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -738,6 +766,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -763,6 +792,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -788,6 +818,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -813,6 +844,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -838,6 +870,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -863,6 +896,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -888,6 +922,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -913,6 +948,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -938,6 +974,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -963,6 +1000,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -988,6 +1026,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1013,6 +1052,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1038,6 +1078,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1063,6 +1104,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1088,6 +1130,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1113,6 +1156,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1138,6 +1182,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1163,6 +1208,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1188,6 +1234,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1213,6 +1260,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1238,6 +1286,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1346,6 +1395,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1359,6 +1409,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1372,6 +1423,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1385,6 +1437,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1398,6 +1451,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1411,6 +1465,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1424,6 +1479,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1437,6 +1493,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1450,6 +1507,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1463,6 +1521,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1476,6 +1535,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1489,6 +1549,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1502,6 +1563,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1515,6 +1577,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1528,6 +1591,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1541,6 +1605,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1554,6 +1619,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1567,6 +1633,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1580,6 +1647,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1593,6 +1661,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1606,6 +1675,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1619,6 +1689,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1632,6 +1703,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1645,6 +1717,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1658,6 +1731,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1671,6 +1745,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1684,6 +1759,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1697,6 +1773,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1710,6 +1787,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1723,6 +1801,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1736,6 +1815,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1749,6 +1829,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1762,6 +1843,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1775,6 +1857,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1788,6 +1871,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1801,6 +1885,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1814,6 +1899,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1827,6 +1913,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1840,6 +1927,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1853,6 +1941,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1866,6 +1955,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1879,6 +1969,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1892,6 +1983,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1905,6 +1997,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1918,6 +2011,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1931,6 +2025,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1944,6 +2039,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1957,6 +2053,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -1970,6 +2067,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -2000,6 +2098,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -2025,6 +2124,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -2050,6 +2150,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -2075,6 +2176,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -2100,6 +2202,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -2125,6 +2228,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -2150,6 +2254,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -2175,6 +2280,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -2200,6 +2306,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -2225,6 +2332,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -2250,6 +2358,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -2275,6 +2384,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -2300,6 +2410,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -2325,6 +2436,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -2350,6 +2462,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -2375,6 +2488,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -2400,6 +2514,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -2425,6 +2540,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -2450,6 +2566,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -2475,6 +2592,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -2500,6 +2618,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -2525,6 +2644,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -2550,6 +2670,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -2575,6 +2696,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -2600,6 +2722,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -2625,6 +2748,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -2650,6 +2774,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -2675,6 +2800,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -2700,6 +2826,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -2725,6 +2852,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -2750,6 +2878,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -2775,6 +2904,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -2800,6 +2930,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -2825,6 +2956,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -2850,6 +2982,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -2875,6 +3008,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -2900,6 +3034,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -2925,6 +3060,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -2950,6 +3086,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -2975,6 +3112,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -3000,6 +3138,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -3025,6 +3164,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -3050,6 +3190,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -3075,6 +3216,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -3100,6 +3242,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -3125,6 +3268,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -3150,6 +3294,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -3175,6 +3320,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -3200,6 +3346,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -3320,6 +3467,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -3345,6 +3493,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -3370,6 +3519,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -3395,6 +3545,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -3420,6 +3571,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -3445,6 +3597,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -3470,6 +3623,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -3495,6 +3649,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -3520,6 +3675,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -3545,6 +3701,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -3570,6 +3727,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -3595,6 +3753,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -3620,6 +3779,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -3645,6 +3805,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -3670,6 +3831,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -3695,6 +3857,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -3720,6 +3883,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -3745,6 +3909,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -3770,6 +3935,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -3795,6 +3961,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -3820,6 +3987,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -3845,6 +4013,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -3870,6 +4039,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -3895,6 +4065,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -3920,6 +4091,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -3945,6 +4117,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -3970,6 +4143,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -3995,6 +4169,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -4020,6 +4195,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -4045,6 +4221,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -4070,6 +4247,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -4095,6 +4273,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -4120,6 +4299,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -4145,6 +4325,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -4170,6 +4351,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -4195,6 +4377,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -4220,6 +4403,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -4245,6 +4429,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -4270,6 +4455,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -4295,6 +4481,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -4320,6 +4507,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -4345,6 +4533,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -4370,6 +4559,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -4395,6 +4585,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -4420,6 +4611,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -4445,6 +4637,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -4470,6 +4663,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -4495,6 +4689,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" @@ -4520,6 +4715,7 @@ description: Variables in memory after executing loop_tag.kcl "tag": { "commentStart": 970, "end": 985, + "moduleId": 0, "start": 970, "type": "TagDeclarator", "value": "problematicTag" diff --git a/rust/kcl-lib/tests/mike_stress_test/ast.snap b/rust/kcl-lib/tests/mike_stress_test/ast.snap index ee922db89..a0b36cce8 100644 --- a/rust/kcl-lib/tests/mike_stress_test/ast.snap +++ b/rust/kcl-lib/tests/mike_stress_test/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing mike_stress_test.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part001", "start": 0, "type": "Identifier" @@ -20,13 +21,16 @@ description: Result of parsing mike_stress_test.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -37,6 +41,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -44,9 +49,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -64,6 +71,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -74,6 +82,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -86,6 +95,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -97,6 +107,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -107,9 +118,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -120,6 +133,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -132,6 +146,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -143,6 +158,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3670208139314082", "start": 0, "type": "Literal", @@ -154,6 +170,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -162,6 +179,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.21201331909674526", "start": 0, "type": "Literal", @@ -173,6 +191,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -183,9 +202,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -196,6 +217,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -208,6 +230,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -219,6 +242,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4707511307971115", "start": 0, "type": "Literal", @@ -230,6 +254,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -238,6 +263,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4905279615419764", "start": 0, "type": "Literal", @@ -249,6 +275,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -259,9 +286,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -272,6 +301,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -284,6 +314,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -295,6 +326,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8328324229085962", "start": 0, "type": "Literal", @@ -306,6 +338,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -314,6 +347,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4677492878818803", "start": 0, "type": "Literal", @@ -325,6 +359,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -335,9 +370,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -348,6 +385,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -360,6 +398,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -371,6 +410,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8111463382182231", "start": 0, "type": "Literal", @@ -382,6 +422,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -391,6 +432,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.41814807547140576", "start": 0, "type": "Literal", @@ -402,6 +444,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -409,6 +452,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -419,9 +463,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -432,6 +478,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -444,6 +491,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -454,6 +502,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.03807684940941125", "start": 0, "type": "Literal", @@ -466,6 +515,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25664826686353326", "start": 0, "type": "Literal", @@ -477,6 +527,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -487,9 +538,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -500,6 +553,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -512,6 +566,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -522,6 +577,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.23950083339596384", "start": 0, "type": "Literal", @@ -534,6 +590,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.43693196301855575", "start": 0, "type": "Literal", @@ -545,6 +602,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -555,9 +613,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -568,6 +628,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -580,6 +641,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -591,6 +653,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.16279444820904887", "start": 0, "type": "Literal", @@ -602,6 +665,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -610,6 +674,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8064475707664818", "start": 0, "type": "Literal", @@ -621,6 +686,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -631,9 +697,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -644,6 +712,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -656,6 +725,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -667,6 +737,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08972872009232558", "start": 0, "type": "Literal", @@ -678,6 +749,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -687,6 +759,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08887625823751266", "start": 0, "type": "Literal", @@ -698,6 +771,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -705,6 +779,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -715,9 +790,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -728,6 +805,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -740,6 +818,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -750,6 +829,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9203433427102556", "start": 0, "type": "Literal", @@ -763,6 +843,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17343459369697545", "start": 0, "type": "Literal", @@ -774,6 +855,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -781,6 +863,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -791,9 +874,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -804,6 +889,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -816,6 +902,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -826,6 +913,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0017496234414517975", "start": 0, "type": "Literal", @@ -839,6 +927,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5178508316168335", "start": 0, "type": "Literal", @@ -850,6 +939,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -857,6 +947,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -867,9 +958,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -880,6 +973,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -892,6 +986,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -902,6 +997,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6206263405732759", "start": 0, "type": "Literal", @@ -915,6 +1011,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8733399468665124", "start": 0, "type": "Literal", @@ -926,6 +1023,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -933,6 +1031,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -943,9 +1042,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -956,6 +1057,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -968,6 +1070,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -979,6 +1082,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7776386664456383", "start": 0, "type": "Literal", @@ -990,6 +1094,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -998,6 +1103,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7602780485384968", "start": 0, "type": "Literal", @@ -1009,6 +1115,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1019,9 +1126,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1032,6 +1141,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1044,6 +1154,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1054,6 +1165,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5439379760788592", "start": 0, "type": "Literal", @@ -1066,6 +1178,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8449177589350552", "start": 0, "type": "Literal", @@ -1077,6 +1190,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1087,9 +1201,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1100,6 +1216,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1112,6 +1229,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1123,6 +1241,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.13036646025917076", "start": 0, "type": "Literal", @@ -1134,6 +1253,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1142,6 +1262,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.012051713627069693", "start": 0, "type": "Literal", @@ -1153,6 +1274,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1163,9 +1285,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1176,6 +1300,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1188,6 +1313,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1199,6 +1325,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1656465612645519", "start": 0, "type": "Literal", @@ -1210,6 +1337,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1219,6 +1347,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.20775229173765486", "start": 0, "type": "Literal", @@ -1230,6 +1359,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1237,6 +1367,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1247,9 +1378,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1260,6 +1393,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1272,6 +1406,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1283,6 +1418,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0962723255929061", "start": 0, "type": "Literal", @@ -1294,6 +1430,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1303,6 +1440,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.05417797659066137", "start": 0, "type": "Literal", @@ -1314,6 +1452,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1321,6 +1460,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1331,9 +1471,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1344,6 +1486,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1356,6 +1499,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1366,6 +1510,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.902108945498191", "start": 0, "type": "Literal", @@ -1378,6 +1523,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3958978534964961", "start": 0, "type": "Literal", @@ -1389,6 +1535,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1399,9 +1546,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1412,6 +1561,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1424,6 +1574,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1434,6 +1585,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.27997950083139167", "start": 0, "type": "Literal", @@ -1447,6 +1599,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17778188444008958", "start": 0, "type": "Literal", @@ -1458,6 +1611,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1465,6 +1619,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1475,9 +1630,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1488,6 +1645,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1500,6 +1658,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1510,6 +1669,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5235806061589545", "start": 0, "type": "Literal", @@ -1522,6 +1682,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.694318985642328", "start": 0, "type": "Literal", @@ -1533,6 +1694,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1543,9 +1705,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1556,6 +1720,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1568,6 +1733,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1578,6 +1744,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.39140760219992154", "start": 0, "type": "Literal", @@ -1591,6 +1758,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7839795272576484", "start": 0, "type": "Literal", @@ -1602,6 +1770,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1609,6 +1778,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1619,9 +1789,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1632,6 +1804,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1644,6 +1817,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1654,6 +1828,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8414243527073519", "start": 0, "type": "Literal", @@ -1666,6 +1841,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5395591528940082", "start": 0, "type": "Literal", @@ -1677,6 +1853,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1687,9 +1864,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1700,6 +1879,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1712,6 +1892,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1722,6 +1903,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6137667704875602", "start": 0, "type": "Literal", @@ -1734,6 +1916,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.22119647516722085", "start": 0, "type": "Literal", @@ -1745,6 +1928,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1755,9 +1939,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1768,6 +1954,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1780,6 +1967,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1790,6 +1978,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8830488380766681", "start": 0, "type": "Literal", @@ -1802,6 +1991,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6996724408425232", "start": 0, "type": "Literal", @@ -1813,6 +2003,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1823,9 +2014,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1836,6 +2029,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1848,6 +2042,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1859,6 +2054,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.41290485754343953", "start": 0, "type": "Literal", @@ -1870,6 +2066,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1879,6 +2076,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4152647361760933", "start": 0, "type": "Literal", @@ -1890,6 +2088,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1897,6 +2096,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1907,9 +2107,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1920,6 +2122,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1932,6 +2135,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1942,6 +2146,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5169538755575687", "start": 0, "type": "Literal", @@ -1955,6 +2160,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9085567867302617", "start": 0, "type": "Literal", @@ -1966,6 +2172,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1973,6 +2180,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1983,9 +2191,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1996,6 +2206,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2008,6 +2219,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2019,6 +2231,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6716353749059765", "start": 0, "type": "Literal", @@ -2030,6 +2243,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2039,6 +2253,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9605576808879026", "start": 0, "type": "Literal", @@ -2050,6 +2265,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2057,6 +2273,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2067,9 +2284,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2080,6 +2299,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2092,6 +2312,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2102,6 +2323,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.010280170930300203", "start": 0, "type": "Literal", @@ -2115,6 +2337,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.37344123662342166", "start": 0, "type": "Literal", @@ -2126,6 +2349,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2133,6 +2357,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2143,9 +2368,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2156,6 +2383,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2168,6 +2396,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2178,6 +2407,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.10357375682791004", "start": 0, "type": "Literal", @@ -2191,6 +2421,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.42294321030821425", "start": 0, "type": "Literal", @@ -2202,6 +2433,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2209,6 +2441,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2219,9 +2452,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2232,6 +2467,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2244,6 +2480,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2254,6 +2491,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4520311575096987", "start": 0, "type": "Literal", @@ -2267,6 +2505,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.11232675307600548", "start": 0, "type": "Literal", @@ -2278,6 +2517,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2285,6 +2525,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2295,9 +2536,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2308,6 +2551,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2320,6 +2564,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2331,6 +2576,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8821185914380845", "start": 0, "type": "Literal", @@ -2342,6 +2588,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2351,6 +2598,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7155147434939819", "start": 0, "type": "Literal", @@ -2362,6 +2610,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2369,6 +2618,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2379,9 +2629,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2392,6 +2644,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2404,6 +2657,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2414,6 +2668,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9195487101690416", "start": 0, "type": "Literal", @@ -2426,6 +2681,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2691627465297364", "start": 0, "type": "Literal", @@ -2437,6 +2693,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2447,9 +2704,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2460,6 +2719,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2472,6 +2732,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2482,6 +2743,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7098978191546745", "start": 0, "type": "Literal", @@ -2494,6 +2756,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.11710004169385968", "start": 0, "type": "Literal", @@ -2505,6 +2768,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2515,9 +2779,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2528,6 +2794,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2540,6 +2807,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2551,6 +2819,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.37876368560819995", "start": 0, "type": "Literal", @@ -2562,6 +2831,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2570,6 +2840,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7106729314759084", "start": 0, "type": "Literal", @@ -2581,6 +2852,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2591,9 +2863,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2604,6 +2878,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2616,6 +2891,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2627,6 +2903,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.29728126898353335", "start": 0, "type": "Literal", @@ -2638,6 +2915,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2647,6 +2925,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.06649734568328003", "start": 0, "type": "Literal", @@ -2658,6 +2937,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2665,6 +2945,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2675,9 +2956,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2688,6 +2971,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2700,6 +2984,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2710,6 +2995,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.22965781558352072", "start": 0, "type": "Literal", @@ -2723,6 +3009,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7601866432836641", "start": 0, "type": "Literal", @@ -2734,6 +3021,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2741,6 +3029,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2751,9 +3040,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2764,6 +3055,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2776,6 +3068,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2787,6 +3080,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6356501074317229", "start": 0, "type": "Literal", @@ -2798,6 +3092,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2806,6 +3101,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.19458425399338064", "start": 0, "type": "Literal", @@ -2817,6 +3113,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2827,9 +3124,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2840,6 +3139,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2852,6 +3152,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2862,6 +3163,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5721251777404546", "start": 0, "type": "Literal", @@ -2874,6 +3176,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2888584097921527", "start": 0, "type": "Literal", @@ -2885,6 +3188,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2895,9 +3199,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2908,6 +3214,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2920,6 +3227,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2931,6 +3239,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9580409549552311", "start": 0, "type": "Literal", @@ -2942,6 +3251,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2951,6 +3261,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.02243818192078395", "start": 0, "type": "Literal", @@ -2962,6 +3273,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2969,6 +3281,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2979,9 +3292,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2992,6 +3307,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3004,6 +3320,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -3014,6 +3331,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3299184618602866", "start": 0, "type": "Literal", @@ -3027,6 +3345,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8353726942369875", "start": 0, "type": "Literal", @@ -3038,6 +3357,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3045,6 +3365,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3055,9 +3376,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3068,6 +3391,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3080,6 +3404,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -3090,6 +3415,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7434639386755209", "start": 0, "type": "Literal", @@ -3103,6 +3429,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7919648864138378", "start": 0, "type": "Literal", @@ -3114,6 +3441,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3121,6 +3449,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3131,9 +3460,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3144,6 +3475,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3156,6 +3488,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -3166,6 +3499,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9935751011164615", "start": 0, "type": "Literal", @@ -3178,6 +3512,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9042566468497608", "start": 0, "type": "Literal", @@ -3189,6 +3524,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3199,9 +3535,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3212,6 +3550,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3224,6 +3563,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -3235,6 +3575,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5035812884687294", "start": 0, "type": "Literal", @@ -3246,6 +3587,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3254,6 +3596,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5150967434989442", "start": 0, "type": "Literal", @@ -3265,6 +3608,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3275,9 +3619,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3288,6 +3634,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3300,6 +3647,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -3310,6 +3658,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5526227215900215", "start": 0, "type": "Literal", @@ -3322,6 +3671,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7612604137272441", "start": 0, "type": "Literal", @@ -3333,6 +3683,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3343,9 +3694,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3356,6 +3709,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3368,6 +3722,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -3378,6 +3733,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8593271349126876", "start": 0, "type": "Literal", @@ -3390,6 +3746,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08414894953725849", "start": 0, "type": "Literal", @@ -3401,6 +3758,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3411,9 +3769,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3424,6 +3784,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3436,6 +3797,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -3447,6 +3809,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8181049219192864", "start": 0, "type": "Literal", @@ -3458,6 +3821,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3467,6 +3831,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.903548131323352", "start": 0, "type": "Literal", @@ -3478,6 +3843,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3485,6 +3851,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3495,9 +3862,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3508,6 +3877,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3520,6 +3890,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -3530,6 +3901,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3165782044458305", "start": 0, "type": "Literal", @@ -3543,6 +3915,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.24189274252014914", "start": 0, "type": "Literal", @@ -3554,6 +3927,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3561,6 +3935,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3571,9 +3946,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3584,6 +3961,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3596,6 +3974,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -3607,6 +3986,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.44390956414045135", "start": 0, "type": "Literal", @@ -3618,6 +3998,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3627,6 +4008,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25912591535126905", "start": 0, "type": "Literal", @@ -3638,6 +4020,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3645,6 +4028,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3655,9 +4039,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3668,6 +4054,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3680,6 +4067,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -3691,6 +4079,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6605165911891009", "start": 0, "type": "Literal", @@ -3702,6 +4091,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3711,6 +4101,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.40355115288839194", "start": 0, "type": "Literal", @@ -3722,6 +4113,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3729,6 +4121,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3739,9 +4132,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3752,6 +4147,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3764,6 +4160,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -3775,6 +4172,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7170489950180006", "start": 0, "type": "Literal", @@ -3786,6 +4184,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3794,6 +4193,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.23454356079651384", "start": 0, "type": "Literal", @@ -3805,6 +4205,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3815,9 +4216,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3828,6 +4231,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3840,6 +4244,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -3851,6 +4256,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2568187045379722", "start": 0, "type": "Literal", @@ -3862,6 +4268,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3871,6 +4278,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.45031188717601367", "start": 0, "type": "Literal", @@ -3882,6 +4290,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3889,6 +4298,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3899,9 +4309,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3912,6 +4324,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3924,6 +4337,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -3934,6 +4348,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6751951211858687", "start": 0, "type": "Literal", @@ -3947,6 +4362,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9709424233465593", "start": 0, "type": "Literal", @@ -3958,6 +4374,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3965,6 +4382,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3975,9 +4393,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3988,6 +4408,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4000,6 +4421,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -4011,6 +4433,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5689619842972184", "start": 0, "type": "Literal", @@ -4022,6 +4445,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4030,6 +4454,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5918969913790362", "start": 0, "type": "Literal", @@ -4041,6 +4466,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4051,9 +4477,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4064,6 +4492,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4076,6 +4505,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -4087,6 +4517,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8328324229085962", "start": 0, "type": "Literal", @@ -4098,6 +4529,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4106,6 +4538,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4677492878818803", "start": 0, "type": "Literal", @@ -4117,6 +4550,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4127,9 +4561,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4140,6 +4576,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4152,6 +4589,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -4163,6 +4601,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8111463382182231", "start": 0, "type": "Literal", @@ -4174,6 +4613,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4183,6 +4623,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.41814807547140576", "start": 0, "type": "Literal", @@ -4194,6 +4635,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4201,6 +4643,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4211,9 +4654,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4224,6 +4669,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4236,6 +4682,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -4246,6 +4693,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.03807684940941125", "start": 0, "type": "Literal", @@ -4258,6 +4706,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25664826686353326", "start": 0, "type": "Literal", @@ -4269,6 +4718,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4279,9 +4729,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4292,6 +4744,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4304,6 +4757,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -4314,6 +4768,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.23950083339596384", "start": 0, "type": "Literal", @@ -4326,6 +4781,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.43693196301855575", "start": 0, "type": "Literal", @@ -4337,6 +4793,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4347,9 +4804,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4360,6 +4819,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4372,6 +4832,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -4383,6 +4844,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.16279444820904887", "start": 0, "type": "Literal", @@ -4394,6 +4856,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4402,6 +4865,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8064475707664818", "start": 0, "type": "Literal", @@ -4413,6 +4877,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4423,9 +4888,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4436,6 +4903,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4448,6 +4916,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -4459,6 +4928,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08972872009232558", "start": 0, "type": "Literal", @@ -4470,6 +4940,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4479,6 +4950,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08887625823751266", "start": 0, "type": "Literal", @@ -4490,6 +4962,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4497,6 +4970,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4507,9 +4981,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4520,6 +4996,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4532,6 +5009,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -4542,6 +5020,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9203433427102556", "start": 0, "type": "Literal", @@ -4555,6 +5034,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17343459369697545", "start": 0, "type": "Literal", @@ -4566,6 +5046,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4573,6 +5054,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4583,9 +5065,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4596,6 +5080,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4608,6 +5093,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -4618,6 +5104,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0017496234414517975", "start": 0, "type": "Literal", @@ -4631,6 +5118,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5178508316168335", "start": 0, "type": "Literal", @@ -4642,6 +5130,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4649,6 +5138,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4659,9 +5149,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4672,6 +5164,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4684,6 +5177,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -4694,6 +5188,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6206263405732759", "start": 0, "type": "Literal", @@ -4707,6 +5202,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8733399468665124", "start": 0, "type": "Literal", @@ -4718,6 +5214,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4725,6 +5222,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4735,9 +5233,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4748,6 +5248,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4760,6 +5261,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -4771,6 +5273,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7776386664456383", "start": 0, "type": "Literal", @@ -4782,6 +5285,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4790,6 +5294,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7602780485384968", "start": 0, "type": "Literal", @@ -4801,6 +5306,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4811,9 +5317,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4824,6 +5332,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4836,6 +5345,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -4846,6 +5356,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5439379760788592", "start": 0, "type": "Literal", @@ -4858,6 +5369,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8449177589350552", "start": 0, "type": "Literal", @@ -4869,6 +5381,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4879,9 +5392,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4892,6 +5407,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4904,6 +5420,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -4915,6 +5432,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.13036646025917076", "start": 0, "type": "Literal", @@ -4926,6 +5444,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -4934,6 +5453,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.012051713627069693", "start": 0, "type": "Literal", @@ -4945,6 +5465,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4955,9 +5476,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -4968,6 +5491,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4980,6 +5504,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -4991,6 +5516,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1656465612645519", "start": 0, "type": "Literal", @@ -5002,6 +5528,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5011,6 +5538,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.20775229173765486", "start": 0, "type": "Literal", @@ -5022,6 +5550,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5029,6 +5558,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5039,9 +5569,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5052,6 +5584,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5064,6 +5597,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -5075,6 +5609,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0962723255929061", "start": 0, "type": "Literal", @@ -5086,6 +5621,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5095,6 +5631,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.05417797659066137", "start": 0, "type": "Literal", @@ -5106,6 +5643,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5113,6 +5651,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5123,9 +5662,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5136,6 +5677,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5148,6 +5690,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -5158,6 +5701,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.902108945498191", "start": 0, "type": "Literal", @@ -5170,6 +5714,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3958978534964961", "start": 0, "type": "Literal", @@ -5181,6 +5726,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5191,9 +5737,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5204,6 +5752,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5216,6 +5765,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -5226,6 +5776,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.27997950083139167", "start": 0, "type": "Literal", @@ -5239,6 +5790,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17778188444008958", "start": 0, "type": "Literal", @@ -5250,6 +5802,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5257,6 +5810,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5267,9 +5821,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5280,6 +5836,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5292,6 +5849,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -5302,6 +5860,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5235806061589545", "start": 0, "type": "Literal", @@ -5314,6 +5873,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.694318985642328", "start": 0, "type": "Literal", @@ -5325,6 +5885,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5335,9 +5896,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5348,6 +5911,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5360,6 +5924,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -5370,6 +5935,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.39140760219992154", "start": 0, "type": "Literal", @@ -5383,6 +5949,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7839795272576484", "start": 0, "type": "Literal", @@ -5394,6 +5961,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5401,6 +5969,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5411,9 +5980,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5424,6 +5995,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5436,6 +6008,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -5446,6 +6019,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8414243527073519", "start": 0, "type": "Literal", @@ -5458,6 +6032,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5395591528940082", "start": 0, "type": "Literal", @@ -5469,6 +6044,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5479,9 +6055,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5492,6 +6070,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5504,6 +6083,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -5514,6 +6094,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6137667704875602", "start": 0, "type": "Literal", @@ -5526,6 +6107,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.22119647516722085", "start": 0, "type": "Literal", @@ -5537,6 +6119,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5547,9 +6130,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5560,6 +6145,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5572,6 +6158,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -5582,6 +6169,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8830488380766681", "start": 0, "type": "Literal", @@ -5594,6 +6182,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6996724408425232", "start": 0, "type": "Literal", @@ -5605,6 +6194,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5615,9 +6205,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5628,6 +6220,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5640,6 +6233,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -5651,6 +6245,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.41290485754343953", "start": 0, "type": "Literal", @@ -5662,6 +6257,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5671,6 +6267,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4152647361760933", "start": 0, "type": "Literal", @@ -5682,6 +6279,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5689,6 +6287,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5699,9 +6298,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5712,6 +6313,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5724,6 +6326,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -5734,6 +6337,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5169538755575687", "start": 0, "type": "Literal", @@ -5747,6 +6351,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9085567867302617", "start": 0, "type": "Literal", @@ -5758,6 +6363,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5765,6 +6371,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5775,9 +6382,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5788,6 +6397,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5800,6 +6410,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -5810,6 +6421,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6751951211858687", "start": 0, "type": "Literal", @@ -5823,6 +6435,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9709424233465593", "start": 0, "type": "Literal", @@ -5834,6 +6447,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5841,6 +6455,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5851,9 +6466,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5864,6 +6481,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5876,6 +6494,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -5887,6 +6506,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5689619842972184", "start": 0, "type": "Literal", @@ -5898,6 +6518,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5906,6 +6527,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5918969913790362", "start": 0, "type": "Literal", @@ -5917,6 +6539,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5927,9 +6550,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -5940,6 +6565,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5952,6 +6578,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -5962,6 +6589,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9464450621708211", "start": 0, "type": "Literal", @@ -5975,6 +6603,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2684908127803667", "start": 0, "type": "Literal", @@ -5986,6 +6615,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -5993,6 +6623,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6003,9 +6634,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -6016,6 +6649,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6028,6 +6662,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -6038,6 +6673,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5241732366617591", "start": 0, "type": "Literal", @@ -6050,6 +6686,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9011437416408563", "start": 0, "type": "Literal", @@ -6061,6 +6698,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6071,9 +6709,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -6084,6 +6724,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6096,6 +6737,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -6107,6 +6749,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.14255393713960607", "start": 0, "type": "Literal", @@ -6118,6 +6761,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6127,6 +6771,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5194262624564814", "start": 0, "type": "Literal", @@ -6138,6 +6783,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6145,6 +6791,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6155,9 +6802,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -6168,6 +6817,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6180,6 +6830,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -6191,6 +6842,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4287123231350338", "start": 0, "type": "Literal", @@ -6202,6 +6854,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6211,6 +6864,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4223564528725028", "start": 0, "type": "Literal", @@ -6222,6 +6876,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6229,6 +6884,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6239,9 +6895,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -6252,6 +6910,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6264,6 +6923,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -6275,6 +6935,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.09316367294024519", "start": 0, "type": "Literal", @@ -6286,6 +6947,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6295,6 +6957,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9063127021008246", "start": 0, "type": "Literal", @@ -6306,6 +6969,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6313,6 +6977,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6323,9 +6988,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -6336,6 +7003,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6348,6 +7016,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -6359,6 +7028,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2767766535558669", "start": 0, "type": "Literal", @@ -6370,6 +7040,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6378,6 +7049,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6816248114129131", "start": 0, "type": "Literal", @@ -6389,6 +7061,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6399,9 +7072,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -6412,6 +7087,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6424,6 +7100,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -6434,6 +7111,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9796762495562534", "start": 0, "type": "Literal", @@ -6447,6 +7125,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0822145668330625", "start": 0, "type": "Literal", @@ -6458,6 +7137,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6465,6 +7145,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6475,9 +7156,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -6488,6 +7171,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6500,6 +7184,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -6511,6 +7196,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8666513070867441", "start": 0, "type": "Literal", @@ -6522,6 +7208,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6531,6 +7218,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.301053160242023", "start": 0, "type": "Literal", @@ -6542,6 +7230,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6549,6 +7238,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6559,9 +7249,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -6572,6 +7264,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6584,6 +7277,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -6594,6 +7288,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.537415656028112", "start": 0, "type": "Literal", @@ -6606,6 +7301,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.020272692875002774", "start": 0, "type": "Literal", @@ -6617,6 +7313,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6627,9 +7324,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -6640,6 +7339,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6652,6 +7352,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -6662,6 +7363,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9332396256457531", "start": 0, "type": "Literal", @@ -6675,6 +7377,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6228175690649898", "start": 0, "type": "Literal", @@ -6686,6 +7389,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6693,6 +7397,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6703,9 +7408,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -6716,6 +7423,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6728,6 +7436,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -6738,6 +7447,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.18052415837320734", "start": 0, "type": "Literal", @@ -6751,6 +7461,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.36894384647296197", "start": 0, "type": "Literal", @@ -6762,6 +7473,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6769,6 +7481,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6779,9 +7492,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -6792,6 +7507,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6804,6 +7520,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -6814,6 +7531,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5384372634075449", "start": 0, "type": "Literal", @@ -6826,6 +7544,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2377565050887107", "start": 0, "type": "Literal", @@ -6837,6 +7556,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6847,9 +7567,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -6860,6 +7582,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6872,6 +7595,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -6882,6 +7606,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.39043436929278874", "start": 0, "type": "Literal", @@ -6894,6 +7619,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.14273182483160451", "start": 0, "type": "Literal", @@ -6905,6 +7631,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6915,9 +7642,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -6928,6 +7657,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6940,6 +7670,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -6950,6 +7681,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.09782890412897283", "start": 0, "type": "Literal", @@ -6962,6 +7694,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9907667536909659", "start": 0, "type": "Literal", @@ -6973,6 +7706,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6983,9 +7717,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -6996,6 +7732,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7008,6 +7745,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -7018,6 +7756,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5286610085921146", "start": 0, "type": "Literal", @@ -7031,6 +7770,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7924508308419256", "start": 0, "type": "Literal", @@ -7042,6 +7782,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7049,6 +7790,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7059,9 +7801,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -7072,6 +7816,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7084,6 +7829,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -7094,6 +7840,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3789978184503342", "start": 0, "type": "Literal", @@ -7106,6 +7853,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.12396120576838676", "start": 0, "type": "Literal", @@ -7117,6 +7865,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7127,9 +7876,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -7140,6 +7891,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7152,6 +7904,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -7163,6 +7916,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9484912744890612", "start": 0, "type": "Literal", @@ -7174,6 +7928,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7182,6 +7937,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6729649846476855", "start": 0, "type": "Literal", @@ -7193,6 +7949,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7203,9 +7960,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -7216,6 +7975,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7228,6 +7988,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -7238,6 +7999,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7451758753425153", "start": 0, "type": "Literal", @@ -7251,6 +8013,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.21318737562458967", "start": 0, "type": "Literal", @@ -7262,6 +8025,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7269,6 +8033,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7279,9 +8044,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -7292,6 +8059,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7304,6 +8072,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -7314,6 +8083,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1873200727251887", "start": 0, "type": "Literal", @@ -7327,6 +8097,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.15961374297992448", "start": 0, "type": "Literal", @@ -7338,6 +8109,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7345,6 +8117,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7355,9 +8128,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -7368,6 +8143,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7380,6 +8156,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -7391,6 +8168,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.05729464924537564", "start": 0, "type": "Literal", @@ -7402,6 +8180,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7411,6 +8190,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5436345558508746", "start": 0, "type": "Literal", @@ -7422,6 +8202,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7429,6 +8210,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7439,9 +8221,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -7452,6 +8236,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7464,6 +8249,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -7475,6 +8261,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.09582414374469184", "start": 0, "type": "Literal", @@ -7486,6 +8273,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7495,6 +8283,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7533839681212353", "start": 0, "type": "Literal", @@ -7506,6 +8295,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7513,6 +8303,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7523,9 +8314,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -7536,6 +8329,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7548,6 +8342,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -7559,6 +8354,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17254116580051848", "start": 0, "type": "Literal", @@ -7570,6 +8366,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7579,6 +8376,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7669113400341137", "start": 0, "type": "Literal", @@ -7590,6 +8388,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7597,6 +8396,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7607,9 +8407,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -7620,6 +8422,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7632,6 +8435,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -7642,6 +8446,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8944730032887609", "start": 0, "type": "Literal", @@ -7654,6 +8459,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6093318694741408", "start": 0, "type": "Literal", @@ -7665,6 +8471,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7675,9 +8482,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -7688,6 +8497,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7700,6 +8510,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -7711,6 +8522,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3670208139314082", "start": 0, "type": "Literal", @@ -7722,6 +8534,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7730,6 +8543,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.21201331909674526", "start": 0, "type": "Literal", @@ -7741,6 +8555,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7751,9 +8566,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -7764,6 +8581,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7776,6 +8594,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -7787,6 +8606,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4707511307971115", "start": 0, "type": "Literal", @@ -7798,6 +8618,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7806,6 +8627,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4905279615419764", "start": 0, "type": "Literal", @@ -7817,6 +8639,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7827,9 +8650,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -7840,6 +8665,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7852,6 +8678,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -7863,6 +8690,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8328324229085962", "start": 0, "type": "Literal", @@ -7874,6 +8702,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7882,6 +8711,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4677492878818803", "start": 0, "type": "Literal", @@ -7893,6 +8723,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7903,9 +8734,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -7916,6 +8749,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7928,6 +8762,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -7939,6 +8774,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8111463382182231", "start": 0, "type": "Literal", @@ -7950,6 +8786,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7959,6 +8796,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.41814807547140576", "start": 0, "type": "Literal", @@ -7970,6 +8808,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7977,6 +8816,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -7987,9 +8827,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -8000,6 +8842,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8012,6 +8855,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -8022,6 +8866,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.03807684940941125", "start": 0, "type": "Literal", @@ -8034,6 +8879,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25664826686353326", "start": 0, "type": "Literal", @@ -8045,6 +8891,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8055,9 +8902,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -8068,6 +8917,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8080,6 +8930,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -8090,6 +8941,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.23950083339596384", "start": 0, "type": "Literal", @@ -8102,6 +8954,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.43693196301855575", "start": 0, "type": "Literal", @@ -8113,6 +8966,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8123,9 +8977,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -8136,6 +8992,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8148,6 +9005,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -8159,6 +9017,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.16279444820904887", "start": 0, "type": "Literal", @@ -8170,6 +9029,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -8178,6 +9038,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8064475707664818", "start": 0, "type": "Literal", @@ -8189,6 +9050,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8199,9 +9061,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -8212,6 +9076,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8224,6 +9089,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -8235,6 +9101,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08972872009232558", "start": 0, "type": "Literal", @@ -8246,6 +9113,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -8255,6 +9123,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08887625823751266", "start": 0, "type": "Literal", @@ -8266,6 +9135,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -8273,6 +9143,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8283,9 +9154,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -8296,6 +9169,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8308,6 +9182,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -8318,6 +9193,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9203433427102556", "start": 0, "type": "Literal", @@ -8331,6 +9207,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17343459369697545", "start": 0, "type": "Literal", @@ -8342,6 +9219,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -8349,6 +9227,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8359,9 +9238,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -8372,6 +9253,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8384,6 +9266,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -8394,6 +9277,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0017496234414517975", "start": 0, "type": "Literal", @@ -8407,6 +9291,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5178508316168335", "start": 0, "type": "Literal", @@ -8418,6 +9303,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -8425,6 +9311,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8435,9 +9322,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -8448,6 +9337,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8460,6 +9350,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -8470,6 +9361,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6206263405732759", "start": 0, "type": "Literal", @@ -8483,6 +9375,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8733399468665124", "start": 0, "type": "Literal", @@ -8494,6 +9387,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -8501,6 +9395,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8511,9 +9406,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -8524,6 +9421,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8536,6 +9434,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -8547,6 +9446,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7776386664456383", "start": 0, "type": "Literal", @@ -8558,6 +9458,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -8566,6 +9467,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7602780485384968", "start": 0, "type": "Literal", @@ -8577,6 +9479,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8587,9 +9490,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -8600,6 +9505,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8612,6 +9518,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -8622,6 +9529,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5439379760788592", "start": 0, "type": "Literal", @@ -8634,6 +9542,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8449177589350552", "start": 0, "type": "Literal", @@ -8645,6 +9554,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8655,9 +9565,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -8668,6 +9580,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8680,6 +9593,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -8691,6 +9605,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.13036646025917076", "start": 0, "type": "Literal", @@ -8702,6 +9617,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -8710,6 +9626,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.012051713627069693", "start": 0, "type": "Literal", @@ -8721,6 +9638,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8731,9 +9649,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -8744,6 +9664,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8756,6 +9677,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -8767,6 +9689,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1656465612645519", "start": 0, "type": "Literal", @@ -8778,6 +9701,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -8787,6 +9711,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.20775229173765486", "start": 0, "type": "Literal", @@ -8798,6 +9723,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -8805,6 +9731,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8815,9 +9742,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -8828,6 +9757,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8840,6 +9770,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -8851,6 +9782,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0962723255929061", "start": 0, "type": "Literal", @@ -8862,6 +9794,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -8871,6 +9804,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.05417797659066137", "start": 0, "type": "Literal", @@ -8882,6 +9816,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -8889,6 +9824,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8899,9 +9835,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -8912,6 +9850,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8924,6 +9863,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -8934,6 +9874,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.902108945498191", "start": 0, "type": "Literal", @@ -8946,6 +9887,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3958978534964961", "start": 0, "type": "Literal", @@ -8957,6 +9899,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -8967,9 +9910,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -8980,6 +9925,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8992,6 +9938,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -9002,6 +9949,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.27997950083139167", "start": 0, "type": "Literal", @@ -9015,6 +9963,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17778188444008958", "start": 0, "type": "Literal", @@ -9026,6 +9975,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -9033,6 +9983,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9043,9 +9994,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -9056,6 +10009,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9068,6 +10022,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -9078,6 +10033,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5235806061589545", "start": 0, "type": "Literal", @@ -9090,6 +10046,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.694318985642328", "start": 0, "type": "Literal", @@ -9101,6 +10058,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9111,9 +10069,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -9124,6 +10084,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9136,6 +10097,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -9146,6 +10108,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.39140760219992154", "start": 0, "type": "Literal", @@ -9159,6 +10122,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7839795272576484", "start": 0, "type": "Literal", @@ -9170,6 +10134,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -9177,6 +10142,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9187,9 +10153,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -9200,6 +10168,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9212,6 +10181,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -9222,6 +10192,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8414243527073519", "start": 0, "type": "Literal", @@ -9234,6 +10205,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5395591528940082", "start": 0, "type": "Literal", @@ -9245,6 +10217,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9255,9 +10228,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -9268,6 +10243,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9280,6 +10256,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -9290,6 +10267,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6137667704875602", "start": 0, "type": "Literal", @@ -9302,6 +10280,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.22119647516722085", "start": 0, "type": "Literal", @@ -9313,6 +10292,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9323,9 +10303,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -9336,6 +10318,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9348,6 +10331,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -9358,6 +10342,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8830488380766681", "start": 0, "type": "Literal", @@ -9370,6 +10355,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6996724408425232", "start": 0, "type": "Literal", @@ -9381,6 +10367,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9391,9 +10378,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -9404,6 +10393,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9416,6 +10406,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -9427,6 +10418,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.41290485754343953", "start": 0, "type": "Literal", @@ -9438,6 +10430,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -9447,6 +10440,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4152647361760933", "start": 0, "type": "Literal", @@ -9458,6 +10452,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -9465,6 +10460,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9475,9 +10471,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -9488,6 +10486,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9500,6 +10499,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -9510,6 +10510,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5169538755575687", "start": 0, "type": "Literal", @@ -9523,6 +10524,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9085567867302617", "start": 0, "type": "Literal", @@ -9534,6 +10536,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -9541,6 +10544,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9551,9 +10555,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -9564,6 +10570,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9576,6 +10583,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -9587,6 +10595,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6716353749059765", "start": 0, "type": "Literal", @@ -9598,6 +10607,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -9607,6 +10617,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9605576808879026", "start": 0, "type": "Literal", @@ -9618,6 +10629,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -9625,6 +10637,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9635,9 +10648,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -9648,6 +10663,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9660,6 +10676,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -9670,6 +10687,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.010280170930300203", "start": 0, "type": "Literal", @@ -9683,6 +10701,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.37344123662342166", "start": 0, "type": "Literal", @@ -9694,6 +10713,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -9701,6 +10721,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9711,9 +10732,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -9724,6 +10747,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9736,6 +10760,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -9746,6 +10771,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.10357375682791004", "start": 0, "type": "Literal", @@ -9759,6 +10785,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.42294321030821425", "start": 0, "type": "Literal", @@ -9770,6 +10797,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -9777,6 +10805,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9787,9 +10816,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -9800,6 +10831,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9812,6 +10844,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -9822,6 +10855,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4520311575096987", "start": 0, "type": "Literal", @@ -9835,6 +10869,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.11232675307600548", "start": 0, "type": "Literal", @@ -9846,6 +10881,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -9853,6 +10889,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9863,9 +10900,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -9876,6 +10915,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9888,6 +10928,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -9899,6 +10940,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8821185914380845", "start": 0, "type": "Literal", @@ -9910,6 +10952,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -9919,6 +10962,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7155147434939819", "start": 0, "type": "Literal", @@ -9930,6 +10974,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -9937,6 +10982,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9947,9 +10993,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -9960,6 +11008,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9972,6 +11021,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -9982,6 +11032,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9195487101690416", "start": 0, "type": "Literal", @@ -9994,6 +11045,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2691627465297364", "start": 0, "type": "Literal", @@ -10005,6 +11057,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -10015,9 +11068,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -10028,6 +11083,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10040,6 +11096,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -10050,6 +11107,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7098978191546745", "start": 0, "type": "Literal", @@ -10062,6 +11120,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.11710004169385968", "start": 0, "type": "Literal", @@ -10073,6 +11132,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -10083,9 +11143,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -10096,6 +11158,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10108,6 +11171,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -10119,6 +11183,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.37876368560819995", "start": 0, "type": "Literal", @@ -10130,6 +11195,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -10138,6 +11204,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7106729314759084", "start": 0, "type": "Literal", @@ -10149,6 +11216,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -10159,9 +11227,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -10172,6 +11242,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10184,6 +11255,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -10195,6 +11267,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.29728126898353335", "start": 0, "type": "Literal", @@ -10206,6 +11279,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -10215,6 +11289,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.06649734568328003", "start": 0, "type": "Literal", @@ -10226,6 +11301,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -10233,6 +11309,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -10243,9 +11320,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -10256,6 +11335,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10268,6 +11348,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -10278,6 +11359,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.22965781558352072", "start": 0, "type": "Literal", @@ -10291,6 +11373,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7601866432836641", "start": 0, "type": "Literal", @@ -10302,6 +11385,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -10309,6 +11393,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -10319,9 +11404,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -10332,6 +11419,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10344,6 +11432,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -10355,6 +11444,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6356501074317229", "start": 0, "type": "Literal", @@ -10366,6 +11456,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -10374,6 +11465,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.19458425399338064", "start": 0, "type": "Literal", @@ -10385,6 +11477,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -10395,9 +11488,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -10408,6 +11503,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10420,6 +11516,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -10430,6 +11527,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5721251777404546", "start": 0, "type": "Literal", @@ -10442,6 +11540,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2888584097921527", "start": 0, "type": "Literal", @@ -10453,6 +11552,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -10463,9 +11563,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -10476,6 +11578,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10488,6 +11591,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -10499,6 +11603,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9580409549552311", "start": 0, "type": "Literal", @@ -10510,6 +11615,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -10519,6 +11625,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.02243818192078395", "start": 0, "type": "Literal", @@ -10530,6 +11637,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -10537,6 +11645,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -10547,9 +11656,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -10560,6 +11671,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10572,6 +11684,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -10582,6 +11695,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3299184618602866", "start": 0, "type": "Literal", @@ -10595,6 +11709,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8353726942369875", "start": 0, "type": "Literal", @@ -10606,6 +11721,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -10613,6 +11729,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -10623,9 +11740,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -10636,6 +11755,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10648,6 +11768,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -10658,6 +11779,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7434639386755209", "start": 0, "type": "Literal", @@ -10671,6 +11793,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7919648864138378", "start": 0, "type": "Literal", @@ -10682,6 +11805,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -10689,6 +11813,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -10699,9 +11824,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -10712,6 +11839,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10724,6 +11852,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -10734,6 +11863,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9935751011164615", "start": 0, "type": "Literal", @@ -10746,6 +11876,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9042566468497608", "start": 0, "type": "Literal", @@ -10757,6 +11888,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -10767,9 +11899,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -10780,6 +11914,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10792,6 +11927,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -10803,6 +11939,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5035812884687294", "start": 0, "type": "Literal", @@ -10814,6 +11951,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -10822,6 +11960,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5150967434989442", "start": 0, "type": "Literal", @@ -10833,6 +11972,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -10843,9 +11983,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -10856,6 +11998,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10868,6 +12011,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -10878,6 +12022,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5526227215900215", "start": 0, "type": "Literal", @@ -10890,6 +12035,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7612604137272441", "start": 0, "type": "Literal", @@ -10901,6 +12047,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -10911,9 +12058,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -10924,6 +12073,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10936,6 +12086,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -10946,6 +12097,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8593271349126876", "start": 0, "type": "Literal", @@ -10958,6 +12110,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08414894953725849", "start": 0, "type": "Literal", @@ -10969,6 +12122,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -10979,9 +12133,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -10992,6 +12148,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11004,6 +12161,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -11015,6 +12173,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8181049219192864", "start": 0, "type": "Literal", @@ -11026,6 +12185,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -11035,6 +12195,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.903548131323352", "start": 0, "type": "Literal", @@ -11046,6 +12207,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -11053,6 +12215,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -11063,9 +12226,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -11076,6 +12241,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11088,6 +12254,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -11098,6 +12265,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3165782044458305", "start": 0, "type": "Literal", @@ -11111,6 +12279,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.24189274252014914", "start": 0, "type": "Literal", @@ -11122,6 +12291,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -11129,6 +12299,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -11139,9 +12310,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -11152,6 +12325,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11164,6 +12338,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -11175,6 +12350,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.44390956414045135", "start": 0, "type": "Literal", @@ -11186,6 +12362,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -11195,6 +12372,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25912591535126905", "start": 0, "type": "Literal", @@ -11206,6 +12384,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -11213,6 +12392,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -11223,9 +12403,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -11236,6 +12418,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11248,6 +12431,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -11259,6 +12443,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6605165911891009", "start": 0, "type": "Literal", @@ -11270,6 +12455,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -11279,6 +12465,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.40355115288839194", "start": 0, "type": "Literal", @@ -11290,6 +12477,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -11297,6 +12485,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -11307,9 +12496,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -11320,6 +12511,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11332,6 +12524,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -11343,6 +12536,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7170489950180006", "start": 0, "type": "Literal", @@ -11354,6 +12548,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -11362,6 +12557,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.23454356079651384", "start": 0, "type": "Literal", @@ -11373,6 +12569,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -11383,9 +12580,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -11396,6 +12595,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11408,6 +12608,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -11419,6 +12620,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2568187045379722", "start": 0, "type": "Literal", @@ -11430,6 +12632,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -11439,6 +12642,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.45031188717601367", "start": 0, "type": "Literal", @@ -11450,6 +12654,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -11457,6 +12662,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -11467,9 +12673,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -11480,6 +12688,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11492,6 +12701,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -11502,6 +12712,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6751951211858687", "start": 0, "type": "Literal", @@ -11515,6 +12726,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9709424233465593", "start": 0, "type": "Literal", @@ -11526,6 +12738,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -11533,6 +12746,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -11543,9 +12757,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -11556,6 +12772,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11568,6 +12785,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -11579,6 +12797,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5689619842972184", "start": 0, "type": "Literal", @@ -11590,6 +12809,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -11598,6 +12818,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5918969913790362", "start": 0, "type": "Literal", @@ -11609,6 +12830,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -11619,9 +12841,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -11632,6 +12856,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11644,6 +12869,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -11655,6 +12881,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8328324229085962", "start": 0, "type": "Literal", @@ -11666,6 +12893,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -11674,6 +12902,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4677492878818803", "start": 0, "type": "Literal", @@ -11685,6 +12914,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -11695,9 +12925,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -11708,6 +12940,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11720,6 +12953,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -11731,6 +12965,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8111463382182231", "start": 0, "type": "Literal", @@ -11742,6 +12977,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -11751,6 +12987,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.41814807547140576", "start": 0, "type": "Literal", @@ -11762,6 +12999,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -11769,6 +13007,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -11779,9 +13018,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -11792,6 +13033,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11804,6 +13046,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -11814,6 +13057,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.03807684940941125", "start": 0, "type": "Literal", @@ -11826,6 +13070,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25664826686353326", "start": 0, "type": "Literal", @@ -11837,6 +13082,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -11847,9 +13093,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -11860,6 +13108,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11872,6 +13121,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -11882,6 +13132,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.23950083339596384", "start": 0, "type": "Literal", @@ -11894,6 +13145,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.43693196301855575", "start": 0, "type": "Literal", @@ -11905,6 +13157,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -11915,9 +13168,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -11928,6 +13183,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11940,6 +13196,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -11951,6 +13208,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.16279444820904887", "start": 0, "type": "Literal", @@ -11962,6 +13220,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -11970,6 +13229,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8064475707664818", "start": 0, "type": "Literal", @@ -11981,6 +13241,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -11991,9 +13252,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -12004,6 +13267,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -12016,6 +13280,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -12027,6 +13292,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08972872009232558", "start": 0, "type": "Literal", @@ -12038,6 +13304,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -12047,6 +13314,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08887625823751266", "start": 0, "type": "Literal", @@ -12058,6 +13326,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -12065,6 +13334,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -12075,9 +13345,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -12088,6 +13360,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -12100,6 +13373,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -12110,6 +13384,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9203433427102556", "start": 0, "type": "Literal", @@ -12123,6 +13398,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17343459369697545", "start": 0, "type": "Literal", @@ -12134,6 +13410,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -12141,6 +13418,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -12151,9 +13429,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -12164,6 +13444,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -12176,6 +13457,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -12186,6 +13468,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0017496234414517975", "start": 0, "type": "Literal", @@ -12199,6 +13482,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5178508316168335", "start": 0, "type": "Literal", @@ -12210,6 +13494,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -12217,6 +13502,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -12227,9 +13513,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -12240,6 +13528,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -12252,6 +13541,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -12262,6 +13552,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6206263405732759", "start": 0, "type": "Literal", @@ -12275,6 +13566,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8733399468665124", "start": 0, "type": "Literal", @@ -12286,6 +13578,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -12293,6 +13586,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -12303,9 +13597,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -12316,6 +13612,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -12328,6 +13625,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -12339,6 +13637,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7776386664456383", "start": 0, "type": "Literal", @@ -12350,6 +13649,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -12358,6 +13658,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7602780485384968", "start": 0, "type": "Literal", @@ -12369,6 +13670,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -12379,9 +13681,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -12392,6 +13696,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -12404,6 +13709,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -12414,6 +13720,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5439379760788592", "start": 0, "type": "Literal", @@ -12426,6 +13733,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8449177589350552", "start": 0, "type": "Literal", @@ -12437,6 +13745,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -12447,9 +13756,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -12460,6 +13771,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -12472,6 +13784,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -12483,6 +13796,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.13036646025917076", "start": 0, "type": "Literal", @@ -12494,6 +13808,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -12502,6 +13817,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.012051713627069693", "start": 0, "type": "Literal", @@ -12513,6 +13829,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -12523,9 +13840,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -12536,6 +13855,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -12548,6 +13868,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -12559,6 +13880,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1656465612645519", "start": 0, "type": "Literal", @@ -12570,6 +13892,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -12579,6 +13902,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.20775229173765486", "start": 0, "type": "Literal", @@ -12590,6 +13914,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -12597,6 +13922,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -12607,9 +13933,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -12620,6 +13948,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -12632,6 +13961,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -12643,6 +13973,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0962723255929061", "start": 0, "type": "Literal", @@ -12654,6 +13985,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -12663,6 +13995,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.05417797659066137", "start": 0, "type": "Literal", @@ -12674,6 +14007,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -12681,6 +14015,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -12691,9 +14026,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -12704,6 +14041,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -12716,6 +14054,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -12726,6 +14065,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.902108945498191", "start": 0, "type": "Literal", @@ -12738,6 +14078,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3958978534964961", "start": 0, "type": "Literal", @@ -12749,6 +14090,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -12759,9 +14101,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -12772,6 +14116,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -12784,6 +14129,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -12794,6 +14140,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.27997950083139167", "start": 0, "type": "Literal", @@ -12807,6 +14154,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17778188444008958", "start": 0, "type": "Literal", @@ -12818,6 +14166,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -12825,6 +14174,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -12835,9 +14185,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -12848,6 +14200,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -12860,6 +14213,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -12870,6 +14224,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5235806061589545", "start": 0, "type": "Literal", @@ -12882,6 +14237,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.694318985642328", "start": 0, "type": "Literal", @@ -12893,6 +14249,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -12903,9 +14260,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -12916,6 +14275,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -12928,6 +14288,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -12938,6 +14299,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.39140760219992154", "start": 0, "type": "Literal", @@ -12951,6 +14313,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7839795272576484", "start": 0, "type": "Literal", @@ -12962,6 +14325,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -12969,6 +14333,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -12979,9 +14344,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -12992,6 +14359,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -13004,6 +14372,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -13014,6 +14383,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8414243527073519", "start": 0, "type": "Literal", @@ -13026,6 +14396,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5395591528940082", "start": 0, "type": "Literal", @@ -13037,6 +14408,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -13047,9 +14419,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -13060,6 +14434,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -13072,6 +14447,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -13082,6 +14458,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6137667704875602", "start": 0, "type": "Literal", @@ -13094,6 +14471,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.22119647516722085", "start": 0, "type": "Literal", @@ -13105,6 +14483,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -13115,9 +14494,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -13128,6 +14509,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -13140,6 +14522,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -13150,6 +14533,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8830488380766681", "start": 0, "type": "Literal", @@ -13162,6 +14546,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6996724408425232", "start": 0, "type": "Literal", @@ -13173,6 +14558,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -13183,9 +14569,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -13196,6 +14584,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -13208,6 +14597,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -13219,6 +14609,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3670208139314082", "start": 0, "type": "Literal", @@ -13230,6 +14621,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -13238,6 +14630,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.21201331909674526", "start": 0, "type": "Literal", @@ -13249,6 +14642,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -13259,9 +14653,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -13272,6 +14668,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -13284,6 +14681,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -13295,6 +14693,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4707511307971115", "start": 0, "type": "Literal", @@ -13306,6 +14705,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -13314,6 +14714,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4905279615419764", "start": 0, "type": "Literal", @@ -13325,6 +14726,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -13335,9 +14737,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -13348,6 +14752,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -13360,6 +14765,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -13371,6 +14777,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8328324229085962", "start": 0, "type": "Literal", @@ -13382,6 +14789,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -13390,6 +14798,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4677492878818803", "start": 0, "type": "Literal", @@ -13401,6 +14810,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -13411,9 +14821,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -13424,6 +14836,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -13436,6 +14849,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -13447,6 +14861,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8111463382182231", "start": 0, "type": "Literal", @@ -13458,6 +14873,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -13467,6 +14883,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.41814807547140576", "start": 0, "type": "Literal", @@ -13478,6 +14895,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -13485,6 +14903,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -13495,9 +14914,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -13508,6 +14929,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -13520,6 +14942,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -13530,6 +14953,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.03807684940941125", "start": 0, "type": "Literal", @@ -13542,6 +14966,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25664826686353326", "start": 0, "type": "Literal", @@ -13553,6 +14978,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -13563,9 +14989,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -13576,6 +15004,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -13588,6 +15017,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -13598,6 +15028,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.23950083339596384", "start": 0, "type": "Literal", @@ -13610,6 +15041,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.43693196301855575", "start": 0, "type": "Literal", @@ -13621,6 +15053,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -13631,9 +15064,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -13644,6 +15079,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -13656,6 +15092,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -13667,6 +15104,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.16279444820904887", "start": 0, "type": "Literal", @@ -13678,6 +15116,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -13686,6 +15125,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8064475707664818", "start": 0, "type": "Literal", @@ -13697,6 +15137,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -13707,9 +15148,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -13720,6 +15163,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -13732,6 +15176,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -13743,6 +15188,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08972872009232558", "start": 0, "type": "Literal", @@ -13754,6 +15200,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -13763,6 +15210,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08887625823751266", "start": 0, "type": "Literal", @@ -13774,6 +15222,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -13781,6 +15230,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -13791,9 +15241,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -13804,6 +15256,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -13816,6 +15269,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -13826,6 +15280,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9203433427102556", "start": 0, "type": "Literal", @@ -13839,6 +15294,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17343459369697545", "start": 0, "type": "Literal", @@ -13850,6 +15306,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -13857,6 +15314,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -13867,9 +15325,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -13880,6 +15340,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -13892,6 +15353,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -13902,6 +15364,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0017496234414517975", "start": 0, "type": "Literal", @@ -13915,6 +15378,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5178508316168335", "start": 0, "type": "Literal", @@ -13926,6 +15390,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -13933,6 +15398,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -13943,9 +15409,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -13956,6 +15424,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -13968,6 +15437,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -13978,6 +15448,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6206263405732759", "start": 0, "type": "Literal", @@ -13991,6 +15462,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8733399468665124", "start": 0, "type": "Literal", @@ -14002,6 +15474,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -14009,6 +15482,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -14019,9 +15493,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -14032,6 +15508,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -14044,6 +15521,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -14055,6 +15533,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7776386664456383", "start": 0, "type": "Literal", @@ -14066,6 +15545,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -14074,6 +15554,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7602780485384968", "start": 0, "type": "Literal", @@ -14085,6 +15566,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -14095,9 +15577,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -14108,6 +15592,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -14120,6 +15605,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -14130,6 +15616,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5439379760788592", "start": 0, "type": "Literal", @@ -14142,6 +15629,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8449177589350552", "start": 0, "type": "Literal", @@ -14153,6 +15641,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -14163,9 +15652,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -14176,6 +15667,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -14188,6 +15680,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -14199,6 +15692,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.13036646025917076", "start": 0, "type": "Literal", @@ -14210,6 +15704,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -14218,6 +15713,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.012051713627069693", "start": 0, "type": "Literal", @@ -14229,6 +15725,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -14239,9 +15736,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -14252,6 +15751,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -14264,6 +15764,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -14275,6 +15776,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1656465612645519", "start": 0, "type": "Literal", @@ -14286,6 +15788,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -14295,6 +15798,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.20775229173765486", "start": 0, "type": "Literal", @@ -14306,6 +15810,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -14313,6 +15818,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -14323,9 +15829,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -14336,6 +15844,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -14348,6 +15857,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -14359,6 +15869,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0962723255929061", "start": 0, "type": "Literal", @@ -14370,6 +15881,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -14379,6 +15891,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.05417797659066137", "start": 0, "type": "Literal", @@ -14390,6 +15903,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -14397,6 +15911,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -14407,9 +15922,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -14420,6 +15937,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -14432,6 +15950,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -14442,6 +15961,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.902108945498191", "start": 0, "type": "Literal", @@ -14454,6 +15974,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3958978534964961", "start": 0, "type": "Literal", @@ -14465,6 +15986,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -14475,9 +15997,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -14488,6 +16012,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -14500,6 +16025,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -14510,6 +16036,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.27997950083139167", "start": 0, "type": "Literal", @@ -14523,6 +16050,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17778188444008958", "start": 0, "type": "Literal", @@ -14534,6 +16062,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -14541,6 +16070,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -14551,9 +16081,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -14564,6 +16096,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -14576,6 +16109,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -14586,6 +16120,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5235806061589545", "start": 0, "type": "Literal", @@ -14598,6 +16133,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.694318985642328", "start": 0, "type": "Literal", @@ -14609,6 +16145,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -14619,9 +16156,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -14632,6 +16171,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -14644,6 +16184,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -14654,6 +16195,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.39140760219992154", "start": 0, "type": "Literal", @@ -14667,6 +16209,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7839795272576484", "start": 0, "type": "Literal", @@ -14678,6 +16221,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -14685,6 +16229,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -14695,9 +16240,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -14708,6 +16255,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -14720,6 +16268,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -14730,6 +16279,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8414243527073519", "start": 0, "type": "Literal", @@ -14742,6 +16292,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5395591528940082", "start": 0, "type": "Literal", @@ -14753,6 +16304,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -14763,9 +16315,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -14776,6 +16330,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -14788,6 +16343,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -14798,6 +16354,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6137667704875602", "start": 0, "type": "Literal", @@ -14810,6 +16367,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.22119647516722085", "start": 0, "type": "Literal", @@ -14821,6 +16379,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -14831,9 +16390,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -14844,6 +16405,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -14856,6 +16418,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -14866,6 +16429,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8830488380766681", "start": 0, "type": "Literal", @@ -14878,6 +16442,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6996724408425232", "start": 0, "type": "Literal", @@ -14889,6 +16454,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -14899,9 +16465,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -14912,6 +16480,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -14924,6 +16493,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -14935,6 +16505,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.41290485754343953", "start": 0, "type": "Literal", @@ -14946,6 +16517,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -14955,6 +16527,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4152647361760933", "start": 0, "type": "Literal", @@ -14966,6 +16539,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -14973,6 +16547,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -14983,9 +16558,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -14996,6 +16573,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -15008,6 +16586,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -15018,6 +16597,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5169538755575687", "start": 0, "type": "Literal", @@ -15031,6 +16611,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9085567867302617", "start": 0, "type": "Literal", @@ -15042,6 +16623,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -15049,6 +16631,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -15059,9 +16642,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -15072,6 +16657,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -15084,6 +16670,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -15095,6 +16682,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6716353749059765", "start": 0, "type": "Literal", @@ -15106,6 +16694,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -15115,6 +16704,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9605576808879026", "start": 0, "type": "Literal", @@ -15126,6 +16716,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -15133,6 +16724,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -15143,9 +16735,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -15156,6 +16750,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -15168,6 +16763,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -15178,6 +16774,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.010280170930300203", "start": 0, "type": "Literal", @@ -15191,6 +16788,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.37344123662342166", "start": 0, "type": "Literal", @@ -15202,6 +16800,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -15209,6 +16808,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -15219,9 +16819,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -15232,6 +16834,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -15244,6 +16847,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -15255,6 +16859,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3670208139314082", "start": 0, "type": "Literal", @@ -15266,6 +16871,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -15274,6 +16880,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.21201331909674526", "start": 0, "type": "Literal", @@ -15285,6 +16892,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -15295,9 +16903,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -15308,6 +16918,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -15320,6 +16931,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -15331,6 +16943,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4707511307971115", "start": 0, "type": "Literal", @@ -15342,6 +16955,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -15350,6 +16964,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4905279615419764", "start": 0, "type": "Literal", @@ -15361,6 +16976,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -15371,9 +16987,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -15384,6 +17002,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -15396,6 +17015,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -15407,6 +17027,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8328324229085962", "start": 0, "type": "Literal", @@ -15418,6 +17039,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -15426,6 +17048,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4677492878818803", "start": 0, "type": "Literal", @@ -15437,6 +17060,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -15447,9 +17071,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -15460,6 +17086,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -15472,6 +17099,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -15483,6 +17111,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8111463382182231", "start": 0, "type": "Literal", @@ -15494,6 +17123,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -15503,6 +17133,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.41814807547140576", "start": 0, "type": "Literal", @@ -15514,6 +17145,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -15521,6 +17153,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -15531,9 +17164,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -15544,6 +17179,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -15556,6 +17192,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -15566,6 +17203,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.03807684940941125", "start": 0, "type": "Literal", @@ -15578,6 +17216,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25664826686353326", "start": 0, "type": "Literal", @@ -15589,6 +17228,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -15599,9 +17239,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -15612,6 +17254,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -15624,6 +17267,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -15634,6 +17278,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.23950083339596384", "start": 0, "type": "Literal", @@ -15646,6 +17291,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.43693196301855575", "start": 0, "type": "Literal", @@ -15657,6 +17303,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -15667,9 +17314,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -15680,6 +17329,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -15692,6 +17342,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -15703,6 +17354,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.16279444820904887", "start": 0, "type": "Literal", @@ -15714,6 +17366,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -15722,6 +17375,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8064475707664818", "start": 0, "type": "Literal", @@ -15733,6 +17387,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -15743,9 +17398,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -15756,6 +17413,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -15768,6 +17426,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -15779,6 +17438,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08972872009232558", "start": 0, "type": "Literal", @@ -15790,6 +17450,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -15799,6 +17460,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08887625823751266", "start": 0, "type": "Literal", @@ -15810,6 +17472,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -15817,6 +17480,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -15827,9 +17491,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -15840,6 +17506,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -15852,6 +17519,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -15862,6 +17530,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9203433427102556", "start": 0, "type": "Literal", @@ -15875,6 +17544,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17343459369697545", "start": 0, "type": "Literal", @@ -15886,6 +17556,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -15893,6 +17564,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -15903,9 +17575,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -15916,6 +17590,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -15928,6 +17603,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -15938,6 +17614,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0017496234414517975", "start": 0, "type": "Literal", @@ -15951,6 +17628,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5178508316168335", "start": 0, "type": "Literal", @@ -15962,6 +17640,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -15969,6 +17648,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -15979,9 +17659,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -15992,6 +17674,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -16004,6 +17687,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -16014,6 +17698,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6206263405732759", "start": 0, "type": "Literal", @@ -16027,6 +17712,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8733399468665124", "start": 0, "type": "Literal", @@ -16038,6 +17724,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -16045,6 +17732,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -16055,9 +17743,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -16068,6 +17758,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -16080,6 +17771,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -16091,6 +17783,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7776386664456383", "start": 0, "type": "Literal", @@ -16102,6 +17795,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -16110,6 +17804,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7602780485384968", "start": 0, "type": "Literal", @@ -16121,6 +17816,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -16131,9 +17827,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -16144,6 +17842,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -16156,6 +17855,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -16166,6 +17866,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5439379760788592", "start": 0, "type": "Literal", @@ -16178,6 +17879,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8449177589350552", "start": 0, "type": "Literal", @@ -16189,6 +17891,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -16199,9 +17902,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -16212,6 +17917,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -16224,6 +17930,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -16235,6 +17942,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.13036646025917076", "start": 0, "type": "Literal", @@ -16246,6 +17954,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -16254,6 +17963,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.012051713627069693", "start": 0, "type": "Literal", @@ -16265,6 +17975,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -16275,9 +17986,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -16288,6 +18001,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -16300,6 +18014,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -16311,6 +18026,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1656465612645519", "start": 0, "type": "Literal", @@ -16322,6 +18038,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -16331,6 +18048,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.20775229173765486", "start": 0, "type": "Literal", @@ -16342,6 +18060,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -16349,6 +18068,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -16359,9 +18079,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -16372,6 +18094,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -16384,6 +18107,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -16395,6 +18119,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0962723255929061", "start": 0, "type": "Literal", @@ -16406,6 +18131,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -16415,6 +18141,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.05417797659066137", "start": 0, "type": "Literal", @@ -16426,6 +18153,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -16433,6 +18161,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -16443,9 +18172,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -16456,6 +18187,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -16468,6 +18200,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -16478,6 +18211,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.902108945498191", "start": 0, "type": "Literal", @@ -16490,6 +18224,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3958978534964961", "start": 0, "type": "Literal", @@ -16501,6 +18236,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -16511,9 +18247,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -16524,6 +18262,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -16536,6 +18275,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -16546,6 +18286,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.27997950083139167", "start": 0, "type": "Literal", @@ -16559,6 +18300,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17778188444008958", "start": 0, "type": "Literal", @@ -16570,6 +18312,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -16577,6 +18320,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -16587,9 +18331,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -16600,6 +18346,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -16612,6 +18359,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -16622,6 +18370,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5235806061589545", "start": 0, "type": "Literal", @@ -16634,6 +18383,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.694318985642328", "start": 0, "type": "Literal", @@ -16645,6 +18395,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -16655,9 +18406,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -16668,6 +18421,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -16680,6 +18434,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -16690,6 +18445,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.39140760219992154", "start": 0, "type": "Literal", @@ -16703,6 +18459,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7839795272576484", "start": 0, "type": "Literal", @@ -16714,6 +18471,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -16721,6 +18479,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -16731,9 +18490,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -16744,6 +18505,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -16756,6 +18518,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -16766,6 +18529,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8414243527073519", "start": 0, "type": "Literal", @@ -16778,6 +18542,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5395591528940082", "start": 0, "type": "Literal", @@ -16789,6 +18554,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -16799,9 +18565,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -16812,6 +18580,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -16824,6 +18593,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -16834,6 +18604,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6137667704875602", "start": 0, "type": "Literal", @@ -16846,6 +18617,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.22119647516722085", "start": 0, "type": "Literal", @@ -16857,6 +18629,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -16867,9 +18640,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -16880,6 +18655,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -16892,6 +18668,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -16902,6 +18679,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8830488380766681", "start": 0, "type": "Literal", @@ -16914,6 +18692,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6996724408425232", "start": 0, "type": "Literal", @@ -16925,6 +18704,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -16935,9 +18715,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -16948,6 +18730,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -16960,6 +18743,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -16971,6 +18755,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.41290485754343953", "start": 0, "type": "Literal", @@ -16982,6 +18767,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -16991,6 +18777,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4152647361760933", "start": 0, "type": "Literal", @@ -17002,6 +18789,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -17009,6 +18797,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -17019,9 +18808,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -17032,6 +18823,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -17044,6 +18836,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -17054,6 +18847,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5169538755575687", "start": 0, "type": "Literal", @@ -17067,6 +18861,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9085567867302617", "start": 0, "type": "Literal", @@ -17078,6 +18873,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -17085,6 +18881,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -17095,9 +18892,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -17108,6 +18907,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -17120,6 +18920,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -17131,6 +18932,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6716353749059765", "start": 0, "type": "Literal", @@ -17142,6 +18944,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -17151,6 +18954,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9605576808879026", "start": 0, "type": "Literal", @@ -17162,6 +18966,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -17169,6 +18974,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -17179,9 +18985,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -17192,6 +19000,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -17204,6 +19013,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -17214,6 +19024,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.010280170930300203", "start": 0, "type": "Literal", @@ -17227,6 +19038,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.37344123662342166", "start": 0, "type": "Literal", @@ -17238,6 +19050,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -17245,6 +19058,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -17255,9 +19069,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -17268,6 +19084,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -17280,6 +19097,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -17290,6 +19108,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.10357375682791004", "start": 0, "type": "Literal", @@ -17303,6 +19122,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.42294321030821425", "start": 0, "type": "Literal", @@ -17314,6 +19134,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -17321,6 +19142,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -17331,9 +19153,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -17344,6 +19168,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -17356,6 +19181,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -17366,6 +19192,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4520311575096987", "start": 0, "type": "Literal", @@ -17379,6 +19206,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.11232675307600548", "start": 0, "type": "Literal", @@ -17390,6 +19218,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -17397,6 +19226,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -17407,9 +19237,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -17420,6 +19252,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -17432,6 +19265,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -17443,6 +19277,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8821185914380845", "start": 0, "type": "Literal", @@ -17454,6 +19289,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -17463,6 +19299,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7155147434939819", "start": 0, "type": "Literal", @@ -17474,6 +19311,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -17481,6 +19319,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -17491,9 +19330,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -17504,6 +19345,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -17516,6 +19358,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -17526,6 +19369,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9195487101690416", "start": 0, "type": "Literal", @@ -17538,6 +19382,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2691627465297364", "start": 0, "type": "Literal", @@ -17549,6 +19394,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -17559,9 +19405,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -17572,6 +19420,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -17584,6 +19433,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -17594,6 +19444,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7098978191546745", "start": 0, "type": "Literal", @@ -17606,6 +19457,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.11710004169385968", "start": 0, "type": "Literal", @@ -17617,6 +19469,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -17627,9 +19480,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -17640,6 +19495,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -17652,6 +19508,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -17663,6 +19520,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.37876368560819995", "start": 0, "type": "Literal", @@ -17674,6 +19532,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -17682,6 +19541,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7106729314759084", "start": 0, "type": "Literal", @@ -17693,6 +19553,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -17703,9 +19564,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -17716,6 +19579,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -17728,6 +19592,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -17739,6 +19604,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.29728126898353335", "start": 0, "type": "Literal", @@ -17750,6 +19616,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -17759,6 +19626,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.06649734568328003", "start": 0, "type": "Literal", @@ -17770,6 +19638,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -17777,6 +19646,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -17787,9 +19657,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -17800,6 +19672,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -17812,6 +19685,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -17822,6 +19696,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.22965781558352072", "start": 0, "type": "Literal", @@ -17835,6 +19710,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7601866432836641", "start": 0, "type": "Literal", @@ -17846,6 +19722,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -17853,6 +19730,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -17863,9 +19741,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -17876,6 +19756,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -17888,6 +19769,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -17899,6 +19781,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6356501074317229", "start": 0, "type": "Literal", @@ -17910,6 +19793,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -17918,6 +19802,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.19458425399338064", "start": 0, "type": "Literal", @@ -17929,6 +19814,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -17939,9 +19825,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -17952,6 +19840,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -17964,6 +19853,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -17974,6 +19864,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5721251777404546", "start": 0, "type": "Literal", @@ -17986,6 +19877,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2888584097921527", "start": 0, "type": "Literal", @@ -17997,6 +19889,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -18007,9 +19900,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -18020,6 +19915,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -18032,6 +19928,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -18043,6 +19940,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9580409549552311", "start": 0, "type": "Literal", @@ -18054,6 +19952,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -18063,6 +19962,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.02243818192078395", "start": 0, "type": "Literal", @@ -18074,6 +19974,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -18081,6 +19982,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -18091,9 +19993,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -18104,6 +20008,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -18116,6 +20021,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -18126,6 +20032,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3299184618602866", "start": 0, "type": "Literal", @@ -18139,6 +20046,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8353726942369875", "start": 0, "type": "Literal", @@ -18150,6 +20058,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -18157,6 +20066,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -18167,9 +20077,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -18180,6 +20092,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -18192,6 +20105,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -18202,6 +20116,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7434639386755209", "start": 0, "type": "Literal", @@ -18215,6 +20130,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7919648864138378", "start": 0, "type": "Literal", @@ -18226,6 +20142,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -18233,6 +20150,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -18243,9 +20161,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -18256,6 +20176,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -18268,6 +20189,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -18278,6 +20200,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9935751011164615", "start": 0, "type": "Literal", @@ -18290,6 +20213,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9042566468497608", "start": 0, "type": "Literal", @@ -18301,6 +20225,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -18311,9 +20236,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -18324,6 +20251,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -18336,6 +20264,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -18347,6 +20276,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5035812884687294", "start": 0, "type": "Literal", @@ -18358,6 +20288,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -18366,6 +20297,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5150967434989442", "start": 0, "type": "Literal", @@ -18377,6 +20309,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -18387,9 +20320,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -18400,6 +20335,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -18412,6 +20348,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -18422,6 +20359,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5526227215900215", "start": 0, "type": "Literal", @@ -18434,6 +20372,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7612604137272441", "start": 0, "type": "Literal", @@ -18445,6 +20384,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -18455,9 +20395,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -18468,6 +20410,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -18480,6 +20423,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -18490,6 +20434,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8593271349126876", "start": 0, "type": "Literal", @@ -18502,6 +20447,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08414894953725849", "start": 0, "type": "Literal", @@ -18513,6 +20459,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -18523,9 +20470,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -18536,6 +20485,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -18548,6 +20498,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -18559,6 +20510,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8181049219192864", "start": 0, "type": "Literal", @@ -18570,6 +20522,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -18579,6 +20532,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.903548131323352", "start": 0, "type": "Literal", @@ -18590,6 +20544,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -18597,6 +20552,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -18607,9 +20563,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -18620,6 +20578,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -18632,6 +20591,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -18642,6 +20602,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3165782044458305", "start": 0, "type": "Literal", @@ -18655,6 +20616,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.24189274252014914", "start": 0, "type": "Literal", @@ -18666,6 +20628,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -18673,6 +20636,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -18683,9 +20647,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -18696,6 +20662,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -18708,6 +20675,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -18719,6 +20687,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.44390956414045135", "start": 0, "type": "Literal", @@ -18730,6 +20699,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -18739,6 +20709,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25912591535126905", "start": 0, "type": "Literal", @@ -18750,6 +20721,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -18757,6 +20729,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -18767,9 +20740,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -18780,6 +20755,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -18792,6 +20768,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -18803,6 +20780,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6605165911891009", "start": 0, "type": "Literal", @@ -18814,6 +20792,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -18823,6 +20802,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.40355115288839194", "start": 0, "type": "Literal", @@ -18834,6 +20814,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -18841,6 +20822,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -18851,9 +20833,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -18864,6 +20848,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -18876,6 +20861,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -18887,6 +20873,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7170489950180006", "start": 0, "type": "Literal", @@ -18898,6 +20885,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -18906,6 +20894,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.23454356079651384", "start": 0, "type": "Literal", @@ -18917,6 +20906,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -18927,9 +20917,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -18940,6 +20932,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -18952,6 +20945,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -18963,6 +20957,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2568187045379722", "start": 0, "type": "Literal", @@ -18974,6 +20969,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -18983,6 +20979,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.45031188717601367", "start": 0, "type": "Literal", @@ -18994,6 +20991,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -19001,6 +20999,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -19011,9 +21010,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -19024,6 +21025,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -19036,6 +21038,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -19046,6 +21049,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6751951211858687", "start": 0, "type": "Literal", @@ -19059,6 +21063,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9709424233465593", "start": 0, "type": "Literal", @@ -19070,6 +21075,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -19077,6 +21083,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -19087,9 +21094,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -19100,6 +21109,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -19112,6 +21122,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -19123,6 +21134,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5689619842972184", "start": 0, "type": "Literal", @@ -19134,6 +21146,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -19142,6 +21155,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5918969913790362", "start": 0, "type": "Literal", @@ -19153,6 +21167,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -19163,9 +21178,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -19176,6 +21193,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -19188,6 +21206,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -19199,6 +21218,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8328324229085962", "start": 0, "type": "Literal", @@ -19210,6 +21230,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -19218,6 +21239,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4677492878818803", "start": 0, "type": "Literal", @@ -19229,6 +21251,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -19239,9 +21262,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -19252,6 +21277,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -19264,6 +21290,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -19275,6 +21302,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8111463382182231", "start": 0, "type": "Literal", @@ -19286,6 +21314,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -19295,6 +21324,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.41814807547140576", "start": 0, "type": "Literal", @@ -19306,6 +21336,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -19313,6 +21344,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -19323,9 +21355,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -19336,6 +21370,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -19348,6 +21383,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -19358,6 +21394,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.03807684940941125", "start": 0, "type": "Literal", @@ -19370,6 +21407,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25664826686353326", "start": 0, "type": "Literal", @@ -19381,6 +21419,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -19391,9 +21430,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -19404,6 +21445,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -19416,6 +21458,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -19426,6 +21469,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.23950083339596384", "start": 0, "type": "Literal", @@ -19438,6 +21482,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.43693196301855575", "start": 0, "type": "Literal", @@ -19449,6 +21494,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -19459,9 +21505,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -19472,6 +21520,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -19484,6 +21533,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -19495,6 +21545,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.16279444820904887", "start": 0, "type": "Literal", @@ -19506,6 +21557,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -19514,6 +21566,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8064475707664818", "start": 0, "type": "Literal", @@ -19525,6 +21578,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -19535,9 +21589,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -19548,6 +21604,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -19560,6 +21617,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -19571,6 +21629,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08972872009232558", "start": 0, "type": "Literal", @@ -19582,6 +21641,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -19591,6 +21651,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08887625823751266", "start": 0, "type": "Literal", @@ -19602,6 +21663,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -19609,6 +21671,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -19619,9 +21682,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -19632,6 +21697,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -19644,6 +21710,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -19654,6 +21721,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9203433427102556", "start": 0, "type": "Literal", @@ -19667,6 +21735,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17343459369697545", "start": 0, "type": "Literal", @@ -19678,6 +21747,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -19685,6 +21755,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -19695,9 +21766,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -19708,6 +21781,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -19720,6 +21794,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -19730,6 +21805,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0017496234414517975", "start": 0, "type": "Literal", @@ -19743,6 +21819,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5178508316168335", "start": 0, "type": "Literal", @@ -19754,6 +21831,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -19761,6 +21839,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -19771,9 +21850,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -19784,6 +21865,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -19796,6 +21878,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -19806,6 +21889,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6206263405732759", "start": 0, "type": "Literal", @@ -19819,6 +21903,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8733399468665124", "start": 0, "type": "Literal", @@ -19830,6 +21915,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -19837,6 +21923,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -19847,9 +21934,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -19860,6 +21949,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -19872,6 +21962,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -19883,6 +21974,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7776386664456383", "start": 0, "type": "Literal", @@ -19894,6 +21986,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -19902,6 +21995,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7602780485384968", "start": 0, "type": "Literal", @@ -19913,6 +22007,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -19923,9 +22018,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -19936,6 +22033,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -19948,6 +22046,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -19958,6 +22057,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5439379760788592", "start": 0, "type": "Literal", @@ -19970,6 +22070,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8449177589350552", "start": 0, "type": "Literal", @@ -19981,6 +22082,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -19991,9 +22093,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -20004,6 +22108,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -20016,6 +22121,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -20027,6 +22133,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.13036646025917076", "start": 0, "type": "Literal", @@ -20038,6 +22145,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -20046,6 +22154,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.012051713627069693", "start": 0, "type": "Literal", @@ -20057,6 +22166,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -20067,9 +22177,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -20080,6 +22192,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -20092,6 +22205,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -20103,6 +22217,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1656465612645519", "start": 0, "type": "Literal", @@ -20114,6 +22229,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -20123,6 +22239,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.20775229173765486", "start": 0, "type": "Literal", @@ -20134,6 +22251,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -20141,6 +22259,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -20151,9 +22270,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -20164,6 +22285,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -20176,6 +22298,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -20187,6 +22310,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0962723255929061", "start": 0, "type": "Literal", @@ -20198,6 +22322,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -20207,6 +22332,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.05417797659066137", "start": 0, "type": "Literal", @@ -20218,6 +22344,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -20225,6 +22352,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -20235,9 +22363,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -20248,6 +22378,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -20260,6 +22391,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -20270,6 +22402,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.902108945498191", "start": 0, "type": "Literal", @@ -20282,6 +22415,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3958978534964961", "start": 0, "type": "Literal", @@ -20293,6 +22427,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -20303,9 +22438,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -20316,6 +22453,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -20328,6 +22466,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -20338,6 +22477,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.27997950083139167", "start": 0, "type": "Literal", @@ -20351,6 +22491,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17778188444008958", "start": 0, "type": "Literal", @@ -20362,6 +22503,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -20369,6 +22511,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -20379,9 +22522,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -20392,6 +22537,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -20404,6 +22550,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -20414,6 +22561,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5235806061589545", "start": 0, "type": "Literal", @@ -20426,6 +22574,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.694318985642328", "start": 0, "type": "Literal", @@ -20437,6 +22586,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -20447,9 +22597,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -20460,6 +22612,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -20472,6 +22625,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -20482,6 +22636,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.39140760219992154", "start": 0, "type": "Literal", @@ -20495,6 +22650,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7839795272576484", "start": 0, "type": "Literal", @@ -20506,6 +22662,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -20513,6 +22670,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -20523,9 +22681,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -20536,6 +22696,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -20548,6 +22709,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -20558,6 +22720,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8414243527073519", "start": 0, "type": "Literal", @@ -20570,6 +22733,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5395591528940082", "start": 0, "type": "Literal", @@ -20581,6 +22745,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -20591,9 +22756,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -20604,6 +22771,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -20616,6 +22784,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -20626,6 +22795,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6137667704875602", "start": 0, "type": "Literal", @@ -20638,6 +22808,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.22119647516722085", "start": 0, "type": "Literal", @@ -20649,6 +22820,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -20659,9 +22831,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -20672,6 +22846,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -20684,6 +22859,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -20694,6 +22870,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8830488380766681", "start": 0, "type": "Literal", @@ -20706,6 +22883,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6996724408425232", "start": 0, "type": "Literal", @@ -20717,6 +22895,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -20727,9 +22906,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -20740,6 +22921,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -20752,6 +22934,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -20763,6 +22946,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.41290485754343953", "start": 0, "type": "Literal", @@ -20774,6 +22958,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -20783,6 +22968,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4152647361760933", "start": 0, "type": "Literal", @@ -20794,6 +22980,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -20801,6 +22988,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -20811,9 +22999,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -20824,6 +23014,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -20836,6 +23027,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -20846,6 +23038,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5169538755575687", "start": 0, "type": "Literal", @@ -20859,6 +23052,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9085567867302617", "start": 0, "type": "Literal", @@ -20870,6 +23064,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -20877,6 +23072,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -20887,9 +23083,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -20900,6 +23098,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -20912,6 +23111,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -20922,6 +23122,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6751951211858687", "start": 0, "type": "Literal", @@ -20935,6 +23136,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9709424233465593", "start": 0, "type": "Literal", @@ -20946,6 +23148,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -20953,6 +23156,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -20963,9 +23167,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -20976,6 +23182,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -20988,6 +23195,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -20999,6 +23207,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5689619842972184", "start": 0, "type": "Literal", @@ -21010,6 +23219,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -21018,6 +23228,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5918969913790362", "start": 0, "type": "Literal", @@ -21029,6 +23240,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -21039,9 +23251,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -21052,6 +23266,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -21064,6 +23279,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -21074,6 +23290,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9464450621708211", "start": 0, "type": "Literal", @@ -21087,6 +23304,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2684908127803667", "start": 0, "type": "Literal", @@ -21098,6 +23316,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -21105,6 +23324,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -21115,9 +23335,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -21128,6 +23350,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -21140,6 +23363,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -21150,6 +23374,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5241732366617591", "start": 0, "type": "Literal", @@ -21162,6 +23387,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9011437416408563", "start": 0, "type": "Literal", @@ -21173,6 +23399,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -21183,9 +23410,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -21196,6 +23425,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -21208,6 +23438,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -21219,6 +23450,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.14255393713960607", "start": 0, "type": "Literal", @@ -21230,6 +23462,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -21239,6 +23472,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5194262624564814", "start": 0, "type": "Literal", @@ -21250,6 +23484,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -21257,6 +23492,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -21267,9 +23503,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -21280,6 +23518,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -21292,6 +23531,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -21303,6 +23543,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4287123231350338", "start": 0, "type": "Literal", @@ -21314,6 +23555,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -21323,6 +23565,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4223564528725028", "start": 0, "type": "Literal", @@ -21334,6 +23577,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -21341,6 +23585,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -21351,9 +23596,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -21364,6 +23611,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -21376,6 +23624,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -21387,6 +23636,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.09316367294024519", "start": 0, "type": "Literal", @@ -21398,6 +23648,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -21407,6 +23658,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9063127021008246", "start": 0, "type": "Literal", @@ -21418,6 +23670,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -21425,6 +23678,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -21435,9 +23689,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -21448,6 +23704,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -21460,6 +23717,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -21471,6 +23729,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2767766535558669", "start": 0, "type": "Literal", @@ -21482,6 +23741,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -21490,6 +23750,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6816248114129131", "start": 0, "type": "Literal", @@ -21501,6 +23762,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -21511,9 +23773,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -21524,6 +23788,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -21536,6 +23801,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -21546,6 +23812,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9796762495562534", "start": 0, "type": "Literal", @@ -21559,6 +23826,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0822145668330625", "start": 0, "type": "Literal", @@ -21570,6 +23838,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -21577,6 +23846,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -21587,9 +23857,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -21600,6 +23872,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -21612,6 +23885,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -21623,6 +23897,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8666513070867441", "start": 0, "type": "Literal", @@ -21634,6 +23909,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -21643,6 +23919,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.301053160242023", "start": 0, "type": "Literal", @@ -21654,6 +23931,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -21661,6 +23939,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -21671,9 +23950,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -21684,6 +23965,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -21696,6 +23978,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -21706,6 +23989,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.537415656028112", "start": 0, "type": "Literal", @@ -21718,6 +24002,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.020272692875002774", "start": 0, "type": "Literal", @@ -21729,6 +24014,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -21739,9 +24025,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -21752,6 +24040,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -21764,6 +24053,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -21774,6 +24064,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9332396256457531", "start": 0, "type": "Literal", @@ -21787,6 +24078,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6228175690649898", "start": 0, "type": "Literal", @@ -21798,6 +24090,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -21805,6 +24098,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -21815,9 +24109,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -21828,6 +24124,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -21840,6 +24137,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -21850,6 +24148,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.18052415837320734", "start": 0, "type": "Literal", @@ -21863,6 +24162,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.36894384647296197", "start": 0, "type": "Literal", @@ -21874,6 +24174,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -21881,6 +24182,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -21891,9 +24193,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -21904,6 +24208,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -21916,6 +24221,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -21926,6 +24232,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5384372634075449", "start": 0, "type": "Literal", @@ -21938,6 +24245,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2377565050887107", "start": 0, "type": "Literal", @@ -21949,6 +24257,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -21959,9 +24268,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -21972,6 +24283,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -21984,6 +24296,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -21994,6 +24307,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.39043436929278874", "start": 0, "type": "Literal", @@ -22006,6 +24320,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.14273182483160451", "start": 0, "type": "Literal", @@ -22017,6 +24332,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -22027,9 +24343,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -22040,6 +24358,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -22052,6 +24371,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -22062,6 +24382,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.09782890412897283", "start": 0, "type": "Literal", @@ -22074,6 +24395,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9907667536909659", "start": 0, "type": "Literal", @@ -22085,6 +24407,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -22095,9 +24418,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -22108,6 +24433,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -22120,6 +24446,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -22130,6 +24457,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5286610085921146", "start": 0, "type": "Literal", @@ -22143,6 +24471,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7924508308419256", "start": 0, "type": "Literal", @@ -22154,6 +24483,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -22161,6 +24491,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -22171,9 +24502,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -22184,6 +24517,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -22196,6 +24530,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -22206,6 +24541,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3789978184503342", "start": 0, "type": "Literal", @@ -22218,6 +24554,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.12396120576838676", "start": 0, "type": "Literal", @@ -22229,6 +24566,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -22239,9 +24577,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -22252,6 +24592,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -22264,6 +24605,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -22275,6 +24617,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9484912744890612", "start": 0, "type": "Literal", @@ -22286,6 +24629,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -22294,6 +24638,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6729649846476855", "start": 0, "type": "Literal", @@ -22305,6 +24650,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -22315,9 +24661,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -22328,6 +24676,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -22340,6 +24689,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -22350,6 +24700,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7451758753425153", "start": 0, "type": "Literal", @@ -22363,6 +24714,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.21318737562458967", "start": 0, "type": "Literal", @@ -22374,6 +24726,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -22381,6 +24734,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -22391,9 +24745,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -22404,6 +24760,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -22416,6 +24773,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -22426,6 +24784,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1873200727251887", "start": 0, "type": "Literal", @@ -22439,6 +24798,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.15961374297992448", "start": 0, "type": "Literal", @@ -22450,6 +24810,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -22457,6 +24818,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -22467,9 +24829,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -22480,6 +24844,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -22492,6 +24857,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -22503,6 +24869,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.05729464924537564", "start": 0, "type": "Literal", @@ -22514,6 +24881,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -22523,6 +24891,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5436345558508746", "start": 0, "type": "Literal", @@ -22534,6 +24903,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -22541,6 +24911,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -22551,9 +24922,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -22564,6 +24937,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -22576,6 +24950,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -22587,6 +24962,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.09582414374469184", "start": 0, "type": "Literal", @@ -22598,6 +24974,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -22607,6 +24984,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7533839681212353", "start": 0, "type": "Literal", @@ -22618,6 +24996,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -22625,6 +25004,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -22635,9 +25015,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -22648,6 +25030,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -22660,6 +25043,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -22671,6 +25055,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17254116580051848", "start": 0, "type": "Literal", @@ -22682,6 +25067,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -22691,6 +25077,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7669113400341137", "start": 0, "type": "Literal", @@ -22702,6 +25089,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -22709,6 +25097,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -22719,9 +25108,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -22732,6 +25123,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -22744,6 +25136,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -22754,6 +25147,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8944730032887609", "start": 0, "type": "Literal", @@ -22766,6 +25160,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6093318694741408", "start": 0, "type": "Literal", @@ -22777,6 +25172,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -22787,9 +25183,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -22800,6 +25198,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -22812,6 +25211,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -22823,6 +25223,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3670208139314082", "start": 0, "type": "Literal", @@ -22834,6 +25235,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -22842,6 +25244,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.21201331909674526", "start": 0, "type": "Literal", @@ -22853,6 +25256,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -22863,9 +25267,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -22876,6 +25282,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -22888,6 +25295,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -22899,6 +25307,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4707511307971115", "start": 0, "type": "Literal", @@ -22910,6 +25319,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -22918,6 +25328,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4905279615419764", "start": 0, "type": "Literal", @@ -22929,6 +25340,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -22939,9 +25351,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -22952,6 +25366,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -22964,6 +25379,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -22975,6 +25391,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8328324229085962", "start": 0, "type": "Literal", @@ -22986,6 +25403,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -22994,6 +25412,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4677492878818803", "start": 0, "type": "Literal", @@ -23005,6 +25424,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -23015,9 +25435,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -23028,6 +25450,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -23040,6 +25463,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -23051,6 +25475,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8111463382182231", "start": 0, "type": "Literal", @@ -23062,6 +25487,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -23071,6 +25497,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.41814807547140576", "start": 0, "type": "Literal", @@ -23082,6 +25509,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -23089,6 +25517,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -23099,9 +25528,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -23112,6 +25543,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -23124,6 +25556,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -23134,6 +25567,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.03807684940941125", "start": 0, "type": "Literal", @@ -23146,6 +25580,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25664826686353326", "start": 0, "type": "Literal", @@ -23157,6 +25592,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -23167,9 +25603,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -23180,6 +25618,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -23192,6 +25631,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -23202,6 +25642,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.23950083339596384", "start": 0, "type": "Literal", @@ -23214,6 +25655,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.43693196301855575", "start": 0, "type": "Literal", @@ -23225,6 +25667,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -23235,9 +25678,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -23248,6 +25693,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -23260,6 +25706,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -23271,6 +25718,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.16279444820904887", "start": 0, "type": "Literal", @@ -23282,6 +25730,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -23290,6 +25739,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8064475707664818", "start": 0, "type": "Literal", @@ -23301,6 +25751,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -23311,9 +25762,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -23324,6 +25777,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -23336,6 +25790,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -23347,6 +25802,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08972872009232558", "start": 0, "type": "Literal", @@ -23358,6 +25814,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -23367,6 +25824,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08887625823751266", "start": 0, "type": "Literal", @@ -23378,6 +25836,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -23385,6 +25844,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -23395,9 +25855,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -23408,6 +25870,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -23420,6 +25883,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -23430,6 +25894,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9203433427102556", "start": 0, "type": "Literal", @@ -23443,6 +25908,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17343459369697545", "start": 0, "type": "Literal", @@ -23454,6 +25920,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -23461,6 +25928,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -23471,9 +25939,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -23484,6 +25954,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -23496,6 +25967,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -23506,6 +25978,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0017496234414517975", "start": 0, "type": "Literal", @@ -23519,6 +25992,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5178508316168335", "start": 0, "type": "Literal", @@ -23530,6 +26004,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -23537,6 +26012,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -23547,9 +26023,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -23560,6 +26038,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -23572,6 +26051,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -23582,6 +26062,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6206263405732759", "start": 0, "type": "Literal", @@ -23595,6 +26076,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8733399468665124", "start": 0, "type": "Literal", @@ -23606,6 +26088,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -23613,6 +26096,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -23623,9 +26107,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -23636,6 +26122,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -23648,6 +26135,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -23659,6 +26147,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7776386664456383", "start": 0, "type": "Literal", @@ -23670,6 +26159,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -23678,6 +26168,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7602780485384968", "start": 0, "type": "Literal", @@ -23689,6 +26180,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -23699,9 +26191,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -23712,6 +26206,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -23724,6 +26219,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -23734,6 +26230,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5439379760788592", "start": 0, "type": "Literal", @@ -23746,6 +26243,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8449177589350552", "start": 0, "type": "Literal", @@ -23757,6 +26255,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -23767,9 +26266,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -23780,6 +26281,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -23792,6 +26294,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -23803,6 +26306,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.13036646025917076", "start": 0, "type": "Literal", @@ -23814,6 +26318,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -23822,6 +26327,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.012051713627069693", "start": 0, "type": "Literal", @@ -23833,6 +26339,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -23843,9 +26350,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -23856,6 +26365,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -23868,6 +26378,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -23879,6 +26390,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1656465612645519", "start": 0, "type": "Literal", @@ -23890,6 +26402,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -23899,6 +26412,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.20775229173765486", "start": 0, "type": "Literal", @@ -23910,6 +26424,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -23917,6 +26432,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -23927,9 +26443,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -23940,6 +26458,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -23952,6 +26471,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -23963,6 +26483,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0962723255929061", "start": 0, "type": "Literal", @@ -23974,6 +26495,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -23983,6 +26505,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.05417797659066137", "start": 0, "type": "Literal", @@ -23994,6 +26517,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -24001,6 +26525,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -24011,9 +26536,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -24024,6 +26551,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -24036,6 +26564,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -24046,6 +26575,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.902108945498191", "start": 0, "type": "Literal", @@ -24058,6 +26588,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3958978534964961", "start": 0, "type": "Literal", @@ -24069,6 +26600,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -24079,9 +26611,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -24092,6 +26626,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -24104,6 +26639,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -24114,6 +26650,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.27997950083139167", "start": 0, "type": "Literal", @@ -24127,6 +26664,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17778188444008958", "start": 0, "type": "Literal", @@ -24138,6 +26676,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -24145,6 +26684,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -24155,9 +26695,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -24168,6 +26710,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -24180,6 +26723,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -24190,6 +26734,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5235806061589545", "start": 0, "type": "Literal", @@ -24202,6 +26747,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.694318985642328", "start": 0, "type": "Literal", @@ -24213,6 +26759,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -24223,9 +26770,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -24236,6 +26785,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -24248,6 +26798,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -24258,6 +26809,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.39140760219992154", "start": 0, "type": "Literal", @@ -24271,6 +26823,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7839795272576484", "start": 0, "type": "Literal", @@ -24282,6 +26835,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -24289,6 +26843,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -24299,9 +26854,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -24312,6 +26869,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -24324,6 +26882,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -24334,6 +26893,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8414243527073519", "start": 0, "type": "Literal", @@ -24346,6 +26906,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5395591528940082", "start": 0, "type": "Literal", @@ -24357,6 +26918,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -24367,9 +26929,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -24380,6 +26944,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -24392,6 +26957,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -24402,6 +26968,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6137667704875602", "start": 0, "type": "Literal", @@ -24414,6 +26981,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.22119647516722085", "start": 0, "type": "Literal", @@ -24425,6 +26993,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -24435,9 +27004,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -24448,6 +27019,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -24460,6 +27032,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -24470,6 +27043,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8830488380766681", "start": 0, "type": "Literal", @@ -24482,6 +27056,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6996724408425232", "start": 0, "type": "Literal", @@ -24493,6 +27068,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -24503,9 +27079,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -24516,6 +27094,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -24528,6 +27107,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -24539,6 +27119,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.41290485754343953", "start": 0, "type": "Literal", @@ -24550,6 +27131,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -24559,6 +27141,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4152647361760933", "start": 0, "type": "Literal", @@ -24570,6 +27153,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -24577,6 +27161,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -24587,9 +27172,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -24600,6 +27187,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -24612,6 +27200,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -24622,6 +27211,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5169538755575687", "start": 0, "type": "Literal", @@ -24635,6 +27225,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9085567867302617", "start": 0, "type": "Literal", @@ -24646,6 +27237,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -24653,6 +27245,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -24663,9 +27256,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -24676,6 +27271,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -24688,6 +27284,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -24699,6 +27296,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6716353749059765", "start": 0, "type": "Literal", @@ -24710,6 +27308,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -24719,6 +27318,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9605576808879026", "start": 0, "type": "Literal", @@ -24730,6 +27330,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -24737,6 +27338,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -24747,9 +27349,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -24760,6 +27364,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -24772,6 +27377,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -24782,6 +27388,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.010280170930300203", "start": 0, "type": "Literal", @@ -24795,6 +27402,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.37344123662342166", "start": 0, "type": "Literal", @@ -24806,6 +27414,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -24813,6 +27422,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -24823,9 +27433,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -24836,6 +27448,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -24848,6 +27461,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -24858,6 +27472,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.10357375682791004", "start": 0, "type": "Literal", @@ -24871,6 +27486,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.42294321030821425", "start": 0, "type": "Literal", @@ -24882,6 +27498,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -24889,6 +27506,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -24899,9 +27517,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -24912,6 +27532,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -24924,6 +27545,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -24934,6 +27556,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4520311575096987", "start": 0, "type": "Literal", @@ -24947,6 +27570,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.11232675307600548", "start": 0, "type": "Literal", @@ -24958,6 +27582,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -24965,6 +27590,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -24975,9 +27601,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -24988,6 +27616,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -25000,6 +27629,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -25011,6 +27641,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8821185914380845", "start": 0, "type": "Literal", @@ -25022,6 +27653,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -25031,6 +27663,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7155147434939819", "start": 0, "type": "Literal", @@ -25042,6 +27675,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -25049,6 +27683,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -25059,9 +27694,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -25072,6 +27709,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -25084,6 +27722,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -25094,6 +27733,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9195487101690416", "start": 0, "type": "Literal", @@ -25106,6 +27746,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2691627465297364", "start": 0, "type": "Literal", @@ -25117,6 +27758,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -25127,9 +27769,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -25140,6 +27784,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -25152,6 +27797,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -25162,6 +27808,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7098978191546745", "start": 0, "type": "Literal", @@ -25174,6 +27821,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.11710004169385968", "start": 0, "type": "Literal", @@ -25185,6 +27833,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -25195,9 +27844,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -25208,6 +27859,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -25220,6 +27872,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -25231,6 +27884,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.37876368560819995", "start": 0, "type": "Literal", @@ -25242,6 +27896,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -25250,6 +27905,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7106729314759084", "start": 0, "type": "Literal", @@ -25261,6 +27917,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -25271,9 +27928,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -25284,6 +27943,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -25296,6 +27956,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -25307,6 +27968,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.29728126898353335", "start": 0, "type": "Literal", @@ -25318,6 +27980,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -25327,6 +27990,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.06649734568328003", "start": 0, "type": "Literal", @@ -25338,6 +28002,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -25345,6 +28010,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -25355,9 +28021,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -25368,6 +28036,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -25380,6 +28049,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -25390,6 +28060,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.22965781558352072", "start": 0, "type": "Literal", @@ -25403,6 +28074,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7601866432836641", "start": 0, "type": "Literal", @@ -25414,6 +28086,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -25421,6 +28094,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -25431,9 +28105,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -25444,6 +28120,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -25456,6 +28133,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -25467,6 +28145,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6356501074317229", "start": 0, "type": "Literal", @@ -25478,6 +28157,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -25486,6 +28166,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.19458425399338064", "start": 0, "type": "Literal", @@ -25497,6 +28178,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -25507,9 +28189,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -25520,6 +28204,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -25532,6 +28217,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -25542,6 +28228,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5721251777404546", "start": 0, "type": "Literal", @@ -25554,6 +28241,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2888584097921527", "start": 0, "type": "Literal", @@ -25565,6 +28253,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -25575,9 +28264,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -25588,6 +28279,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -25600,6 +28292,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -25611,6 +28304,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9580409549552311", "start": 0, "type": "Literal", @@ -25622,6 +28316,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -25631,6 +28326,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.02243818192078395", "start": 0, "type": "Literal", @@ -25642,6 +28338,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -25649,6 +28346,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -25659,9 +28357,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -25672,6 +28372,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -25684,6 +28385,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -25694,6 +28396,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3299184618602866", "start": 0, "type": "Literal", @@ -25707,6 +28410,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8353726942369875", "start": 0, "type": "Literal", @@ -25718,6 +28422,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -25725,6 +28430,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -25735,9 +28441,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -25748,6 +28456,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -25760,6 +28469,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -25770,6 +28480,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7434639386755209", "start": 0, "type": "Literal", @@ -25783,6 +28494,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7919648864138378", "start": 0, "type": "Literal", @@ -25794,6 +28506,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -25801,6 +28514,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -25811,9 +28525,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -25824,6 +28540,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -25836,6 +28553,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -25846,6 +28564,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9935751011164615", "start": 0, "type": "Literal", @@ -25858,6 +28577,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9042566468497608", "start": 0, "type": "Literal", @@ -25869,6 +28589,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -25879,9 +28600,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -25892,6 +28615,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -25904,6 +28628,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -25915,6 +28640,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5035812884687294", "start": 0, "type": "Literal", @@ -25926,6 +28652,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -25934,6 +28661,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5150967434989442", "start": 0, "type": "Literal", @@ -25945,6 +28673,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -25955,9 +28684,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -25968,6 +28699,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -25980,6 +28712,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -25990,6 +28723,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5526227215900215", "start": 0, "type": "Literal", @@ -26002,6 +28736,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7612604137272441", "start": 0, "type": "Literal", @@ -26013,6 +28748,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -26023,9 +28759,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -26036,6 +28774,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -26048,6 +28787,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -26058,6 +28798,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8593271349126876", "start": 0, "type": "Literal", @@ -26070,6 +28811,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08414894953725849", "start": 0, "type": "Literal", @@ -26081,6 +28823,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -26091,9 +28834,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -26104,6 +28849,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -26116,6 +28862,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -26127,6 +28874,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8181049219192864", "start": 0, "type": "Literal", @@ -26138,6 +28886,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -26147,6 +28896,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.903548131323352", "start": 0, "type": "Literal", @@ -26158,6 +28908,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -26165,6 +28916,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -26175,9 +28927,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -26188,6 +28942,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -26200,6 +28955,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -26210,6 +28966,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3165782044458305", "start": 0, "type": "Literal", @@ -26223,6 +28980,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.24189274252014914", "start": 0, "type": "Literal", @@ -26234,6 +28992,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -26241,6 +29000,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -26251,9 +29011,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -26264,6 +29026,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -26276,6 +29039,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -26287,6 +29051,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.44390956414045135", "start": 0, "type": "Literal", @@ -26298,6 +29063,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -26307,6 +29073,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25912591535126905", "start": 0, "type": "Literal", @@ -26318,6 +29085,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -26325,6 +29093,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -26335,9 +29104,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -26348,6 +29119,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -26360,6 +29132,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -26371,6 +29144,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6605165911891009", "start": 0, "type": "Literal", @@ -26382,6 +29156,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -26391,6 +29166,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.40355115288839194", "start": 0, "type": "Literal", @@ -26402,6 +29178,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -26409,6 +29186,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -26419,9 +29197,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -26432,6 +29212,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -26444,6 +29225,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -26455,6 +29237,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7170489950180006", "start": 0, "type": "Literal", @@ -26466,6 +29249,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -26474,6 +29258,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.23454356079651384", "start": 0, "type": "Literal", @@ -26485,6 +29270,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -26495,9 +29281,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -26508,6 +29296,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -26520,6 +29309,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -26531,6 +29321,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2568187045379722", "start": 0, "type": "Literal", @@ -26542,6 +29333,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -26551,6 +29343,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.45031188717601367", "start": 0, "type": "Literal", @@ -26562,6 +29355,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -26569,6 +29363,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -26579,9 +29374,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -26592,6 +29389,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -26604,6 +29402,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -26614,6 +29413,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6751951211858687", "start": 0, "type": "Literal", @@ -26627,6 +29427,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9709424233465593", "start": 0, "type": "Literal", @@ -26638,6 +29439,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -26645,6 +29447,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -26655,9 +29458,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -26668,6 +29473,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -26680,6 +29486,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -26691,6 +29498,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5689619842972184", "start": 0, "type": "Literal", @@ -26702,6 +29510,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -26710,6 +29519,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5918969913790362", "start": 0, "type": "Literal", @@ -26721,6 +29531,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -26731,9 +29542,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -26744,6 +29557,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -26756,6 +29570,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -26767,6 +29582,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8328324229085962", "start": 0, "type": "Literal", @@ -26778,6 +29594,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -26786,6 +29603,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4677492878818803", "start": 0, "type": "Literal", @@ -26797,6 +29615,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -26807,9 +29626,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -26820,6 +29641,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -26832,6 +29654,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -26843,6 +29666,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8111463382182231", "start": 0, "type": "Literal", @@ -26854,6 +29678,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -26863,6 +29688,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.41814807547140576", "start": 0, "type": "Literal", @@ -26874,6 +29700,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -26881,6 +29708,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -26891,9 +29719,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -26904,6 +29734,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -26916,6 +29747,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -26926,6 +29758,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.03807684940941125", "start": 0, "type": "Literal", @@ -26938,6 +29771,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25664826686353326", "start": 0, "type": "Literal", @@ -26949,6 +29783,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -26959,9 +29794,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -26972,6 +29809,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -26984,6 +29822,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -26994,6 +29833,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.23950083339596384", "start": 0, "type": "Literal", @@ -27006,6 +29846,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.43693196301855575", "start": 0, "type": "Literal", @@ -27017,6 +29858,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -27027,9 +29869,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -27040,6 +29884,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -27052,6 +29897,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -27063,6 +29909,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.16279444820904887", "start": 0, "type": "Literal", @@ -27074,6 +29921,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -27082,6 +29930,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8064475707664818", "start": 0, "type": "Literal", @@ -27093,6 +29942,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -27103,9 +29953,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -27116,6 +29968,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -27128,6 +29981,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -27139,6 +29993,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08972872009232558", "start": 0, "type": "Literal", @@ -27150,6 +30005,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -27159,6 +30015,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08887625823751266", "start": 0, "type": "Literal", @@ -27170,6 +30027,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -27177,6 +30035,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -27187,9 +30046,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -27200,6 +30061,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -27212,6 +30074,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -27222,6 +30085,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9203433427102556", "start": 0, "type": "Literal", @@ -27235,6 +30099,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17343459369697545", "start": 0, "type": "Literal", @@ -27246,6 +30111,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -27253,6 +30119,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -27263,9 +30130,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -27276,6 +30145,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -27288,6 +30158,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -27298,6 +30169,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0017496234414517975", "start": 0, "type": "Literal", @@ -27311,6 +30183,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5178508316168335", "start": 0, "type": "Literal", @@ -27322,6 +30195,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -27329,6 +30203,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -27339,9 +30214,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -27352,6 +30229,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -27364,6 +30242,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -27374,6 +30253,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6206263405732759", "start": 0, "type": "Literal", @@ -27387,6 +30267,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8733399468665124", "start": 0, "type": "Literal", @@ -27398,6 +30279,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -27405,6 +30287,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -27415,9 +30298,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -27428,6 +30313,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -27440,6 +30326,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -27451,6 +30338,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7776386664456383", "start": 0, "type": "Literal", @@ -27462,6 +30350,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -27470,6 +30359,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7602780485384968", "start": 0, "type": "Literal", @@ -27481,6 +30371,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -27491,9 +30382,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -27504,6 +30397,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -27516,6 +30410,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -27526,6 +30421,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5439379760788592", "start": 0, "type": "Literal", @@ -27538,6 +30434,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8449177589350552", "start": 0, "type": "Literal", @@ -27549,6 +30446,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -27559,9 +30457,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -27572,6 +30472,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -27584,6 +30485,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -27595,6 +30497,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.13036646025917076", "start": 0, "type": "Literal", @@ -27606,6 +30509,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -27614,6 +30518,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.012051713627069693", "start": 0, "type": "Literal", @@ -27625,6 +30530,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -27635,9 +30541,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -27648,6 +30556,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -27660,6 +30569,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -27671,6 +30581,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1656465612645519", "start": 0, "type": "Literal", @@ -27682,6 +30593,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -27691,6 +30603,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.20775229173765486", "start": 0, "type": "Literal", @@ -27702,6 +30615,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -27709,6 +30623,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -27719,9 +30634,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -27732,6 +30649,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -27744,6 +30662,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -27755,6 +30674,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0962723255929061", "start": 0, "type": "Literal", @@ -27766,6 +30686,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -27775,6 +30696,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.05417797659066137", "start": 0, "type": "Literal", @@ -27786,6 +30708,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -27793,6 +30716,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -27803,9 +30727,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -27816,6 +30742,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -27828,6 +30755,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -27838,6 +30766,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.902108945498191", "start": 0, "type": "Literal", @@ -27850,6 +30779,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3958978534964961", "start": 0, "type": "Literal", @@ -27861,6 +30791,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -27871,9 +30802,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -27884,6 +30817,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -27896,6 +30830,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -27906,6 +30841,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.27997950083139167", "start": 0, "type": "Literal", @@ -27919,6 +30855,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17778188444008958", "start": 0, "type": "Literal", @@ -27930,6 +30867,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -27937,6 +30875,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -27947,9 +30886,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -27960,6 +30901,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -27972,6 +30914,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -27982,6 +30925,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5235806061589545", "start": 0, "type": "Literal", @@ -27994,6 +30938,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.694318985642328", "start": 0, "type": "Literal", @@ -28005,6 +30950,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -28015,9 +30961,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -28028,6 +30976,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -28040,6 +30989,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -28050,6 +31000,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.39140760219992154", "start": 0, "type": "Literal", @@ -28063,6 +31014,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7839795272576484", "start": 0, "type": "Literal", @@ -28074,6 +31026,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -28081,6 +31034,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -28091,9 +31045,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -28104,6 +31060,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -28116,6 +31073,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -28126,6 +31084,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8414243527073519", "start": 0, "type": "Literal", @@ -28138,6 +31097,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5395591528940082", "start": 0, "type": "Literal", @@ -28149,6 +31109,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -28159,9 +31120,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -28172,6 +31135,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -28184,6 +31148,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -28194,6 +31159,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6137667704875602", "start": 0, "type": "Literal", @@ -28206,6 +31172,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.22119647516722085", "start": 0, "type": "Literal", @@ -28217,6 +31184,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -28227,9 +31195,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -28240,6 +31210,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -28252,6 +31223,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -28262,6 +31234,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8830488380766681", "start": 0, "type": "Literal", @@ -28274,6 +31247,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6996724408425232", "start": 0, "type": "Literal", @@ -28285,6 +31259,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -28295,9 +31270,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -28308,6 +31285,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -28320,6 +31298,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -28331,6 +31310,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3670208139314082", "start": 0, "type": "Literal", @@ -28342,6 +31322,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -28350,6 +31331,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.21201331909674526", "start": 0, "type": "Literal", @@ -28361,6 +31343,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -28371,9 +31354,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -28384,6 +31369,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -28396,6 +31382,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -28407,6 +31394,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4707511307971115", "start": 0, "type": "Literal", @@ -28418,6 +31406,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -28426,6 +31415,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4905279615419764", "start": 0, "type": "Literal", @@ -28437,6 +31427,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -28447,9 +31438,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -28460,6 +31453,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -28472,6 +31466,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -28483,6 +31478,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8328324229085962", "start": 0, "type": "Literal", @@ -28494,6 +31490,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -28502,6 +31499,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4677492878818803", "start": 0, "type": "Literal", @@ -28513,6 +31511,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -28523,9 +31522,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -28536,6 +31537,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -28548,6 +31550,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -28559,6 +31562,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8111463382182231", "start": 0, "type": "Literal", @@ -28570,6 +31574,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -28579,6 +31584,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.41814807547140576", "start": 0, "type": "Literal", @@ -28590,6 +31596,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -28597,6 +31604,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -28607,9 +31615,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -28620,6 +31630,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -28632,6 +31643,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -28642,6 +31654,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.03807684940941125", "start": 0, "type": "Literal", @@ -28654,6 +31667,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25664826686353326", "start": 0, "type": "Literal", @@ -28665,6 +31679,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -28675,9 +31690,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -28688,6 +31705,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -28700,6 +31718,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -28710,6 +31729,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.23950083339596384", "start": 0, "type": "Literal", @@ -28722,6 +31742,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.43693196301855575", "start": 0, "type": "Literal", @@ -28733,6 +31754,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -28743,9 +31765,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -28756,6 +31780,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -28768,6 +31793,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -28779,6 +31805,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.16279444820904887", "start": 0, "type": "Literal", @@ -28790,6 +31817,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -28798,6 +31826,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8064475707664818", "start": 0, "type": "Literal", @@ -28809,6 +31838,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -28819,9 +31849,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -28832,6 +31864,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -28844,6 +31877,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -28855,6 +31889,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08972872009232558", "start": 0, "type": "Literal", @@ -28866,6 +31901,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -28875,6 +31911,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08887625823751266", "start": 0, "type": "Literal", @@ -28886,6 +31923,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -28893,6 +31931,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -28903,9 +31942,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -28916,6 +31957,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -28928,6 +31970,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -28938,6 +31981,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9203433427102556", "start": 0, "type": "Literal", @@ -28951,6 +31995,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17343459369697545", "start": 0, "type": "Literal", @@ -28962,6 +32007,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -28969,6 +32015,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -28979,9 +32026,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -28992,6 +32041,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -29004,6 +32054,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -29014,6 +32065,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0017496234414517975", "start": 0, "type": "Literal", @@ -29027,6 +32079,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5178508316168335", "start": 0, "type": "Literal", @@ -29038,6 +32091,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -29045,6 +32099,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -29055,9 +32110,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -29068,6 +32125,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -29080,6 +32138,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -29090,6 +32149,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6206263405732759", "start": 0, "type": "Literal", @@ -29103,6 +32163,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8733399468665124", "start": 0, "type": "Literal", @@ -29114,6 +32175,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -29121,6 +32183,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -29131,9 +32194,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -29144,6 +32209,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -29156,6 +32222,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -29167,6 +32234,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7776386664456383", "start": 0, "type": "Literal", @@ -29178,6 +32246,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -29186,6 +32255,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7602780485384968", "start": 0, "type": "Literal", @@ -29197,6 +32267,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -29207,9 +32278,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -29220,6 +32293,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -29232,6 +32306,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -29242,6 +32317,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5439379760788592", "start": 0, "type": "Literal", @@ -29254,6 +32330,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8449177589350552", "start": 0, "type": "Literal", @@ -29265,6 +32342,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -29275,9 +32353,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -29288,6 +32368,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -29300,6 +32381,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -29311,6 +32393,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.13036646025917076", "start": 0, "type": "Literal", @@ -29322,6 +32405,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -29330,6 +32414,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.012051713627069693", "start": 0, "type": "Literal", @@ -29341,6 +32426,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -29351,9 +32437,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -29364,6 +32452,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -29376,6 +32465,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -29387,6 +32477,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1656465612645519", "start": 0, "type": "Literal", @@ -29398,6 +32489,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -29407,6 +32499,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.20775229173765486", "start": 0, "type": "Literal", @@ -29418,6 +32511,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -29425,6 +32519,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -29435,9 +32530,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -29448,6 +32545,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -29460,6 +32558,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -29471,6 +32570,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0962723255929061", "start": 0, "type": "Literal", @@ -29482,6 +32582,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -29491,6 +32592,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.05417797659066137", "start": 0, "type": "Literal", @@ -29502,6 +32604,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -29509,6 +32612,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -29519,9 +32623,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -29532,6 +32638,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -29544,6 +32651,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -29554,6 +32662,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.902108945498191", "start": 0, "type": "Literal", @@ -29566,6 +32675,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3958978534964961", "start": 0, "type": "Literal", @@ -29577,6 +32687,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -29587,9 +32698,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -29600,6 +32713,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -29612,6 +32726,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -29622,6 +32737,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.27997950083139167", "start": 0, "type": "Literal", @@ -29635,6 +32751,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17778188444008958", "start": 0, "type": "Literal", @@ -29646,6 +32763,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -29653,6 +32771,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -29663,9 +32782,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -29676,6 +32797,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -29688,6 +32810,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -29698,6 +32821,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5235806061589545", "start": 0, "type": "Literal", @@ -29710,6 +32834,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.694318985642328", "start": 0, "type": "Literal", @@ -29721,6 +32846,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -29731,9 +32857,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -29744,6 +32872,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -29756,6 +32885,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -29766,6 +32896,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.39140760219992154", "start": 0, "type": "Literal", @@ -29779,6 +32910,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7839795272576484", "start": 0, "type": "Literal", @@ -29790,6 +32922,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -29797,6 +32930,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -29807,9 +32941,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -29820,6 +32956,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -29832,6 +32969,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -29842,6 +32980,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8414243527073519", "start": 0, "type": "Literal", @@ -29854,6 +32993,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5395591528940082", "start": 0, "type": "Literal", @@ -29865,6 +33005,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -29875,9 +33016,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -29888,6 +33031,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -29900,6 +33044,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -29910,6 +33055,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6137667704875602", "start": 0, "type": "Literal", @@ -29922,6 +33068,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.22119647516722085", "start": 0, "type": "Literal", @@ -29933,6 +33080,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -29943,9 +33091,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -29956,6 +33106,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -29968,6 +33119,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -29978,6 +33130,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8830488380766681", "start": 0, "type": "Literal", @@ -29990,6 +33143,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6996724408425232", "start": 0, "type": "Literal", @@ -30001,6 +33155,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -30011,9 +33166,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -30024,6 +33181,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -30036,6 +33194,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -30047,6 +33206,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.41290485754343953", "start": 0, "type": "Literal", @@ -30058,6 +33218,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -30067,6 +33228,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4152647361760933", "start": 0, "type": "Literal", @@ -30078,6 +33240,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -30085,6 +33248,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -30095,9 +33259,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -30108,6 +33274,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -30120,6 +33287,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -30130,6 +33298,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5169538755575687", "start": 0, "type": "Literal", @@ -30143,6 +33312,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9085567867302617", "start": 0, "type": "Literal", @@ -30154,6 +33324,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -30161,6 +33332,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -30171,9 +33343,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -30184,6 +33358,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -30196,6 +33371,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -30207,6 +33383,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6716353749059765", "start": 0, "type": "Literal", @@ -30218,6 +33395,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -30227,6 +33405,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9605576808879026", "start": 0, "type": "Literal", @@ -30238,6 +33417,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -30245,6 +33425,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -30255,9 +33436,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -30268,6 +33451,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -30280,6 +33464,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -30290,6 +33475,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.010280170930300203", "start": 0, "type": "Literal", @@ -30303,6 +33489,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.37344123662342166", "start": 0, "type": "Literal", @@ -30314,6 +33501,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -30321,6 +33509,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -30331,9 +33520,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -30344,6 +33535,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -30356,6 +33548,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -30366,6 +33559,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.10357375682791004", "start": 0, "type": "Literal", @@ -30379,6 +33573,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.42294321030821425", "start": 0, "type": "Literal", @@ -30390,6 +33585,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -30397,6 +33593,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -30407,9 +33604,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -30420,6 +33619,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -30432,6 +33632,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -30442,6 +33643,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4520311575096987", "start": 0, "type": "Literal", @@ -30455,6 +33657,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.11232675307600548", "start": 0, "type": "Literal", @@ -30466,6 +33669,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -30473,6 +33677,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -30483,9 +33688,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -30496,6 +33703,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -30508,6 +33716,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -30519,6 +33728,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8821185914380845", "start": 0, "type": "Literal", @@ -30530,6 +33740,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -30539,6 +33750,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7155147434939819", "start": 0, "type": "Literal", @@ -30550,6 +33762,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -30557,6 +33770,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -30567,9 +33781,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -30580,6 +33796,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -30592,6 +33809,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -30602,6 +33820,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9195487101690416", "start": 0, "type": "Literal", @@ -30614,6 +33833,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2691627465297364", "start": 0, "type": "Literal", @@ -30625,6 +33845,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -30635,9 +33856,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -30648,6 +33871,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -30660,6 +33884,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -30670,6 +33895,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7098978191546745", "start": 0, "type": "Literal", @@ -30682,6 +33908,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.11710004169385968", "start": 0, "type": "Literal", @@ -30693,6 +33920,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -30703,9 +33931,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -30716,6 +33946,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -30728,6 +33959,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -30739,6 +33971,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.37876368560819995", "start": 0, "type": "Literal", @@ -30750,6 +33983,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -30758,6 +33992,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7106729314759084", "start": 0, "type": "Literal", @@ -30769,6 +34004,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -30779,9 +34015,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -30792,6 +34030,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -30804,6 +34043,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -30815,6 +34055,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.29728126898353335", "start": 0, "type": "Literal", @@ -30826,6 +34067,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -30835,6 +34077,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.06649734568328003", "start": 0, "type": "Literal", @@ -30846,6 +34089,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -30853,6 +34097,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -30863,9 +34108,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -30876,6 +34123,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -30888,6 +34136,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -30898,6 +34147,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.22965781558352072", "start": 0, "type": "Literal", @@ -30911,6 +34161,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7601866432836641", "start": 0, "type": "Literal", @@ -30922,6 +34173,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -30929,6 +34181,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -30939,9 +34192,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -30952,6 +34207,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -30964,6 +34220,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -30975,6 +34232,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6356501074317229", "start": 0, "type": "Literal", @@ -30986,6 +34244,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -30994,6 +34253,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.19458425399338064", "start": 0, "type": "Literal", @@ -31005,6 +34265,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -31015,9 +34276,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -31028,6 +34291,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -31040,6 +34304,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -31050,6 +34315,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5721251777404546", "start": 0, "type": "Literal", @@ -31062,6 +34328,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2888584097921527", "start": 0, "type": "Literal", @@ -31073,6 +34340,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -31083,9 +34351,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -31096,6 +34366,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -31108,6 +34379,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -31119,6 +34391,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9580409549552311", "start": 0, "type": "Literal", @@ -31130,6 +34403,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -31139,6 +34413,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.02243818192078395", "start": 0, "type": "Literal", @@ -31150,6 +34425,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -31157,6 +34433,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -31167,9 +34444,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -31180,6 +34459,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -31192,6 +34472,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -31202,6 +34483,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3299184618602866", "start": 0, "type": "Literal", @@ -31215,6 +34497,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8353726942369875", "start": 0, "type": "Literal", @@ -31226,6 +34509,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -31233,6 +34517,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -31243,9 +34528,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -31256,6 +34543,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -31268,6 +34556,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -31278,6 +34567,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7434639386755209", "start": 0, "type": "Literal", @@ -31291,6 +34581,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7919648864138378", "start": 0, "type": "Literal", @@ -31302,6 +34593,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -31309,6 +34601,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -31319,9 +34612,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -31332,6 +34627,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -31344,6 +34640,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -31354,6 +34651,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9935751011164615", "start": 0, "type": "Literal", @@ -31366,6 +34664,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9042566468497608", "start": 0, "type": "Literal", @@ -31377,6 +34676,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -31387,9 +34687,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -31400,6 +34702,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -31412,6 +34715,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -31423,6 +34727,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5035812884687294", "start": 0, "type": "Literal", @@ -31434,6 +34739,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -31442,6 +34748,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5150967434989442", "start": 0, "type": "Literal", @@ -31453,6 +34760,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -31463,9 +34771,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -31476,6 +34786,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -31488,6 +34799,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -31498,6 +34810,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5526227215900215", "start": 0, "type": "Literal", @@ -31510,6 +34823,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7612604137272441", "start": 0, "type": "Literal", @@ -31521,6 +34835,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -31531,9 +34846,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -31544,6 +34861,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -31556,6 +34874,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -31566,6 +34885,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8593271349126876", "start": 0, "type": "Literal", @@ -31578,6 +34898,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08414894953725849", "start": 0, "type": "Literal", @@ -31589,6 +34910,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -31599,9 +34921,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -31612,6 +34936,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -31624,6 +34949,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -31635,6 +34961,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8181049219192864", "start": 0, "type": "Literal", @@ -31646,6 +34973,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -31655,6 +34983,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.903548131323352", "start": 0, "type": "Literal", @@ -31666,6 +34995,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -31673,6 +35003,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -31683,9 +35014,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -31696,6 +35029,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -31708,6 +35042,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -31718,6 +35053,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3165782044458305", "start": 0, "type": "Literal", @@ -31731,6 +35067,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.24189274252014914", "start": 0, "type": "Literal", @@ -31742,6 +35079,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -31749,6 +35087,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -31759,9 +35098,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -31772,6 +35113,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -31784,6 +35126,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -31795,6 +35138,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.44390956414045135", "start": 0, "type": "Literal", @@ -31806,6 +35150,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -31815,6 +35160,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25912591535126905", "start": 0, "type": "Literal", @@ -31826,6 +35172,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -31833,6 +35180,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -31843,9 +35191,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -31856,6 +35206,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -31868,6 +35219,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -31879,6 +35231,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6605165911891009", "start": 0, "type": "Literal", @@ -31890,6 +35243,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -31899,6 +35253,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.40355115288839194", "start": 0, "type": "Literal", @@ -31910,6 +35265,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -31917,6 +35273,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -31927,9 +35284,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -31940,6 +35299,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -31952,6 +35312,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -31963,6 +35324,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7170489950180006", "start": 0, "type": "Literal", @@ -31974,6 +35336,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -31982,6 +35345,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.23454356079651384", "start": 0, "type": "Literal", @@ -31993,6 +35357,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -32003,9 +35368,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -32016,6 +35383,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -32028,6 +35396,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -32039,6 +35408,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2568187045379722", "start": 0, "type": "Literal", @@ -32050,6 +35420,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -32059,6 +35430,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.45031188717601367", "start": 0, "type": "Literal", @@ -32070,6 +35442,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -32077,6 +35450,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -32087,9 +35461,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -32100,6 +35476,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -32112,6 +35489,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -32122,6 +35500,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6751951211858687", "start": 0, "type": "Literal", @@ -32135,6 +35514,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9709424233465593", "start": 0, "type": "Literal", @@ -32146,6 +35526,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -32153,6 +35534,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -32163,9 +35545,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -32176,6 +35560,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -32188,6 +35573,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -32199,6 +35585,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5689619842972184", "start": 0, "type": "Literal", @@ -32210,6 +35597,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -32218,6 +35606,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5918969913790362", "start": 0, "type": "Literal", @@ -32229,6 +35618,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -32239,9 +35629,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -32252,6 +35644,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -32264,6 +35657,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -32275,6 +35669,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8328324229085962", "start": 0, "type": "Literal", @@ -32286,6 +35681,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -32294,6 +35690,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4677492878818803", "start": 0, "type": "Literal", @@ -32305,6 +35702,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -32315,9 +35713,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -32328,6 +35728,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -32340,6 +35741,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -32351,6 +35753,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8111463382182231", "start": 0, "type": "Literal", @@ -32362,6 +35765,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -32371,6 +35775,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.41814807547140576", "start": 0, "type": "Literal", @@ -32382,6 +35787,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -32389,6 +35795,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -32399,9 +35806,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -32412,6 +35821,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -32424,6 +35834,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -32434,6 +35845,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.03807684940941125", "start": 0, "type": "Literal", @@ -32446,6 +35858,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25664826686353326", "start": 0, "type": "Literal", @@ -32457,6 +35870,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -32467,9 +35881,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -32480,6 +35896,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -32492,6 +35909,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -32502,6 +35920,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.23950083339596384", "start": 0, "type": "Literal", @@ -32514,6 +35933,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.43693196301855575", "start": 0, "type": "Literal", @@ -32525,6 +35945,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -32535,9 +35956,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -32548,6 +35971,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -32560,6 +35984,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -32571,6 +35996,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.16279444820904887", "start": 0, "type": "Literal", @@ -32582,6 +36008,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -32590,6 +36017,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8064475707664818", "start": 0, "type": "Literal", @@ -32601,6 +36029,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -32611,9 +36040,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -32624,6 +36055,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -32636,6 +36068,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -32647,6 +36080,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08972872009232558", "start": 0, "type": "Literal", @@ -32658,6 +36092,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -32667,6 +36102,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08887625823751266", "start": 0, "type": "Literal", @@ -32678,6 +36114,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -32685,6 +36122,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -32695,9 +36133,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -32708,6 +36148,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -32720,6 +36161,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -32730,6 +36172,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9203433427102556", "start": 0, "type": "Literal", @@ -32743,6 +36186,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17343459369697545", "start": 0, "type": "Literal", @@ -32754,6 +36198,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -32761,6 +36206,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -32771,9 +36217,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -32784,6 +36232,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -32796,6 +36245,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -32806,6 +36256,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0017496234414517975", "start": 0, "type": "Literal", @@ -32819,6 +36270,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5178508316168335", "start": 0, "type": "Literal", @@ -32830,6 +36282,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -32837,6 +36290,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -32847,9 +36301,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -32860,6 +36316,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -32872,6 +36329,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -32882,6 +36340,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6206263405732759", "start": 0, "type": "Literal", @@ -32895,6 +36354,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8733399468665124", "start": 0, "type": "Literal", @@ -32906,6 +36366,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -32913,6 +36374,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -32923,9 +36385,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -32936,6 +36400,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -32948,6 +36413,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -32959,6 +36425,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7776386664456383", "start": 0, "type": "Literal", @@ -32970,6 +36437,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -32978,6 +36446,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7602780485384968", "start": 0, "type": "Literal", @@ -32989,6 +36458,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -32999,9 +36469,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -33012,6 +36484,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -33024,6 +36497,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -33034,6 +36508,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5439379760788592", "start": 0, "type": "Literal", @@ -33046,6 +36521,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8449177589350552", "start": 0, "type": "Literal", @@ -33057,6 +36533,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -33067,9 +36544,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -33080,6 +36559,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -33092,6 +36572,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -33103,6 +36584,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.13036646025917076", "start": 0, "type": "Literal", @@ -33114,6 +36596,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -33122,6 +36605,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.012051713627069693", "start": 0, "type": "Literal", @@ -33133,6 +36617,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -33143,9 +36628,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -33156,6 +36643,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -33168,6 +36656,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -33179,6 +36668,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1656465612645519", "start": 0, "type": "Literal", @@ -33190,6 +36680,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -33199,6 +36690,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.20775229173765486", "start": 0, "type": "Literal", @@ -33210,6 +36702,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -33217,6 +36710,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -33227,9 +36721,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -33240,6 +36736,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -33252,6 +36749,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -33263,6 +36761,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0962723255929061", "start": 0, "type": "Literal", @@ -33274,6 +36773,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -33283,6 +36783,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.05417797659066137", "start": 0, "type": "Literal", @@ -33294,6 +36795,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -33301,6 +36803,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -33311,9 +36814,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -33324,6 +36829,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -33336,6 +36842,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -33346,6 +36853,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.902108945498191", "start": 0, "type": "Literal", @@ -33358,6 +36866,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3958978534964961", "start": 0, "type": "Literal", @@ -33369,6 +36878,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -33379,9 +36889,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -33392,6 +36904,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -33404,6 +36917,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -33414,6 +36928,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.27997950083139167", "start": 0, "type": "Literal", @@ -33427,6 +36942,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17778188444008958", "start": 0, "type": "Literal", @@ -33438,6 +36954,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -33445,6 +36962,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -33455,9 +36973,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -33468,6 +36988,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -33480,6 +37001,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -33490,6 +37012,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5235806061589545", "start": 0, "type": "Literal", @@ -33502,6 +37025,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.694318985642328", "start": 0, "type": "Literal", @@ -33513,6 +37037,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -33523,9 +37048,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -33536,6 +37063,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -33548,6 +37076,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -33558,6 +37087,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.39140760219992154", "start": 0, "type": "Literal", @@ -33571,6 +37101,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7839795272576484", "start": 0, "type": "Literal", @@ -33582,6 +37113,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -33589,6 +37121,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -33599,9 +37132,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -33612,6 +37147,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -33624,6 +37160,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -33634,6 +37171,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8414243527073519", "start": 0, "type": "Literal", @@ -33646,6 +37184,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5395591528940082", "start": 0, "type": "Literal", @@ -33657,6 +37196,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -33667,9 +37207,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -33680,6 +37222,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -33692,6 +37235,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -33702,6 +37246,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6137667704875602", "start": 0, "type": "Literal", @@ -33714,6 +37259,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.22119647516722085", "start": 0, "type": "Literal", @@ -33725,6 +37271,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -33735,9 +37282,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -33748,6 +37297,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -33760,6 +37310,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -33771,6 +37322,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.09582414374469184", "start": 0, "type": "Literal", @@ -33782,6 +37334,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -33791,6 +37344,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7533839681212353", "start": 0, "type": "Literal", @@ -33802,6 +37356,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -33809,6 +37364,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -33819,9 +37375,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -33832,6 +37390,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -33844,6 +37403,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -33855,6 +37415,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17254116580051848", "start": 0, "type": "Literal", @@ -33866,6 +37427,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -33875,6 +37437,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7669113400341137", "start": 0, "type": "Literal", @@ -33886,6 +37449,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -33893,6 +37457,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -33903,9 +37468,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -33916,6 +37483,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -33928,6 +37496,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -33938,6 +37507,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8944730032887609", "start": 0, "type": "Literal", @@ -33950,6 +37520,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6093318694741408", "start": 0, "type": "Literal", @@ -33961,6 +37532,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -33971,9 +37543,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -33984,6 +37558,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -33996,6 +37571,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -34007,6 +37583,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.41290485754343953", "start": 0, "type": "Literal", @@ -34018,6 +37595,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -34027,6 +37605,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4152647361760933", "start": 0, "type": "Literal", @@ -34038,6 +37617,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -34045,6 +37625,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -34055,9 +37636,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -34068,6 +37651,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -34080,6 +37664,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -34090,6 +37675,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5169538755575687", "start": 0, "type": "Literal", @@ -34103,6 +37689,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9085567867302617", "start": 0, "type": "Literal", @@ -34114,6 +37701,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -34121,6 +37709,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -34131,9 +37720,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -34144,6 +37735,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -34156,6 +37748,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -34166,6 +37759,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6751951211858687", "start": 0, "type": "Literal", @@ -34179,6 +37773,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9709424233465593", "start": 0, "type": "Literal", @@ -34190,6 +37785,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -34197,6 +37793,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -34207,9 +37804,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -34220,6 +37819,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -34232,6 +37832,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -34243,6 +37844,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5689619842972184", "start": 0, "type": "Literal", @@ -34254,6 +37856,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -34262,6 +37865,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5918969913790362", "start": 0, "type": "Literal", @@ -34273,6 +37877,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -34283,9 +37888,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -34296,6 +37903,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -34308,6 +37916,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -34318,6 +37927,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9464450621708211", "start": 0, "type": "Literal", @@ -34331,6 +37941,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2684908127803667", "start": 0, "type": "Literal", @@ -34342,6 +37953,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -34349,6 +37961,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -34359,9 +37972,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -34372,6 +37987,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -34384,6 +38000,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -34394,6 +38011,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5241732366617591", "start": 0, "type": "Literal", @@ -34406,6 +38024,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9011437416408563", "start": 0, "type": "Literal", @@ -34417,6 +38036,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -34427,9 +38047,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -34440,6 +38062,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -34452,6 +38075,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -34463,6 +38087,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.14255393713960607", "start": 0, "type": "Literal", @@ -34474,6 +38099,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -34483,6 +38109,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5194262624564814", "start": 0, "type": "Literal", @@ -34494,6 +38121,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -34501,6 +38129,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -34511,9 +38140,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -34524,6 +38155,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -34536,6 +38168,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -34547,6 +38180,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4287123231350338", "start": 0, "type": "Literal", @@ -34558,6 +38192,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -34567,6 +38202,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4223564528725028", "start": 0, "type": "Literal", @@ -34578,6 +38214,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -34585,6 +38222,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -34595,9 +38233,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -34608,6 +38248,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -34620,6 +38261,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -34631,6 +38273,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.09316367294024519", "start": 0, "type": "Literal", @@ -34642,6 +38285,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -34651,6 +38295,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9063127021008246", "start": 0, "type": "Literal", @@ -34662,6 +38307,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -34669,6 +38315,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -34679,9 +38326,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -34692,6 +38341,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -34704,6 +38354,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -34715,6 +38366,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2767766535558669", "start": 0, "type": "Literal", @@ -34726,6 +38378,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -34734,6 +38387,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6816248114129131", "start": 0, "type": "Literal", @@ -34745,6 +38399,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -34755,9 +38410,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -34768,6 +38425,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -34780,6 +38438,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -34790,6 +38449,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9796762495562534", "start": 0, "type": "Literal", @@ -34803,6 +38463,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0822145668330625", "start": 0, "type": "Literal", @@ -34814,6 +38475,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -34821,6 +38483,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -34831,9 +38494,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -34844,6 +38509,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -34856,6 +38522,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -34867,6 +38534,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8666513070867441", "start": 0, "type": "Literal", @@ -34878,6 +38546,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -34887,6 +38556,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.301053160242023", "start": 0, "type": "Literal", @@ -34898,6 +38568,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -34905,6 +38576,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -34915,9 +38587,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -34928,6 +38602,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -34940,6 +38615,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -34950,6 +38626,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.537415656028112", "start": 0, "type": "Literal", @@ -34962,6 +38639,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.020272692875002774", "start": 0, "type": "Literal", @@ -34973,6 +38651,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -34983,9 +38662,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -34996,6 +38677,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -35008,6 +38690,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -35018,6 +38701,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9332396256457531", "start": 0, "type": "Literal", @@ -35031,6 +38715,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6228175690649898", "start": 0, "type": "Literal", @@ -35042,6 +38727,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -35049,6 +38735,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -35059,9 +38746,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -35072,6 +38761,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -35084,6 +38774,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -35094,6 +38785,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.18052415837320734", "start": 0, "type": "Literal", @@ -35107,6 +38799,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.36894384647296197", "start": 0, "type": "Literal", @@ -35118,6 +38811,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -35125,6 +38819,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -35135,9 +38830,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -35148,6 +38845,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -35160,6 +38858,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -35170,6 +38869,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5384372634075449", "start": 0, "type": "Literal", @@ -35182,6 +38882,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2377565050887107", "start": 0, "type": "Literal", @@ -35193,6 +38894,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -35203,9 +38905,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -35216,6 +38920,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -35228,6 +38933,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -35238,6 +38944,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.39043436929278874", "start": 0, "type": "Literal", @@ -35250,6 +38957,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.14273182483160451", "start": 0, "type": "Literal", @@ -35261,6 +38969,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -35271,9 +38980,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -35284,6 +38995,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -35296,6 +39008,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -35306,6 +39019,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.09782890412897283", "start": 0, "type": "Literal", @@ -35318,6 +39032,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9907667536909659", "start": 0, "type": "Literal", @@ -35329,6 +39044,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -35339,9 +39055,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -35352,6 +39070,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -35364,6 +39083,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -35374,6 +39094,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5286610085921146", "start": 0, "type": "Literal", @@ -35387,6 +39108,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7924508308419256", "start": 0, "type": "Literal", @@ -35398,6 +39120,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -35405,6 +39128,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -35415,9 +39139,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -35428,6 +39154,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -35440,6 +39167,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -35450,6 +39178,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3789978184503342", "start": 0, "type": "Literal", @@ -35462,6 +39191,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.12396120576838676", "start": 0, "type": "Literal", @@ -35473,6 +39203,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -35483,9 +39214,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -35496,6 +39229,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -35508,6 +39242,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -35519,6 +39254,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9484912744890612", "start": 0, "type": "Literal", @@ -35530,6 +39266,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -35538,6 +39275,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6729649846476855", "start": 0, "type": "Literal", @@ -35549,6 +39287,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -35559,9 +39298,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -35572,6 +39313,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -35584,6 +39326,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -35594,6 +39337,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7451758753425153", "start": 0, "type": "Literal", @@ -35607,6 +39351,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.21318737562458967", "start": 0, "type": "Literal", @@ -35618,6 +39363,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -35625,6 +39371,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -35635,9 +39382,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -35648,6 +39397,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -35660,6 +39410,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -35670,6 +39421,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1873200727251887", "start": 0, "type": "Literal", @@ -35683,6 +39435,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.15961374297992448", "start": 0, "type": "Literal", @@ -35694,6 +39447,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -35701,6 +39455,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -35711,9 +39466,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -35724,6 +39481,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -35736,6 +39494,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -35747,6 +39506,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.05729464924537564", "start": 0, "type": "Literal", @@ -35758,6 +39518,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -35767,6 +39528,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5436345558508746", "start": 0, "type": "Literal", @@ -35778,6 +39540,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -35785,6 +39548,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -35795,9 +39559,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -35808,6 +39574,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -35820,6 +39587,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -35831,6 +39599,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.09582414374469184", "start": 0, "type": "Literal", @@ -35842,6 +39611,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -35851,6 +39621,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7533839681212353", "start": 0, "type": "Literal", @@ -35862,6 +39633,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -35869,6 +39641,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -35879,9 +39652,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -35892,6 +39667,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -35904,6 +39680,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -35915,6 +39692,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17254116580051848", "start": 0, "type": "Literal", @@ -35926,6 +39704,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -35935,6 +39714,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7669113400341137", "start": 0, "type": "Literal", @@ -35946,6 +39726,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -35953,6 +39734,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -35963,9 +39745,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -35976,6 +39760,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -35988,6 +39773,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -35998,6 +39784,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8944730032887609", "start": 0, "type": "Literal", @@ -36010,6 +39797,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6093318694741408", "start": 0, "type": "Literal", @@ -36021,6 +39809,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -36031,9 +39820,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -36044,6 +39835,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -36056,6 +39848,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -36067,6 +39860,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6238548626325471", "start": 0, "type": "Literal", @@ -36078,6 +39872,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -36086,6 +39881,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4053626746020169", "start": 0, "type": "Literal", @@ -36097,6 +39893,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -36107,9 +39904,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -36120,6 +39919,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -36132,6 +39932,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -36142,6 +39943,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1379445992766417", "start": 0, "type": "Literal", @@ -36155,6 +39957,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.47871087958516045", "start": 0, "type": "Literal", @@ -36166,6 +39969,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -36173,6 +39977,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -36183,9 +39988,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -36196,6 +40003,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -36208,6 +40016,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -36219,6 +40028,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9516767113283946", "start": 0, "type": "Literal", @@ -36230,6 +40040,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -36238,6 +40049,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8619900618578948", "start": 0, "type": "Literal", @@ -36249,6 +40061,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -36259,9 +40072,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -36272,6 +40087,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -36284,6 +40100,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -36294,6 +40111,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9398732950992088", "start": 0, "type": "Literal", @@ -36306,6 +40124,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6326239915683629", "start": 0, "type": "Literal", @@ -36317,6 +40136,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -36327,9 +40147,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -36340,6 +40162,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -36352,6 +40175,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -36363,6 +40187,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8631974445502164", "start": 0, "type": "Literal", @@ -36374,6 +40199,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -36382,6 +40208,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.016153555523963137", "start": 0, "type": "Literal", @@ -36393,6 +40220,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -36403,9 +40231,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -36416,6 +40246,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -36428,6 +40259,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -36438,6 +40270,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.19167797120152907", "start": 0, "type": "Literal", @@ -36451,6 +40284,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4916414381703984", "start": 0, "type": "Literal", @@ -36462,6 +40296,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -36469,6 +40304,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -36479,9 +40315,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -36492,6 +40330,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -36504,6 +40343,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -36515,6 +40355,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8644261221501586", "start": 0, "type": "Literal", @@ -36526,6 +40367,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -36535,6 +40377,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.11434763886359756", "start": 0, "type": "Literal", @@ -36546,6 +40389,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -36553,6 +40397,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -36563,9 +40408,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -36576,6 +40423,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -36588,6 +40436,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -36599,6 +40448,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.029081958413378572", "start": 0, "type": "Literal", @@ -36610,6 +40460,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -36619,6 +40470,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5214138808318329", "start": 0, "type": "Literal", @@ -36630,6 +40482,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -36637,6 +40490,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -36647,9 +40501,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -36660,6 +40516,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -36672,6 +40529,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -36683,6 +40541,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8713091851579695", "start": 0, "type": "Literal", @@ -36694,6 +40553,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -36702,6 +40562,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7866284950967315", "start": 0, "type": "Literal", @@ -36713,6 +40574,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -36723,9 +40585,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -36736,6 +40600,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -36748,6 +40613,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -36758,6 +40624,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.884342023093545", "start": 0, "type": "Literal", @@ -36771,6 +40638,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1825407002568431", "start": 0, "type": "Literal", @@ -36782,6 +40650,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -36789,6 +40658,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -36799,9 +40669,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -36812,6 +40684,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -36824,6 +40697,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -36835,6 +40709,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6978385295364686", "start": 0, "type": "Literal", @@ -36846,6 +40721,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -36854,6 +40730,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0440574328736949", "start": 0, "type": "Literal", @@ -36865,6 +40742,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -36875,9 +40753,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -36888,6 +40768,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -36900,6 +40781,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -36911,6 +40793,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.48055049324331556", "start": 0, "type": "Literal", @@ -36922,6 +40805,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -36931,6 +40815,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.028546347149214002", "start": 0, "type": "Literal", @@ -36942,6 +40827,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -36949,6 +40835,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -36959,9 +40846,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -36972,6 +40861,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -36984,6 +40874,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -36994,6 +40885,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.41283517382864776", "start": 0, "type": "Literal", @@ -37007,6 +40899,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.44938038251347323", "start": 0, "type": "Literal", @@ -37018,6 +40911,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -37025,6 +40919,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -37035,9 +40930,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -37048,6 +40945,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -37060,6 +40958,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -37070,6 +40969,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7911399832501751", "start": 0, "type": "Literal", @@ -37082,6 +40982,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.893446368526005", "start": 0, "type": "Literal", @@ -37093,6 +40994,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -37103,9 +41005,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -37116,6 +41020,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -37128,6 +41033,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -37138,6 +41044,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6507434699009087", "start": 0, "type": "Literal", @@ -37151,6 +41058,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6890023920962012", "start": 0, "type": "Literal", @@ -37162,6 +41070,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -37169,6 +41078,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -37179,9 +41089,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -37192,6 +41104,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -37204,6 +41117,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -37214,6 +41128,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.10489019777253028", "start": 0, "type": "Literal", @@ -37227,6 +41142,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5467450997193952", "start": 0, "type": "Literal", @@ -37238,6 +41154,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -37245,6 +41162,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -37255,9 +41173,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -37268,6 +41188,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -37280,6 +41201,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -37291,6 +41213,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5760905289992633", "start": 0, "type": "Literal", @@ -37302,6 +41225,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -37311,6 +41235,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2639900702114173", "start": 0, "type": "Literal", @@ -37322,6 +41247,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -37329,6 +41255,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -37339,9 +41266,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -37352,6 +41281,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -37364,6 +41294,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -37374,6 +41305,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.39828861790105297", "start": 0, "type": "Literal", @@ -37386,6 +41318,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8036624129416385", "start": 0, "type": "Literal", @@ -37397,6 +41330,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -37407,9 +41341,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -37420,6 +41356,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -37432,6 +41369,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -37443,6 +41381,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.673848991328553", "start": 0, "type": "Literal", @@ -37454,6 +41393,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -37463,6 +41403,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.918443329270668", "start": 0, "type": "Literal", @@ -37474,6 +41415,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -37481,6 +41423,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -37491,9 +41434,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -37504,6 +41449,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -37516,6 +41462,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -37527,6 +41474,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8599152936179257", "start": 0, "type": "Literal", @@ -37538,6 +41486,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -37547,6 +41496,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9499371022680787", "start": 0, "type": "Literal", @@ -37558,6 +41508,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -37565,6 +41516,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -37575,9 +41527,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -37588,6 +41542,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -37600,6 +41555,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -37610,6 +41566,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6285243831393765", "start": 0, "type": "Literal", @@ -37623,6 +41580,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5186557636566307", "start": 0, "type": "Literal", @@ -37634,6 +41592,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -37641,6 +41600,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -37651,9 +41611,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -37664,6 +41626,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -37676,6 +41639,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -37686,6 +41650,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3222412784832269", "start": 0, "type": "Literal", @@ -37698,6 +41663,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.24621192679727177", "start": 0, "type": "Literal", @@ -37709,6 +41675,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -37719,9 +41686,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -37732,6 +41701,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -37744,6 +41714,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -37754,6 +41725,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.19754357911311016", "start": 0, "type": "Literal", @@ -37767,6 +41739,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7529246632397206", "start": 0, "type": "Literal", @@ -37778,6 +41751,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -37785,6 +41759,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -37795,9 +41770,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -37808,6 +41785,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -37820,6 +41798,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -37831,6 +41810,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.43181570545865555", "start": 0, "type": "Literal", @@ -37842,6 +41822,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -37850,6 +41831,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.18945437402201537", "start": 0, "type": "Literal", @@ -37861,6 +41843,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -37871,9 +41854,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -37884,6 +41869,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -37896,6 +41882,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -37906,6 +41893,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8714511090241797", "start": 0, "type": "Literal", @@ -37919,6 +41907,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7215844196844685", "start": 0, "type": "Literal", @@ -37930,6 +41919,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -37937,6 +41927,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -37947,9 +41938,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -37960,6 +41953,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -37972,6 +41966,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -37983,6 +41978,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3670208139314082", "start": 0, "type": "Literal", @@ -37994,6 +41990,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -38002,6 +41999,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.21201331909674526", "start": 0, "type": "Literal", @@ -38013,6 +42011,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -38023,9 +42022,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -38036,6 +42037,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -38048,6 +42050,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -38059,6 +42062,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4707511307971115", "start": 0, "type": "Literal", @@ -38070,6 +42074,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -38078,6 +42083,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4905279615419764", "start": 0, "type": "Literal", @@ -38089,6 +42095,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -38099,9 +42106,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -38112,6 +42121,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -38124,6 +42134,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -38135,6 +42146,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8328324229085962", "start": 0, "type": "Literal", @@ -38146,6 +42158,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -38154,6 +42167,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4677492878818803", "start": 0, "type": "Literal", @@ -38165,6 +42179,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -38175,9 +42190,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -38188,6 +42205,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -38200,6 +42218,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -38211,6 +42230,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8111463382182231", "start": 0, "type": "Literal", @@ -38222,6 +42242,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -38231,6 +42252,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.41814807547140576", "start": 0, "type": "Literal", @@ -38242,6 +42264,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -38249,6 +42272,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -38259,9 +42283,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -38272,6 +42298,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -38284,6 +42311,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -38294,6 +42322,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.03807684940941125", "start": 0, "type": "Literal", @@ -38306,6 +42335,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25664826686353326", "start": 0, "type": "Literal", @@ -38317,6 +42347,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -38327,9 +42358,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -38340,6 +42373,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -38352,6 +42386,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -38362,6 +42397,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.23950083339596384", "start": 0, "type": "Literal", @@ -38374,6 +42410,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.43693196301855575", "start": 0, "type": "Literal", @@ -38385,6 +42422,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -38395,9 +42433,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -38408,6 +42448,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -38420,6 +42461,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -38431,6 +42473,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.16279444820904887", "start": 0, "type": "Literal", @@ -38442,6 +42485,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -38450,6 +42494,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8064475707664818", "start": 0, "type": "Literal", @@ -38461,6 +42506,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -38471,9 +42517,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -38484,6 +42532,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -38496,6 +42545,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -38507,6 +42557,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08972872009232558", "start": 0, "type": "Literal", @@ -38518,6 +42569,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -38527,6 +42579,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08887625823751266", "start": 0, "type": "Literal", @@ -38538,6 +42591,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -38545,6 +42599,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -38555,9 +42610,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -38568,6 +42625,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -38580,6 +42638,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -38590,6 +42649,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9203433427102556", "start": 0, "type": "Literal", @@ -38603,6 +42663,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17343459369697545", "start": 0, "type": "Literal", @@ -38614,6 +42675,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -38621,6 +42683,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -38631,9 +42694,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -38644,6 +42709,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -38656,6 +42722,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -38666,6 +42733,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0017496234414517975", "start": 0, "type": "Literal", @@ -38679,6 +42747,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5178508316168335", "start": 0, "type": "Literal", @@ -38690,6 +42759,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -38697,6 +42767,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -38707,9 +42778,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -38720,6 +42793,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -38732,6 +42806,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -38742,6 +42817,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6206263405732759", "start": 0, "type": "Literal", @@ -38755,6 +42831,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8733399468665124", "start": 0, "type": "Literal", @@ -38766,6 +42843,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -38773,6 +42851,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -38783,9 +42862,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -38796,6 +42877,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -38808,6 +42890,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -38819,6 +42902,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7776386664456383", "start": 0, "type": "Literal", @@ -38830,6 +42914,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -38838,6 +42923,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7602780485384968", "start": 0, "type": "Literal", @@ -38849,6 +42935,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -38859,9 +42946,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -38872,6 +42961,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -38884,6 +42974,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -38894,6 +42985,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5439379760788592", "start": 0, "type": "Literal", @@ -38906,6 +42998,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8449177589350552", "start": 0, "type": "Literal", @@ -38917,6 +43010,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -38927,9 +43021,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -38940,6 +43036,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -38952,6 +43049,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -38963,6 +43061,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.13036646025917076", "start": 0, "type": "Literal", @@ -38974,6 +43073,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -38982,6 +43082,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.012051713627069693", "start": 0, "type": "Literal", @@ -38993,6 +43094,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -39003,9 +43105,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -39016,6 +43120,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -39028,6 +43133,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -39039,6 +43145,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1656465612645519", "start": 0, "type": "Literal", @@ -39050,6 +43157,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -39059,6 +43167,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.20775229173765486", "start": 0, "type": "Literal", @@ -39070,6 +43179,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -39077,6 +43187,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -39087,9 +43198,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -39100,6 +43213,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -39112,6 +43226,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -39123,6 +43238,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0962723255929061", "start": 0, "type": "Literal", @@ -39134,6 +43250,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -39143,6 +43260,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.05417797659066137", "start": 0, "type": "Literal", @@ -39154,6 +43272,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -39161,6 +43280,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -39171,9 +43291,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -39184,6 +43306,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -39196,6 +43319,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -39206,6 +43330,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.902108945498191", "start": 0, "type": "Literal", @@ -39218,6 +43343,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3958978534964961", "start": 0, "type": "Literal", @@ -39229,6 +43355,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -39239,9 +43366,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -39252,6 +43381,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -39264,6 +43394,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -39274,6 +43405,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.27997950083139167", "start": 0, "type": "Literal", @@ -39287,6 +43419,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17778188444008958", "start": 0, "type": "Literal", @@ -39298,6 +43431,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -39305,6 +43439,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -39315,9 +43450,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -39328,6 +43465,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -39340,6 +43478,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -39350,6 +43489,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5235806061589545", "start": 0, "type": "Literal", @@ -39362,6 +43502,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.694318985642328", "start": 0, "type": "Literal", @@ -39373,6 +43514,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -39383,9 +43525,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -39396,6 +43540,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -39408,6 +43553,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -39418,6 +43564,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.39140760219992154", "start": 0, "type": "Literal", @@ -39431,6 +43578,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7839795272576484", "start": 0, "type": "Literal", @@ -39442,6 +43590,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -39449,6 +43598,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -39459,9 +43609,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -39472,6 +43624,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -39484,6 +43637,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -39494,6 +43648,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8414243527073519", "start": 0, "type": "Literal", @@ -39506,6 +43661,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5395591528940082", "start": 0, "type": "Literal", @@ -39517,6 +43673,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -39527,9 +43684,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -39540,6 +43699,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -39552,6 +43712,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -39562,6 +43723,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6137667704875602", "start": 0, "type": "Literal", @@ -39574,6 +43736,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.22119647516722085", "start": 0, "type": "Literal", @@ -39585,6 +43748,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -39595,9 +43759,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -39608,6 +43774,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -39620,6 +43787,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -39630,6 +43798,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8830488380766681", "start": 0, "type": "Literal", @@ -39642,6 +43811,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6996724408425232", "start": 0, "type": "Literal", @@ -39653,6 +43823,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -39663,9 +43834,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -39676,6 +43849,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -39688,6 +43862,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -39699,6 +43874,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.41290485754343953", "start": 0, "type": "Literal", @@ -39710,6 +43886,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -39719,6 +43896,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4152647361760933", "start": 0, "type": "Literal", @@ -39730,6 +43908,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -39737,6 +43916,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -39747,9 +43927,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -39760,6 +43942,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -39772,6 +43955,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -39782,6 +43966,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5169538755575687", "start": 0, "type": "Literal", @@ -39795,6 +43980,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9085567867302617", "start": 0, "type": "Literal", @@ -39806,6 +43992,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -39813,6 +44000,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -39823,9 +44011,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -39836,6 +44026,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -39848,6 +44039,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -39859,6 +44051,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6716353749059765", "start": 0, "type": "Literal", @@ -39870,6 +44063,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -39879,6 +44073,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9605576808879026", "start": 0, "type": "Literal", @@ -39890,6 +44085,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -39897,6 +44093,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -39907,9 +44104,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -39920,6 +44119,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -39932,6 +44132,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -39942,6 +44143,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.010280170930300203", "start": 0, "type": "Literal", @@ -39955,6 +44157,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.37344123662342166", "start": 0, "type": "Literal", @@ -39966,6 +44169,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -39973,6 +44177,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -39983,9 +44188,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -39996,6 +44203,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -40008,6 +44216,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -40018,6 +44227,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.10357375682791004", "start": 0, "type": "Literal", @@ -40031,6 +44241,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.42294321030821425", "start": 0, "type": "Literal", @@ -40042,6 +44253,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -40049,6 +44261,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -40059,9 +44272,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -40072,6 +44287,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -40084,6 +44300,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -40094,6 +44311,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4520311575096987", "start": 0, "type": "Literal", @@ -40107,6 +44325,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.11232675307600548", "start": 0, "type": "Literal", @@ -40118,6 +44337,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -40125,6 +44345,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -40135,9 +44356,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -40148,6 +44371,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -40160,6 +44384,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -40171,6 +44396,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8821185914380845", "start": 0, "type": "Literal", @@ -40182,6 +44408,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -40191,6 +44418,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7155147434939819", "start": 0, "type": "Literal", @@ -40202,6 +44430,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -40209,6 +44438,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -40219,9 +44449,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -40232,6 +44464,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -40244,6 +44477,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -40254,6 +44488,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9195487101690416", "start": 0, "type": "Literal", @@ -40266,6 +44501,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2691627465297364", "start": 0, "type": "Literal", @@ -40277,6 +44513,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -40287,9 +44524,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -40300,6 +44539,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -40312,6 +44552,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -40322,6 +44563,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7098978191546745", "start": 0, "type": "Literal", @@ -40334,6 +44576,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.11710004169385968", "start": 0, "type": "Literal", @@ -40345,6 +44588,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -40355,9 +44599,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -40368,6 +44614,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -40380,6 +44627,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -40391,6 +44639,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.37876368560819995", "start": 0, "type": "Literal", @@ -40402,6 +44651,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -40410,6 +44660,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7106729314759084", "start": 0, "type": "Literal", @@ -40421,6 +44672,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -40431,9 +44683,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -40444,6 +44698,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -40456,6 +44711,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -40467,6 +44723,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.29728126898353335", "start": 0, "type": "Literal", @@ -40478,6 +44735,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -40487,6 +44745,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.06649734568328003", "start": 0, "type": "Literal", @@ -40498,6 +44757,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -40505,6 +44765,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -40515,9 +44776,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -40528,6 +44791,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -40540,6 +44804,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -40550,6 +44815,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.22965781558352072", "start": 0, "type": "Literal", @@ -40563,6 +44829,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7601866432836641", "start": 0, "type": "Literal", @@ -40574,6 +44841,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -40581,6 +44849,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -40591,9 +44860,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -40604,6 +44875,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -40616,6 +44888,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -40627,6 +44900,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6356501074317229", "start": 0, "type": "Literal", @@ -40638,6 +44912,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -40646,6 +44921,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.19458425399338064", "start": 0, "type": "Literal", @@ -40657,6 +44933,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -40667,9 +44944,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -40680,6 +44959,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -40692,6 +44972,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -40702,6 +44983,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5721251777404546", "start": 0, "type": "Literal", @@ -40714,6 +44996,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2888584097921527", "start": 0, "type": "Literal", @@ -40725,6 +45008,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -40735,9 +45019,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -40748,6 +45034,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -40760,6 +45047,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -40771,6 +45059,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9580409549552311", "start": 0, "type": "Literal", @@ -40782,6 +45071,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -40791,6 +45081,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.02243818192078395", "start": 0, "type": "Literal", @@ -40802,6 +45093,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -40809,6 +45101,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -40819,9 +45112,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -40832,6 +45127,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -40844,6 +45140,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -40854,6 +45151,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3299184618602866", "start": 0, "type": "Literal", @@ -40867,6 +45165,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8353726942369875", "start": 0, "type": "Literal", @@ -40878,6 +45177,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -40885,6 +45185,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -40895,9 +45196,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -40908,6 +45211,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -40920,6 +45224,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -40930,6 +45235,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7434639386755209", "start": 0, "type": "Literal", @@ -40943,6 +45249,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7919648864138378", "start": 0, "type": "Literal", @@ -40954,6 +45261,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -40961,6 +45269,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -40971,9 +45280,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -40984,6 +45295,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -40996,6 +45308,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -41006,6 +45319,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9935751011164615", "start": 0, "type": "Literal", @@ -41018,6 +45332,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9042566468497608", "start": 0, "type": "Literal", @@ -41029,6 +45344,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -41039,9 +45355,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -41052,6 +45370,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -41064,6 +45383,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -41075,6 +45395,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5035812884687294", "start": 0, "type": "Literal", @@ -41086,6 +45407,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -41094,6 +45416,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5150967434989442", "start": 0, "type": "Literal", @@ -41105,6 +45428,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -41115,9 +45439,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -41128,6 +45454,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -41140,6 +45467,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -41150,6 +45478,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5526227215900215", "start": 0, "type": "Literal", @@ -41162,6 +45491,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7612604137272441", "start": 0, "type": "Literal", @@ -41173,6 +45503,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -41183,9 +45514,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -41196,6 +45529,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -41208,6 +45542,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -41218,6 +45553,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8593271349126876", "start": 0, "type": "Literal", @@ -41230,6 +45566,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08414894953725849", "start": 0, "type": "Literal", @@ -41241,6 +45578,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -41251,9 +45589,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -41264,6 +45604,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -41276,6 +45617,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -41287,6 +45629,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8181049219192864", "start": 0, "type": "Literal", @@ -41298,6 +45641,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -41307,6 +45651,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.903548131323352", "start": 0, "type": "Literal", @@ -41318,6 +45663,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -41325,6 +45671,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -41335,9 +45682,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -41348,6 +45697,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -41360,6 +45710,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -41370,6 +45721,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3165782044458305", "start": 0, "type": "Literal", @@ -41383,6 +45735,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.24189274252014914", "start": 0, "type": "Literal", @@ -41394,6 +45747,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -41401,6 +45755,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -41411,9 +45766,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -41424,6 +45781,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -41436,6 +45794,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -41447,6 +45806,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.44390956414045135", "start": 0, "type": "Literal", @@ -41458,6 +45818,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -41467,6 +45828,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25912591535126905", "start": 0, "type": "Literal", @@ -41478,6 +45840,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -41485,6 +45848,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -41495,9 +45859,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -41508,6 +45874,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -41520,6 +45887,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -41531,6 +45899,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6605165911891009", "start": 0, "type": "Literal", @@ -41542,6 +45911,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -41551,6 +45921,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.40355115288839194", "start": 0, "type": "Literal", @@ -41562,6 +45933,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -41569,6 +45941,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -41579,9 +45952,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -41592,6 +45967,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -41604,6 +45980,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -41615,6 +45992,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7170489950180006", "start": 0, "type": "Literal", @@ -41626,6 +46004,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -41634,6 +46013,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.23454356079651384", "start": 0, "type": "Literal", @@ -41645,6 +46025,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -41655,9 +46036,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -41668,6 +46051,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -41680,6 +46064,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -41691,6 +46076,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2568187045379722", "start": 0, "type": "Literal", @@ -41702,6 +46088,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -41711,6 +46098,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.45031188717601367", "start": 0, "type": "Literal", @@ -41722,6 +46110,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -41729,6 +46118,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -41739,9 +46129,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -41752,6 +46144,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -41764,6 +46157,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -41774,6 +46168,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6751951211858687", "start": 0, "type": "Literal", @@ -41787,6 +46182,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9709424233465593", "start": 0, "type": "Literal", @@ -41798,6 +46194,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -41805,6 +46202,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -41815,9 +46213,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -41828,6 +46228,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -41840,6 +46241,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -41851,6 +46253,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5689619842972184", "start": 0, "type": "Literal", @@ -41862,6 +46265,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -41870,6 +46274,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5918969913790362", "start": 0, "type": "Literal", @@ -41881,6 +46286,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -41891,9 +46297,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -41904,6 +46312,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -41916,6 +46325,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -41927,6 +46337,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8328324229085962", "start": 0, "type": "Literal", @@ -41938,6 +46349,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -41946,6 +46358,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4677492878818803", "start": 0, "type": "Literal", @@ -41957,6 +46370,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -41967,9 +46381,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -41980,6 +46396,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -41992,6 +46409,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -42003,6 +46421,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8111463382182231", "start": 0, "type": "Literal", @@ -42014,6 +46433,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -42023,6 +46443,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.41814807547140576", "start": 0, "type": "Literal", @@ -42034,6 +46455,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -42041,6 +46463,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -42051,9 +46474,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -42064,6 +46489,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -42076,6 +46502,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -42086,6 +46513,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.03807684940941125", "start": 0, "type": "Literal", @@ -42098,6 +46526,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25664826686353326", "start": 0, "type": "Literal", @@ -42109,6 +46538,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -42119,9 +46549,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -42132,6 +46564,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -42144,6 +46577,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -42154,6 +46588,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.23950083339596384", "start": 0, "type": "Literal", @@ -42166,6 +46601,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.43693196301855575", "start": 0, "type": "Literal", @@ -42177,6 +46613,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -42187,9 +46624,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -42200,6 +46639,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -42212,6 +46652,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -42223,6 +46664,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.16279444820904887", "start": 0, "type": "Literal", @@ -42234,6 +46676,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -42242,6 +46685,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8064475707664818", "start": 0, "type": "Literal", @@ -42253,6 +46697,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -42263,9 +46708,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -42276,6 +46723,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -42288,6 +46736,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -42299,6 +46748,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08972872009232558", "start": 0, "type": "Literal", @@ -42310,6 +46760,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -42319,6 +46770,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08887625823751266", "start": 0, "type": "Literal", @@ -42330,6 +46782,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -42337,6 +46790,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -42347,9 +46801,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -42360,6 +46816,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -42372,6 +46829,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -42382,6 +46840,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9203433427102556", "start": 0, "type": "Literal", @@ -42395,6 +46854,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17343459369697545", "start": 0, "type": "Literal", @@ -42406,6 +46866,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -42413,6 +46874,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -42423,9 +46885,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -42436,6 +46900,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -42448,6 +46913,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -42458,6 +46924,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0017496234414517975", "start": 0, "type": "Literal", @@ -42471,6 +46938,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5178508316168335", "start": 0, "type": "Literal", @@ -42482,6 +46950,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -42489,6 +46958,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -42499,9 +46969,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -42512,6 +46984,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -42524,6 +46997,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -42534,6 +47008,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6206263405732759", "start": 0, "type": "Literal", @@ -42547,6 +47022,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8733399468665124", "start": 0, "type": "Literal", @@ -42558,6 +47034,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -42565,6 +47042,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -42575,9 +47053,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -42588,6 +47068,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -42600,6 +47081,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -42611,6 +47093,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7776386664456383", "start": 0, "type": "Literal", @@ -42622,6 +47105,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -42630,6 +47114,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7602780485384968", "start": 0, "type": "Literal", @@ -42641,6 +47126,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -42651,9 +47137,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -42664,6 +47152,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -42676,6 +47165,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -42686,6 +47176,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5439379760788592", "start": 0, "type": "Literal", @@ -42698,6 +47189,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8449177589350552", "start": 0, "type": "Literal", @@ -42709,6 +47201,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -42719,9 +47212,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -42732,6 +47227,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -42744,6 +47240,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -42755,6 +47252,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.13036646025917076", "start": 0, "type": "Literal", @@ -42766,6 +47264,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -42774,6 +47273,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.012051713627069693", "start": 0, "type": "Literal", @@ -42785,6 +47285,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -42795,9 +47296,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -42808,6 +47311,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -42820,6 +47324,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -42831,6 +47336,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1656465612645519", "start": 0, "type": "Literal", @@ -42842,6 +47348,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -42851,6 +47358,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.20775229173765486", "start": 0, "type": "Literal", @@ -42862,6 +47370,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -42869,6 +47378,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -42879,9 +47389,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -42892,6 +47404,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -42904,6 +47417,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -42915,6 +47429,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0962723255929061", "start": 0, "type": "Literal", @@ -42926,6 +47441,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -42935,6 +47451,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.05417797659066137", "start": 0, "type": "Literal", @@ -42946,6 +47463,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -42953,6 +47471,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -42963,9 +47482,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -42976,6 +47497,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -42988,6 +47510,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -42998,6 +47521,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.902108945498191", "start": 0, "type": "Literal", @@ -43010,6 +47534,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3958978534964961", "start": 0, "type": "Literal", @@ -43021,6 +47546,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -43031,9 +47557,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -43044,6 +47572,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -43056,6 +47585,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -43066,6 +47596,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.27997950083139167", "start": 0, "type": "Literal", @@ -43079,6 +47610,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17778188444008958", "start": 0, "type": "Literal", @@ -43090,6 +47622,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -43097,6 +47630,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -43107,9 +47641,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -43120,6 +47656,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -43132,6 +47669,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -43142,6 +47680,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5235806061589545", "start": 0, "type": "Literal", @@ -43154,6 +47693,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.694318985642328", "start": 0, "type": "Literal", @@ -43165,6 +47705,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -43175,9 +47716,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -43188,6 +47731,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -43200,6 +47744,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -43210,6 +47755,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.39140760219992154", "start": 0, "type": "Literal", @@ -43223,6 +47769,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7839795272576484", "start": 0, "type": "Literal", @@ -43234,6 +47781,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -43241,6 +47789,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -43251,9 +47800,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -43264,6 +47815,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -43276,6 +47828,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -43286,6 +47839,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8414243527073519", "start": 0, "type": "Literal", @@ -43298,6 +47852,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5395591528940082", "start": 0, "type": "Literal", @@ -43309,6 +47864,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -43319,9 +47875,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -43332,6 +47890,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -43344,6 +47903,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -43354,6 +47914,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6137667704875602", "start": 0, "type": "Literal", @@ -43366,6 +47927,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.22119647516722085", "start": 0, "type": "Literal", @@ -43377,6 +47939,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -43387,9 +47950,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -43400,6 +47965,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -43412,6 +47978,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -43422,6 +47989,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8830488380766681", "start": 0, "type": "Literal", @@ -43434,6 +48002,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6996724408425232", "start": 0, "type": "Literal", @@ -43445,6 +48014,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -43455,9 +48025,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -43468,6 +48040,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -43480,6 +48053,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -43491,6 +48065,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.41290485754343953", "start": 0, "type": "Literal", @@ -43502,6 +48077,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -43511,6 +48087,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4152647361760933", "start": 0, "type": "Literal", @@ -43522,6 +48099,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -43529,6 +48107,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -43539,9 +48118,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -43552,6 +48133,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -43564,6 +48146,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -43574,6 +48157,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5169538755575687", "start": 0, "type": "Literal", @@ -43587,6 +48171,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9085567867302617", "start": 0, "type": "Literal", @@ -43598,6 +48183,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -43605,6 +48191,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -43615,9 +48202,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -43628,6 +48217,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -43640,6 +48230,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -43650,6 +48241,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6751951211858687", "start": 0, "type": "Literal", @@ -43663,6 +48255,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9709424233465593", "start": 0, "type": "Literal", @@ -43674,6 +48267,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -43681,6 +48275,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -43691,9 +48286,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -43704,6 +48301,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -43716,6 +48314,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -43727,6 +48326,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5689619842972184", "start": 0, "type": "Literal", @@ -43738,6 +48338,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -43746,6 +48347,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5918969913790362", "start": 0, "type": "Literal", @@ -43757,6 +48359,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -43767,9 +48370,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -43780,6 +48385,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -43792,6 +48398,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -43802,6 +48409,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9464450621708211", "start": 0, "type": "Literal", @@ -43815,6 +48423,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2684908127803667", "start": 0, "type": "Literal", @@ -43826,6 +48435,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -43833,6 +48443,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -43843,9 +48454,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -43856,6 +48469,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -43868,6 +48482,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -43878,6 +48493,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5241732366617591", "start": 0, "type": "Literal", @@ -43890,6 +48506,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9011437416408563", "start": 0, "type": "Literal", @@ -43901,6 +48518,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -43911,9 +48529,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -43924,6 +48544,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -43936,6 +48557,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -43947,6 +48569,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.14255393713960607", "start": 0, "type": "Literal", @@ -43958,6 +48581,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -43967,6 +48591,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5194262624564814", "start": 0, "type": "Literal", @@ -43978,6 +48603,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -43985,6 +48611,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -43995,9 +48622,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -44008,6 +48637,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -44020,6 +48650,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -44031,6 +48662,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4287123231350338", "start": 0, "type": "Literal", @@ -44042,6 +48674,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -44051,6 +48684,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4223564528725028", "start": 0, "type": "Literal", @@ -44062,6 +48696,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -44069,6 +48704,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -44079,9 +48715,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -44092,6 +48730,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -44104,6 +48743,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -44115,6 +48755,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.09316367294024519", "start": 0, "type": "Literal", @@ -44126,6 +48767,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -44135,6 +48777,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9063127021008246", "start": 0, "type": "Literal", @@ -44146,6 +48789,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -44153,6 +48797,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -44163,9 +48808,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -44176,6 +48823,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -44188,6 +48836,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -44199,6 +48848,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2767766535558669", "start": 0, "type": "Literal", @@ -44210,6 +48860,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -44218,6 +48869,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6816248114129131", "start": 0, "type": "Literal", @@ -44229,6 +48881,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -44239,9 +48892,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -44252,6 +48907,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -44264,6 +48920,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -44274,6 +48931,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9796762495562534", "start": 0, "type": "Literal", @@ -44287,6 +48945,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0822145668330625", "start": 0, "type": "Literal", @@ -44298,6 +48957,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -44305,6 +48965,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -44315,9 +48976,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -44328,6 +48991,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -44340,6 +49004,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -44351,6 +49016,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8666513070867441", "start": 0, "type": "Literal", @@ -44362,6 +49028,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -44371,6 +49038,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.301053160242023", "start": 0, "type": "Literal", @@ -44382,6 +49050,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -44389,6 +49058,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -44399,9 +49069,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -44412,6 +49084,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -44424,6 +49097,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -44434,6 +49108,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.537415656028112", "start": 0, "type": "Literal", @@ -44446,6 +49121,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.020272692875002774", "start": 0, "type": "Literal", @@ -44457,6 +49133,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -44467,9 +49144,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -44480,6 +49159,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -44492,6 +49172,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -44502,6 +49183,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9332396256457531", "start": 0, "type": "Literal", @@ -44515,6 +49197,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6228175690649898", "start": 0, "type": "Literal", @@ -44526,6 +49209,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -44533,6 +49217,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -44543,9 +49228,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -44556,6 +49243,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -44568,6 +49256,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -44578,6 +49267,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.18052415837320734", "start": 0, "type": "Literal", @@ -44591,6 +49281,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.36894384647296197", "start": 0, "type": "Literal", @@ -44602,6 +49293,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -44609,6 +49301,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -44619,9 +49312,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -44632,6 +49327,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -44644,6 +49340,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -44654,6 +49351,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5384372634075449", "start": 0, "type": "Literal", @@ -44666,6 +49364,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2377565050887107", "start": 0, "type": "Literal", @@ -44677,6 +49376,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -44687,9 +49387,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -44700,6 +49402,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -44712,6 +49415,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -44722,6 +49426,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.39043436929278874", "start": 0, "type": "Literal", @@ -44734,6 +49439,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.14273182483160451", "start": 0, "type": "Literal", @@ -44745,6 +49451,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -44755,9 +49462,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -44768,6 +49477,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -44780,6 +49490,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -44790,6 +49501,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.09782890412897283", "start": 0, "type": "Literal", @@ -44802,6 +49514,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9907667536909659", "start": 0, "type": "Literal", @@ -44813,6 +49526,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -44823,9 +49537,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -44836,6 +49552,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -44848,6 +49565,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -44858,6 +49576,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5286610085921146", "start": 0, "type": "Literal", @@ -44871,6 +49590,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7924508308419256", "start": 0, "type": "Literal", @@ -44882,6 +49602,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -44889,6 +49610,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -44899,9 +49621,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -44912,6 +49636,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -44924,6 +49649,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -44934,6 +49660,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3789978184503342", "start": 0, "type": "Literal", @@ -44946,6 +49673,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.12396120576838676", "start": 0, "type": "Literal", @@ -44957,6 +49685,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -44967,9 +49696,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -44980,6 +49711,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -44992,6 +49724,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -45003,6 +49736,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9484912744890612", "start": 0, "type": "Literal", @@ -45014,6 +49748,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -45022,6 +49757,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6729649846476855", "start": 0, "type": "Literal", @@ -45033,6 +49769,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -45043,9 +49780,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -45056,6 +49795,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -45068,6 +49808,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -45078,6 +49819,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7451758753425153", "start": 0, "type": "Literal", @@ -45091,6 +49833,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.21318737562458967", "start": 0, "type": "Literal", @@ -45102,6 +49845,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -45109,6 +49853,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -45119,9 +49864,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -45132,6 +49879,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -45144,6 +49892,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -45154,6 +49903,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1873200727251887", "start": 0, "type": "Literal", @@ -45167,6 +49917,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.15961374297992448", "start": 0, "type": "Literal", @@ -45178,6 +49929,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -45185,6 +49937,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -45195,9 +49948,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -45208,6 +49963,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -45220,6 +49976,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -45231,6 +49988,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.05729464924537564", "start": 0, "type": "Literal", @@ -45242,6 +50000,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -45251,6 +50010,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5436345558508746", "start": 0, "type": "Literal", @@ -45262,6 +50022,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -45269,6 +50030,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -45279,9 +50041,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -45292,6 +50056,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -45304,6 +50069,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -45315,6 +50081,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.09582414374469184", "start": 0, "type": "Literal", @@ -45326,6 +50093,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -45335,6 +50103,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7533839681212353", "start": 0, "type": "Literal", @@ -45346,6 +50115,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -45353,6 +50123,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -45363,9 +50134,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -45376,6 +50149,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -45388,6 +50162,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -45399,6 +50174,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17254116580051848", "start": 0, "type": "Literal", @@ -45410,6 +50186,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -45419,6 +50196,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7669113400341137", "start": 0, "type": "Literal", @@ -45430,6 +50208,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -45437,6 +50216,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -45447,9 +50227,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -45460,6 +50242,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -45472,6 +50255,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -45482,6 +50266,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8944730032887609", "start": 0, "type": "Literal", @@ -45494,6 +50279,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6093318694741408", "start": 0, "type": "Literal", @@ -45505,6 +50291,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -45515,9 +50302,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -45528,6 +50317,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -45540,6 +50330,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -45551,6 +50342,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3670208139314082", "start": 0, "type": "Literal", @@ -45562,6 +50354,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -45570,6 +50363,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.21201331909674526", "start": 0, "type": "Literal", @@ -45581,6 +50375,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -45591,9 +50386,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -45604,6 +50401,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -45616,6 +50414,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -45627,6 +50426,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4707511307971115", "start": 0, "type": "Literal", @@ -45638,6 +50438,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -45646,6 +50447,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4905279615419764", "start": 0, "type": "Literal", @@ -45657,6 +50459,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -45667,9 +50470,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -45680,6 +50485,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -45692,6 +50498,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -45703,6 +50510,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8328324229085962", "start": 0, "type": "Literal", @@ -45714,6 +50522,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -45722,6 +50531,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4677492878818803", "start": 0, "type": "Literal", @@ -45733,6 +50543,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -45743,9 +50554,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -45756,6 +50569,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -45768,6 +50582,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -45779,6 +50594,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8111463382182231", "start": 0, "type": "Literal", @@ -45790,6 +50606,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -45799,6 +50616,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.41814807547140576", "start": 0, "type": "Literal", @@ -45810,6 +50628,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -45817,6 +50636,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -45827,9 +50647,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -45840,6 +50662,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -45852,6 +50675,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -45862,6 +50686,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.03807684940941125", "start": 0, "type": "Literal", @@ -45874,6 +50699,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25664826686353326", "start": 0, "type": "Literal", @@ -45885,6 +50711,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -45895,9 +50722,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -45908,6 +50737,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -45920,6 +50750,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -45930,6 +50761,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.23950083339596384", "start": 0, "type": "Literal", @@ -45942,6 +50774,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.43693196301855575", "start": 0, "type": "Literal", @@ -45953,6 +50786,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -45963,9 +50797,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -45976,6 +50812,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -45988,6 +50825,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -45999,6 +50837,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.16279444820904887", "start": 0, "type": "Literal", @@ -46010,6 +50849,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -46018,6 +50858,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8064475707664818", "start": 0, "type": "Literal", @@ -46029,6 +50870,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -46039,9 +50881,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -46052,6 +50896,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -46064,6 +50909,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -46075,6 +50921,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08972872009232558", "start": 0, "type": "Literal", @@ -46086,6 +50933,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -46095,6 +50943,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08887625823751266", "start": 0, "type": "Literal", @@ -46106,6 +50955,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -46113,6 +50963,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -46123,9 +50974,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -46136,6 +50989,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -46148,6 +51002,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -46158,6 +51013,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9203433427102556", "start": 0, "type": "Literal", @@ -46171,6 +51027,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17343459369697545", "start": 0, "type": "Literal", @@ -46182,6 +51039,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -46189,6 +51047,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -46199,9 +51058,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -46212,6 +51073,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -46224,6 +51086,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -46234,6 +51097,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0017496234414517975", "start": 0, "type": "Literal", @@ -46247,6 +51111,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5178508316168335", "start": 0, "type": "Literal", @@ -46258,6 +51123,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -46265,6 +51131,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -46275,9 +51142,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -46288,6 +51157,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -46300,6 +51170,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -46310,6 +51181,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6206263405732759", "start": 0, "type": "Literal", @@ -46323,6 +51195,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8733399468665124", "start": 0, "type": "Literal", @@ -46334,6 +51207,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -46341,6 +51215,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -46351,9 +51226,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -46364,6 +51241,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -46376,6 +51254,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -46387,6 +51266,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7776386664456383", "start": 0, "type": "Literal", @@ -46398,6 +51278,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -46406,6 +51287,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7602780485384968", "start": 0, "type": "Literal", @@ -46417,6 +51299,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -46427,9 +51310,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -46440,6 +51325,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -46452,6 +51338,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -46462,6 +51349,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5439379760788592", "start": 0, "type": "Literal", @@ -46474,6 +51362,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8449177589350552", "start": 0, "type": "Literal", @@ -46485,6 +51374,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -46495,9 +51385,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -46508,6 +51400,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -46520,6 +51413,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -46531,6 +51425,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.13036646025917076", "start": 0, "type": "Literal", @@ -46542,6 +51437,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -46550,6 +51446,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.012051713627069693", "start": 0, "type": "Literal", @@ -46561,6 +51458,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -46571,9 +51469,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -46584,6 +51484,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -46596,6 +51497,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -46607,6 +51509,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1656465612645519", "start": 0, "type": "Literal", @@ -46618,6 +51521,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -46627,6 +51531,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.20775229173765486", "start": 0, "type": "Literal", @@ -46638,6 +51543,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -46645,6 +51551,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -46655,9 +51562,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -46668,6 +51577,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -46680,6 +51590,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -46691,6 +51602,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0962723255929061", "start": 0, "type": "Literal", @@ -46702,6 +51614,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -46711,6 +51624,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.05417797659066137", "start": 0, "type": "Literal", @@ -46722,6 +51636,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -46729,6 +51644,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -46739,9 +51655,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -46752,6 +51670,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -46764,6 +51683,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -46774,6 +51694,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.902108945498191", "start": 0, "type": "Literal", @@ -46786,6 +51707,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3958978534964961", "start": 0, "type": "Literal", @@ -46797,6 +51719,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -46807,9 +51730,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -46820,6 +51745,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -46832,6 +51758,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -46842,6 +51769,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.27997950083139167", "start": 0, "type": "Literal", @@ -46855,6 +51783,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17778188444008958", "start": 0, "type": "Literal", @@ -46866,6 +51795,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -46873,6 +51803,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -46883,9 +51814,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -46896,6 +51829,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -46908,6 +51842,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -46918,6 +51853,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5235806061589545", "start": 0, "type": "Literal", @@ -46930,6 +51866,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.694318985642328", "start": 0, "type": "Literal", @@ -46941,6 +51878,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -46951,9 +51889,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -46964,6 +51904,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -46976,6 +51917,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -46986,6 +51928,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.39140760219992154", "start": 0, "type": "Literal", @@ -46999,6 +51942,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7839795272576484", "start": 0, "type": "Literal", @@ -47010,6 +51954,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -47017,6 +51962,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -47027,9 +51973,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -47040,6 +51988,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -47052,6 +52001,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -47062,6 +52012,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8414243527073519", "start": 0, "type": "Literal", @@ -47074,6 +52025,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5395591528940082", "start": 0, "type": "Literal", @@ -47085,6 +52037,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -47095,9 +52048,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -47108,6 +52063,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -47120,6 +52076,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -47130,6 +52087,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6137667704875602", "start": 0, "type": "Literal", @@ -47142,6 +52100,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.22119647516722085", "start": 0, "type": "Literal", @@ -47153,6 +52112,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -47163,9 +52123,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -47176,6 +52138,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -47188,6 +52151,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -47198,6 +52162,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8830488380766681", "start": 0, "type": "Literal", @@ -47210,6 +52175,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6996724408425232", "start": 0, "type": "Literal", @@ -47221,6 +52187,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -47231,9 +52198,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -47244,6 +52213,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -47256,6 +52226,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -47267,6 +52238,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.41290485754343953", "start": 0, "type": "Literal", @@ -47278,6 +52250,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -47287,6 +52260,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4152647361760933", "start": 0, "type": "Literal", @@ -47298,6 +52272,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -47305,6 +52280,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -47315,9 +52291,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -47328,6 +52306,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -47340,6 +52319,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -47350,6 +52330,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5169538755575687", "start": 0, "type": "Literal", @@ -47363,6 +52344,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9085567867302617", "start": 0, "type": "Literal", @@ -47374,6 +52356,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -47381,6 +52364,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -47391,9 +52375,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -47404,6 +52390,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -47416,6 +52403,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -47427,6 +52415,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6716353749059765", "start": 0, "type": "Literal", @@ -47438,6 +52427,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -47447,6 +52437,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9605576808879026", "start": 0, "type": "Literal", @@ -47458,6 +52449,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -47465,6 +52457,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -47475,9 +52468,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -47488,6 +52483,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -47500,6 +52496,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -47510,6 +52507,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.010280170930300203", "start": 0, "type": "Literal", @@ -47523,6 +52521,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.37344123662342166", "start": 0, "type": "Literal", @@ -47534,6 +52533,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -47541,6 +52541,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -47551,9 +52552,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -47564,6 +52567,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -47576,6 +52580,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -47586,6 +52591,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.10357375682791004", "start": 0, "type": "Literal", @@ -47599,6 +52605,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.42294321030821425", "start": 0, "type": "Literal", @@ -47610,6 +52617,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -47617,6 +52625,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -47627,9 +52636,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -47640,6 +52651,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -47652,6 +52664,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -47662,6 +52675,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4520311575096987", "start": 0, "type": "Literal", @@ -47675,6 +52689,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.11232675307600548", "start": 0, "type": "Literal", @@ -47686,6 +52701,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -47693,6 +52709,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -47703,9 +52720,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -47716,6 +52735,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -47728,6 +52748,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -47739,6 +52760,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8821185914380845", "start": 0, "type": "Literal", @@ -47750,6 +52772,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -47759,6 +52782,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7155147434939819", "start": 0, "type": "Literal", @@ -47770,6 +52794,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -47777,6 +52802,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -47787,9 +52813,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -47800,6 +52828,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -47812,6 +52841,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -47822,6 +52852,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9195487101690416", "start": 0, "type": "Literal", @@ -47834,6 +52865,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2691627465297364", "start": 0, "type": "Literal", @@ -47845,6 +52877,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -47855,9 +52888,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -47868,6 +52903,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -47880,6 +52916,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -47890,6 +52927,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7098978191546745", "start": 0, "type": "Literal", @@ -47902,6 +52940,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.11710004169385968", "start": 0, "type": "Literal", @@ -47913,6 +52952,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -47923,9 +52963,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -47936,6 +52978,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -47948,6 +52991,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -47959,6 +53003,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.37876368560819995", "start": 0, "type": "Literal", @@ -47970,6 +53015,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -47978,6 +53024,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7106729314759084", "start": 0, "type": "Literal", @@ -47989,6 +53036,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -47999,9 +53047,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -48012,6 +53062,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -48024,6 +53075,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -48035,6 +53087,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.29728126898353335", "start": 0, "type": "Literal", @@ -48046,6 +53099,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -48055,6 +53109,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.06649734568328003", "start": 0, "type": "Literal", @@ -48066,6 +53121,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -48073,6 +53129,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -48083,9 +53140,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -48096,6 +53155,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -48108,6 +53168,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -48118,6 +53179,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.22965781558352072", "start": 0, "type": "Literal", @@ -48131,6 +53193,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7601866432836641", "start": 0, "type": "Literal", @@ -48142,6 +53205,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -48149,6 +53213,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -48159,9 +53224,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -48172,6 +53239,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -48184,6 +53252,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -48195,6 +53264,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6356501074317229", "start": 0, "type": "Literal", @@ -48206,6 +53276,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -48214,6 +53285,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.19458425399338064", "start": 0, "type": "Literal", @@ -48225,6 +53297,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -48235,9 +53308,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -48248,6 +53323,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -48260,6 +53336,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -48270,6 +53347,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5721251777404546", "start": 0, "type": "Literal", @@ -48282,6 +53360,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2888584097921527", "start": 0, "type": "Literal", @@ -48293,6 +53372,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -48303,9 +53383,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -48316,6 +53398,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -48328,6 +53411,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -48339,6 +53423,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9580409549552311", "start": 0, "type": "Literal", @@ -48350,6 +53435,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -48359,6 +53445,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.02243818192078395", "start": 0, "type": "Literal", @@ -48370,6 +53457,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -48377,6 +53465,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -48387,9 +53476,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -48400,6 +53491,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -48412,6 +53504,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -48422,6 +53515,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3299184618602866", "start": 0, "type": "Literal", @@ -48435,6 +53529,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8353726942369875", "start": 0, "type": "Literal", @@ -48446,6 +53541,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -48453,6 +53549,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -48463,9 +53560,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -48476,6 +53575,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -48488,6 +53588,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -48498,6 +53599,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7434639386755209", "start": 0, "type": "Literal", @@ -48511,6 +53613,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7919648864138378", "start": 0, "type": "Literal", @@ -48522,6 +53625,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -48529,6 +53633,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -48539,9 +53644,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -48552,6 +53659,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -48564,6 +53672,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -48574,6 +53683,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9935751011164615", "start": 0, "type": "Literal", @@ -48586,6 +53696,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9042566468497608", "start": 0, "type": "Literal", @@ -48597,6 +53708,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -48607,9 +53719,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -48620,6 +53734,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -48632,6 +53747,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -48643,6 +53759,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5035812884687294", "start": 0, "type": "Literal", @@ -48654,6 +53771,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -48662,6 +53780,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5150967434989442", "start": 0, "type": "Literal", @@ -48673,6 +53792,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -48683,9 +53803,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -48696,6 +53818,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -48708,6 +53831,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -48718,6 +53842,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5526227215900215", "start": 0, "type": "Literal", @@ -48730,6 +53855,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7612604137272441", "start": 0, "type": "Literal", @@ -48741,6 +53867,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -48751,9 +53878,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -48764,6 +53893,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -48776,6 +53906,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -48786,6 +53917,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8593271349126876", "start": 0, "type": "Literal", @@ -48798,6 +53930,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08414894953725849", "start": 0, "type": "Literal", @@ -48809,6 +53942,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -48819,9 +53953,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -48832,6 +53968,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -48844,6 +53981,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -48855,6 +53993,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8181049219192864", "start": 0, "type": "Literal", @@ -48866,6 +54005,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -48875,6 +54015,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.903548131323352", "start": 0, "type": "Literal", @@ -48886,6 +54027,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -48893,6 +54035,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -48903,9 +54046,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -48916,6 +54061,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -48928,6 +54074,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -48938,6 +54085,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3165782044458305", "start": 0, "type": "Literal", @@ -48951,6 +54099,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.24189274252014914", "start": 0, "type": "Literal", @@ -48962,6 +54111,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -48969,6 +54119,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -48979,9 +54130,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -48992,6 +54145,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -49004,6 +54158,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -49015,6 +54170,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.44390956414045135", "start": 0, "type": "Literal", @@ -49026,6 +54182,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -49035,6 +54192,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25912591535126905", "start": 0, "type": "Literal", @@ -49046,6 +54204,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -49053,6 +54212,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -49063,9 +54223,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -49076,6 +54238,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -49088,6 +54251,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -49099,6 +54263,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6605165911891009", "start": 0, "type": "Literal", @@ -49110,6 +54275,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -49119,6 +54285,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.40355115288839194", "start": 0, "type": "Literal", @@ -49130,6 +54297,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -49137,6 +54305,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -49147,9 +54316,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -49160,6 +54331,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -49172,6 +54344,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -49183,6 +54356,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7170489950180006", "start": 0, "type": "Literal", @@ -49194,6 +54368,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -49202,6 +54377,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.23454356079651384", "start": 0, "type": "Literal", @@ -49213,6 +54389,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -49223,9 +54400,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -49236,6 +54415,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -49248,6 +54428,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -49259,6 +54440,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2568187045379722", "start": 0, "type": "Literal", @@ -49270,6 +54452,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -49279,6 +54462,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.45031188717601367", "start": 0, "type": "Literal", @@ -49290,6 +54474,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -49297,6 +54482,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -49307,9 +54493,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -49320,6 +54508,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -49332,6 +54521,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -49342,6 +54532,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6751951211858687", "start": 0, "type": "Literal", @@ -49355,6 +54546,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9709424233465593", "start": 0, "type": "Literal", @@ -49366,6 +54558,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -49373,6 +54566,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -49383,9 +54577,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -49396,6 +54592,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -49408,6 +54605,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -49419,6 +54617,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5689619842972184", "start": 0, "type": "Literal", @@ -49430,6 +54629,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -49438,6 +54638,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5918969913790362", "start": 0, "type": "Literal", @@ -49449,6 +54650,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -49459,9 +54661,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -49472,6 +54676,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -49484,6 +54689,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -49495,6 +54701,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8328324229085962", "start": 0, "type": "Literal", @@ -49506,6 +54713,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -49514,6 +54722,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4677492878818803", "start": 0, "type": "Literal", @@ -49525,6 +54734,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -49535,9 +54745,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -49548,6 +54760,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -49560,6 +54773,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -49571,6 +54785,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8111463382182231", "start": 0, "type": "Literal", @@ -49582,6 +54797,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -49591,6 +54807,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.41814807547140576", "start": 0, "type": "Literal", @@ -49602,6 +54819,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -49609,6 +54827,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -49619,9 +54838,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -49632,6 +54853,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -49644,6 +54866,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -49654,6 +54877,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.03807684940941125", "start": 0, "type": "Literal", @@ -49666,6 +54890,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25664826686353326", "start": 0, "type": "Literal", @@ -49677,6 +54902,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -49687,9 +54913,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -49700,6 +54928,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -49712,6 +54941,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -49722,6 +54952,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.23950083339596384", "start": 0, "type": "Literal", @@ -49734,6 +54965,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.43693196301855575", "start": 0, "type": "Literal", @@ -49745,6 +54977,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -49755,9 +54988,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -49768,6 +55003,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -49780,6 +55016,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -49791,6 +55028,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.16279444820904887", "start": 0, "type": "Literal", @@ -49802,6 +55040,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -49810,6 +55049,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8064475707664818", "start": 0, "type": "Literal", @@ -49821,6 +55061,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -49831,9 +55072,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -49844,6 +55087,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -49856,6 +55100,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -49867,6 +55112,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08972872009232558", "start": 0, "type": "Literal", @@ -49878,6 +55124,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -49887,6 +55134,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08887625823751266", "start": 0, "type": "Literal", @@ -49898,6 +55146,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -49905,6 +55154,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -49915,9 +55165,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -49928,6 +55180,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -49940,6 +55193,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -49950,6 +55204,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9203433427102556", "start": 0, "type": "Literal", @@ -49963,6 +55218,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17343459369697545", "start": 0, "type": "Literal", @@ -49974,6 +55230,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -49981,6 +55238,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -49991,9 +55249,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -50004,6 +55264,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -50016,6 +55277,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -50026,6 +55288,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0017496234414517975", "start": 0, "type": "Literal", @@ -50039,6 +55302,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5178508316168335", "start": 0, "type": "Literal", @@ -50050,6 +55314,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -50057,6 +55322,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -50067,9 +55333,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -50080,6 +55348,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -50092,6 +55361,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -50102,6 +55372,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6206263405732759", "start": 0, "type": "Literal", @@ -50115,6 +55386,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8733399468665124", "start": 0, "type": "Literal", @@ -50126,6 +55398,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -50133,6 +55406,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -50143,9 +55417,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -50156,6 +55432,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -50168,6 +55445,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -50179,6 +55457,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7776386664456383", "start": 0, "type": "Literal", @@ -50190,6 +55469,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -50198,6 +55478,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7602780485384968", "start": 0, "type": "Literal", @@ -50209,6 +55490,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -50219,9 +55501,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -50232,6 +55516,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -50244,6 +55529,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -50254,6 +55540,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5439379760788592", "start": 0, "type": "Literal", @@ -50266,6 +55553,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8449177589350552", "start": 0, "type": "Literal", @@ -50277,6 +55565,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -50287,9 +55576,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -50300,6 +55591,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -50312,6 +55604,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -50323,6 +55616,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.13036646025917076", "start": 0, "type": "Literal", @@ -50334,6 +55628,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -50342,6 +55637,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.012051713627069693", "start": 0, "type": "Literal", @@ -50353,6 +55649,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -50363,9 +55660,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -50376,6 +55675,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -50388,6 +55688,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -50399,6 +55700,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1656465612645519", "start": 0, "type": "Literal", @@ -50410,6 +55712,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -50419,6 +55722,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.20775229173765486", "start": 0, "type": "Literal", @@ -50430,6 +55734,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -50437,6 +55742,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -50447,9 +55753,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -50460,6 +55768,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -50472,6 +55781,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -50483,6 +55793,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0962723255929061", "start": 0, "type": "Literal", @@ -50494,6 +55805,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -50503,6 +55815,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.05417797659066137", "start": 0, "type": "Literal", @@ -50514,6 +55827,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -50521,6 +55835,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -50531,9 +55846,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -50544,6 +55861,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -50556,6 +55874,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -50566,6 +55885,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.902108945498191", "start": 0, "type": "Literal", @@ -50578,6 +55898,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3958978534964961", "start": 0, "type": "Literal", @@ -50589,6 +55910,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -50599,9 +55921,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -50612,6 +55936,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -50624,6 +55949,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -50634,6 +55960,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.27997950083139167", "start": 0, "type": "Literal", @@ -50647,6 +55974,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17778188444008958", "start": 0, "type": "Literal", @@ -50658,6 +55986,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -50665,6 +55994,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -50675,9 +56005,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -50688,6 +56020,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -50700,6 +56033,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -50710,6 +56044,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5235806061589545", "start": 0, "type": "Literal", @@ -50722,6 +56057,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.694318985642328", "start": 0, "type": "Literal", @@ -50733,6 +56069,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -50743,9 +56080,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -50756,6 +56095,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -50768,6 +56108,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -50778,6 +56119,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.39140760219992154", "start": 0, "type": "Literal", @@ -50791,6 +56133,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7839795272576484", "start": 0, "type": "Literal", @@ -50802,6 +56145,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -50809,6 +56153,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -50819,9 +56164,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -50832,6 +56179,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -50844,6 +56192,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -50854,6 +56203,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8414243527073519", "start": 0, "type": "Literal", @@ -50866,6 +56216,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5395591528940082", "start": 0, "type": "Literal", @@ -50877,6 +56228,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -50887,9 +56239,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -50900,6 +56254,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -50912,6 +56267,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -50922,6 +56278,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6137667704875602", "start": 0, "type": "Literal", @@ -50934,6 +56291,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.22119647516722085", "start": 0, "type": "Literal", @@ -50945,6 +56303,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -50955,9 +56314,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -50968,6 +56329,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -50980,6 +56342,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -50990,6 +56353,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8830488380766681", "start": 0, "type": "Literal", @@ -51002,6 +56366,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6996724408425232", "start": 0, "type": "Literal", @@ -51013,6 +56378,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -51023,9 +56389,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -51036,6 +56404,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -51048,6 +56417,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -51059,6 +56429,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3670208139314082", "start": 0, "type": "Literal", @@ -51070,6 +56441,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -51078,6 +56450,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.21201331909674526", "start": 0, "type": "Literal", @@ -51089,6 +56462,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -51099,9 +56473,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -51112,6 +56488,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -51124,6 +56501,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -51135,6 +56513,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4707511307971115", "start": 0, "type": "Literal", @@ -51146,6 +56525,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -51154,6 +56534,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4905279615419764", "start": 0, "type": "Literal", @@ -51165,6 +56546,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -51175,9 +56557,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -51188,6 +56572,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -51200,6 +56585,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -51211,6 +56597,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8328324229085962", "start": 0, "type": "Literal", @@ -51222,6 +56609,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -51230,6 +56618,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4677492878818803", "start": 0, "type": "Literal", @@ -51241,6 +56630,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -51251,9 +56641,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -51264,6 +56656,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -51276,6 +56669,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -51287,6 +56681,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8111463382182231", "start": 0, "type": "Literal", @@ -51298,6 +56693,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -51307,6 +56703,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.41814807547140576", "start": 0, "type": "Literal", @@ -51318,6 +56715,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -51325,6 +56723,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -51335,9 +56734,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -51348,6 +56749,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -51360,6 +56762,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -51370,6 +56773,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.03807684940941125", "start": 0, "type": "Literal", @@ -51382,6 +56786,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25664826686353326", "start": 0, "type": "Literal", @@ -51393,6 +56798,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -51403,9 +56809,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -51416,6 +56824,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -51428,6 +56837,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -51438,6 +56848,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.23950083339596384", "start": 0, "type": "Literal", @@ -51450,6 +56861,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.43693196301855575", "start": 0, "type": "Literal", @@ -51461,6 +56873,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -51471,9 +56884,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -51484,6 +56899,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -51496,6 +56912,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -51507,6 +56924,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.16279444820904887", "start": 0, "type": "Literal", @@ -51518,6 +56936,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -51526,6 +56945,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8064475707664818", "start": 0, "type": "Literal", @@ -51537,6 +56957,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -51547,9 +56968,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -51560,6 +56983,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -51572,6 +56996,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -51583,6 +57008,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08972872009232558", "start": 0, "type": "Literal", @@ -51594,6 +57020,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -51603,6 +57030,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08887625823751266", "start": 0, "type": "Literal", @@ -51614,6 +57042,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -51621,6 +57050,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -51631,9 +57061,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -51644,6 +57076,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -51656,6 +57089,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -51666,6 +57100,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9203433427102556", "start": 0, "type": "Literal", @@ -51679,6 +57114,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17343459369697545", "start": 0, "type": "Literal", @@ -51690,6 +57126,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -51697,6 +57134,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -51707,9 +57145,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -51720,6 +57160,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -51732,6 +57173,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -51742,6 +57184,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0017496234414517975", "start": 0, "type": "Literal", @@ -51755,6 +57198,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5178508316168335", "start": 0, "type": "Literal", @@ -51766,6 +57210,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -51773,6 +57218,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -51783,9 +57229,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -51796,6 +57244,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -51808,6 +57257,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -51818,6 +57268,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6206263405732759", "start": 0, "type": "Literal", @@ -51831,6 +57282,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8733399468665124", "start": 0, "type": "Literal", @@ -51842,6 +57294,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -51849,6 +57302,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -51859,9 +57313,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -51872,6 +57328,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -51884,6 +57341,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -51895,6 +57353,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7776386664456383", "start": 0, "type": "Literal", @@ -51906,6 +57365,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -51914,6 +57374,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7602780485384968", "start": 0, "type": "Literal", @@ -51925,6 +57386,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -51935,9 +57397,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -51948,6 +57412,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -51960,6 +57425,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -51970,6 +57436,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5439379760788592", "start": 0, "type": "Literal", @@ -51982,6 +57449,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8449177589350552", "start": 0, "type": "Literal", @@ -51993,6 +57461,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -52003,9 +57472,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -52016,6 +57487,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -52028,6 +57500,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -52039,6 +57512,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.13036646025917076", "start": 0, "type": "Literal", @@ -52050,6 +57524,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -52058,6 +57533,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.012051713627069693", "start": 0, "type": "Literal", @@ -52069,6 +57545,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -52079,9 +57556,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -52092,6 +57571,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -52104,6 +57584,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -52115,6 +57596,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1656465612645519", "start": 0, "type": "Literal", @@ -52126,6 +57608,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -52135,6 +57618,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.20775229173765486", "start": 0, "type": "Literal", @@ -52146,6 +57630,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -52153,6 +57638,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -52163,9 +57649,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -52176,6 +57664,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -52188,6 +57677,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -52199,6 +57689,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0962723255929061", "start": 0, "type": "Literal", @@ -52210,6 +57701,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -52219,6 +57711,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.05417797659066137", "start": 0, "type": "Literal", @@ -52230,6 +57723,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -52237,6 +57731,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -52247,9 +57742,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -52260,6 +57757,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -52272,6 +57770,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -52282,6 +57781,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.902108945498191", "start": 0, "type": "Literal", @@ -52294,6 +57794,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3958978534964961", "start": 0, "type": "Literal", @@ -52305,6 +57806,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -52315,9 +57817,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -52328,6 +57832,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -52340,6 +57845,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -52350,6 +57856,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.27997950083139167", "start": 0, "type": "Literal", @@ -52363,6 +57870,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17778188444008958", "start": 0, "type": "Literal", @@ -52374,6 +57882,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -52381,6 +57890,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -52391,9 +57901,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -52404,6 +57916,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -52416,6 +57929,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -52426,6 +57940,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5235806061589545", "start": 0, "type": "Literal", @@ -52438,6 +57953,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.694318985642328", "start": 0, "type": "Literal", @@ -52449,6 +57965,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -52459,9 +57976,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -52472,6 +57991,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -52484,6 +58004,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -52494,6 +58015,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.39140760219992154", "start": 0, "type": "Literal", @@ -52507,6 +58029,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7839795272576484", "start": 0, "type": "Literal", @@ -52518,6 +58041,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -52525,6 +58049,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -52535,9 +58060,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -52548,6 +58075,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -52560,6 +58088,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -52570,6 +58099,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8414243527073519", "start": 0, "type": "Literal", @@ -52582,6 +58112,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5395591528940082", "start": 0, "type": "Literal", @@ -52593,6 +58124,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -52603,9 +58135,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -52616,6 +58150,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -52628,6 +58163,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -52638,6 +58174,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6137667704875602", "start": 0, "type": "Literal", @@ -52650,6 +58187,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.22119647516722085", "start": 0, "type": "Literal", @@ -52661,6 +58199,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -52671,9 +58210,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -52684,6 +58225,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -52696,6 +58238,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -52706,6 +58249,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8830488380766681", "start": 0, "type": "Literal", @@ -52718,6 +58262,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6996724408425232", "start": 0, "type": "Literal", @@ -52729,6 +58274,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -52739,9 +58285,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -52752,6 +58300,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -52764,6 +58313,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -52775,6 +58325,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.41290485754343953", "start": 0, "type": "Literal", @@ -52786,6 +58337,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -52795,6 +58347,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4152647361760933", "start": 0, "type": "Literal", @@ -52806,6 +58359,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -52813,6 +58367,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -52823,9 +58378,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -52836,6 +58393,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -52848,6 +58406,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -52858,6 +58417,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5169538755575687", "start": 0, "type": "Literal", @@ -52871,6 +58431,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9085567867302617", "start": 0, "type": "Literal", @@ -52882,6 +58443,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -52889,6 +58451,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -52899,9 +58462,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -52912,6 +58477,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -52924,6 +58490,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -52935,6 +58502,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6716353749059765", "start": 0, "type": "Literal", @@ -52946,6 +58514,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -52955,6 +58524,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9605576808879026", "start": 0, "type": "Literal", @@ -52966,6 +58536,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -52973,6 +58544,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -52983,9 +58555,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -52996,6 +58570,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -53008,6 +58583,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -53018,6 +58594,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.010280170930300203", "start": 0, "type": "Literal", @@ -53031,6 +58608,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.37344123662342166", "start": 0, "type": "Literal", @@ -53042,6 +58620,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -53049,6 +58628,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -53059,9 +58639,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -53072,6 +58654,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -53084,6 +58667,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -53095,6 +58679,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3670208139314082", "start": 0, "type": "Literal", @@ -53106,6 +58691,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -53114,6 +58700,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.21201331909674526", "start": 0, "type": "Literal", @@ -53125,6 +58712,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -53135,9 +58723,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -53148,6 +58738,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -53160,6 +58751,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -53171,6 +58763,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4707511307971115", "start": 0, "type": "Literal", @@ -53182,6 +58775,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -53190,6 +58784,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4905279615419764", "start": 0, "type": "Literal", @@ -53201,6 +58796,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -53211,9 +58807,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -53224,6 +58822,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -53236,6 +58835,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -53247,6 +58847,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8328324229085962", "start": 0, "type": "Literal", @@ -53258,6 +58859,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -53266,6 +58868,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4677492878818803", "start": 0, "type": "Literal", @@ -53277,6 +58880,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -53287,9 +58891,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -53300,6 +58906,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -53312,6 +58919,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -53323,6 +58931,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8111463382182231", "start": 0, "type": "Literal", @@ -53334,6 +58943,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -53343,6 +58953,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.41814807547140576", "start": 0, "type": "Literal", @@ -53354,6 +58965,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -53361,6 +58973,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -53371,9 +58984,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -53384,6 +58999,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -53396,6 +59012,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -53406,6 +59023,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.03807684940941125", "start": 0, "type": "Literal", @@ -53418,6 +59036,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25664826686353326", "start": 0, "type": "Literal", @@ -53429,6 +59048,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -53439,9 +59059,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -53452,6 +59074,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -53464,6 +59087,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -53474,6 +59098,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.23950083339596384", "start": 0, "type": "Literal", @@ -53486,6 +59111,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.43693196301855575", "start": 0, "type": "Literal", @@ -53497,6 +59123,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -53507,9 +59134,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -53520,6 +59149,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -53532,6 +59162,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -53543,6 +59174,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.16279444820904887", "start": 0, "type": "Literal", @@ -53554,6 +59186,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -53562,6 +59195,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8064475707664818", "start": 0, "type": "Literal", @@ -53573,6 +59207,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -53583,9 +59218,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -53596,6 +59233,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -53608,6 +59246,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -53619,6 +59258,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08972872009232558", "start": 0, "type": "Literal", @@ -53630,6 +59270,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -53639,6 +59280,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08887625823751266", "start": 0, "type": "Literal", @@ -53650,6 +59292,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -53657,6 +59300,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -53667,9 +59311,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -53680,6 +59326,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -53692,6 +59339,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -53702,6 +59350,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9203433427102556", "start": 0, "type": "Literal", @@ -53715,6 +59364,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17343459369697545", "start": 0, "type": "Literal", @@ -53726,6 +59376,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -53733,6 +59384,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -53743,9 +59395,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -53756,6 +59410,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -53768,6 +59423,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -53778,6 +59434,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0017496234414517975", "start": 0, "type": "Literal", @@ -53791,6 +59448,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5178508316168335", "start": 0, "type": "Literal", @@ -53802,6 +59460,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -53809,6 +59468,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -53819,9 +59479,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -53832,6 +59494,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -53844,6 +59507,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -53854,6 +59518,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6206263405732759", "start": 0, "type": "Literal", @@ -53867,6 +59532,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8733399468665124", "start": 0, "type": "Literal", @@ -53878,6 +59544,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -53885,6 +59552,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -53895,9 +59563,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -53908,6 +59578,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -53920,6 +59591,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -53931,6 +59603,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7776386664456383", "start": 0, "type": "Literal", @@ -53942,6 +59615,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -53950,6 +59624,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7602780485384968", "start": 0, "type": "Literal", @@ -53961,6 +59636,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -53971,9 +59647,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -53984,6 +59662,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -53996,6 +59675,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -54006,6 +59686,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5439379760788592", "start": 0, "type": "Literal", @@ -54018,6 +59699,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8449177589350552", "start": 0, "type": "Literal", @@ -54029,6 +59711,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -54039,9 +59722,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -54052,6 +59737,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -54064,6 +59750,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -54075,6 +59762,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.13036646025917076", "start": 0, "type": "Literal", @@ -54086,6 +59774,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -54094,6 +59783,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.012051713627069693", "start": 0, "type": "Literal", @@ -54105,6 +59795,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -54115,9 +59806,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -54128,6 +59821,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -54140,6 +59834,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -54151,6 +59846,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1656465612645519", "start": 0, "type": "Literal", @@ -54162,6 +59858,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -54171,6 +59868,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.20775229173765486", "start": 0, "type": "Literal", @@ -54182,6 +59880,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -54189,6 +59888,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -54199,9 +59899,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -54212,6 +59914,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -54224,6 +59927,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -54235,6 +59939,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0962723255929061", "start": 0, "type": "Literal", @@ -54246,6 +59951,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -54255,6 +59961,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.05417797659066137", "start": 0, "type": "Literal", @@ -54266,6 +59973,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -54273,6 +59981,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -54283,9 +59992,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -54296,6 +60007,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -54308,6 +60020,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -54318,6 +60031,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.902108945498191", "start": 0, "type": "Literal", @@ -54330,6 +60044,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3958978534964961", "start": 0, "type": "Literal", @@ -54341,6 +60056,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -54351,9 +60067,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -54364,6 +60082,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -54376,6 +60095,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -54386,6 +60106,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.27997950083139167", "start": 0, "type": "Literal", @@ -54399,6 +60120,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17778188444008958", "start": 0, "type": "Literal", @@ -54410,6 +60132,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -54417,6 +60140,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -54427,9 +60151,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -54440,6 +60166,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -54452,6 +60179,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -54462,6 +60190,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5235806061589545", "start": 0, "type": "Literal", @@ -54474,6 +60203,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.694318985642328", "start": 0, "type": "Literal", @@ -54485,6 +60215,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -54495,9 +60226,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -54508,6 +60241,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -54520,6 +60254,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -54530,6 +60265,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.39140760219992154", "start": 0, "type": "Literal", @@ -54543,6 +60279,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7839795272576484", "start": 0, "type": "Literal", @@ -54554,6 +60291,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -54561,6 +60299,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -54571,9 +60310,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -54584,6 +60325,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -54596,6 +60338,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -54606,6 +60349,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8414243527073519", "start": 0, "type": "Literal", @@ -54618,6 +60362,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5395591528940082", "start": 0, "type": "Literal", @@ -54629,6 +60374,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -54639,9 +60385,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -54652,6 +60400,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -54664,6 +60413,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -54674,6 +60424,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6137667704875602", "start": 0, "type": "Literal", @@ -54686,6 +60437,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.22119647516722085", "start": 0, "type": "Literal", @@ -54697,6 +60449,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -54707,9 +60460,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -54720,6 +60475,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -54732,6 +60488,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -54742,6 +60499,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8830488380766681", "start": 0, "type": "Literal", @@ -54754,6 +60512,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6996724408425232", "start": 0, "type": "Literal", @@ -54765,6 +60524,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -54775,9 +60535,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -54788,6 +60550,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -54800,6 +60563,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -54811,6 +60575,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.41290485754343953", "start": 0, "type": "Literal", @@ -54822,6 +60587,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -54831,6 +60597,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4152647361760933", "start": 0, "type": "Literal", @@ -54842,6 +60609,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -54849,6 +60617,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -54859,9 +60628,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -54872,6 +60643,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -54884,6 +60656,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -54894,6 +60667,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5169538755575687", "start": 0, "type": "Literal", @@ -54907,6 +60681,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9085567867302617", "start": 0, "type": "Literal", @@ -54918,6 +60693,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -54925,6 +60701,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -54935,9 +60712,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -54948,6 +60727,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -54960,6 +60740,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -54971,6 +60752,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6716353749059765", "start": 0, "type": "Literal", @@ -54982,6 +60764,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -54991,6 +60774,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9605576808879026", "start": 0, "type": "Literal", @@ -55002,6 +60786,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -55009,6 +60794,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -55019,9 +60805,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -55032,6 +60820,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -55044,6 +60833,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -55054,6 +60844,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.010280170930300203", "start": 0, "type": "Literal", @@ -55067,6 +60858,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.37344123662342166", "start": 0, "type": "Literal", @@ -55078,6 +60870,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -55085,6 +60878,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -55095,9 +60889,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -55108,6 +60904,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -55120,6 +60917,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -55130,6 +60928,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.10357375682791004", "start": 0, "type": "Literal", @@ -55143,6 +60942,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.42294321030821425", "start": 0, "type": "Literal", @@ -55154,6 +60954,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -55161,6 +60962,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -55171,9 +60973,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -55184,6 +60988,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -55196,6 +61001,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -55206,6 +61012,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4520311575096987", "start": 0, "type": "Literal", @@ -55219,6 +61026,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.11232675307600548", "start": 0, "type": "Literal", @@ -55230,6 +61038,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -55237,6 +61046,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -55247,9 +61057,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -55260,6 +61072,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -55272,6 +61085,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -55283,6 +61097,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8821185914380845", "start": 0, "type": "Literal", @@ -55294,6 +61109,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -55303,6 +61119,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7155147434939819", "start": 0, "type": "Literal", @@ -55314,6 +61131,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -55321,6 +61139,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -55331,9 +61150,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -55344,6 +61165,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -55356,6 +61178,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -55366,6 +61189,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9195487101690416", "start": 0, "type": "Literal", @@ -55378,6 +61202,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2691627465297364", "start": 0, "type": "Literal", @@ -55389,6 +61214,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -55399,9 +61225,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -55412,6 +61240,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -55424,6 +61253,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -55434,6 +61264,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7098978191546745", "start": 0, "type": "Literal", @@ -55446,6 +61277,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.11710004169385968", "start": 0, "type": "Literal", @@ -55457,6 +61289,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -55467,9 +61300,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -55480,6 +61315,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -55492,6 +61328,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -55503,6 +61340,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.37876368560819995", "start": 0, "type": "Literal", @@ -55514,6 +61352,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -55522,6 +61361,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7106729314759084", "start": 0, "type": "Literal", @@ -55533,6 +61373,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -55543,9 +61384,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -55556,6 +61399,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -55568,6 +61412,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -55579,6 +61424,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.29728126898353335", "start": 0, "type": "Literal", @@ -55590,6 +61436,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -55599,6 +61446,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.06649734568328003", "start": 0, "type": "Literal", @@ -55610,6 +61458,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -55617,6 +61466,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -55627,9 +61477,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -55640,6 +61492,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -55652,6 +61505,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -55662,6 +61516,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.22965781558352072", "start": 0, "type": "Literal", @@ -55675,6 +61530,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7601866432836641", "start": 0, "type": "Literal", @@ -55686,6 +61542,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -55693,6 +61550,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -55703,9 +61561,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -55716,6 +61576,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -55728,6 +61589,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -55739,6 +61601,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6356501074317229", "start": 0, "type": "Literal", @@ -55750,6 +61613,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -55758,6 +61622,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.19458425399338064", "start": 0, "type": "Literal", @@ -55769,6 +61634,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -55779,9 +61645,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -55792,6 +61660,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -55804,6 +61673,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -55814,6 +61684,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5721251777404546", "start": 0, "type": "Literal", @@ -55826,6 +61697,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2888584097921527", "start": 0, "type": "Literal", @@ -55837,6 +61709,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -55847,9 +61720,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -55860,6 +61735,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -55872,6 +61748,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -55883,6 +61760,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9580409549552311", "start": 0, "type": "Literal", @@ -55894,6 +61772,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -55903,6 +61782,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.02243818192078395", "start": 0, "type": "Literal", @@ -55914,6 +61794,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -55921,6 +61802,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -55931,9 +61813,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -55944,6 +61828,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -55956,6 +61841,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -55966,6 +61852,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3299184618602866", "start": 0, "type": "Literal", @@ -55979,6 +61866,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8353726942369875", "start": 0, "type": "Literal", @@ -55990,6 +61878,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -55997,6 +61886,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -56007,9 +61897,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -56020,6 +61912,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -56032,6 +61925,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -56042,6 +61936,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7434639386755209", "start": 0, "type": "Literal", @@ -56055,6 +61950,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7919648864138378", "start": 0, "type": "Literal", @@ -56066,6 +61962,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -56073,6 +61970,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -56083,9 +61981,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -56096,6 +61996,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -56108,6 +62009,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -56118,6 +62020,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9935751011164615", "start": 0, "type": "Literal", @@ -56130,6 +62033,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9042566468497608", "start": 0, "type": "Literal", @@ -56141,6 +62045,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -56151,9 +62056,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -56164,6 +62071,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -56176,6 +62084,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -56187,6 +62096,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5035812884687294", "start": 0, "type": "Literal", @@ -56198,6 +62108,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -56206,6 +62117,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5150967434989442", "start": 0, "type": "Literal", @@ -56217,6 +62129,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -56227,9 +62140,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -56240,6 +62155,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -56252,6 +62168,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -56262,6 +62179,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5526227215900215", "start": 0, "type": "Literal", @@ -56274,6 +62192,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7612604137272441", "start": 0, "type": "Literal", @@ -56285,6 +62204,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -56295,9 +62215,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -56308,6 +62230,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -56320,6 +62243,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -56330,6 +62254,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8593271349126876", "start": 0, "type": "Literal", @@ -56342,6 +62267,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08414894953725849", "start": 0, "type": "Literal", @@ -56353,6 +62279,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -56363,9 +62290,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -56376,6 +62305,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -56388,6 +62318,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -56399,6 +62330,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8181049219192864", "start": 0, "type": "Literal", @@ -56410,6 +62342,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -56419,6 +62352,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.903548131323352", "start": 0, "type": "Literal", @@ -56430,6 +62364,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -56437,6 +62372,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -56447,9 +62383,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -56460,6 +62398,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -56472,6 +62411,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -56482,6 +62422,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3165782044458305", "start": 0, "type": "Literal", @@ -56495,6 +62436,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.24189274252014914", "start": 0, "type": "Literal", @@ -56506,6 +62448,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -56513,6 +62456,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -56523,9 +62467,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -56536,6 +62482,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -56548,6 +62495,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -56559,6 +62507,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.44390956414045135", "start": 0, "type": "Literal", @@ -56570,6 +62519,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -56579,6 +62529,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25912591535126905", "start": 0, "type": "Literal", @@ -56590,6 +62541,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -56597,6 +62549,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -56607,9 +62560,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -56620,6 +62575,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -56632,6 +62588,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -56643,6 +62600,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6605165911891009", "start": 0, "type": "Literal", @@ -56654,6 +62612,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -56663,6 +62622,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.40355115288839194", "start": 0, "type": "Literal", @@ -56674,6 +62634,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -56681,6 +62642,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -56691,9 +62653,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -56704,6 +62668,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -56716,6 +62681,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -56727,6 +62693,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7170489950180006", "start": 0, "type": "Literal", @@ -56738,6 +62705,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -56746,6 +62714,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.23454356079651384", "start": 0, "type": "Literal", @@ -56757,6 +62726,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -56767,9 +62737,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -56780,6 +62752,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -56792,6 +62765,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -56803,6 +62777,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2568187045379722", "start": 0, "type": "Literal", @@ -56814,6 +62789,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -56823,6 +62799,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.45031188717601367", "start": 0, "type": "Literal", @@ -56834,6 +62811,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -56841,6 +62819,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -56851,9 +62830,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -56864,6 +62845,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -56876,6 +62858,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -56886,6 +62869,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6751951211858687", "start": 0, "type": "Literal", @@ -56899,6 +62883,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9709424233465593", "start": 0, "type": "Literal", @@ -56910,6 +62895,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -56917,6 +62903,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -56927,9 +62914,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -56940,6 +62929,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -56952,6 +62942,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -56963,6 +62954,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5689619842972184", "start": 0, "type": "Literal", @@ -56974,6 +62966,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -56982,6 +62975,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5918969913790362", "start": 0, "type": "Literal", @@ -56993,6 +62987,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -57003,9 +62998,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -57016,6 +63013,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -57028,6 +63026,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -57039,6 +63038,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8328324229085962", "start": 0, "type": "Literal", @@ -57050,6 +63050,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -57058,6 +63059,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4677492878818803", "start": 0, "type": "Literal", @@ -57069,6 +63071,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -57079,9 +63082,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -57092,6 +63097,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -57104,6 +63110,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -57115,6 +63122,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8111463382182231", "start": 0, "type": "Literal", @@ -57126,6 +63134,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -57135,6 +63144,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.41814807547140576", "start": 0, "type": "Literal", @@ -57146,6 +63156,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -57153,6 +63164,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -57163,9 +63175,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -57176,6 +63190,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -57188,6 +63203,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -57198,6 +63214,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.03807684940941125", "start": 0, "type": "Literal", @@ -57210,6 +63227,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25664826686353326", "start": 0, "type": "Literal", @@ -57221,6 +63239,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -57231,9 +63250,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -57244,6 +63265,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -57256,6 +63278,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -57266,6 +63289,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.23950083339596384", "start": 0, "type": "Literal", @@ -57278,6 +63302,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.43693196301855575", "start": 0, "type": "Literal", @@ -57289,6 +63314,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -57299,9 +63325,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -57312,6 +63340,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -57324,6 +63353,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -57335,6 +63365,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.16279444820904887", "start": 0, "type": "Literal", @@ -57346,6 +63377,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -57354,6 +63386,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8064475707664818", "start": 0, "type": "Literal", @@ -57365,6 +63398,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -57375,9 +63409,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -57388,6 +63424,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -57400,6 +63437,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -57411,6 +63449,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08972872009232558", "start": 0, "type": "Literal", @@ -57422,6 +63461,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -57431,6 +63471,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08887625823751266", "start": 0, "type": "Literal", @@ -57442,6 +63483,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -57449,6 +63491,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -57459,9 +63502,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -57472,6 +63517,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -57484,6 +63530,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -57494,6 +63541,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9203433427102556", "start": 0, "type": "Literal", @@ -57507,6 +63555,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17343459369697545", "start": 0, "type": "Literal", @@ -57518,6 +63567,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -57525,6 +63575,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -57535,9 +63586,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -57548,6 +63601,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -57560,6 +63614,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -57570,6 +63625,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0017496234414517975", "start": 0, "type": "Literal", @@ -57583,6 +63639,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5178508316168335", "start": 0, "type": "Literal", @@ -57594,6 +63651,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -57601,6 +63659,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -57611,9 +63670,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -57624,6 +63685,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -57636,6 +63698,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -57646,6 +63709,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6206263405732759", "start": 0, "type": "Literal", @@ -57659,6 +63723,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8733399468665124", "start": 0, "type": "Literal", @@ -57670,6 +63735,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -57677,6 +63743,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -57687,9 +63754,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -57700,6 +63769,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -57712,6 +63782,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -57723,6 +63794,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7776386664456383", "start": 0, "type": "Literal", @@ -57734,6 +63806,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -57742,6 +63815,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7602780485384968", "start": 0, "type": "Literal", @@ -57753,6 +63827,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -57763,9 +63838,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -57776,6 +63853,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -57788,6 +63866,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -57798,6 +63877,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5439379760788592", "start": 0, "type": "Literal", @@ -57810,6 +63890,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8449177589350552", "start": 0, "type": "Literal", @@ -57821,6 +63902,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -57831,9 +63913,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -57844,6 +63928,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -57856,6 +63941,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -57867,6 +63953,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.13036646025917076", "start": 0, "type": "Literal", @@ -57878,6 +63965,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -57886,6 +63974,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.012051713627069693", "start": 0, "type": "Literal", @@ -57897,6 +63986,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -57907,9 +63997,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -57920,6 +64012,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -57932,6 +64025,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -57943,6 +64037,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1656465612645519", "start": 0, "type": "Literal", @@ -57954,6 +64049,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -57963,6 +64059,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.20775229173765486", "start": 0, "type": "Literal", @@ -57974,6 +64071,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -57981,6 +64079,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -57991,9 +64090,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -58004,6 +64105,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -58016,6 +64118,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -58027,6 +64130,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0962723255929061", "start": 0, "type": "Literal", @@ -58038,6 +64142,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -58047,6 +64152,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.05417797659066137", "start": 0, "type": "Literal", @@ -58058,6 +64164,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -58065,6 +64172,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -58075,9 +64183,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -58088,6 +64198,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -58100,6 +64211,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -58110,6 +64222,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.902108945498191", "start": 0, "type": "Literal", @@ -58122,6 +64235,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3958978534964961", "start": 0, "type": "Literal", @@ -58133,6 +64247,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -58143,9 +64258,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -58156,6 +64273,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -58168,6 +64286,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -58178,6 +64297,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.27997950083139167", "start": 0, "type": "Literal", @@ -58191,6 +64311,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17778188444008958", "start": 0, "type": "Literal", @@ -58202,6 +64323,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -58209,6 +64331,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -58219,9 +64342,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -58232,6 +64357,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -58244,6 +64370,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -58254,6 +64381,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5235806061589545", "start": 0, "type": "Literal", @@ -58266,6 +64394,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.694318985642328", "start": 0, "type": "Literal", @@ -58277,6 +64406,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -58287,9 +64417,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -58300,6 +64432,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -58312,6 +64445,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -58322,6 +64456,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.39140760219992154", "start": 0, "type": "Literal", @@ -58335,6 +64470,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7839795272576484", "start": 0, "type": "Literal", @@ -58346,6 +64482,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -58353,6 +64490,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -58363,9 +64501,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -58376,6 +64516,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -58388,6 +64529,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -58398,6 +64540,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8414243527073519", "start": 0, "type": "Literal", @@ -58410,6 +64553,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5395591528940082", "start": 0, "type": "Literal", @@ -58421,6 +64565,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -58431,9 +64576,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -58444,6 +64591,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -58456,6 +64604,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -58466,6 +64615,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6137667704875602", "start": 0, "type": "Literal", @@ -58478,6 +64628,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.22119647516722085", "start": 0, "type": "Literal", @@ -58489,6 +64640,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -58499,9 +64651,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -58512,6 +64666,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -58524,6 +64679,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -58534,6 +64690,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8830488380766681", "start": 0, "type": "Literal", @@ -58546,6 +64703,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6996724408425232", "start": 0, "type": "Literal", @@ -58557,6 +64715,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -58567,9 +64726,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -58580,6 +64741,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -58592,6 +64754,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -58603,6 +64766,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.41290485754343953", "start": 0, "type": "Literal", @@ -58614,6 +64778,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -58623,6 +64788,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4152647361760933", "start": 0, "type": "Literal", @@ -58634,6 +64800,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -58641,6 +64808,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -58651,9 +64819,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -58664,6 +64834,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -58676,6 +64847,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -58686,6 +64858,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5169538755575687", "start": 0, "type": "Literal", @@ -58699,6 +64872,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9085567867302617", "start": 0, "type": "Literal", @@ -58710,6 +64884,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -58717,6 +64892,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -58727,9 +64903,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -58740,6 +64918,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -58752,6 +64931,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -58762,6 +64942,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6751951211858687", "start": 0, "type": "Literal", @@ -58775,6 +64956,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9709424233465593", "start": 0, "type": "Literal", @@ -58786,6 +64968,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -58793,6 +64976,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -58803,9 +64987,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -58816,6 +65002,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -58828,6 +65015,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -58839,6 +65027,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5689619842972184", "start": 0, "type": "Literal", @@ -58850,6 +65039,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -58858,6 +65048,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5918969913790362", "start": 0, "type": "Literal", @@ -58869,6 +65060,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -58879,9 +65071,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -58892,6 +65086,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -58904,6 +65099,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -58914,6 +65110,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9464450621708211", "start": 0, "type": "Literal", @@ -58927,6 +65124,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2684908127803667", "start": 0, "type": "Literal", @@ -58938,6 +65136,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -58945,6 +65144,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -58955,9 +65155,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -58968,6 +65170,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -58980,6 +65183,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -58990,6 +65194,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5241732366617591", "start": 0, "type": "Literal", @@ -59002,6 +65207,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9011437416408563", "start": 0, "type": "Literal", @@ -59013,6 +65219,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -59023,9 +65230,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -59036,6 +65245,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -59048,6 +65258,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -59059,6 +65270,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.14255393713960607", "start": 0, "type": "Literal", @@ -59070,6 +65282,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -59079,6 +65292,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5194262624564814", "start": 0, "type": "Literal", @@ -59090,6 +65304,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -59097,6 +65312,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -59107,9 +65323,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -59120,6 +65338,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -59132,6 +65351,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -59143,6 +65363,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4287123231350338", "start": 0, "type": "Literal", @@ -59154,6 +65375,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -59163,6 +65385,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4223564528725028", "start": 0, "type": "Literal", @@ -59174,6 +65397,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -59181,6 +65405,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -59191,9 +65416,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -59204,6 +65431,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -59216,6 +65444,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -59227,6 +65456,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.09316367294024519", "start": 0, "type": "Literal", @@ -59238,6 +65468,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -59247,6 +65478,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9063127021008246", "start": 0, "type": "Literal", @@ -59258,6 +65490,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -59265,6 +65498,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -59275,9 +65509,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -59288,6 +65524,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -59300,6 +65537,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -59311,6 +65549,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2767766535558669", "start": 0, "type": "Literal", @@ -59322,6 +65561,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -59330,6 +65570,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6816248114129131", "start": 0, "type": "Literal", @@ -59341,6 +65582,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -59351,9 +65593,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -59364,6 +65608,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -59376,6 +65621,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -59386,6 +65632,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9796762495562534", "start": 0, "type": "Literal", @@ -59399,6 +65646,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0822145668330625", "start": 0, "type": "Literal", @@ -59410,6 +65658,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -59417,6 +65666,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -59427,9 +65677,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -59440,6 +65692,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -59452,6 +65705,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -59463,6 +65717,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8666513070867441", "start": 0, "type": "Literal", @@ -59474,6 +65729,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -59483,6 +65739,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.301053160242023", "start": 0, "type": "Literal", @@ -59494,6 +65751,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -59501,6 +65759,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -59511,9 +65770,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -59524,6 +65785,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -59536,6 +65798,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -59546,6 +65809,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.537415656028112", "start": 0, "type": "Literal", @@ -59558,6 +65822,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.020272692875002774", "start": 0, "type": "Literal", @@ -59569,6 +65834,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -59579,9 +65845,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -59592,6 +65860,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -59604,6 +65873,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -59614,6 +65884,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9332396256457531", "start": 0, "type": "Literal", @@ -59627,6 +65898,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6228175690649898", "start": 0, "type": "Literal", @@ -59638,6 +65910,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -59645,6 +65918,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -59655,9 +65929,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -59668,6 +65944,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -59680,6 +65957,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -59690,6 +65968,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.18052415837320734", "start": 0, "type": "Literal", @@ -59703,6 +65982,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.36894384647296197", "start": 0, "type": "Literal", @@ -59714,6 +65994,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -59721,6 +66002,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -59731,9 +66013,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -59744,6 +66028,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -59756,6 +66041,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -59766,6 +66052,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5384372634075449", "start": 0, "type": "Literal", @@ -59778,6 +66065,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2377565050887107", "start": 0, "type": "Literal", @@ -59789,6 +66077,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -59799,9 +66088,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -59812,6 +66103,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -59824,6 +66116,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -59834,6 +66127,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.39043436929278874", "start": 0, "type": "Literal", @@ -59846,6 +66140,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.14273182483160451", "start": 0, "type": "Literal", @@ -59857,6 +66152,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -59867,9 +66163,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -59880,6 +66178,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -59892,6 +66191,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -59902,6 +66202,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.09782890412897283", "start": 0, "type": "Literal", @@ -59914,6 +66215,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9907667536909659", "start": 0, "type": "Literal", @@ -59925,6 +66227,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -59935,9 +66238,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -59948,6 +66253,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -59960,6 +66266,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -59970,6 +66277,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5286610085921146", "start": 0, "type": "Literal", @@ -59983,6 +66291,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7924508308419256", "start": 0, "type": "Literal", @@ -59994,6 +66303,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -60001,6 +66311,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -60011,9 +66322,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -60024,6 +66337,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -60036,6 +66350,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -60046,6 +66361,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3789978184503342", "start": 0, "type": "Literal", @@ -60058,6 +66374,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.12396120576838676", "start": 0, "type": "Literal", @@ -60069,6 +66386,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -60079,9 +66397,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -60092,6 +66412,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -60104,6 +66425,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -60115,6 +66437,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9484912744890612", "start": 0, "type": "Literal", @@ -60126,6 +66449,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -60134,6 +66458,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6729649846476855", "start": 0, "type": "Literal", @@ -60145,6 +66470,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -60155,9 +66481,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -60168,6 +66496,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -60180,6 +66509,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -60190,6 +66520,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7451758753425153", "start": 0, "type": "Literal", @@ -60203,6 +66534,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.21318737562458967", "start": 0, "type": "Literal", @@ -60214,6 +66546,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -60221,6 +66554,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -60231,9 +66565,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -60244,6 +66580,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -60256,6 +66593,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -60266,6 +66604,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1873200727251887", "start": 0, "type": "Literal", @@ -60279,6 +66618,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.15961374297992448", "start": 0, "type": "Literal", @@ -60290,6 +66630,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -60297,6 +66638,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -60307,9 +66649,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -60320,6 +66664,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -60332,6 +66677,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -60343,6 +66689,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.05729464924537564", "start": 0, "type": "Literal", @@ -60354,6 +66701,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -60363,6 +66711,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5436345558508746", "start": 0, "type": "Literal", @@ -60374,6 +66723,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -60381,6 +66731,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -60391,9 +66742,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -60404,6 +66757,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -60416,6 +66770,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -60427,6 +66782,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.09582414374469184", "start": 0, "type": "Literal", @@ -60438,6 +66794,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -60447,6 +66804,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7533839681212353", "start": 0, "type": "Literal", @@ -60458,6 +66816,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -60465,6 +66824,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -60475,9 +66835,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -60488,6 +66850,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -60500,6 +66863,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -60511,6 +66875,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17254116580051848", "start": 0, "type": "Literal", @@ -60522,6 +66887,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -60531,6 +66897,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7669113400341137", "start": 0, "type": "Literal", @@ -60542,6 +66909,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -60549,6 +66917,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -60559,9 +66928,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -60572,6 +66943,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -60584,6 +66956,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -60594,6 +66967,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8944730032887609", "start": 0, "type": "Literal", @@ -60606,6 +66980,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6093318694741408", "start": 0, "type": "Literal", @@ -60617,6 +66992,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -60627,9 +67003,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -60640,6 +67018,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -60652,6 +67031,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -60663,6 +67043,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3670208139314082", "start": 0, "type": "Literal", @@ -60674,6 +67055,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -60682,6 +67064,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.21201331909674526", "start": 0, "type": "Literal", @@ -60693,6 +67076,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -60703,9 +67087,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -60716,6 +67102,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -60728,6 +67115,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -60739,6 +67127,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4707511307971115", "start": 0, "type": "Literal", @@ -60750,6 +67139,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -60758,6 +67148,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4905279615419764", "start": 0, "type": "Literal", @@ -60769,6 +67160,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -60779,9 +67171,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -60792,6 +67186,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -60804,6 +67199,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -60815,6 +67211,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8328324229085962", "start": 0, "type": "Literal", @@ -60826,6 +67223,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -60834,6 +67232,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4677492878818803", "start": 0, "type": "Literal", @@ -60845,6 +67244,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -60855,9 +67255,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -60868,6 +67270,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -60880,6 +67283,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -60891,6 +67295,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8111463382182231", "start": 0, "type": "Literal", @@ -60902,6 +67307,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -60911,6 +67317,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.41814807547140576", "start": 0, "type": "Literal", @@ -60922,6 +67329,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -60929,6 +67337,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -60939,9 +67348,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -60952,6 +67363,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -60964,6 +67376,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -60974,6 +67387,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.03807684940941125", "start": 0, "type": "Literal", @@ -60986,6 +67400,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25664826686353326", "start": 0, "type": "Literal", @@ -60997,6 +67412,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -61007,9 +67423,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -61020,6 +67438,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -61032,6 +67451,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -61042,6 +67462,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.23950083339596384", "start": 0, "type": "Literal", @@ -61054,6 +67475,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.43693196301855575", "start": 0, "type": "Literal", @@ -61065,6 +67487,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -61075,9 +67498,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -61088,6 +67513,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -61100,6 +67526,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -61111,6 +67538,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.16279444820904887", "start": 0, "type": "Literal", @@ -61122,6 +67550,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -61130,6 +67559,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8064475707664818", "start": 0, "type": "Literal", @@ -61141,6 +67571,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -61151,9 +67582,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -61164,6 +67597,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -61176,6 +67610,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -61187,6 +67622,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08972872009232558", "start": 0, "type": "Literal", @@ -61198,6 +67634,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -61207,6 +67644,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08887625823751266", "start": 0, "type": "Literal", @@ -61218,6 +67656,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -61225,6 +67664,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -61235,9 +67675,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -61248,6 +67690,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -61260,6 +67703,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -61270,6 +67714,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9203433427102556", "start": 0, "type": "Literal", @@ -61283,6 +67728,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17343459369697545", "start": 0, "type": "Literal", @@ -61294,6 +67740,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -61301,6 +67748,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -61311,9 +67759,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -61324,6 +67774,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -61336,6 +67787,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -61346,6 +67798,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0017496234414517975", "start": 0, "type": "Literal", @@ -61359,6 +67812,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5178508316168335", "start": 0, "type": "Literal", @@ -61370,6 +67824,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -61377,6 +67832,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -61387,9 +67843,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -61400,6 +67858,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -61412,6 +67871,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -61422,6 +67882,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6206263405732759", "start": 0, "type": "Literal", @@ -61435,6 +67896,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8733399468665124", "start": 0, "type": "Literal", @@ -61446,6 +67908,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -61453,6 +67916,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -61463,9 +67927,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -61476,6 +67942,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -61488,6 +67955,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -61499,6 +67967,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7776386664456383", "start": 0, "type": "Literal", @@ -61510,6 +67979,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -61518,6 +67988,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7602780485384968", "start": 0, "type": "Literal", @@ -61529,6 +68000,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -61539,9 +68011,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -61552,6 +68026,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -61564,6 +68039,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -61574,6 +68050,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5439379760788592", "start": 0, "type": "Literal", @@ -61586,6 +68063,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8449177589350552", "start": 0, "type": "Literal", @@ -61597,6 +68075,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -61607,9 +68086,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -61620,6 +68101,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -61632,6 +68114,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -61643,6 +68126,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.13036646025917076", "start": 0, "type": "Literal", @@ -61654,6 +68138,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -61662,6 +68147,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.012051713627069693", "start": 0, "type": "Literal", @@ -61673,6 +68159,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -61683,9 +68170,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -61696,6 +68185,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -61708,6 +68198,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -61719,6 +68210,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1656465612645519", "start": 0, "type": "Literal", @@ -61730,6 +68222,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -61739,6 +68232,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.20775229173765486", "start": 0, "type": "Literal", @@ -61750,6 +68244,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -61757,6 +68252,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -61767,9 +68263,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -61780,6 +68278,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -61792,6 +68291,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -61803,6 +68303,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0962723255929061", "start": 0, "type": "Literal", @@ -61814,6 +68315,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -61823,6 +68325,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.05417797659066137", "start": 0, "type": "Literal", @@ -61834,6 +68337,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -61841,6 +68345,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -61851,9 +68356,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -61864,6 +68371,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -61876,6 +68384,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -61886,6 +68395,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.902108945498191", "start": 0, "type": "Literal", @@ -61898,6 +68408,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3958978534964961", "start": 0, "type": "Literal", @@ -61909,6 +68420,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -61919,9 +68431,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -61932,6 +68446,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -61944,6 +68459,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -61954,6 +68470,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.27997950083139167", "start": 0, "type": "Literal", @@ -61967,6 +68484,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17778188444008958", "start": 0, "type": "Literal", @@ -61978,6 +68496,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -61985,6 +68504,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -61995,9 +68515,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -62008,6 +68530,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -62020,6 +68543,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -62030,6 +68554,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5235806061589545", "start": 0, "type": "Literal", @@ -62042,6 +68567,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.694318985642328", "start": 0, "type": "Literal", @@ -62053,6 +68579,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -62063,9 +68590,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -62076,6 +68605,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -62088,6 +68618,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -62098,6 +68629,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.39140760219992154", "start": 0, "type": "Literal", @@ -62111,6 +68643,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7839795272576484", "start": 0, "type": "Literal", @@ -62122,6 +68655,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -62129,6 +68663,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -62139,9 +68674,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -62152,6 +68689,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -62164,6 +68702,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -62174,6 +68713,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8414243527073519", "start": 0, "type": "Literal", @@ -62186,6 +68726,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5395591528940082", "start": 0, "type": "Literal", @@ -62197,6 +68738,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -62207,9 +68749,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -62220,6 +68764,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -62232,6 +68777,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -62242,6 +68788,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6137667704875602", "start": 0, "type": "Literal", @@ -62254,6 +68801,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.22119647516722085", "start": 0, "type": "Literal", @@ -62265,6 +68813,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -62275,9 +68824,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -62288,6 +68839,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -62300,6 +68852,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -62310,6 +68863,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8830488380766681", "start": 0, "type": "Literal", @@ -62322,6 +68876,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6996724408425232", "start": 0, "type": "Literal", @@ -62333,6 +68888,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -62343,9 +68899,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -62356,6 +68914,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -62368,6 +68927,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -62379,6 +68939,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.41290485754343953", "start": 0, "type": "Literal", @@ -62390,6 +68951,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -62399,6 +68961,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4152647361760933", "start": 0, "type": "Literal", @@ -62410,6 +68973,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -62417,6 +68981,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -62427,9 +68992,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -62440,6 +69007,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -62452,6 +69020,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -62462,6 +69031,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5169538755575687", "start": 0, "type": "Literal", @@ -62475,6 +69045,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9085567867302617", "start": 0, "type": "Literal", @@ -62486,6 +69057,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -62493,6 +69065,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -62503,9 +69076,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -62516,6 +69091,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -62528,6 +69104,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -62539,6 +69116,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6716353749059765", "start": 0, "type": "Literal", @@ -62550,6 +69128,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -62559,6 +69138,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9605576808879026", "start": 0, "type": "Literal", @@ -62570,6 +69150,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -62577,6 +69158,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -62587,9 +69169,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -62600,6 +69184,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -62612,6 +69197,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -62622,6 +69208,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.010280170930300203", "start": 0, "type": "Literal", @@ -62635,6 +69222,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.37344123662342166", "start": 0, "type": "Literal", @@ -62646,6 +69234,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -62653,6 +69242,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -62663,9 +69253,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -62676,6 +69268,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -62688,6 +69281,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -62698,6 +69292,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.10357375682791004", "start": 0, "type": "Literal", @@ -62711,6 +69306,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.42294321030821425", "start": 0, "type": "Literal", @@ -62722,6 +69318,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -62729,6 +69326,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -62739,9 +69337,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -62752,6 +69352,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -62764,6 +69365,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -62774,6 +69376,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4520311575096987", "start": 0, "type": "Literal", @@ -62787,6 +69390,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.11232675307600548", "start": 0, "type": "Literal", @@ -62798,6 +69402,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -62805,6 +69410,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -62815,9 +69421,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -62828,6 +69436,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -62840,6 +69449,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -62851,6 +69461,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8821185914380845", "start": 0, "type": "Literal", @@ -62862,6 +69473,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -62871,6 +69483,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7155147434939819", "start": 0, "type": "Literal", @@ -62882,6 +69495,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -62889,6 +69503,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -62899,9 +69514,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -62912,6 +69529,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -62924,6 +69542,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -62934,6 +69553,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9195487101690416", "start": 0, "type": "Literal", @@ -62946,6 +69566,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2691627465297364", "start": 0, "type": "Literal", @@ -62957,6 +69578,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -62967,9 +69589,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -62980,6 +69604,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -62992,6 +69617,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -63002,6 +69628,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7098978191546745", "start": 0, "type": "Literal", @@ -63014,6 +69641,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.11710004169385968", "start": 0, "type": "Literal", @@ -63025,6 +69653,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -63035,9 +69664,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -63048,6 +69679,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -63060,6 +69692,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -63071,6 +69704,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.37876368560819995", "start": 0, "type": "Literal", @@ -63082,6 +69716,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -63090,6 +69725,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7106729314759084", "start": 0, "type": "Literal", @@ -63101,6 +69737,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -63111,9 +69748,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -63124,6 +69763,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -63136,6 +69776,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -63147,6 +69788,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.29728126898353335", "start": 0, "type": "Literal", @@ -63158,6 +69800,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -63167,6 +69810,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.06649734568328003", "start": 0, "type": "Literal", @@ -63178,6 +69822,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -63185,6 +69830,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -63195,9 +69841,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -63208,6 +69856,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -63220,6 +69869,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -63230,6 +69880,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.22965781558352072", "start": 0, "type": "Literal", @@ -63243,6 +69894,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7601866432836641", "start": 0, "type": "Literal", @@ -63254,6 +69906,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -63261,6 +69914,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -63271,9 +69925,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -63284,6 +69940,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -63296,6 +69953,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -63307,6 +69965,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6356501074317229", "start": 0, "type": "Literal", @@ -63318,6 +69977,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -63326,6 +69986,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.19458425399338064", "start": 0, "type": "Literal", @@ -63337,6 +69998,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -63347,9 +70009,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -63360,6 +70024,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -63372,6 +70037,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -63382,6 +70048,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5721251777404546", "start": 0, "type": "Literal", @@ -63394,6 +70061,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2888584097921527", "start": 0, "type": "Literal", @@ -63405,6 +70073,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -63415,9 +70084,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -63428,6 +70099,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -63440,6 +70112,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -63451,6 +70124,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9580409549552311", "start": 0, "type": "Literal", @@ -63462,6 +70136,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -63471,6 +70146,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.02243818192078395", "start": 0, "type": "Literal", @@ -63482,6 +70158,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -63489,6 +70166,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -63499,9 +70177,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -63512,6 +70192,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -63524,6 +70205,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -63534,6 +70216,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3299184618602866", "start": 0, "type": "Literal", @@ -63547,6 +70230,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8353726942369875", "start": 0, "type": "Literal", @@ -63558,6 +70242,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -63565,6 +70250,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -63575,9 +70261,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -63588,6 +70276,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -63600,6 +70289,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -63610,6 +70300,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7434639386755209", "start": 0, "type": "Literal", @@ -63623,6 +70314,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7919648864138378", "start": 0, "type": "Literal", @@ -63634,6 +70326,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -63641,6 +70334,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -63651,9 +70345,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -63664,6 +70360,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -63676,6 +70373,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -63686,6 +70384,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9935751011164615", "start": 0, "type": "Literal", @@ -63698,6 +70397,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9042566468497608", "start": 0, "type": "Literal", @@ -63709,6 +70409,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -63719,9 +70420,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -63732,6 +70435,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -63744,6 +70448,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -63755,6 +70460,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5035812884687294", "start": 0, "type": "Literal", @@ -63766,6 +70472,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -63774,6 +70481,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5150967434989442", "start": 0, "type": "Literal", @@ -63785,6 +70493,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -63795,9 +70504,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -63808,6 +70519,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -63820,6 +70532,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -63830,6 +70543,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5526227215900215", "start": 0, "type": "Literal", @@ -63842,6 +70556,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7612604137272441", "start": 0, "type": "Literal", @@ -63853,6 +70568,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -63863,9 +70579,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -63876,6 +70594,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -63888,6 +70607,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -63898,6 +70618,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8593271349126876", "start": 0, "type": "Literal", @@ -63910,6 +70631,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08414894953725849", "start": 0, "type": "Literal", @@ -63921,6 +70643,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -63931,9 +70654,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -63944,6 +70669,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -63956,6 +70682,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -63967,6 +70694,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8181049219192864", "start": 0, "type": "Literal", @@ -63978,6 +70706,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -63987,6 +70716,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.903548131323352", "start": 0, "type": "Literal", @@ -63998,6 +70728,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -64005,6 +70736,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -64015,9 +70747,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -64028,6 +70762,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -64040,6 +70775,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -64050,6 +70786,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3165782044458305", "start": 0, "type": "Literal", @@ -64063,6 +70800,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.24189274252014914", "start": 0, "type": "Literal", @@ -64074,6 +70812,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -64081,6 +70820,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -64091,9 +70831,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -64104,6 +70846,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -64116,6 +70859,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -64127,6 +70871,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.44390956414045135", "start": 0, "type": "Literal", @@ -64138,6 +70883,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -64147,6 +70893,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25912591535126905", "start": 0, "type": "Literal", @@ -64158,6 +70905,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -64165,6 +70913,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -64175,9 +70924,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -64188,6 +70939,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -64200,6 +70952,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -64211,6 +70964,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6605165911891009", "start": 0, "type": "Literal", @@ -64222,6 +70976,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -64231,6 +70986,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.40355115288839194", "start": 0, "type": "Literal", @@ -64242,6 +70998,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -64249,6 +71006,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -64259,9 +71017,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -64272,6 +71032,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -64284,6 +71045,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -64295,6 +71057,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7170489950180006", "start": 0, "type": "Literal", @@ -64306,6 +71069,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -64314,6 +71078,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.23454356079651384", "start": 0, "type": "Literal", @@ -64325,6 +71090,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -64335,9 +71101,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -64348,6 +71116,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -64360,6 +71129,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -64371,6 +71141,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2568187045379722", "start": 0, "type": "Literal", @@ -64382,6 +71153,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -64391,6 +71163,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.45031188717601367", "start": 0, "type": "Literal", @@ -64402,6 +71175,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -64409,6 +71183,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -64419,9 +71194,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -64432,6 +71209,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -64444,6 +71222,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -64454,6 +71233,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6751951211858687", "start": 0, "type": "Literal", @@ -64467,6 +71247,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9709424233465593", "start": 0, "type": "Literal", @@ -64478,6 +71259,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -64485,6 +71267,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -64495,9 +71278,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -64508,6 +71293,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -64520,6 +71306,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -64531,6 +71318,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5689619842972184", "start": 0, "type": "Literal", @@ -64542,6 +71330,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -64550,6 +71339,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5918969913790362", "start": 0, "type": "Literal", @@ -64561,6 +71351,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -64571,9 +71362,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -64584,6 +71377,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -64596,6 +71390,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -64607,6 +71402,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8328324229085962", "start": 0, "type": "Literal", @@ -64618,6 +71414,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -64626,6 +71423,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4677492878818803", "start": 0, "type": "Literal", @@ -64637,6 +71435,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -64647,9 +71446,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -64660,6 +71461,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -64672,6 +71474,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -64683,6 +71486,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8111463382182231", "start": 0, "type": "Literal", @@ -64694,6 +71498,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -64703,6 +71508,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.41814807547140576", "start": 0, "type": "Literal", @@ -64714,6 +71520,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -64721,6 +71528,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -64731,9 +71539,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -64744,6 +71554,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -64756,6 +71567,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -64766,6 +71578,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.03807684940941125", "start": 0, "type": "Literal", @@ -64778,6 +71591,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25664826686353326", "start": 0, "type": "Literal", @@ -64789,6 +71603,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -64799,9 +71614,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -64812,6 +71629,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -64824,6 +71642,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -64834,6 +71653,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.23950083339596384", "start": 0, "type": "Literal", @@ -64846,6 +71666,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.43693196301855575", "start": 0, "type": "Literal", @@ -64857,6 +71678,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -64867,9 +71689,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -64880,6 +71704,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -64892,6 +71717,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -64903,6 +71729,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.16279444820904887", "start": 0, "type": "Literal", @@ -64914,6 +71741,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -64922,6 +71750,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8064475707664818", "start": 0, "type": "Literal", @@ -64933,6 +71762,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -64943,9 +71773,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -64956,6 +71788,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -64968,6 +71801,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -64979,6 +71813,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08972872009232558", "start": 0, "type": "Literal", @@ -64990,6 +71825,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -64999,6 +71835,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08887625823751266", "start": 0, "type": "Literal", @@ -65010,6 +71847,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -65017,6 +71855,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -65027,9 +71866,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -65040,6 +71881,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -65052,6 +71894,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -65062,6 +71905,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9203433427102556", "start": 0, "type": "Literal", @@ -65075,6 +71919,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17343459369697545", "start": 0, "type": "Literal", @@ -65086,6 +71931,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -65093,6 +71939,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -65103,9 +71950,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -65116,6 +71965,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -65128,6 +71978,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -65138,6 +71989,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0017496234414517975", "start": 0, "type": "Literal", @@ -65151,6 +72003,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5178508316168335", "start": 0, "type": "Literal", @@ -65162,6 +72015,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -65169,6 +72023,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -65179,9 +72034,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -65192,6 +72049,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -65204,6 +72062,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -65214,6 +72073,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6206263405732759", "start": 0, "type": "Literal", @@ -65227,6 +72087,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8733399468665124", "start": 0, "type": "Literal", @@ -65238,6 +72099,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -65245,6 +72107,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -65255,9 +72118,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -65268,6 +72133,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -65280,6 +72146,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -65291,6 +72158,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7776386664456383", "start": 0, "type": "Literal", @@ -65302,6 +72170,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -65310,6 +72179,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7602780485384968", "start": 0, "type": "Literal", @@ -65321,6 +72191,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -65331,9 +72202,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -65344,6 +72217,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -65356,6 +72230,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -65366,6 +72241,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5439379760788592", "start": 0, "type": "Literal", @@ -65378,6 +72254,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8449177589350552", "start": 0, "type": "Literal", @@ -65389,6 +72266,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -65399,9 +72277,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -65412,6 +72292,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -65424,6 +72305,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -65435,6 +72317,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.13036646025917076", "start": 0, "type": "Literal", @@ -65446,6 +72329,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -65454,6 +72338,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.012051713627069693", "start": 0, "type": "Literal", @@ -65465,6 +72350,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -65475,9 +72361,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -65488,6 +72376,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -65500,6 +72389,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -65511,6 +72401,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1656465612645519", "start": 0, "type": "Literal", @@ -65522,6 +72413,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -65531,6 +72423,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.20775229173765486", "start": 0, "type": "Literal", @@ -65542,6 +72435,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -65549,6 +72443,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -65559,9 +72454,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -65572,6 +72469,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -65584,6 +72482,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -65595,6 +72494,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0962723255929061", "start": 0, "type": "Literal", @@ -65606,6 +72506,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -65615,6 +72516,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.05417797659066137", "start": 0, "type": "Literal", @@ -65626,6 +72528,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -65633,6 +72536,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -65643,9 +72547,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -65656,6 +72562,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -65668,6 +72575,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -65678,6 +72586,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.902108945498191", "start": 0, "type": "Literal", @@ -65690,6 +72599,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3958978534964961", "start": 0, "type": "Literal", @@ -65701,6 +72611,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -65711,9 +72622,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -65724,6 +72637,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -65736,6 +72650,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -65746,6 +72661,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.27997950083139167", "start": 0, "type": "Literal", @@ -65759,6 +72675,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17778188444008958", "start": 0, "type": "Literal", @@ -65770,6 +72687,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -65777,6 +72695,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -65787,9 +72706,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -65800,6 +72721,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -65812,6 +72734,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -65822,6 +72745,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5235806061589545", "start": 0, "type": "Literal", @@ -65834,6 +72758,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.694318985642328", "start": 0, "type": "Literal", @@ -65845,6 +72770,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -65855,9 +72781,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -65868,6 +72796,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -65880,6 +72809,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -65890,6 +72820,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.39140760219992154", "start": 0, "type": "Literal", @@ -65903,6 +72834,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7839795272576484", "start": 0, "type": "Literal", @@ -65914,6 +72846,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -65921,6 +72854,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -65931,9 +72865,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -65944,6 +72880,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -65956,6 +72893,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -65966,6 +72904,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8414243527073519", "start": 0, "type": "Literal", @@ -65978,6 +72917,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5395591528940082", "start": 0, "type": "Literal", @@ -65989,6 +72929,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -65999,9 +72940,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -66012,6 +72955,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -66024,6 +72968,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -66034,6 +72979,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6137667704875602", "start": 0, "type": "Literal", @@ -66046,6 +72992,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.22119647516722085", "start": 0, "type": "Literal", @@ -66057,6 +73004,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -66067,9 +73015,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -66080,6 +73030,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -66092,6 +73043,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -66102,6 +73054,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8830488380766681", "start": 0, "type": "Literal", @@ -66114,6 +73067,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6996724408425232", "start": 0, "type": "Literal", @@ -66125,6 +73079,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -66135,9 +73090,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -66148,6 +73105,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -66160,6 +73118,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -66171,6 +73130,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3670208139314082", "start": 0, "type": "Literal", @@ -66182,6 +73142,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -66190,6 +73151,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.21201331909674526", "start": 0, "type": "Literal", @@ -66201,6 +73163,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -66211,9 +73174,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -66224,6 +73189,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -66236,6 +73202,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -66247,6 +73214,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4707511307971115", "start": 0, "type": "Literal", @@ -66258,6 +73226,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -66266,6 +73235,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4905279615419764", "start": 0, "type": "Literal", @@ -66277,6 +73247,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -66287,9 +73258,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -66300,6 +73273,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -66312,6 +73286,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -66323,6 +73298,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8328324229085962", "start": 0, "type": "Literal", @@ -66334,6 +73310,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -66342,6 +73319,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4677492878818803", "start": 0, "type": "Literal", @@ -66353,6 +73331,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -66363,9 +73342,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -66376,6 +73357,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -66388,6 +73370,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -66399,6 +73382,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8111463382182231", "start": 0, "type": "Literal", @@ -66410,6 +73394,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -66419,6 +73404,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.41814807547140576", "start": 0, "type": "Literal", @@ -66430,6 +73416,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -66437,6 +73424,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -66447,9 +73435,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -66460,6 +73450,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -66472,6 +73463,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -66482,6 +73474,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.03807684940941125", "start": 0, "type": "Literal", @@ -66494,6 +73487,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25664826686353326", "start": 0, "type": "Literal", @@ -66505,6 +73499,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -66515,9 +73510,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -66528,6 +73525,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -66540,6 +73538,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -66550,6 +73549,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.23950083339596384", "start": 0, "type": "Literal", @@ -66562,6 +73562,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.43693196301855575", "start": 0, "type": "Literal", @@ -66573,6 +73574,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -66583,9 +73585,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -66596,6 +73600,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -66608,6 +73613,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -66619,6 +73625,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.16279444820904887", "start": 0, "type": "Literal", @@ -66630,6 +73637,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -66638,6 +73646,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8064475707664818", "start": 0, "type": "Literal", @@ -66649,6 +73658,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -66659,9 +73669,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -66672,6 +73684,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -66684,6 +73697,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -66695,6 +73709,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08972872009232558", "start": 0, "type": "Literal", @@ -66706,6 +73721,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -66715,6 +73731,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08887625823751266", "start": 0, "type": "Literal", @@ -66726,6 +73743,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -66733,6 +73751,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -66743,9 +73762,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -66756,6 +73777,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -66768,6 +73790,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -66778,6 +73801,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9203433427102556", "start": 0, "type": "Literal", @@ -66791,6 +73815,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17343459369697545", "start": 0, "type": "Literal", @@ -66802,6 +73827,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -66809,6 +73835,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -66819,9 +73846,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -66832,6 +73861,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -66844,6 +73874,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -66854,6 +73885,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0017496234414517975", "start": 0, "type": "Literal", @@ -66867,6 +73899,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5178508316168335", "start": 0, "type": "Literal", @@ -66878,6 +73911,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -66885,6 +73919,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -66895,9 +73930,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -66908,6 +73945,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -66920,6 +73958,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -66930,6 +73969,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6206263405732759", "start": 0, "type": "Literal", @@ -66943,6 +73983,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8733399468665124", "start": 0, "type": "Literal", @@ -66954,6 +73995,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -66961,6 +74003,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -66971,9 +74014,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -66984,6 +74029,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -66996,6 +74042,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -67007,6 +74054,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7776386664456383", "start": 0, "type": "Literal", @@ -67018,6 +74066,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -67026,6 +74075,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7602780485384968", "start": 0, "type": "Literal", @@ -67037,6 +74087,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -67047,9 +74098,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -67060,6 +74113,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -67072,6 +74126,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -67082,6 +74137,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5439379760788592", "start": 0, "type": "Literal", @@ -67094,6 +74150,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8449177589350552", "start": 0, "type": "Literal", @@ -67105,6 +74162,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -67115,9 +74173,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -67128,6 +74188,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -67140,6 +74201,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -67151,6 +74213,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.13036646025917076", "start": 0, "type": "Literal", @@ -67162,6 +74225,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -67170,6 +74234,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.012051713627069693", "start": 0, "type": "Literal", @@ -67181,6 +74246,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -67191,9 +74257,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -67204,6 +74272,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -67216,6 +74285,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -67227,6 +74297,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1656465612645519", "start": 0, "type": "Literal", @@ -67238,6 +74309,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -67247,6 +74319,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.20775229173765486", "start": 0, "type": "Literal", @@ -67258,6 +74331,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -67265,6 +74339,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -67275,9 +74350,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -67288,6 +74365,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -67300,6 +74378,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -67311,6 +74390,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0962723255929061", "start": 0, "type": "Literal", @@ -67322,6 +74402,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -67331,6 +74412,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.05417797659066137", "start": 0, "type": "Literal", @@ -67342,6 +74424,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -67349,6 +74432,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -67359,9 +74443,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -67372,6 +74458,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -67384,6 +74471,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -67394,6 +74482,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.902108945498191", "start": 0, "type": "Literal", @@ -67406,6 +74495,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3958978534964961", "start": 0, "type": "Literal", @@ -67417,6 +74507,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -67427,9 +74518,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -67440,6 +74533,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -67452,6 +74546,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -67462,6 +74557,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.27997950083139167", "start": 0, "type": "Literal", @@ -67475,6 +74571,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17778188444008958", "start": 0, "type": "Literal", @@ -67486,6 +74583,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -67493,6 +74591,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -67503,9 +74602,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -67516,6 +74617,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -67528,6 +74630,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -67538,6 +74641,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5235806061589545", "start": 0, "type": "Literal", @@ -67550,6 +74654,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.694318985642328", "start": 0, "type": "Literal", @@ -67561,6 +74666,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -67571,9 +74677,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -67584,6 +74692,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -67596,6 +74705,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -67606,6 +74716,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.39140760219992154", "start": 0, "type": "Literal", @@ -67619,6 +74730,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7839795272576484", "start": 0, "type": "Literal", @@ -67630,6 +74742,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -67637,6 +74750,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -67647,9 +74761,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -67660,6 +74776,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -67672,6 +74789,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -67682,6 +74800,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8414243527073519", "start": 0, "type": "Literal", @@ -67694,6 +74813,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5395591528940082", "start": 0, "type": "Literal", @@ -67705,6 +74825,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -67715,9 +74836,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -67728,6 +74851,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -67740,6 +74864,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -67750,6 +74875,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6137667704875602", "start": 0, "type": "Literal", @@ -67762,6 +74888,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.22119647516722085", "start": 0, "type": "Literal", @@ -67773,6 +74900,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -67783,9 +74911,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -67796,6 +74926,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -67808,6 +74939,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -67818,6 +74950,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8830488380766681", "start": 0, "type": "Literal", @@ -67830,6 +74963,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6996724408425232", "start": 0, "type": "Literal", @@ -67841,6 +74975,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -67851,9 +74986,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -67864,6 +75001,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -67876,6 +75014,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -67887,6 +75026,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.41290485754343953", "start": 0, "type": "Literal", @@ -67898,6 +75038,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -67907,6 +75048,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4152647361760933", "start": 0, "type": "Literal", @@ -67918,6 +75060,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -67925,6 +75068,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -67935,9 +75079,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -67948,6 +75094,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -67960,6 +75107,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -67970,6 +75118,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5169538755575687", "start": 0, "type": "Literal", @@ -67983,6 +75132,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9085567867302617", "start": 0, "type": "Literal", @@ -67994,6 +75144,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -68001,6 +75152,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -68011,9 +75163,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -68024,6 +75178,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -68036,6 +75191,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -68047,6 +75203,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6716353749059765", "start": 0, "type": "Literal", @@ -68058,6 +75215,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -68067,6 +75225,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9605576808879026", "start": 0, "type": "Literal", @@ -68078,6 +75237,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -68085,6 +75245,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -68095,9 +75256,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -68108,6 +75271,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -68120,6 +75284,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -68130,6 +75295,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.010280170930300203", "start": 0, "type": "Literal", @@ -68143,6 +75309,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.37344123662342166", "start": 0, "type": "Literal", @@ -68154,6 +75321,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -68161,6 +75329,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -68171,9 +75340,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -68184,6 +75355,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -68196,6 +75368,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -68206,6 +75379,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.10357375682791004", "start": 0, "type": "Literal", @@ -68219,6 +75393,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.42294321030821425", "start": 0, "type": "Literal", @@ -68230,6 +75405,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -68237,6 +75413,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -68247,9 +75424,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -68260,6 +75439,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -68272,6 +75452,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -68282,6 +75463,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4520311575096987", "start": 0, "type": "Literal", @@ -68295,6 +75477,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.11232675307600548", "start": 0, "type": "Literal", @@ -68306,6 +75489,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -68313,6 +75497,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -68323,9 +75508,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -68336,6 +75523,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -68348,6 +75536,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -68359,6 +75548,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8821185914380845", "start": 0, "type": "Literal", @@ -68370,6 +75560,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -68379,6 +75570,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7155147434939819", "start": 0, "type": "Literal", @@ -68390,6 +75582,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -68397,6 +75590,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -68407,9 +75601,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -68420,6 +75616,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -68432,6 +75629,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -68442,6 +75640,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9195487101690416", "start": 0, "type": "Literal", @@ -68454,6 +75653,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2691627465297364", "start": 0, "type": "Literal", @@ -68465,6 +75665,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -68475,9 +75676,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -68488,6 +75691,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -68500,6 +75704,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -68510,6 +75715,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7098978191546745", "start": 0, "type": "Literal", @@ -68522,6 +75728,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.11710004169385968", "start": 0, "type": "Literal", @@ -68533,6 +75740,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -68543,9 +75751,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -68556,6 +75766,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -68568,6 +75779,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -68579,6 +75791,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.37876368560819995", "start": 0, "type": "Literal", @@ -68590,6 +75803,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -68598,6 +75812,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7106729314759084", "start": 0, "type": "Literal", @@ -68609,6 +75824,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -68619,9 +75835,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -68632,6 +75850,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -68644,6 +75863,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -68655,6 +75875,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.29728126898353335", "start": 0, "type": "Literal", @@ -68666,6 +75887,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -68675,6 +75897,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.06649734568328003", "start": 0, "type": "Literal", @@ -68686,6 +75909,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -68693,6 +75917,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -68703,9 +75928,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -68716,6 +75943,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -68728,6 +75956,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -68738,6 +75967,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.22965781558352072", "start": 0, "type": "Literal", @@ -68751,6 +75981,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7601866432836641", "start": 0, "type": "Literal", @@ -68762,6 +75993,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -68769,6 +76001,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -68779,9 +76012,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -68792,6 +76027,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -68804,6 +76040,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -68815,6 +76052,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6356501074317229", "start": 0, "type": "Literal", @@ -68826,6 +76064,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -68834,6 +76073,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.19458425399338064", "start": 0, "type": "Literal", @@ -68845,6 +76085,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -68855,9 +76096,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -68868,6 +76111,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -68880,6 +76124,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -68890,6 +76135,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5721251777404546", "start": 0, "type": "Literal", @@ -68902,6 +76148,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2888584097921527", "start": 0, "type": "Literal", @@ -68913,6 +76160,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -68923,9 +76171,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -68936,6 +76186,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -68948,6 +76199,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -68959,6 +76211,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9580409549552311", "start": 0, "type": "Literal", @@ -68970,6 +76223,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -68979,6 +76233,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.02243818192078395", "start": 0, "type": "Literal", @@ -68990,6 +76245,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -68997,6 +76253,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -69007,9 +76264,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -69020,6 +76279,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -69032,6 +76292,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -69042,6 +76303,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3299184618602866", "start": 0, "type": "Literal", @@ -69055,6 +76317,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8353726942369875", "start": 0, "type": "Literal", @@ -69066,6 +76329,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -69073,6 +76337,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -69083,9 +76348,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -69096,6 +76363,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -69108,6 +76376,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -69118,6 +76387,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7434639386755209", "start": 0, "type": "Literal", @@ -69131,6 +76401,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7919648864138378", "start": 0, "type": "Literal", @@ -69142,6 +76413,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -69149,6 +76421,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -69159,9 +76432,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -69172,6 +76447,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -69184,6 +76460,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -69194,6 +76471,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9935751011164615", "start": 0, "type": "Literal", @@ -69206,6 +76484,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9042566468497608", "start": 0, "type": "Literal", @@ -69217,6 +76496,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -69227,9 +76507,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -69240,6 +76522,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -69252,6 +76535,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -69263,6 +76547,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5035812884687294", "start": 0, "type": "Literal", @@ -69274,6 +76559,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -69282,6 +76568,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5150967434989442", "start": 0, "type": "Literal", @@ -69293,6 +76580,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -69303,9 +76591,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -69316,6 +76606,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -69328,6 +76619,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -69338,6 +76630,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5526227215900215", "start": 0, "type": "Literal", @@ -69350,6 +76643,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7612604137272441", "start": 0, "type": "Literal", @@ -69361,6 +76655,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -69371,9 +76666,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -69384,6 +76681,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -69396,6 +76694,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -69406,6 +76705,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8593271349126876", "start": 0, "type": "Literal", @@ -69418,6 +76718,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08414894953725849", "start": 0, "type": "Literal", @@ -69429,6 +76730,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -69439,9 +76741,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -69452,6 +76756,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -69464,6 +76769,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -69475,6 +76781,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8181049219192864", "start": 0, "type": "Literal", @@ -69486,6 +76793,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -69495,6 +76803,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.903548131323352", "start": 0, "type": "Literal", @@ -69506,6 +76815,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -69513,6 +76823,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -69523,9 +76834,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -69536,6 +76849,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -69548,6 +76862,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -69558,6 +76873,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3165782044458305", "start": 0, "type": "Literal", @@ -69571,6 +76887,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.24189274252014914", "start": 0, "type": "Literal", @@ -69582,6 +76899,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -69589,6 +76907,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -69599,9 +76918,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -69612,6 +76933,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -69624,6 +76946,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -69635,6 +76958,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.44390956414045135", "start": 0, "type": "Literal", @@ -69646,6 +76970,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -69655,6 +76980,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25912591535126905", "start": 0, "type": "Literal", @@ -69666,6 +76992,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -69673,6 +77000,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -69683,9 +77011,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -69696,6 +77026,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -69708,6 +77039,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -69719,6 +77051,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6605165911891009", "start": 0, "type": "Literal", @@ -69730,6 +77063,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -69739,6 +77073,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.40355115288839194", "start": 0, "type": "Literal", @@ -69750,6 +77085,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -69757,6 +77093,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -69767,9 +77104,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -69780,6 +77119,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -69792,6 +77132,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -69803,6 +77144,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7170489950180006", "start": 0, "type": "Literal", @@ -69814,6 +77156,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -69822,6 +77165,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.23454356079651384", "start": 0, "type": "Literal", @@ -69833,6 +77177,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -69843,9 +77188,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -69856,6 +77203,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -69868,6 +77216,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -69879,6 +77228,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2568187045379722", "start": 0, "type": "Literal", @@ -69890,6 +77240,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -69899,6 +77250,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.45031188717601367", "start": 0, "type": "Literal", @@ -69910,6 +77262,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -69917,6 +77270,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -69927,9 +77281,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -69940,6 +77296,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -69952,6 +77309,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -69962,6 +77320,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6751951211858687", "start": 0, "type": "Literal", @@ -69975,6 +77334,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9709424233465593", "start": 0, "type": "Literal", @@ -69986,6 +77346,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -69993,6 +77354,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -70003,9 +77365,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -70016,6 +77380,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -70028,6 +77393,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -70039,6 +77405,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5689619842972184", "start": 0, "type": "Literal", @@ -70050,6 +77417,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -70058,6 +77426,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5918969913790362", "start": 0, "type": "Literal", @@ -70069,6 +77438,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -70079,9 +77449,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -70092,6 +77464,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -70104,6 +77477,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -70115,6 +77489,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8328324229085962", "start": 0, "type": "Literal", @@ -70126,6 +77501,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -70134,6 +77510,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4677492878818803", "start": 0, "type": "Literal", @@ -70145,6 +77522,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -70155,9 +77533,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -70168,6 +77548,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -70180,6 +77561,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -70191,6 +77573,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8111463382182231", "start": 0, "type": "Literal", @@ -70202,6 +77585,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -70211,6 +77595,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.41814807547140576", "start": 0, "type": "Literal", @@ -70222,6 +77607,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -70229,6 +77615,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -70239,9 +77626,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -70252,6 +77641,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -70264,6 +77654,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -70274,6 +77665,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.03807684940941125", "start": 0, "type": "Literal", @@ -70286,6 +77678,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25664826686353326", "start": 0, "type": "Literal", @@ -70297,6 +77690,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -70307,9 +77701,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -70320,6 +77716,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -70332,6 +77729,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -70342,6 +77740,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.23950083339596384", "start": 0, "type": "Literal", @@ -70354,6 +77753,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.43693196301855575", "start": 0, "type": "Literal", @@ -70365,6 +77765,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -70375,9 +77776,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -70388,6 +77791,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -70400,6 +77804,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -70411,6 +77816,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.16279444820904887", "start": 0, "type": "Literal", @@ -70422,6 +77828,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -70430,6 +77837,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8064475707664818", "start": 0, "type": "Literal", @@ -70441,6 +77849,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -70451,9 +77860,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -70464,6 +77875,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -70476,6 +77888,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -70487,6 +77900,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08972872009232558", "start": 0, "type": "Literal", @@ -70498,6 +77912,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -70507,6 +77922,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08887625823751266", "start": 0, "type": "Literal", @@ -70518,6 +77934,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -70525,6 +77942,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -70535,9 +77953,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -70548,6 +77968,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -70560,6 +77981,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -70570,6 +77992,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9203433427102556", "start": 0, "type": "Literal", @@ -70583,6 +78006,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17343459369697545", "start": 0, "type": "Literal", @@ -70594,6 +78018,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -70601,6 +78026,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -70611,9 +78037,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -70624,6 +78052,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -70636,6 +78065,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -70646,6 +78076,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0017496234414517975", "start": 0, "type": "Literal", @@ -70659,6 +78090,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5178508316168335", "start": 0, "type": "Literal", @@ -70670,6 +78102,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -70677,6 +78110,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -70687,9 +78121,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -70700,6 +78136,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -70712,6 +78149,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -70722,6 +78160,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6206263405732759", "start": 0, "type": "Literal", @@ -70735,6 +78174,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8733399468665124", "start": 0, "type": "Literal", @@ -70746,6 +78186,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -70753,6 +78194,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -70763,9 +78205,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -70776,6 +78220,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -70788,6 +78233,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -70799,6 +78245,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7776386664456383", "start": 0, "type": "Literal", @@ -70810,6 +78257,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -70818,6 +78266,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7602780485384968", "start": 0, "type": "Literal", @@ -70829,6 +78278,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -70839,9 +78289,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -70852,6 +78304,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -70864,6 +78317,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -70874,6 +78328,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5439379760788592", "start": 0, "type": "Literal", @@ -70886,6 +78341,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8449177589350552", "start": 0, "type": "Literal", @@ -70897,6 +78353,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -70907,9 +78364,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -70920,6 +78379,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -70932,6 +78392,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -70943,6 +78404,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.13036646025917076", "start": 0, "type": "Literal", @@ -70954,6 +78416,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -70962,6 +78425,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.012051713627069693", "start": 0, "type": "Literal", @@ -70973,6 +78437,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -70983,9 +78448,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -70996,6 +78463,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -71008,6 +78476,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -71019,6 +78488,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1656465612645519", "start": 0, "type": "Literal", @@ -71030,6 +78500,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -71039,6 +78510,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.20775229173765486", "start": 0, "type": "Literal", @@ -71050,6 +78522,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -71057,6 +78530,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -71067,9 +78541,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -71080,6 +78556,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -71092,6 +78569,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -71103,6 +78581,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0962723255929061", "start": 0, "type": "Literal", @@ -71114,6 +78593,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -71123,6 +78603,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.05417797659066137", "start": 0, "type": "Literal", @@ -71134,6 +78615,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -71141,6 +78623,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -71151,9 +78634,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -71164,6 +78649,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -71176,6 +78662,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -71186,6 +78673,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.902108945498191", "start": 0, "type": "Literal", @@ -71198,6 +78686,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3958978534964961", "start": 0, "type": "Literal", @@ -71209,6 +78698,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -71219,9 +78709,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -71232,6 +78724,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -71244,6 +78737,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -71254,6 +78748,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.27997950083139167", "start": 0, "type": "Literal", @@ -71267,6 +78762,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17778188444008958", "start": 0, "type": "Literal", @@ -71278,6 +78774,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -71285,6 +78782,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -71295,9 +78793,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -71308,6 +78808,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -71320,6 +78821,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -71330,6 +78832,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5235806061589545", "start": 0, "type": "Literal", @@ -71342,6 +78845,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.694318985642328", "start": 0, "type": "Literal", @@ -71353,6 +78857,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -71363,9 +78868,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -71376,6 +78883,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -71388,6 +78896,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -71398,6 +78907,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.39140760219992154", "start": 0, "type": "Literal", @@ -71411,6 +78921,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7839795272576484", "start": 0, "type": "Literal", @@ -71422,6 +78933,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -71429,6 +78941,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -71439,9 +78952,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -71452,6 +78967,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -71464,6 +78980,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -71474,6 +78991,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8414243527073519", "start": 0, "type": "Literal", @@ -71486,6 +79004,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5395591528940082", "start": 0, "type": "Literal", @@ -71497,6 +79016,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -71507,9 +79027,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -71520,6 +79042,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -71532,6 +79055,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -71542,6 +79066,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6137667704875602", "start": 0, "type": "Literal", @@ -71554,6 +79079,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.22119647516722085", "start": 0, "type": "Literal", @@ -71565,6 +79091,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -71575,9 +79102,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -71588,6 +79117,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -71600,6 +79130,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -71611,6 +79142,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.09582414374469184", "start": 0, "type": "Literal", @@ -71622,6 +79154,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -71631,6 +79164,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7533839681212353", "start": 0, "type": "Literal", @@ -71642,6 +79176,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -71649,6 +79184,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -71659,9 +79195,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -71672,6 +79210,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -71684,6 +79223,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -71695,6 +79235,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17254116580051848", "start": 0, "type": "Literal", @@ -71706,6 +79247,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -71715,6 +79257,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7669113400341137", "start": 0, "type": "Literal", @@ -71726,6 +79269,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -71733,6 +79277,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -71743,9 +79288,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -71756,6 +79303,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -71768,6 +79316,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -71778,6 +79327,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8944730032887609", "start": 0, "type": "Literal", @@ -71790,6 +79340,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6093318694741408", "start": 0, "type": "Literal", @@ -71801,6 +79352,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -71811,9 +79363,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -71824,6 +79378,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -71836,6 +79391,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -71847,6 +79403,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.41290485754343953", "start": 0, "type": "Literal", @@ -71858,6 +79415,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -71867,6 +79425,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4152647361760933", "start": 0, "type": "Literal", @@ -71878,6 +79437,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -71885,6 +79445,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -71895,9 +79456,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -71908,6 +79471,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -71920,6 +79484,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -71930,6 +79495,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5169538755575687", "start": 0, "type": "Literal", @@ -71943,6 +79509,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9085567867302617", "start": 0, "type": "Literal", @@ -71954,6 +79521,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -71961,6 +79529,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -71971,9 +79540,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -71984,6 +79555,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -71996,6 +79568,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -72006,6 +79579,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6751951211858687", "start": 0, "type": "Literal", @@ -72019,6 +79593,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9709424233465593", "start": 0, "type": "Literal", @@ -72030,6 +79605,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -72037,6 +79613,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -72047,9 +79624,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -72060,6 +79639,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -72072,6 +79652,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -72083,6 +79664,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5689619842972184", "start": 0, "type": "Literal", @@ -72094,6 +79676,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -72102,6 +79685,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5918969913790362", "start": 0, "type": "Literal", @@ -72113,6 +79697,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -72123,9 +79708,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -72136,6 +79723,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -72148,6 +79736,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -72158,6 +79747,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9464450621708211", "start": 0, "type": "Literal", @@ -72171,6 +79761,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2684908127803667", "start": 0, "type": "Literal", @@ -72182,6 +79773,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -72189,6 +79781,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -72199,9 +79792,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -72212,6 +79807,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -72224,6 +79820,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -72234,6 +79831,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5241732366617591", "start": 0, "type": "Literal", @@ -72246,6 +79844,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9011437416408563", "start": 0, "type": "Literal", @@ -72257,6 +79856,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -72267,9 +79867,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -72280,6 +79882,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -72292,6 +79895,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -72303,6 +79907,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.14255393713960607", "start": 0, "type": "Literal", @@ -72314,6 +79919,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -72323,6 +79929,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5194262624564814", "start": 0, "type": "Literal", @@ -72334,6 +79941,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -72341,6 +79949,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -72351,9 +79960,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -72364,6 +79975,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -72376,6 +79988,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -72387,6 +80000,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4287123231350338", "start": 0, "type": "Literal", @@ -72398,6 +80012,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -72407,6 +80022,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4223564528725028", "start": 0, "type": "Literal", @@ -72418,6 +80034,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -72425,6 +80042,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -72435,9 +80053,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -72448,6 +80068,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -72460,6 +80081,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -72471,6 +80093,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.09316367294024519", "start": 0, "type": "Literal", @@ -72482,6 +80105,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -72491,6 +80115,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9063127021008246", "start": 0, "type": "Literal", @@ -72502,6 +80127,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -72509,6 +80135,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -72519,9 +80146,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -72532,6 +80161,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -72544,6 +80174,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -72555,6 +80186,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2767766535558669", "start": 0, "type": "Literal", @@ -72566,6 +80198,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -72574,6 +80207,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6816248114129131", "start": 0, "type": "Literal", @@ -72585,6 +80219,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -72595,9 +80230,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -72608,6 +80245,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -72620,6 +80258,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -72630,6 +80269,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9796762495562534", "start": 0, "type": "Literal", @@ -72643,6 +80283,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0822145668330625", "start": 0, "type": "Literal", @@ -72654,6 +80295,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -72661,6 +80303,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -72671,9 +80314,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -72684,6 +80329,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -72696,6 +80342,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -72707,6 +80354,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8666513070867441", "start": 0, "type": "Literal", @@ -72718,6 +80366,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -72727,6 +80376,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.301053160242023", "start": 0, "type": "Literal", @@ -72738,6 +80388,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -72745,6 +80396,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -72755,9 +80407,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -72768,6 +80422,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -72780,6 +80435,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -72790,6 +80446,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.537415656028112", "start": 0, "type": "Literal", @@ -72802,6 +80459,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.020272692875002774", "start": 0, "type": "Literal", @@ -72813,6 +80471,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -72823,9 +80482,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -72836,6 +80497,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -72848,6 +80510,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -72858,6 +80521,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9332396256457531", "start": 0, "type": "Literal", @@ -72871,6 +80535,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6228175690649898", "start": 0, "type": "Literal", @@ -72882,6 +80547,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -72889,6 +80555,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -72899,9 +80566,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -72912,6 +80581,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -72924,6 +80594,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -72934,6 +80605,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.18052415837320734", "start": 0, "type": "Literal", @@ -72947,6 +80619,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.36894384647296197", "start": 0, "type": "Literal", @@ -72958,6 +80631,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -72965,6 +80639,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -72975,9 +80650,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -72988,6 +80665,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -73000,6 +80678,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -73010,6 +80689,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5384372634075449", "start": 0, "type": "Literal", @@ -73022,6 +80702,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2377565050887107", "start": 0, "type": "Literal", @@ -73033,6 +80714,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -73043,9 +80725,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -73056,6 +80740,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -73068,6 +80753,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -73078,6 +80764,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.39043436929278874", "start": 0, "type": "Literal", @@ -73090,6 +80777,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.14273182483160451", "start": 0, "type": "Literal", @@ -73101,6 +80789,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -73111,9 +80800,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -73124,6 +80815,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -73136,6 +80828,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -73146,6 +80839,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.09782890412897283", "start": 0, "type": "Literal", @@ -73158,6 +80852,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9907667536909659", "start": 0, "type": "Literal", @@ -73169,6 +80864,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -73179,9 +80875,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -73192,6 +80890,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -73204,6 +80903,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -73214,6 +80914,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5286610085921146", "start": 0, "type": "Literal", @@ -73227,6 +80928,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7924508308419256", "start": 0, "type": "Literal", @@ -73238,6 +80940,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -73245,6 +80948,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -73255,9 +80959,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -73268,6 +80974,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -73280,6 +80987,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -73290,6 +80998,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3789978184503342", "start": 0, "type": "Literal", @@ -73302,6 +81011,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.12396120576838676", "start": 0, "type": "Literal", @@ -73313,6 +81023,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -73323,9 +81034,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -73336,6 +81049,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -73348,6 +81062,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -73359,6 +81074,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9484912744890612", "start": 0, "type": "Literal", @@ -73370,6 +81086,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -73378,6 +81095,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6729649846476855", "start": 0, "type": "Literal", @@ -73389,6 +81107,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -73399,9 +81118,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -73412,6 +81133,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -73424,6 +81146,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -73434,6 +81157,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7451758753425153", "start": 0, "type": "Literal", @@ -73447,6 +81171,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.21318737562458967", "start": 0, "type": "Literal", @@ -73458,6 +81183,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -73465,6 +81191,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -73475,9 +81202,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -73488,6 +81217,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -73500,6 +81230,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -73510,6 +81241,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1873200727251887", "start": 0, "type": "Literal", @@ -73523,6 +81255,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.15961374297992448", "start": 0, "type": "Literal", @@ -73534,6 +81267,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -73541,6 +81275,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -73551,9 +81286,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -73564,6 +81301,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -73576,6 +81314,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -73587,6 +81326,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.05729464924537564", "start": 0, "type": "Literal", @@ -73598,6 +81338,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -73607,6 +81348,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5436345558508746", "start": 0, "type": "Literal", @@ -73618,6 +81360,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -73625,6 +81368,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -73635,9 +81379,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -73648,6 +81394,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -73660,6 +81407,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -73671,6 +81419,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.09582414374469184", "start": 0, "type": "Literal", @@ -73682,6 +81431,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -73691,6 +81441,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7533839681212353", "start": 0, "type": "Literal", @@ -73702,6 +81453,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -73709,6 +81461,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -73719,9 +81472,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -73732,6 +81487,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -73744,6 +81500,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -73755,6 +81512,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.17254116580051848", "start": 0, "type": "Literal", @@ -73766,6 +81524,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -73775,6 +81534,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7669113400341137", "start": 0, "type": "Literal", @@ -73786,6 +81546,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -73793,6 +81554,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -73803,9 +81565,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -73816,6 +81580,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -73828,6 +81593,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -73838,6 +81604,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8944730032887609", "start": 0, "type": "Literal", @@ -73850,6 +81617,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6093318694741408", "start": 0, "type": "Literal", @@ -73861,6 +81629,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -73871,9 +81640,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -73884,6 +81655,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -73896,6 +81668,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -73907,6 +81680,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6238548626325471", "start": 0, "type": "Literal", @@ -73918,6 +81692,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -73926,6 +81701,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4053626746020169", "start": 0, "type": "Literal", @@ -73937,6 +81713,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -73947,9 +81724,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -73960,6 +81739,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -73972,6 +81752,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -73982,6 +81763,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1379445992766417", "start": 0, "type": "Literal", @@ -73995,6 +81777,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.47871087958516045", "start": 0, "type": "Literal", @@ -74006,6 +81789,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -74013,6 +81797,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -74023,9 +81808,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -74036,6 +81823,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -74048,6 +81836,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -74059,6 +81848,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9516767113283946", "start": 0, "type": "Literal", @@ -74070,6 +81860,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -74078,6 +81869,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8619900618578948", "start": 0, "type": "Literal", @@ -74089,6 +81881,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -74099,9 +81892,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -74112,6 +81907,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -74124,6 +81920,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -74134,6 +81931,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9398732950992088", "start": 0, "type": "Literal", @@ -74146,6 +81944,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6326239915683629", "start": 0, "type": "Literal", @@ -74157,6 +81956,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -74167,9 +81967,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -74180,6 +81982,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -74192,6 +81995,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -74203,6 +82007,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8631974445502164", "start": 0, "type": "Literal", @@ -74214,6 +82019,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -74222,6 +82028,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.016153555523963137", "start": 0, "type": "Literal", @@ -74233,6 +82040,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -74243,9 +82051,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -74256,6 +82066,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -74268,6 +82079,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -74278,6 +82090,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.19167797120152907", "start": 0, "type": "Literal", @@ -74291,6 +82104,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.4916414381703984", "start": 0, "type": "Literal", @@ -74302,6 +82116,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -74309,6 +82124,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -74319,9 +82135,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -74332,6 +82150,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -74344,6 +82163,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -74355,6 +82175,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8644261221501586", "start": 0, "type": "Literal", @@ -74366,6 +82187,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -74375,6 +82197,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.11434763886359756", "start": 0, "type": "Literal", @@ -74386,6 +82209,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -74393,6 +82217,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -74403,9 +82228,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -74416,6 +82243,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -74428,6 +82256,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -74439,6 +82268,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.029081958413378572", "start": 0, "type": "Literal", @@ -74450,6 +82280,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -74459,6 +82290,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5214138808318329", "start": 0, "type": "Literal", @@ -74470,6 +82302,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -74477,6 +82310,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -74487,9 +82321,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -74500,6 +82336,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -74512,6 +82349,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -74523,6 +82361,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8713091851579695", "start": 0, "type": "Literal", @@ -74534,6 +82373,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -74542,6 +82382,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7866284950967315", "start": 0, "type": "Literal", @@ -74553,6 +82394,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -74563,9 +82405,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -74576,6 +82420,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -74588,6 +82433,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -74598,6 +82444,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.884342023093545", "start": 0, "type": "Literal", @@ -74611,6 +82458,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1825407002568431", "start": 0, "type": "Literal", @@ -74622,6 +82470,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -74629,6 +82478,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -74639,9 +82489,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -74652,6 +82504,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -74664,6 +82517,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -74675,6 +82529,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6978385295364686", "start": 0, "type": "Literal", @@ -74686,6 +82541,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -74694,6 +82550,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0440574328736949", "start": 0, "type": "Literal", @@ -74705,6 +82562,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -74715,9 +82573,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -74728,6 +82588,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -74740,6 +82601,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -74751,6 +82613,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.48055049324331556", "start": 0, "type": "Literal", @@ -74762,6 +82625,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -74771,6 +82635,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.028546347149214002", "start": 0, "type": "Literal", @@ -74782,6 +82647,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -74789,6 +82655,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -74799,9 +82666,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -74812,6 +82681,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -74824,6 +82694,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -74834,6 +82705,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.41283517382864776", "start": 0, "type": "Literal", @@ -74847,6 +82719,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.44938038251347323", "start": 0, "type": "Literal", @@ -74858,6 +82731,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -74865,6 +82739,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -74875,9 +82750,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -74888,6 +82765,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -74900,6 +82778,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -74910,6 +82789,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7911399832501751", "start": 0, "type": "Literal", @@ -74922,6 +82802,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.893446368526005", "start": 0, "type": "Literal", @@ -74933,6 +82814,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -74943,9 +82825,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -74956,6 +82840,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -74968,6 +82853,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -74978,6 +82864,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6507434699009087", "start": 0, "type": "Literal", @@ -74991,6 +82878,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6890023920962012", "start": 0, "type": "Literal", @@ -75002,6 +82890,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -75009,6 +82898,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -75019,9 +82909,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -75032,6 +82924,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -75044,6 +82937,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -75054,6 +82948,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.10489019777253028", "start": 0, "type": "Literal", @@ -75067,6 +82962,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5467450997193952", "start": 0, "type": "Literal", @@ -75078,6 +82974,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -75085,6 +82982,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -75095,9 +82993,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -75108,6 +83008,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -75120,6 +83021,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -75131,6 +83033,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5760905289992633", "start": 0, "type": "Literal", @@ -75142,6 +83045,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -75151,6 +83055,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2639900702114173", "start": 0, "type": "Literal", @@ -75162,6 +83067,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -75169,6 +83075,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -75179,9 +83086,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -75192,6 +83101,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -75204,6 +83114,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -75214,6 +83125,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.39828861790105297", "start": 0, "type": "Literal", @@ -75226,6 +83138,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8036624129416385", "start": 0, "type": "Literal", @@ -75237,6 +83150,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -75247,9 +83161,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -75260,6 +83176,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -75272,6 +83189,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -75283,6 +83201,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.673848991328553", "start": 0, "type": "Literal", @@ -75294,6 +83213,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -75303,6 +83223,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.918443329270668", "start": 0, "type": "Literal", @@ -75314,6 +83235,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -75321,6 +83243,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -75331,9 +83254,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -75344,6 +83269,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -75356,6 +83282,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -75367,6 +83294,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8599152936179257", "start": 0, "type": "Literal", @@ -75378,6 +83306,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -75387,6 +83316,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9499371022680787", "start": 0, "type": "Literal", @@ -75398,6 +83328,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -75405,6 +83336,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -75415,9 +83347,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -75428,6 +83362,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -75440,6 +83375,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -75450,6 +83386,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6285243831393765", "start": 0, "type": "Literal", @@ -75463,6 +83400,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5186557636566307", "start": 0, "type": "Literal", @@ -75474,6 +83412,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -75481,6 +83420,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -75491,9 +83431,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -75504,6 +83446,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -75516,6 +83459,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -75526,6 +83470,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.3222412784832269", "start": 0, "type": "Literal", @@ -75538,6 +83483,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.24621192679727177", "start": 0, "type": "Literal", @@ -75549,6 +83495,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -75559,9 +83506,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -75572,6 +83521,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -75584,6 +83534,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -75594,6 +83545,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.19754357911311016", "start": 0, "type": "Literal", @@ -75607,6 +83559,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7529246632397206", "start": 0, "type": "Literal", @@ -75618,6 +83571,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -75625,6 +83579,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -75635,9 +83590,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -75648,6 +83605,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -75660,6 +83618,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -75671,6 +83630,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.43181570545865555", "start": 0, "type": "Literal", @@ -75682,6 +83642,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -75690,6 +83651,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.18945437402201537", "start": 0, "type": "Literal", @@ -75701,6 +83663,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -75711,9 +83674,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -75724,6 +83689,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -75736,6 +83702,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -75746,6 +83713,7 @@ description: Result of parsing mike_stress_test.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8714511090241797", "start": 0, "type": "Literal", @@ -75759,6 +83727,7 @@ description: Result of parsing mike_stress_test.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.7215844196844685", "start": 0, "type": "Literal", @@ -75770,6 +83739,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -75777,6 +83747,7 @@ description: Result of parsing mike_stress_test.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -75787,9 +83758,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -75800,19 +83773,23 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -75823,12 +83800,14 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -75841,6 +83820,7 @@ description: Result of parsing mike_stress_test.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -75848,6 +83828,7 @@ description: Result of parsing mike_stress_test.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -75863,9 +83844,11 @@ description: Result of parsing mike_stress_test.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -75876,6 +83859,7 @@ description: Result of parsing mike_stress_test.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -75884,15 +83868,18 @@ description: Result of parsing mike_stress_test.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -75900,6 +83887,7 @@ description: Result of parsing mike_stress_test.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/module_return_using_var/ast.snap b/rust/kcl-lib/tests/module_return_using_var/ast.snap index eb1eadad1..3626cde29 100644 --- a/rust/kcl-lib/tests/module_return_using_var/ast.snap +++ b/rust/kcl-lib/tests/module_return_using_var/ast.snap @@ -8,6 +8,7 @@ description: Result of parsing module_return_using_var.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "cube.kcl" @@ -29,9 +30,11 @@ description: Result of parsing module_return_using_var.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cube", "start": 0, "type": "Identifier" @@ -48,6 +51,7 @@ description: Result of parsing module_return_using_var.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -55,6 +59,7 @@ description: Result of parsing module_return_using_var.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -70,9 +75,11 @@ description: Result of parsing module_return_using_var.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -83,6 +90,7 @@ description: Result of parsing module_return_using_var.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -91,10 +99,12 @@ description: Result of parsing module_return_using_var.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "preComments": [ "", "", @@ -107,6 +117,7 @@ description: Result of parsing module_return_using_var.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/multi_target_csg/ast.snap b/rust/kcl-lib/tests/multi_target_csg/ast.snap index 231d8e825..495a1f0c3 100644 --- a/rust/kcl-lib/tests/multi_target_csg/ast.snap +++ b/rust/kcl-lib/tests/multi_target_csg/ast.snap @@ -13,18 +13,22 @@ description: Result of parsing multi_target_csg.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -35,6 +39,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -43,9 +48,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -57,17 +64,20 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -80,6 +90,7 @@ description: Result of parsing multi_target_csg.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002Profile000", "start": 0, "type": "Identifier" @@ -93,6 +104,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -104,6 +116,7 @@ description: Result of parsing multi_target_csg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1625", "start": 0, "type": "Literal", @@ -115,6 +128,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -123,6 +137,7 @@ description: Result of parsing multi_target_csg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1875", "start": 0, "type": "Literal", @@ -134,6 +149,7 @@ description: Result of parsing multi_target_csg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -144,9 +160,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -157,6 +175,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -164,9 +183,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" @@ -184,6 +205,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -191,6 +213,7 @@ description: Result of parsing multi_target_csg.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.325", "start": 0, "type": "Literal", @@ -206,9 +229,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -219,6 +244,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -231,6 +257,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -238,6 +265,7 @@ description: Result of parsing multi_target_csg.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -253,6 +281,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -260,6 +289,7 @@ description: Result of parsing multi_target_csg.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -275,6 +305,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -282,6 +313,7 @@ description: Result of parsing multi_target_csg.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.025", "start": 0, "type": "Literal", @@ -297,9 +329,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -310,6 +344,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -322,6 +357,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -330,6 +366,7 @@ description: Result of parsing multi_target_csg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.325", "start": 0, "type": "Literal", @@ -341,6 +378,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -352,9 +390,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -365,6 +405,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -377,6 +418,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -384,6 +426,7 @@ description: Result of parsing multi_target_csg.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -399,6 +442,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -406,6 +450,7 @@ description: Result of parsing multi_target_csg.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "270", "start": 0, "type": "Literal", @@ -421,6 +466,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -428,6 +474,7 @@ description: Result of parsing multi_target_csg.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.025", "start": 0, "type": "Literal", @@ -443,9 +490,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -456,6 +505,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -468,6 +518,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -476,6 +527,7 @@ description: Result of parsing multi_target_csg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.325", "start": 0, "type": "Literal", @@ -487,6 +539,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -498,9 +551,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -511,6 +566,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -523,6 +579,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -530,6 +587,7 @@ description: Result of parsing multi_target_csg.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "270", "start": 0, "type": "Literal", @@ -545,6 +603,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -552,6 +611,7 @@ description: Result of parsing multi_target_csg.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -567,6 +627,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -574,6 +635,7 @@ description: Result of parsing multi_target_csg.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.025", "start": 0, "type": "Literal", @@ -589,9 +651,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -602,6 +666,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -614,6 +679,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -621,6 +687,7 @@ description: Result of parsing multi_target_csg.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.325", "start": 0, "type": "Literal", @@ -636,9 +703,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -649,6 +718,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -661,6 +731,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -668,6 +739,7 @@ description: Result of parsing multi_target_csg.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -683,6 +755,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -690,6 +763,7 @@ description: Result of parsing multi_target_csg.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -705,6 +779,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -712,6 +787,7 @@ description: Result of parsing multi_target_csg.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.025", "start": 0, "type": "Literal", @@ -727,9 +803,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -740,19 +818,23 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -763,6 +845,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -775,6 +858,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -786,6 +870,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -797,6 +882,7 @@ description: Result of parsing multi_target_csg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -808,6 +894,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -817,6 +904,7 @@ description: Result of parsing multi_target_csg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -828,6 +916,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -835,6 +924,7 @@ description: Result of parsing multi_target_csg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -845,6 +935,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -852,6 +943,7 @@ description: Result of parsing multi_target_csg.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.039062", "start": 0, "type": "Literal", @@ -867,6 +959,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -874,6 +967,7 @@ description: Result of parsing multi_target_csg.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -885,9 +979,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -898,6 +994,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -909,9 +1006,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -922,6 +1021,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -930,15 +1030,18 @@ description: Result of parsing multi_target_csg.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -951,6 +1054,7 @@ description: Result of parsing multi_target_csg.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude000", "start": 0, "type": "Identifier" @@ -962,6 +1066,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -969,6 +1074,7 @@ description: Result of parsing multi_target_csg.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0625", "start": 0, "type": "Literal", @@ -984,9 +1090,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -997,6 +1105,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1004,9 +1113,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002Profile000", "start": 0, "type": "Identifier" @@ -1017,11 +1128,13 @@ description: Result of parsing multi_target_csg.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1034,18 +1147,22 @@ description: Result of parsing multi_target_csg.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1056,6 +1173,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1063,9 +1181,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -1076,11 +1196,13 @@ description: Result of parsing multi_target_csg.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1093,6 +1215,7 @@ description: Result of parsing multi_target_csg.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003Profile000", "start": 0, "type": "Identifier" @@ -1106,6 +1229,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1117,6 +1241,7 @@ description: Result of parsing multi_target_csg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.05582", "start": 0, "type": "Literal", @@ -1128,6 +1253,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1137,6 +1263,7 @@ description: Result of parsing multi_target_csg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.21875", "start": 0, "type": "Literal", @@ -1148,6 +1275,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1155,6 +1283,7 @@ description: Result of parsing multi_target_csg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1165,9 +1294,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1178,6 +1309,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1185,9 +1317,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003", "start": 0, "type": "Identifier" @@ -1205,6 +1339,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1215,6 +1350,7 @@ description: Result of parsing multi_target_csg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.048496", "start": 0, "type": "Literal", @@ -1227,6 +1363,7 @@ description: Result of parsing multi_target_csg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.21875", "start": 0, "type": "Literal", @@ -1238,6 +1375,7 @@ description: Result of parsing multi_target_csg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1248,9 +1386,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1261,6 +1401,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1273,6 +1414,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1281,6 +1423,7 @@ description: Result of parsing multi_target_csg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.087793", "start": 0, "type": "Literal", @@ -1292,6 +1435,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1303,9 +1447,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1316,6 +1462,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1328,6 +1475,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1339,6 +1487,7 @@ description: Result of parsing multi_target_csg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.026673", "start": 0, "type": "Literal", @@ -1350,6 +1499,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1359,6 +1509,7 @@ description: Result of parsing multi_target_csg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.120313", "start": 0, "type": "Literal", @@ -1370,6 +1521,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1377,6 +1529,7 @@ description: Result of parsing multi_target_csg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1387,9 +1540,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1400,6 +1555,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1412,6 +1568,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1422,6 +1579,7 @@ description: Result of parsing multi_target_csg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.058646", "start": 0, "type": "Literal", @@ -1435,6 +1593,7 @@ description: Result of parsing multi_target_csg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.098438", "start": 0, "type": "Literal", @@ -1446,6 +1605,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1453,6 +1613,7 @@ description: Result of parsing multi_target_csg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1463,9 +1624,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1476,6 +1639,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1488,6 +1652,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1495,6 +1660,7 @@ description: Result of parsing multi_target_csg.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.007324", "start": 0, "type": "Literal", @@ -1510,9 +1676,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1523,19 +1691,23 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1546,6 +1718,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1554,15 +1727,18 @@ description: Result of parsing multi_target_csg.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1575,6 +1751,7 @@ description: Result of parsing multi_target_csg.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003Profile001", "start": 0, "type": "Identifier" @@ -1588,6 +1765,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1598,6 +1776,7 @@ description: Result of parsing multi_target_csg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.007324", "start": 0, "type": "Literal", @@ -1610,6 +1789,7 @@ description: Result of parsing multi_target_csg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1621,6 +1801,7 @@ description: Result of parsing multi_target_csg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1631,9 +1812,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1644,6 +1827,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1651,9 +1835,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003", "start": 0, "type": "Identifier" @@ -1671,6 +1857,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1678,6 +1865,7 @@ description: Result of parsing multi_target_csg.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.087793", "start": 0, "type": "Literal", @@ -1693,9 +1881,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1706,6 +1896,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1718,6 +1909,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1728,6 +1920,7 @@ description: Result of parsing multi_target_csg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.026673", "start": 0, "type": "Literal", @@ -1741,6 +1934,7 @@ description: Result of parsing multi_target_csg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.120313", "start": 0, "type": "Literal", @@ -1752,6 +1946,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1759,6 +1954,7 @@ description: Result of parsing multi_target_csg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1769,9 +1965,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1782,6 +1980,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1794,6 +1993,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1805,6 +2005,7 @@ description: Result of parsing multi_target_csg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.058646", "start": 0, "type": "Literal", @@ -1816,6 +2017,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1825,6 +2027,7 @@ description: Result of parsing multi_target_csg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.098438", "start": 0, "type": "Literal", @@ -1836,6 +2039,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1843,6 +2047,7 @@ description: Result of parsing multi_target_csg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1853,9 +2058,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1866,6 +2073,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1878,6 +2086,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1886,6 +2095,7 @@ description: Result of parsing multi_target_csg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.007324", "start": 0, "type": "Literal", @@ -1897,6 +2107,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1908,9 +2119,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1921,6 +2134,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1933,6 +2147,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1944,6 +2159,7 @@ description: Result of parsing multi_target_csg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.048496", "start": 0, "type": "Literal", @@ -1955,6 +2171,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1963,6 +2180,7 @@ description: Result of parsing multi_target_csg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.21875", "start": 0, "type": "Literal", @@ -1974,6 +2192,7 @@ description: Result of parsing multi_target_csg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1984,9 +2203,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1997,19 +2218,23 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -2020,6 +2245,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2028,15 +2254,18 @@ description: Result of parsing multi_target_csg.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2049,6 +2278,7 @@ description: Result of parsing multi_target_csg.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude001", "start": 0, "type": "Identifier" @@ -2060,6 +2290,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2067,6 +2298,7 @@ description: Result of parsing multi_target_csg.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -2082,6 +2314,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bidirectionalLength", "start": 0, "type": "Identifier" @@ -2089,6 +2322,7 @@ description: Result of parsing multi_target_csg.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -2104,9 +2338,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2117,6 +2353,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2127,9 +2364,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003Profile000", "start": 0, "type": "Identifier" @@ -2143,9 +2382,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003Profile001", "start": 0, "type": "Identifier" @@ -2157,16 +2398,19 @@ description: Result of parsing multi_target_csg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2179,18 +2423,22 @@ description: Result of parsing multi_target_csg.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch004", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2201,6 +2449,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2211,6 +2460,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -2218,6 +2468,7 @@ description: Result of parsing multi_target_csg.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -2233,9 +2484,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -2246,6 +2499,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2254,9 +2508,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -2268,6 +2524,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2275,11 +2532,13 @@ description: Result of parsing multi_target_csg.kcl } } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2292,6 +2551,7 @@ description: Result of parsing multi_target_csg.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch004Profile000", "start": 0, "type": "Identifier" @@ -2303,6 +2563,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -2314,6 +2575,7 @@ description: Result of parsing multi_target_csg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2325,6 +2587,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2334,6 +2597,7 @@ description: Result of parsing multi_target_csg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2345,6 +2609,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2352,6 +2617,7 @@ description: Result of parsing multi_target_csg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2362,6 +2628,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2369,6 +2636,7 @@ description: Result of parsing multi_target_csg.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.039062", "start": 0, "type": "Literal", @@ -2384,9 +2652,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -2397,6 +2667,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2404,9 +2675,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch004", "start": 0, "type": "Identifier" @@ -2417,11 +2690,13 @@ description: Result of parsing multi_target_csg.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2434,6 +2709,7 @@ description: Result of parsing multi_target_csg.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cut000Extrude", "start": 0, "type": "Identifier" @@ -2445,6 +2721,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2453,6 +2730,7 @@ description: Result of parsing multi_target_csg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -2464,6 +2742,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2475,9 +2754,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2488,6 +2769,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2498,9 +2780,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch004Profile000", "start": 0, "type": "Identifier" @@ -2512,16 +2796,19 @@ description: Result of parsing multi_target_csg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2534,6 +2821,7 @@ description: Result of parsing multi_target_csg.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cut000", "start": 0, "type": "Identifier" @@ -2545,6 +2833,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tools", "start": 0, "type": "Identifier" @@ -2553,9 +2842,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cut000Extrude", "start": 0, "type": "Identifier" @@ -2571,9 +2862,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract", "start": 0, "type": "Identifier" @@ -2584,6 +2877,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2591,9 +2885,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude001", "start": 0, "type": "Identifier" @@ -2604,11 +2900,13 @@ description: Result of parsing multi_target_csg.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2621,18 +2919,22 @@ description: Result of parsing multi_target_csg.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch005", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2643,6 +2945,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2653,6 +2956,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -2660,6 +2964,7 @@ description: Result of parsing multi_target_csg.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.07", "start": 0, "type": "Literal", @@ -2675,9 +2980,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -2688,6 +2995,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2696,9 +3004,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -2710,6 +3020,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2717,11 +3028,13 @@ description: Result of parsing multi_target_csg.kcl } } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2734,6 +3047,7 @@ description: Result of parsing multi_target_csg.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch005Profile000", "start": 0, "type": "Identifier" @@ -2745,6 +3059,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -2755,6 +3070,7 @@ description: Result of parsing multi_target_csg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2767,6 +3083,7 @@ description: Result of parsing multi_target_csg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2778,6 +3095,7 @@ description: Result of parsing multi_target_csg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2788,6 +3106,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2795,6 +3114,7 @@ description: Result of parsing multi_target_csg.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.052734", "start": 0, "type": "Literal", @@ -2810,9 +3130,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -2823,6 +3145,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2830,9 +3153,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch005", "start": 0, "type": "Identifier" @@ -2843,11 +3168,13 @@ description: Result of parsing multi_target_csg.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2860,18 +3187,22 @@ description: Result of parsing multi_target_csg.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch006", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2882,6 +3213,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2892,6 +3224,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -2899,6 +3232,7 @@ description: Result of parsing multi_target_csg.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0325", "start": 0, "type": "Literal", @@ -2914,9 +3248,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -2927,6 +3263,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2935,9 +3272,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -2949,6 +3288,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2956,11 +3296,13 @@ description: Result of parsing multi_target_csg.kcl } } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2973,6 +3315,7 @@ description: Result of parsing multi_target_csg.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch006Profile000", "start": 0, "type": "Identifier" @@ -2984,6 +3327,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -2994,6 +3338,7 @@ description: Result of parsing multi_target_csg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3006,6 +3351,7 @@ description: Result of parsing multi_target_csg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3017,6 +3363,7 @@ description: Result of parsing multi_target_csg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3027,6 +3374,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -3034,6 +3382,7 @@ description: Result of parsing multi_target_csg.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.03", "start": 0, "type": "Literal", @@ -3049,9 +3398,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -3062,6 +3413,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3069,9 +3421,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch006", "start": 0, "type": "Identifier" @@ -3082,11 +3436,13 @@ description: Result of parsing multi_target_csg.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3099,18 +3455,22 @@ description: Result of parsing multi_target_csg.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "draftCut000Extrude", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "loft", "start": 0, "type": "Identifier" @@ -3121,6 +3481,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3131,9 +3492,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch005Profile000", "start": 0, "type": "Identifier" @@ -3147,9 +3510,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch006Profile000", "start": 0, "type": "Identifier" @@ -3161,16 +3526,19 @@ description: Result of parsing multi_target_csg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3183,6 +3551,7 @@ description: Result of parsing multi_target_csg.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "draftCut000", "start": 0, "type": "Identifier" @@ -3194,6 +3563,7 @@ description: Result of parsing multi_target_csg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tools", "start": 0, "type": "Identifier" @@ -3202,9 +3572,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "draftCut000Extrude", "start": 0, "type": "Identifier" @@ -3220,9 +3592,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract", "start": 0, "type": "Identifier" @@ -3233,6 +3607,7 @@ description: Result of parsing multi_target_csg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3240,9 +3615,11 @@ description: Result of parsing multi_target_csg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude000", "start": 0, "type": "Identifier" @@ -3253,11 +3630,13 @@ description: Result of parsing multi_target_csg.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3269,9 +3648,11 @@ description: Result of parsing multi_target_csg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -3283,19 +3664,23 @@ description: Result of parsing multi_target_csg.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -3311,12 +3696,14 @@ description: Result of parsing multi_target_csg.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3328,6 +3715,7 @@ description: Result of parsing multi_target_csg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3339,6 +3727,7 @@ description: Result of parsing multi_target_csg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3350,6 +3739,7 @@ description: Result of parsing multi_target_csg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3361,6 +3751,7 @@ description: Result of parsing multi_target_csg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3372,6 +3763,7 @@ description: Result of parsing multi_target_csg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3383,6 +3775,7 @@ description: Result of parsing multi_target_csg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3394,6 +3787,7 @@ description: Result of parsing multi_target_csg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3405,6 +3799,7 @@ description: Result of parsing multi_target_csg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3416,6 +3811,7 @@ description: Result of parsing multi_target_csg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3427,6 +3823,7 @@ description: Result of parsing multi_target_csg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3438,6 +3835,7 @@ description: Result of parsing multi_target_csg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3449,6 +3847,7 @@ description: Result of parsing multi_target_csg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3460,6 +3859,7 @@ description: Result of parsing multi_target_csg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3471,6 +3871,7 @@ description: Result of parsing multi_target_csg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3482,6 +3883,7 @@ description: Result of parsing multi_target_csg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3494,6 +3896,7 @@ description: Result of parsing multi_target_csg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/multi_transform/ast.snap b/rust/kcl-lib/tests/multi_transform/ast.snap index 5e0be6545..5c6b496d2 100644 --- a/rust/kcl-lib/tests/multi_transform/ast.snap +++ b/rust/kcl-lib/tests/multi_transform/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing multi_transform.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "transform", "start": 0, "type": "Identifier" @@ -27,6 +28,7 @@ description: Result of parsing multi_transform.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -34,10 +36,12 @@ description: Result of parsing multi_transform.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -49,6 +53,7 @@ description: Result of parsing multi_transform.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -58,14 +63,17 @@ description: Result of parsing multi_transform.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier" @@ -82,6 +90,7 @@ description: Result of parsing multi_transform.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -94,6 +103,7 @@ description: Result of parsing multi_transform.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -105,6 +115,7 @@ description: Result of parsing multi_transform.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -118,6 +129,7 @@ description: Result of parsing multi_transform.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -125,15 +137,18 @@ description: Result of parsing multi_transform.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotation", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -141,10 +156,12 @@ description: Result of parsing multi_transform.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -153,6 +170,7 @@ description: Result of parsing multi_transform.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "45", "start": 0, "type": "Literal", @@ -162,14 +180,17 @@ description: Result of parsing multi_transform.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier" @@ -197,12 +218,14 @@ description: Result of parsing multi_transform.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -210,16 +233,19 @@ description: Result of parsing multi_transform.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "i", "start": 0, "type": "Identifier" @@ -231,11 +257,13 @@ description: Result of parsing multi_transform.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -246,13 +274,16 @@ description: Result of parsing multi_transform.kcl "expression": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -263,6 +294,7 @@ description: Result of parsing multi_transform.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -270,9 +302,11 @@ description: Result of parsing multi_transform.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -290,6 +324,7 @@ description: Result of parsing multi_transform.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -300,6 +335,7 @@ description: Result of parsing multi_transform.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -312,6 +348,7 @@ description: Result of parsing multi_transform.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -323,6 +360,7 @@ description: Result of parsing multi_transform.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -333,9 +371,11 @@ description: Result of parsing multi_transform.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -346,6 +386,7 @@ description: Result of parsing multi_transform.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -358,6 +399,7 @@ description: Result of parsing multi_transform.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -365,6 +407,7 @@ description: Result of parsing multi_transform.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -380,6 +423,7 @@ description: Result of parsing multi_transform.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "numSides", "start": 0, "type": "Identifier" @@ -387,6 +431,7 @@ description: Result of parsing multi_transform.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -402,6 +447,7 @@ description: Result of parsing multi_transform.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -412,6 +458,7 @@ description: Result of parsing multi_transform.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -424,6 +471,7 @@ description: Result of parsing multi_transform.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -435,6 +483,7 @@ description: Result of parsing multi_transform.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -445,6 +494,7 @@ description: Result of parsing multi_transform.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "inscribed", "start": 0, "type": "Identifier" @@ -452,6 +502,7 @@ description: Result of parsing multi_transform.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "false", "start": 0, "type": "Literal", @@ -464,9 +515,11 @@ description: Result of parsing multi_transform.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "polygon", "start": 0, "type": "Identifier" @@ -477,6 +530,7 @@ description: Result of parsing multi_transform.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -489,6 +543,7 @@ description: Result of parsing multi_transform.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -496,6 +551,7 @@ description: Result of parsing multi_transform.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -511,9 +567,11 @@ description: Result of parsing multi_transform.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -524,6 +582,7 @@ description: Result of parsing multi_transform.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -536,6 +595,7 @@ description: Result of parsing multi_transform.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -543,6 +603,7 @@ description: Result of parsing multi_transform.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -558,6 +619,7 @@ description: Result of parsing multi_transform.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "transform", "start": 0, "type": "Identifier" @@ -566,9 +628,11 @@ description: Result of parsing multi_transform.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "transform", "start": 0, "type": "Identifier" @@ -584,9 +648,11 @@ description: Result of parsing multi_transform.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternTransform", "start": 0, "type": "Identifier" @@ -597,6 +663,7 @@ description: Result of parsing multi_transform.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -605,10 +672,12 @@ description: Result of parsing multi_transform.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -616,6 +685,7 @@ description: Result of parsing multi_transform.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/multiple-foreign-imports-all-render/ast.snap b/rust/kcl-lib/tests/multiple-foreign-imports-all-render/ast.snap index bf8aa47a3..81e8e23b5 100644 --- a/rust/kcl-lib/tests/multiple-foreign-imports-all-render/ast.snap +++ b/rust/kcl-lib/tests/multiple-foreign-imports-all-render/ast.snap @@ -8,6 +8,7 @@ description: Result of parsing multiple-foreign-imports-all-render.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Foreign", "path": "../inputs/cube.step" @@ -17,6 +18,7 @@ description: Result of parsing multiple-foreign-imports-all-render.kcl "alias": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cube", "start": 0, "type": "Identifier" @@ -29,6 +31,7 @@ description: Result of parsing multiple-foreign-imports-all-render.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "othercube.kcl" @@ -38,6 +41,7 @@ description: Result of parsing multiple-foreign-imports-all-render.kcl "alias": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "othercube", "start": 0, "type": "Identifier" @@ -50,6 +54,7 @@ description: Result of parsing multiple-foreign-imports-all-render.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "anothercube.kcl" @@ -59,6 +64,7 @@ description: Result of parsing multiple-foreign-imports-all-render.kcl "alias": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "anothercube", "start": 0, "type": "Identifier" @@ -76,6 +82,7 @@ description: Result of parsing multiple-foreign-imports-all-render.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "model", "start": 0, "type": "Identifier" @@ -84,9 +91,11 @@ description: Result of parsing multiple-foreign-imports-all-render.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cube", "start": 0, "type": "Identifier" @@ -96,11 +105,13 @@ description: Result of parsing multiple-foreign-imports-all-render.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -114,9 +125,11 @@ description: Result of parsing multiple-foreign-imports-all-render.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "othercube", "start": 0, "type": "Identifier" @@ -133,6 +146,7 @@ description: Result of parsing multiple-foreign-imports-all-render.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -140,6 +154,7 @@ description: Result of parsing multiple-foreign-imports-all-render.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1020", "start": 0, "type": "Literal", @@ -155,9 +170,11 @@ description: Result of parsing multiple-foreign-imports-all-render.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -168,6 +185,7 @@ description: Result of parsing multiple-foreign-imports-all-render.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -180,6 +198,7 @@ description: Result of parsing multiple-foreign-imports-all-render.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -187,6 +206,7 @@ description: Result of parsing multiple-foreign-imports-all-render.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"#ff001f\"", "start": 0, "type": "Literal", @@ -199,6 +219,7 @@ description: Result of parsing multiple-foreign-imports-all-render.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "metalness", "start": 0, "type": "Identifier" @@ -206,6 +227,7 @@ description: Result of parsing multiple-foreign-imports-all-render.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "50", "start": 0, "type": "Literal", @@ -221,6 +243,7 @@ description: Result of parsing multiple-foreign-imports-all-render.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "roughness", "start": 0, "type": "Identifier" @@ -228,6 +251,7 @@ description: Result of parsing multiple-foreign-imports-all-render.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "50", "start": 0, "type": "Literal", @@ -243,9 +267,11 @@ description: Result of parsing multiple-foreign-imports-all-render.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "appearance", "start": 0, "type": "Identifier" @@ -256,6 +282,7 @@ description: Result of parsing multiple-foreign-imports-all-render.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -264,10 +291,12 @@ description: Result of parsing multiple-foreign-imports-all-render.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -281,9 +310,11 @@ description: Result of parsing multiple-foreign-imports-all-render.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "anothercube", "start": 0, "type": "Identifier" @@ -300,6 +331,7 @@ description: Result of parsing multiple-foreign-imports-all-render.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -308,6 +340,7 @@ description: Result of parsing multiple-foreign-imports-all-render.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1020", "start": 0, "type": "Literal", @@ -319,6 +352,7 @@ description: Result of parsing multiple-foreign-imports-all-render.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -330,9 +364,11 @@ description: Result of parsing multiple-foreign-imports-all-render.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -343,6 +379,7 @@ description: Result of parsing multiple-foreign-imports-all-render.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -355,6 +392,7 @@ description: Result of parsing multiple-foreign-imports-all-render.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -362,6 +400,7 @@ description: Result of parsing multiple-foreign-imports-all-render.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"#ff0000\"", "start": 0, "type": "Literal", @@ -374,6 +413,7 @@ description: Result of parsing multiple-foreign-imports-all-render.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "metalness", "start": 0, "type": "Identifier" @@ -381,6 +421,7 @@ description: Result of parsing multiple-foreign-imports-all-render.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "50", "start": 0, "type": "Literal", @@ -396,6 +437,7 @@ description: Result of parsing multiple-foreign-imports-all-render.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "roughness", "start": 0, "type": "Identifier" @@ -403,6 +445,7 @@ description: Result of parsing multiple-foreign-imports-all-render.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "50", "start": 0, "type": "Literal", @@ -418,9 +461,11 @@ description: Result of parsing multiple-foreign-imports-all-render.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "appearance", "start": 0, "type": "Identifier" @@ -431,6 +476,7 @@ description: Result of parsing multiple-foreign-imports-all-render.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -439,10 +485,12 @@ description: Result of parsing multiple-foreign-imports-all-render.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -450,12 +498,14 @@ description: Result of parsing multiple-foreign-imports-all-render.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -467,6 +517,7 @@ description: Result of parsing multiple-foreign-imports-all-render.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -478,6 +529,7 @@ description: Result of parsing multiple-foreign-imports-all-render.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -489,6 +541,7 @@ description: Result of parsing multiple-foreign-imports-all-render.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/neg_xz_plane/ast.snap b/rust/kcl-lib/tests/neg_xz_plane/ast.snap index ab6e13a30..d849bdc47 100644 --- a/rust/kcl-lib/tests/neg_xz_plane/ast.snap +++ b/rust/kcl-lib/tests/neg_xz_plane/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing neg_xz_plane.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part001", "start": 0, "type": "Identifier" @@ -20,13 +21,16 @@ description: Result of parsing neg_xz_plane.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -37,6 +41,7 @@ description: Result of parsing neg_xz_plane.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -45,9 +50,11 @@ description: Result of parsing neg_xz_plane.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -59,6 +66,7 @@ description: Result of parsing neg_xz_plane.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -72,6 +80,7 @@ description: Result of parsing neg_xz_plane.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -82,6 +91,7 @@ description: Result of parsing neg_xz_plane.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -94,6 +104,7 @@ description: Result of parsing neg_xz_plane.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -105,6 +116,7 @@ description: Result of parsing neg_xz_plane.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -115,9 +127,11 @@ description: Result of parsing neg_xz_plane.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -128,6 +142,7 @@ description: Result of parsing neg_xz_plane.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -140,6 +155,7 @@ description: Result of parsing neg_xz_plane.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -150,6 +166,7 @@ description: Result of parsing neg_xz_plane.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "100", "start": 0, "type": "Literal", @@ -162,6 +179,7 @@ description: Result of parsing neg_xz_plane.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "100", "start": 0, "type": "Literal", @@ -173,6 +191,7 @@ description: Result of parsing neg_xz_plane.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -183,9 +202,11 @@ description: Result of parsing neg_xz_plane.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -196,6 +217,7 @@ description: Result of parsing neg_xz_plane.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -208,6 +230,7 @@ description: Result of parsing neg_xz_plane.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -218,6 +241,7 @@ description: Result of parsing neg_xz_plane.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "100", "start": 0, "type": "Literal", @@ -230,6 +254,7 @@ description: Result of parsing neg_xz_plane.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -241,6 +266,7 @@ description: Result of parsing neg_xz_plane.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -251,9 +277,11 @@ description: Result of parsing neg_xz_plane.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -264,19 +292,23 @@ description: Result of parsing neg_xz_plane.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -287,12 +319,14 @@ description: Result of parsing neg_xz_plane.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -305,6 +339,7 @@ description: Result of parsing neg_xz_plane.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -315,6 +350,7 @@ description: Result of parsing neg_xz_plane.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -324,10 +360,12 @@ description: Result of parsing neg_xz_plane.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7", "start": 0, "type": "Literal", @@ -347,9 +385,11 @@ description: Result of parsing neg_xz_plane.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -360,6 +400,7 @@ description: Result of parsing neg_xz_plane.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -368,15 +409,18 @@ description: Result of parsing neg_xz_plane.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -384,6 +428,7 @@ description: Result of parsing neg_xz_plane.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/nested_assembly/ast.snap b/rust/kcl-lib/tests/nested_assembly/ast.snap index 9e7538f9e..2d08652f9 100644 --- a/rust/kcl-lib/tests/nested_assembly/ast.snap +++ b/rust/kcl-lib/tests/nested_assembly/ast.snap @@ -1,6 +1,6 @@ --- source: kcl-lib/src/simulation_tests.rs -description: Result of parsing nested_main_kcl.kcl +description: Result of parsing nested_assembly.kcl --- { "Ok": { @@ -8,6 +8,7 @@ description: Result of parsing nested_main_kcl.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "nested/foo/bar/main.kcl" @@ -17,6 +18,7 @@ description: Result of parsing nested_main_kcl.kcl "alias": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bar", "start": 0, "type": "Identifier" @@ -33,9 +35,11 @@ description: Result of parsing nested_main_kcl.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bar", "start": 0, "type": "Identifier" @@ -45,6 +49,7 @@ description: Result of parsing nested_main_kcl.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -52,12 +57,14 @@ description: Result of parsing nested_main_kcl.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/nested_main_kcl/ast.snap b/rust/kcl-lib/tests/nested_main_kcl/ast.snap index 9e7538f9e..8f8056421 100644 --- a/rust/kcl-lib/tests/nested_main_kcl/ast.snap +++ b/rust/kcl-lib/tests/nested_main_kcl/ast.snap @@ -8,6 +8,7 @@ description: Result of parsing nested_main_kcl.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "nested/foo/bar/main.kcl" @@ -17,6 +18,7 @@ description: Result of parsing nested_main_kcl.kcl "alias": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bar", "start": 0, "type": "Identifier" @@ -33,9 +35,11 @@ description: Result of parsing nested_main_kcl.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bar", "start": 0, "type": "Identifier" @@ -45,6 +49,7 @@ description: Result of parsing nested_main_kcl.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -52,12 +57,14 @@ description: Result of parsing nested_main_kcl.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/nested_windows_main_kcl/ast.snap b/rust/kcl-lib/tests/nested_windows_main_kcl/ast.snap index 84e19afbb..74b108b88 100644 --- a/rust/kcl-lib/tests/nested_windows_main_kcl/ast.snap +++ b/rust/kcl-lib/tests/nested_windows_main_kcl/ast.snap @@ -8,6 +8,7 @@ description: Result of parsing nested_windows_main_kcl.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "nested/foo/bar/main.kcl" @@ -27,9 +28,11 @@ description: Result of parsing nested_windows_main_kcl.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bar", "start": 0, "type": "Identifier" @@ -39,6 +42,7 @@ description: Result of parsing nested_windows_main_kcl.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -46,12 +50,14 @@ description: Result of parsing nested_windows_main_kcl.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/non_english_identifiers/ast.snap b/rust/kcl-lib/tests/non_english_identifiers/ast.snap index 15b17121a..bba093628 100644 --- a/rust/kcl-lib/tests/non_english_identifiers/ast.snap +++ b/rust/kcl-lib/tests/non_english_identifiers/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing non_english_identifiers.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "comprimentoTotal", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing non_english_identifiers.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "100", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing non_english_identifiers.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -46,6 +50,7 @@ description: Result of parsing non_english_identifiers.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "亞當", "start": 0, "type": "Identifier" @@ -53,6 +58,7 @@ description: Result of parsing non_english_identifiers.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "100", "start": 0, "type": "Literal", @@ -62,11 +68,13 @@ description: Result of parsing non_english_identifiers.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -79,6 +87,7 @@ description: Result of parsing non_english_identifiers.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "comprimentoRosca", "start": 0, "type": "Identifier" @@ -90,9 +99,11 @@ description: Result of parsing non_english_identifiers.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "亞當", "start": 0, "type": "Identifier" @@ -102,10 +113,12 @@ description: Result of parsing non_english_identifiers.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.8", "start": 0, "type": "Literal", @@ -119,11 +132,13 @@ description: Result of parsing non_english_identifiers.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -136,6 +151,7 @@ description: Result of parsing non_english_identifiers.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "comprimentoCabeça", "start": 0, "type": "Identifier" @@ -147,9 +163,11 @@ description: Result of parsing non_english_identifiers.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "comprimentoTotal", "start": 0, "type": "Identifier" @@ -159,14 +177,17 @@ description: Result of parsing non_english_identifiers.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "comprimentoRosca", "start": 0, "type": "Identifier" @@ -180,11 +201,13 @@ description: Result of parsing non_english_identifiers.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -199,6 +222,7 @@ description: Result of parsing non_english_identifiers.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "isEqualTo", "start": 0, "type": "Identifier" @@ -206,6 +230,7 @@ description: Result of parsing non_english_identifiers.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -221,9 +246,11 @@ description: Result of parsing non_english_identifiers.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "assert", "start": 0, "type": "Identifier" @@ -234,6 +261,7 @@ description: Result of parsing non_english_identifiers.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -241,9 +269,11 @@ description: Result of parsing non_english_identifiers.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "comprimentoCabeça", "start": 0, "type": "Identifier" @@ -254,6 +284,7 @@ description: Result of parsing non_english_identifiers.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -261,12 +292,14 @@ description: Result of parsing non_english_identifiers.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/non_string_key_of_object/ast.snap b/rust/kcl-lib/tests/non_string_key_of_object/ast.snap index 88d605f25..efa519519 100644 --- a/rust/kcl-lib/tests/non_string_key_of_object/ast.snap +++ b/rust/kcl-lib/tests/non_string_key_of_object/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing non_string_key_of_object.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "obj", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing non_string_key_of_object.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -27,15 +29,18 @@ description: Result of parsing non_string_key_of_object.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "key", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "123", "start": 0, "type": "Literal", @@ -51,11 +56,13 @@ description: Result of parsing non_string_key_of_object.kcl "type": "ObjectExpression", "type": "ObjectExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -68,6 +75,7 @@ description: Result of parsing non_string_key_of_object.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "num", "start": 0, "type": "Identifier" @@ -76,13 +84,16 @@ description: Result of parsing non_string_key_of_object.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "obj", "start": 0, "type": "Identifier" @@ -95,6 +106,7 @@ description: Result of parsing non_string_key_of_object.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -108,11 +120,13 @@ description: Result of parsing non_string_key_of_object.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -120,6 +134,7 @@ description: Result of parsing non_string_key_of_object.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/object_prop_not_found/ast.snap b/rust/kcl-lib/tests/object_prop_not_found/ast.snap index 736f77cee..cc15758d5 100644 --- a/rust/kcl-lib/tests/object_prop_not_found/ast.snap +++ b/rust/kcl-lib/tests/object_prop_not_found/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing object_prop_not_found.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "obj", "start": 0, "type": "Identifier" @@ -20,16 +21,19 @@ description: Result of parsing object_prop_not_found.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [], "start": 0, "type": "ObjectExpression", "type": "ObjectExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -42,6 +46,7 @@ description: Result of parsing object_prop_not_found.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "k", "start": 0, "type": "Identifier" @@ -50,13 +55,16 @@ description: Result of parsing object_prop_not_found.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "obj", "start": 0, "type": "Identifier" @@ -69,6 +77,7 @@ description: Result of parsing object_prop_not_found.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"age\"", "start": 0, "type": "Literal", @@ -79,11 +88,13 @@ description: Result of parsing object_prop_not_found.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -91,6 +102,7 @@ description: Result of parsing object_prop_not_found.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/out_of_band_sketches/ast.snap b/rust/kcl-lib/tests/out_of_band_sketches/ast.snap index b9df77ca8..13adde4c4 100644 --- a/rust/kcl-lib/tests/out_of_band_sketches/ast.snap +++ b/rust/kcl-lib/tests/out_of_band_sketches/ast.snap @@ -13,18 +13,22 @@ description: Result of parsing out_of_band_sketches.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -35,6 +39,7 @@ description: Result of parsing out_of_band_sketches.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -42,9 +47,11 @@ description: Result of parsing out_of_band_sketches.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -55,11 +62,13 @@ description: Result of parsing out_of_band_sketches.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -72,6 +81,7 @@ description: Result of parsing out_of_band_sketches.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile001", "start": 0, "type": "Identifier" @@ -85,6 +95,7 @@ description: Result of parsing out_of_band_sketches.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -95,6 +106,7 @@ description: Result of parsing out_of_band_sketches.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "27.67", "start": 0, "type": "Literal", @@ -107,6 +119,7 @@ description: Result of parsing out_of_band_sketches.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "239.34", "start": 0, "type": "Literal", @@ -118,6 +131,7 @@ description: Result of parsing out_of_band_sketches.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -128,9 +142,11 @@ description: Result of parsing out_of_band_sketches.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -141,6 +157,7 @@ description: Result of parsing out_of_band_sketches.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -148,9 +165,11 @@ description: Result of parsing out_of_band_sketches.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -168,6 +187,7 @@ description: Result of parsing out_of_band_sketches.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -178,6 +198,7 @@ description: Result of parsing out_of_band_sketches.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "414.61", "start": 0, "type": "Literal", @@ -190,6 +211,7 @@ description: Result of parsing out_of_band_sketches.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -201,6 +223,7 @@ description: Result of parsing out_of_band_sketches.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -211,9 +234,11 @@ description: Result of parsing out_of_band_sketches.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -224,6 +249,7 @@ description: Result of parsing out_of_band_sketches.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -236,6 +262,7 @@ description: Result of parsing out_of_band_sketches.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -246,6 +273,7 @@ description: Result of parsing out_of_band_sketches.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "33.98", "start": 0, "type": "Literal", @@ -259,6 +287,7 @@ description: Result of parsing out_of_band_sketches.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "389.36", "start": 0, "type": "Literal", @@ -270,6 +299,7 @@ description: Result of parsing out_of_band_sketches.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -277,6 +307,7 @@ description: Result of parsing out_of_band_sketches.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -287,9 +318,11 @@ description: Result of parsing out_of_band_sketches.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -300,6 +333,7 @@ description: Result of parsing out_of_band_sketches.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -308,12 +342,14 @@ description: Result of parsing out_of_band_sketches.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -327,6 +363,7 @@ description: Result of parsing out_of_band_sketches.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -340,6 +377,7 @@ description: Result of parsing out_of_band_sketches.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -356,11 +394,13 @@ description: Result of parsing out_of_band_sketches.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -373,18 +413,22 @@ description: Result of parsing out_of_band_sketches.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -395,6 +439,7 @@ description: Result of parsing out_of_band_sketches.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -402,9 +447,11 @@ description: Result of parsing out_of_band_sketches.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -415,11 +462,13 @@ description: Result of parsing out_of_band_sketches.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -432,6 +481,7 @@ description: Result of parsing out_of_band_sketches.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile002", "start": 0, "type": "Identifier" @@ -445,6 +495,7 @@ description: Result of parsing out_of_band_sketches.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -455,6 +506,7 @@ description: Result of parsing out_of_band_sketches.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "67.04", "start": 0, "type": "Literal", @@ -468,6 +520,7 @@ description: Result of parsing out_of_band_sketches.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "63.5", "start": 0, "type": "Literal", @@ -479,6 +532,7 @@ description: Result of parsing out_of_band_sketches.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -486,6 +540,7 @@ description: Result of parsing out_of_band_sketches.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -496,9 +551,11 @@ description: Result of parsing out_of_band_sketches.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -509,6 +566,7 @@ description: Result of parsing out_of_band_sketches.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -516,9 +574,11 @@ description: Result of parsing out_of_band_sketches.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" @@ -536,6 +596,7 @@ description: Result of parsing out_of_band_sketches.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -546,6 +607,7 @@ description: Result of parsing out_of_band_sketches.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "282.37", "start": 0, "type": "Literal", @@ -558,6 +620,7 @@ description: Result of parsing out_of_band_sketches.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -569,6 +632,7 @@ description: Result of parsing out_of_band_sketches.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -579,9 +643,11 @@ description: Result of parsing out_of_band_sketches.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -592,6 +658,7 @@ description: Result of parsing out_of_band_sketches.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -604,6 +671,7 @@ description: Result of parsing out_of_band_sketches.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -615,6 +683,7 @@ description: Result of parsing out_of_band_sketches.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12.77", "start": 0, "type": "Literal", @@ -626,6 +695,7 @@ description: Result of parsing out_of_band_sketches.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -635,6 +705,7 @@ description: Result of parsing out_of_band_sketches.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "178.07", "start": 0, "type": "Literal", @@ -646,6 +717,7 @@ description: Result of parsing out_of_band_sketches.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -653,6 +725,7 @@ description: Result of parsing out_of_band_sketches.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -663,9 +736,11 @@ description: Result of parsing out_of_band_sketches.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -676,6 +751,7 @@ description: Result of parsing out_of_band_sketches.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -684,12 +760,14 @@ description: Result of parsing out_of_band_sketches.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -703,6 +781,7 @@ description: Result of parsing out_of_band_sketches.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -716,6 +795,7 @@ description: Result of parsing out_of_band_sketches.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -732,11 +812,13 @@ description: Result of parsing out_of_band_sketches.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -749,6 +831,7 @@ description: Result of parsing out_of_band_sketches.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile001extended", "start": 0, "type": "Identifier" @@ -759,9 +842,11 @@ description: Result of parsing out_of_band_sketches.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile001", "start": 0, "type": "Identifier" @@ -778,6 +863,7 @@ description: Result of parsing out_of_band_sketches.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -789,6 +875,7 @@ description: Result of parsing out_of_band_sketches.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "455.38", "start": 0, "type": "Literal", @@ -800,6 +887,7 @@ description: Result of parsing out_of_band_sketches.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -808,6 +896,7 @@ description: Result of parsing out_of_band_sketches.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -819,6 +908,7 @@ description: Result of parsing out_of_band_sketches.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -829,9 +919,11 @@ description: Result of parsing out_of_band_sketches.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -842,19 +934,23 @@ description: Result of parsing out_of_band_sketches.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -865,6 +961,7 @@ description: Result of parsing out_of_band_sketches.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -873,12 +970,14 @@ description: Result of parsing out_of_band_sketches.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -892,6 +991,7 @@ description: Result of parsing out_of_band_sketches.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -908,11 +1008,13 @@ description: Result of parsing out_of_band_sketches.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -925,6 +1027,7 @@ description: Result of parsing out_of_band_sketches.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile002extended", "start": 0, "type": "Identifier" @@ -935,9 +1038,11 @@ description: Result of parsing out_of_band_sketches.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile002", "start": 0, "type": "Identifier" @@ -954,6 +1059,7 @@ description: Result of parsing out_of_band_sketches.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -965,6 +1071,7 @@ description: Result of parsing out_of_band_sketches.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "299.39", "start": 0, "type": "Literal", @@ -976,6 +1083,7 @@ description: Result of parsing out_of_band_sketches.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -984,6 +1092,7 @@ description: Result of parsing out_of_band_sketches.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "21.28", "start": 0, "type": "Literal", @@ -995,6 +1104,7 @@ description: Result of parsing out_of_band_sketches.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1005,9 +1115,11 @@ description: Result of parsing out_of_band_sketches.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1018,19 +1130,23 @@ description: Result of parsing out_of_band_sketches.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1041,6 +1157,7 @@ description: Result of parsing out_of_band_sketches.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1049,12 +1166,14 @@ description: Result of parsing out_of_band_sketches.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1068,6 +1187,7 @@ description: Result of parsing out_of_band_sketches.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1084,11 +1204,13 @@ description: Result of parsing out_of_band_sketches.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1103,6 +1225,7 @@ description: Result of parsing out_of_band_sketches.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1110,6 +1233,7 @@ description: Result of parsing out_of_band_sketches.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10.14", "start": 0, "type": "Literal", @@ -1125,9 +1249,11 @@ description: Result of parsing out_of_band_sketches.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1138,6 +1264,7 @@ description: Result of parsing out_of_band_sketches.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1148,9 +1275,11 @@ description: Result of parsing out_of_band_sketches.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile001extended", "start": 0, "type": "Identifier" @@ -1164,9 +1293,11 @@ description: Result of parsing out_of_band_sketches.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile002extended", "start": 0, "type": "Identifier" @@ -1178,11 +1309,13 @@ description: Result of parsing out_of_band_sketches.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -1190,12 +1323,14 @@ description: Result of parsing out_of_band_sketches.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1207,6 +1342,7 @@ description: Result of parsing out_of_band_sketches.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1218,6 +1354,7 @@ description: Result of parsing out_of_band_sketches.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1229,6 +1366,7 @@ description: Result of parsing out_of_band_sketches.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1240,6 +1378,7 @@ description: Result of parsing out_of_band_sketches.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/panic_repro_cube/ast.snap b/rust/kcl-lib/tests/panic_repro_cube/ast.snap index e5806e244..2a42d0bfc 100644 --- a/rust/kcl-lib/tests/panic_repro_cube/ast.snap +++ b/rust/kcl-lib/tests/panic_repro_cube/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing panic_repro_cube.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeSide", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing panic_repro_cube.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing panic_repro_cube.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define the dimensions of the cube" ], @@ -49,6 +53,7 @@ description: Result of parsing panic_repro_cube.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bossRadius", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing panic_repro_cube.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing panic_repro_cube.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -87,6 +95,7 @@ description: Result of parsing panic_repro_cube.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bossHeight", "start": 0, "type": "Identifier" @@ -94,6 +103,7 @@ description: Result of parsing panic_repro_cube.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -103,11 +113,13 @@ description: Result of parsing panic_repro_cube.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -120,6 +132,7 @@ description: Result of parsing panic_repro_cube.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shellThickness", "start": 0, "type": "Identifier" @@ -127,6 +140,7 @@ description: Result of parsing panic_repro_cube.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -136,11 +150,13 @@ description: Result of parsing panic_repro_cube.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -158,6 +174,7 @@ description: Result of parsing panic_repro_cube.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "filletRadius", "start": 0, "type": "Identifier" @@ -165,6 +182,7 @@ description: Result of parsing panic_repro_cube.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -174,11 +192,13 @@ description: Result of parsing panic_repro_cube.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -196,6 +216,7 @@ description: Result of parsing panic_repro_cube.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeSketch", "start": 0, "type": "Identifier" @@ -203,13 +224,16 @@ description: Result of parsing panic_repro_cube.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -220,6 +244,7 @@ description: Result of parsing panic_repro_cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -227,9 +252,11 @@ description: Result of parsing panic_repro_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -247,6 +274,7 @@ description: Result of parsing panic_repro_cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -262,9 +290,11 @@ description: Result of parsing panic_repro_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeSide", "start": 0, "type": "Identifier" @@ -276,15 +306,18 @@ description: Result of parsing panic_repro_cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -306,9 +339,11 @@ description: Result of parsing panic_repro_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeSide", "start": 0, "type": "Identifier" @@ -320,15 +355,18 @@ description: Result of parsing panic_repro_cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -344,6 +382,7 @@ description: Result of parsing panic_repro_cube.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -354,9 +393,11 @@ description: Result of parsing panic_repro_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -367,6 +408,7 @@ description: Result of parsing panic_repro_cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -379,6 +421,7 @@ description: Result of parsing panic_repro_cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -387,9 +430,11 @@ description: Result of parsing panic_repro_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeSide", "start": 0, "type": "Identifier" @@ -405,9 +450,11 @@ description: Result of parsing panic_repro_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -418,6 +465,7 @@ description: Result of parsing panic_repro_cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -430,6 +478,7 @@ description: Result of parsing panic_repro_cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -438,9 +487,11 @@ description: Result of parsing panic_repro_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeSide", "start": 0, "type": "Identifier" @@ -456,6 +507,7 @@ description: Result of parsing panic_repro_cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -463,6 +515,7 @@ description: Result of parsing panic_repro_cube.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -474,9 +527,11 @@ description: Result of parsing panic_repro_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -487,6 +542,7 @@ description: Result of parsing panic_repro_cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -499,6 +555,7 @@ description: Result of parsing panic_repro_cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -508,9 +565,11 @@ description: Result of parsing panic_repro_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeSide", "start": 0, "type": "Identifier" @@ -522,6 +581,7 @@ description: Result of parsing panic_repro_cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -533,9 +593,11 @@ description: Result of parsing panic_repro_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -546,6 +608,7 @@ description: Result of parsing panic_repro_cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -558,6 +621,7 @@ description: Result of parsing panic_repro_cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -567,9 +631,11 @@ description: Result of parsing panic_repro_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeSide", "start": 0, "type": "Identifier" @@ -581,6 +647,7 @@ description: Result of parsing panic_repro_cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -592,6 +659,7 @@ description: Result of parsing panic_repro_cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -599,6 +667,7 @@ description: Result of parsing panic_repro_cube.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -610,9 +679,11 @@ description: Result of parsing panic_repro_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -623,19 +694,23 @@ description: Result of parsing panic_repro_cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -646,6 +721,7 @@ description: Result of parsing panic_repro_cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -654,12 +730,14 @@ description: Result of parsing panic_repro_cube.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "6": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -676,11 +754,13 @@ description: Result of parsing panic_repro_cube.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -698,6 +778,7 @@ description: Result of parsing panic_repro_cube.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cube", "start": 0, "type": "Identifier" @@ -709,6 +790,7 @@ description: Result of parsing panic_repro_cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -717,9 +799,11 @@ description: Result of parsing panic_repro_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeSide", "start": 0, "type": "Identifier" @@ -735,6 +819,7 @@ description: Result of parsing panic_repro_cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tagEnd", "start": 0, "type": "Identifier" @@ -742,6 +827,7 @@ description: Result of parsing panic_repro_cube.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -753,6 +839,7 @@ description: Result of parsing panic_repro_cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tagStart", "start": 0, "type": "Identifier" @@ -760,6 +847,7 @@ description: Result of parsing panic_repro_cube.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -771,9 +859,11 @@ description: Result of parsing panic_repro_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -784,6 +874,7 @@ description: Result of parsing panic_repro_cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -791,9 +882,11 @@ description: Result of parsing panic_repro_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeSketch", "start": 0, "type": "Identifier" @@ -804,11 +897,13 @@ description: Result of parsing panic_repro_cube.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -821,6 +916,7 @@ description: Result of parsing panic_repro_cube.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "filletedCube", "start": 0, "type": "Identifier" @@ -832,6 +928,7 @@ description: Result of parsing panic_repro_cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -840,9 +937,11 @@ description: Result of parsing panic_repro_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "filletRadius", "start": 0, "type": "Identifier" @@ -858,6 +957,7 @@ description: Result of parsing panic_repro_cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -866,13 +966,16 @@ description: Result of parsing panic_repro_cube.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -883,6 +986,7 @@ description: Result of parsing panic_repro_cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -890,9 +994,11 @@ description: Result of parsing panic_repro_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -904,13 +1010,16 @@ description: Result of parsing panic_repro_cube.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -921,6 +1030,7 @@ description: Result of parsing panic_repro_cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -928,9 +1038,11 @@ description: Result of parsing panic_repro_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -942,13 +1054,16 @@ description: Result of parsing panic_repro_cube.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -959,17 +1074,21 @@ description: Result of parsing panic_repro_cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -980,6 +1099,7 @@ description: Result of parsing panic_repro_cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -987,9 +1107,11 @@ description: Result of parsing panic_repro_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -1002,13 +1124,16 @@ description: Result of parsing panic_repro_cube.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -1019,17 +1144,21 @@ description: Result of parsing panic_repro_cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -1040,6 +1169,7 @@ description: Result of parsing panic_repro_cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1047,9 +1177,11 @@ description: Result of parsing panic_repro_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -1063,12 +1195,14 @@ description: Result of parsing panic_repro_cube.kcl } ], "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1091,9 +1225,11 @@ description: Result of parsing panic_repro_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -1104,6 +1240,7 @@ description: Result of parsing panic_repro_cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1111,9 +1248,11 @@ description: Result of parsing panic_repro_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cube", "start": 0, "type": "Identifier" @@ -1124,11 +1263,13 @@ description: Result of parsing panic_repro_cube.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1146,6 +1287,7 @@ description: Result of parsing panic_repro_cube.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bossSketch", "start": 0, "type": "Identifier" @@ -1159,6 +1301,7 @@ description: Result of parsing panic_repro_cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -1167,9 +1310,11 @@ description: Result of parsing panic_repro_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "topFace", "start": 0, "type": "Identifier" @@ -1185,9 +1330,11 @@ description: Result of parsing panic_repro_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1198,6 +1345,7 @@ description: Result of parsing panic_repro_cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1205,9 +1353,11 @@ description: Result of parsing panic_repro_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "filletedCube", "start": 0, "type": "Identifier" @@ -1225,6 +1375,7 @@ description: Result of parsing panic_repro_cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1235,6 +1386,7 @@ description: Result of parsing panic_repro_cube.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1247,6 +1399,7 @@ description: Result of parsing panic_repro_cube.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1258,6 +1411,7 @@ description: Result of parsing panic_repro_cube.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1268,6 +1422,7 @@ description: Result of parsing panic_repro_cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1276,9 +1431,11 @@ description: Result of parsing panic_repro_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bossRadius", "start": 0, "type": "Identifier" @@ -1294,9 +1451,11 @@ description: Result of parsing panic_repro_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1307,6 +1466,7 @@ description: Result of parsing panic_repro_cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1315,12 +1475,14 @@ description: Result of parsing panic_repro_cube.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1337,11 +1499,13 @@ description: Result of parsing panic_repro_cube.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1359,6 +1523,7 @@ description: Result of parsing panic_repro_cube.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boss", "start": 0, "type": "Identifier" @@ -1370,6 +1535,7 @@ description: Result of parsing panic_repro_cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1378,9 +1544,11 @@ description: Result of parsing panic_repro_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bossHeight", "start": 0, "type": "Identifier" @@ -1396,6 +1564,7 @@ description: Result of parsing panic_repro_cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tagEnd", "start": 0, "type": "Identifier" @@ -1403,6 +1572,7 @@ description: Result of parsing panic_repro_cube.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1414,9 +1584,11 @@ description: Result of parsing panic_repro_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1427,6 +1599,7 @@ description: Result of parsing panic_repro_cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1434,9 +1607,11 @@ description: Result of parsing panic_repro_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bossSketch", "start": 0, "type": "Identifier" @@ -1447,11 +1622,13 @@ description: Result of parsing panic_repro_cube.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1466,6 +1643,7 @@ description: Result of parsing panic_repro_cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -1474,9 +1652,11 @@ description: Result of parsing panic_repro_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shellThickness", "start": 0, "type": "Identifier" @@ -1492,6 +1672,7 @@ description: Result of parsing panic_repro_cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "faces", "start": 0, "type": "Identifier" @@ -1503,9 +1684,11 @@ description: Result of parsing panic_repro_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bossTopFace", "start": 0, "type": "Identifier" @@ -1517,6 +1700,7 @@ description: Result of parsing panic_repro_cube.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1527,9 +1711,11 @@ description: Result of parsing panic_repro_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shell", "start": 0, "type": "Identifier" @@ -1540,6 +1726,7 @@ description: Result of parsing panic_repro_cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1550,9 +1737,11 @@ description: Result of parsing panic_repro_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "filletedCube", "start": 0, "type": "Identifier" @@ -1566,9 +1755,11 @@ description: Result of parsing panic_repro_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boss", "start": 0, "type": "Identifier" @@ -1580,11 +1771,13 @@ description: Result of parsing panic_repro_cube.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "preComments": [ "", "", @@ -1601,9 +1794,11 @@ description: Result of parsing panic_repro_cube.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -1618,19 +1813,23 @@ description: Result of parsing panic_repro_cube.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -1646,12 +1845,14 @@ description: Result of parsing panic_repro_cube.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": {}, "startNodes": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/parametric/ast.snap b/rust/kcl-lib/tests/parametric/ast.snap index e4f7fd3f4..7515e8321 100644 --- a/rust/kcl-lib/tests/parametric/ast.snap +++ b/rust/kcl-lib/tests/parametric/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing parametric.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sigmaAllow", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing parametric.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "35000", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing parametric.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -46,6 +50,7 @@ description: Result of parsing parametric.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -53,6 +58,7 @@ description: Result of parsing parametric.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "9", "start": 0, "type": "Literal", @@ -62,11 +68,13 @@ description: Result of parsing parametric.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -79,6 +87,7 @@ description: Result of parsing parametric.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p", "start": 0, "type": "Identifier" @@ -86,6 +95,7 @@ description: Result of parsing parametric.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "150", "start": 0, "type": "Literal", @@ -95,11 +105,13 @@ description: Result of parsing parametric.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -112,6 +124,7 @@ description: Result of parsing parametric.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -119,6 +132,7 @@ description: Result of parsing parametric.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -128,11 +142,13 @@ description: Result of parsing parametric.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -145,6 +161,7 @@ description: Result of parsing parametric.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "FOS", "start": 0, "type": "Identifier" @@ -152,6 +169,7 @@ description: Result of parsing parametric.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -161,11 +179,13 @@ description: Result of parsing parametric.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -178,6 +198,7 @@ description: Result of parsing parametric.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "leg1", "start": 0, "type": "Identifier" @@ -185,6 +206,7 @@ description: Result of parsing parametric.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -194,11 +216,13 @@ description: Result of parsing parametric.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -211,6 +235,7 @@ description: Result of parsing parametric.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "leg2", "start": 0, "type": "Identifier" @@ -218,6 +243,7 @@ description: Result of parsing parametric.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8", "start": 0, "type": "Literal", @@ -227,11 +253,13 @@ description: Result of parsing parametric.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -244,18 +272,22 @@ description: Result of parsing parametric.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sqrt", "start": 0, "type": "Identifier" @@ -266,6 +298,7 @@ description: Result of parsing parametric.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -288,9 +321,11 @@ description: Result of parsing parametric.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -300,14 +335,17 @@ description: Result of parsing parametric.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p", "start": 0, "type": "Identifier" @@ -321,14 +359,17 @@ description: Result of parsing parametric.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "FOS", "start": 0, "type": "Identifier" @@ -342,10 +383,12 @@ description: Result of parsing parametric.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -359,14 +402,17 @@ description: Result of parsing parametric.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sigmaAllow", "start": 0, "type": "Identifier" @@ -380,14 +426,17 @@ description: Result of parsing parametric.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -402,11 +451,13 @@ description: Result of parsing parametric.kcl "type": "BinaryExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -419,6 +470,7 @@ description: Result of parsing parametric.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bracket", "start": 0, "type": "Identifier" @@ -426,13 +478,16 @@ description: Result of parsing parametric.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -443,6 +498,7 @@ description: Result of parsing parametric.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -450,9 +506,11 @@ description: Result of parsing parametric.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -470,6 +528,7 @@ description: Result of parsing parametric.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -480,6 +539,7 @@ description: Result of parsing parametric.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -492,6 +552,7 @@ description: Result of parsing parametric.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -503,6 +564,7 @@ description: Result of parsing parametric.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -513,9 +575,11 @@ description: Result of parsing parametric.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -526,6 +590,7 @@ description: Result of parsing parametric.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -538,6 +603,7 @@ description: Result of parsing parametric.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -548,6 +614,7 @@ description: Result of parsing parametric.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -561,9 +628,11 @@ description: Result of parsing parametric.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "leg1", "start": 0, "type": "Identifier" @@ -575,6 +644,7 @@ description: Result of parsing parametric.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -585,9 +655,11 @@ description: Result of parsing parametric.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -598,6 +670,7 @@ description: Result of parsing parametric.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -610,6 +683,7 @@ description: Result of parsing parametric.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -621,9 +695,11 @@ description: Result of parsing parametric.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "leg2", "start": 0, "type": "Identifier" @@ -636,6 +712,7 @@ description: Result of parsing parametric.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -647,6 +724,7 @@ description: Result of parsing parametric.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -657,9 +735,11 @@ description: Result of parsing parametric.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -670,6 +750,7 @@ description: Result of parsing parametric.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -682,6 +763,7 @@ description: Result of parsing parametric.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -692,6 +774,7 @@ description: Result of parsing parametric.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -706,9 +789,11 @@ description: Result of parsing parametric.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -720,6 +805,7 @@ description: Result of parsing parametric.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -727,6 +813,7 @@ description: Result of parsing parametric.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -737,9 +824,11 @@ description: Result of parsing parametric.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -750,6 +839,7 @@ description: Result of parsing parametric.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -762,6 +852,7 @@ description: Result of parsing parametric.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -777,9 +868,11 @@ description: Result of parsing parametric.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "leg2", "start": 0, "type": "Identifier" @@ -791,19 +884,23 @@ description: Result of parsing parametric.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -820,6 +917,7 @@ description: Result of parsing parametric.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -831,6 +929,7 @@ description: Result of parsing parametric.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -841,9 +940,11 @@ description: Result of parsing parametric.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -854,6 +955,7 @@ description: Result of parsing parametric.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -866,6 +968,7 @@ description: Result of parsing parametric.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -876,6 +979,7 @@ description: Result of parsing parametric.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -893,9 +997,11 @@ description: Result of parsing parametric.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "leg1", "start": 0, "type": "Identifier" @@ -907,19 +1013,23 @@ description: Result of parsing parametric.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -935,6 +1045,7 @@ description: Result of parsing parametric.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -945,9 +1056,11 @@ description: Result of parsing parametric.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -958,19 +1071,23 @@ description: Result of parsing parametric.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -981,12 +1098,14 @@ description: Result of parsing parametric.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -999,6 +1118,7 @@ description: Result of parsing parametric.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1007,9 +1127,11 @@ description: Result of parsing parametric.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -1025,9 +1147,11 @@ description: Result of parsing parametric.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1038,6 +1162,7 @@ description: Result of parsing parametric.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1046,15 +1171,18 @@ description: Result of parsing parametric.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1062,12 +1190,14 @@ description: Result of parsing parametric.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1081,6 +1211,7 @@ description: Result of parsing parametric.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1094,6 +1225,7 @@ description: Result of parsing parametric.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1107,6 +1239,7 @@ description: Result of parsing parametric.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1120,6 +1253,7 @@ description: Result of parsing parametric.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1131,6 +1265,7 @@ description: Result of parsing parametric.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1144,6 +1279,7 @@ description: Result of parsing parametric.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1157,6 +1293,7 @@ description: Result of parsing parametric.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/parametric_with_tan_arc/ast.snap b/rust/kcl-lib/tests/parametric_with_tan_arc/ast.snap index 573424d62..d4bf949af 100644 --- a/rust/kcl-lib/tests/parametric_with_tan_arc/ast.snap +++ b/rust/kcl-lib/tests/parametric_with_tan_arc/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing parametric_with_tan_arc.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sigmaAllow", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing parametric_with_tan_arc.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15000", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing parametric_with_tan_arc.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -46,6 +50,7 @@ description: Result of parsing parametric_with_tan_arc.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -53,6 +58,7 @@ description: Result of parsing parametric_with_tan_arc.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11", "start": 0, "type": "Literal", @@ -62,11 +68,13 @@ description: Result of parsing parametric_with_tan_arc.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -79,6 +87,7 @@ description: Result of parsing parametric_with_tan_arc.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p", "start": 0, "type": "Identifier" @@ -86,6 +95,7 @@ description: Result of parsing parametric_with_tan_arc.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "150", "start": 0, "type": "Literal", @@ -95,11 +105,13 @@ description: Result of parsing parametric_with_tan_arc.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -112,6 +124,7 @@ description: Result of parsing parametric_with_tan_arc.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -119,6 +132,7 @@ description: Result of parsing parametric_with_tan_arc.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12", "start": 0, "type": "Literal", @@ -128,11 +142,13 @@ description: Result of parsing parametric_with_tan_arc.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -145,6 +161,7 @@ description: Result of parsing parametric_with_tan_arc.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "FOS", "start": 0, "type": "Identifier" @@ -152,6 +169,7 @@ description: Result of parsing parametric_with_tan_arc.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -161,11 +179,13 @@ description: Result of parsing parametric_with_tan_arc.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -178,18 +198,22 @@ description: Result of parsing parametric_with_tan_arc.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sqrt", "start": 0, "type": "Identifier" @@ -200,6 +224,7 @@ description: Result of parsing parametric_with_tan_arc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -219,9 +244,11 @@ description: Result of parsing parametric_with_tan_arc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -231,14 +258,17 @@ description: Result of parsing parametric_with_tan_arc.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p", "start": 0, "type": "Identifier" @@ -252,14 +282,17 @@ description: Result of parsing parametric_with_tan_arc.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "FOS", "start": 0, "type": "Identifier" @@ -273,10 +306,12 @@ description: Result of parsing parametric_with_tan_arc.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -290,6 +325,7 @@ description: Result of parsing parametric_with_tan_arc.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, @@ -298,9 +334,11 @@ description: Result of parsing parametric_with_tan_arc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sigmaAllow", "start": 0, "type": "Identifier" @@ -310,14 +348,17 @@ description: Result of parsing parametric_with_tan_arc.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -336,11 +377,13 @@ description: Result of parsing parametric_with_tan_arc.kcl "type": "BinaryExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -353,6 +396,7 @@ description: Result of parsing parametric_with_tan_arc.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "filletR", "start": 0, "type": "Identifier" @@ -364,9 +408,11 @@ description: Result of parsing parametric_with_tan_arc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -376,10 +422,12 @@ description: Result of parsing parametric_with_tan_arc.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -393,11 +441,13 @@ description: Result of parsing parametric_with_tan_arc.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -410,6 +460,7 @@ description: Result of parsing parametric_with_tan_arc.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shelfMountL", "start": 0, "type": "Identifier" @@ -417,6 +468,7 @@ description: Result of parsing parametric_with_tan_arc.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "9", "start": 0, "type": "Literal", @@ -426,11 +478,13 @@ description: Result of parsing parametric_with_tan_arc.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -443,6 +497,7 @@ description: Result of parsing parametric_with_tan_arc.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallMountL", "start": 0, "type": "Identifier" @@ -450,6 +505,7 @@ description: Result of parsing parametric_with_tan_arc.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8", "start": 0, "type": "Literal", @@ -459,11 +515,13 @@ description: Result of parsing parametric_with_tan_arc.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -476,6 +534,7 @@ description: Result of parsing parametric_with_tan_arc.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bracket", "start": 0, "type": "Identifier" @@ -483,13 +542,16 @@ description: Result of parsing parametric_with_tan_arc.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -500,6 +562,7 @@ description: Result of parsing parametric_with_tan_arc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -507,9 +570,11 @@ description: Result of parsing parametric_with_tan_arc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -527,6 +592,7 @@ description: Result of parsing parametric_with_tan_arc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -537,6 +603,7 @@ description: Result of parsing parametric_with_tan_arc.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -549,6 +616,7 @@ description: Result of parsing parametric_with_tan_arc.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -560,6 +628,7 @@ description: Result of parsing parametric_with_tan_arc.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -570,9 +639,11 @@ description: Result of parsing parametric_with_tan_arc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -583,6 +654,7 @@ description: Result of parsing parametric_with_tan_arc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -595,6 +667,7 @@ description: Result of parsing parametric_with_tan_arc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -605,6 +678,7 @@ description: Result of parsing parametric_with_tan_arc.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -618,9 +692,11 @@ description: Result of parsing parametric_with_tan_arc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallMountL", "start": 0, "type": "Identifier" @@ -632,6 +708,7 @@ description: Result of parsing parametric_with_tan_arc.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -642,9 +719,11 @@ description: Result of parsing parametric_with_tan_arc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -655,6 +734,7 @@ description: Result of parsing parametric_with_tan_arc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -667,6 +747,7 @@ description: Result of parsing parametric_with_tan_arc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -675,9 +756,11 @@ description: Result of parsing parametric_with_tan_arc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "filletR", "start": 0, "type": "Identifier" @@ -693,6 +776,7 @@ description: Result of parsing parametric_with_tan_arc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -700,6 +784,7 @@ description: Result of parsing parametric_with_tan_arc.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -715,9 +800,11 @@ description: Result of parsing parametric_with_tan_arc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -728,6 +815,7 @@ description: Result of parsing parametric_with_tan_arc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -740,6 +828,7 @@ description: Result of parsing parametric_with_tan_arc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -752,9 +841,11 @@ description: Result of parsing parametric_with_tan_arc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shelfMountL", "start": 0, "type": "Identifier" @@ -766,6 +857,7 @@ description: Result of parsing parametric_with_tan_arc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -774,6 +866,7 @@ description: Result of parsing parametric_with_tan_arc.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -785,6 +878,7 @@ description: Result of parsing parametric_with_tan_arc.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -795,9 +889,11 @@ description: Result of parsing parametric_with_tan_arc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -808,6 +904,7 @@ description: Result of parsing parametric_with_tan_arc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -820,6 +917,7 @@ description: Result of parsing parametric_with_tan_arc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -830,6 +928,7 @@ description: Result of parsing parametric_with_tan_arc.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -844,9 +943,11 @@ description: Result of parsing parametric_with_tan_arc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -858,6 +959,7 @@ description: Result of parsing parametric_with_tan_arc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -865,6 +967,7 @@ description: Result of parsing parametric_with_tan_arc.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -875,9 +978,11 @@ description: Result of parsing parametric_with_tan_arc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -888,6 +993,7 @@ description: Result of parsing parametric_with_tan_arc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -900,6 +1006,7 @@ description: Result of parsing parametric_with_tan_arc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -911,9 +1018,11 @@ description: Result of parsing parametric_with_tan_arc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shelfMountL", "start": 0, "type": "Identifier" @@ -926,6 +1035,7 @@ description: Result of parsing parametric_with_tan_arc.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -937,6 +1047,7 @@ description: Result of parsing parametric_with_tan_arc.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -947,9 +1058,11 @@ description: Result of parsing parametric_with_tan_arc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -960,6 +1073,7 @@ description: Result of parsing parametric_with_tan_arc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -972,6 +1086,7 @@ description: Result of parsing parametric_with_tan_arc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -983,9 +1098,11 @@ description: Result of parsing parametric_with_tan_arc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "filletR", "start": 0, "type": "Identifier" @@ -995,14 +1112,17 @@ description: Result of parsing parametric_with_tan_arc.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -1022,6 +1142,7 @@ description: Result of parsing parametric_with_tan_arc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1030,6 +1151,7 @@ description: Result of parsing parametric_with_tan_arc.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -1041,6 +1163,7 @@ description: Result of parsing parametric_with_tan_arc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1052,9 +1175,11 @@ description: Result of parsing parametric_with_tan_arc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1065,6 +1190,7 @@ description: Result of parsing parametric_with_tan_arc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1077,6 +1203,7 @@ description: Result of parsing parametric_with_tan_arc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1087,6 +1214,7 @@ description: Result of parsing parametric_with_tan_arc.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1101,9 +1229,11 @@ description: Result of parsing parametric_with_tan_arc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallMountL", "start": 0, "type": "Identifier" @@ -1115,6 +1245,7 @@ description: Result of parsing parametric_with_tan_arc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1122,6 +1253,7 @@ description: Result of parsing parametric_with_tan_arc.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1132,9 +1264,11 @@ description: Result of parsing parametric_with_tan_arc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1145,19 +1279,23 @@ description: Result of parsing parametric_with_tan_arc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1168,12 +1306,14 @@ description: Result of parsing parametric_with_tan_arc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1186,6 +1326,7 @@ description: Result of parsing parametric_with_tan_arc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1194,9 +1335,11 @@ description: Result of parsing parametric_with_tan_arc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -1212,9 +1355,11 @@ description: Result of parsing parametric_with_tan_arc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1225,6 +1370,7 @@ description: Result of parsing parametric_with_tan_arc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1233,15 +1379,18 @@ description: Result of parsing parametric_with_tan_arc.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1249,12 +1398,14 @@ description: Result of parsing parametric_with_tan_arc.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1268,6 +1419,7 @@ description: Result of parsing parametric_with_tan_arc.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1281,6 +1433,7 @@ description: Result of parsing parametric_with_tan_arc.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1294,6 +1447,7 @@ description: Result of parsing parametric_with_tan_arc.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1307,6 +1461,7 @@ description: Result of parsing parametric_with_tan_arc.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/pattern_circular_in_module/ast.snap b/rust/kcl-lib/tests/pattern_circular_in_module/ast.snap index eae8cba00..2e72ee239 100644 --- a/rust/kcl-lib/tests/pattern_circular_in_module/ast.snap +++ b/rust/kcl-lib/tests/pattern_circular_in_module/ast.snap @@ -8,6 +8,7 @@ description: Result of parsing pattern_circular_in_module.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "thing.kcl" @@ -19,9 +20,11 @@ description: Result of parsing pattern_circular_in_module.kcl "alias": null, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thing", "start": 0, "type": "Identifier" @@ -39,13 +42,16 @@ description: Result of parsing pattern_circular_in_module.kcl "commentStart": 0, "end": 0, "expression": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thing", "start": 0, "type": "Identifier" @@ -56,11 +62,13 @@ description: Result of parsing pattern_circular_in_module.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -68,12 +76,14 @@ description: Result of parsing pattern_circular_in_module.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/pattern_into_union/ast.snap b/rust/kcl-lib/tests/pattern_into_union/ast.snap index fb9da7528..665096486 100644 --- a/rust/kcl-lib/tests/pattern_into_union/ast.snap +++ b/rust/kcl-lib/tests/pattern_into_union/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing pattern_into_union.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nPlates", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing pattern_into_union.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing pattern_into_union.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -46,6 +50,7 @@ description: Result of parsing pattern_into_union.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "buildPlateThickness", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing pattern_into_union.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -65,10 +71,12 @@ description: Result of parsing pattern_into_union.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25.4", "start": 0, "type": "Literal", @@ -82,11 +90,13 @@ description: Result of parsing pattern_into_union.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -99,6 +109,7 @@ description: Result of parsing pattern_into_union.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "buildPlateWidth", "start": 0, "type": "Identifier" @@ -106,6 +117,7 @@ description: Result of parsing pattern_into_union.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10.125", "start": 0, "type": "Literal", @@ -115,11 +127,13 @@ description: Result of parsing pattern_into_union.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -132,6 +146,7 @@ description: Result of parsing pattern_into_union.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "widthTolerance", "start": 0, "type": "Identifier" @@ -139,6 +154,7 @@ description: Result of parsing pattern_into_union.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2", "start": 0, "type": "Literal", @@ -148,11 +164,13 @@ description: Result of parsing pattern_into_union.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -165,6 +183,7 @@ description: Result of parsing pattern_into_union.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thicknessTolerance", "start": 0, "type": "Identifier" @@ -172,6 +191,7 @@ description: Result of parsing pattern_into_union.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.020", "start": 0, "type": "Literal", @@ -181,11 +201,13 @@ description: Result of parsing pattern_into_union.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -198,6 +220,7 @@ description: Result of parsing pattern_into_union.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endWidth", "start": 0, "type": "Identifier" @@ -205,6 +228,7 @@ description: Result of parsing pattern_into_union.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -214,11 +238,13 @@ description: Result of parsing pattern_into_union.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -231,6 +257,7 @@ description: Result of parsing pattern_into_union.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endTabWidth", "start": 0, "type": "Identifier" @@ -238,6 +265,7 @@ description: Result of parsing pattern_into_union.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -247,11 +275,13 @@ description: Result of parsing pattern_into_union.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -264,6 +294,7 @@ description: Result of parsing pattern_into_union.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endTabHeight", "start": 0, "type": "Identifier" @@ -271,6 +302,7 @@ description: Result of parsing pattern_into_union.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -280,11 +312,13 @@ description: Result of parsing pattern_into_union.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -297,6 +331,7 @@ description: Result of parsing pattern_into_union.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endTabThickness", "start": 0, "type": "Identifier" @@ -304,6 +339,7 @@ description: Result of parsing pattern_into_union.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -313,11 +349,13 @@ description: Result of parsing pattern_into_union.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -330,6 +368,7 @@ description: Result of parsing pattern_into_union.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -341,9 +380,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "buildPlateWidth", "start": 0, "type": "Identifier" @@ -353,6 +394,7 @@ description: Result of parsing pattern_into_union.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -360,6 +402,7 @@ description: Result of parsing pattern_into_union.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -369,6 +412,7 @@ description: Result of parsing pattern_into_union.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, @@ -377,9 +421,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "widthTolerance", "start": 0, "type": "Identifier" @@ -389,14 +435,17 @@ description: Result of parsing pattern_into_union.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endWidth", "start": 0, "type": "Identifier" @@ -418,11 +467,13 @@ description: Result of parsing pattern_into_union.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -435,6 +486,7 @@ description: Result of parsing pattern_into_union.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -449,9 +501,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nPlates", "start": 0, "type": "Identifier" @@ -461,6 +515,7 @@ description: Result of parsing pattern_into_union.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, @@ -469,9 +524,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "buildPlateThickness", "start": 0, "type": "Identifier" @@ -481,14 +538,17 @@ description: Result of parsing pattern_into_union.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thicknessTolerance", "start": 0, "type": "Identifier" @@ -506,6 +566,7 @@ description: Result of parsing pattern_into_union.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -517,9 +578,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nPlates", "start": 0, "type": "Identifier" @@ -529,10 +592,12 @@ description: Result of parsing pattern_into_union.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -546,14 +611,17 @@ description: Result of parsing pattern_into_union.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endTabThickness", "start": 0, "type": "Identifier" @@ -571,11 +639,13 @@ description: Result of parsing pattern_into_union.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -588,6 +658,7 @@ description: Result of parsing pattern_into_union.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseHeight", "start": 0, "type": "Identifier" @@ -595,6 +666,7 @@ description: Result of parsing pattern_into_union.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25", "start": 0, "type": "Literal", @@ -604,11 +676,13 @@ description: Result of parsing pattern_into_union.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -621,6 +695,7 @@ description: Result of parsing pattern_into_union.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "base", "start": 0, "type": "Identifier" @@ -628,13 +703,16 @@ description: Result of parsing pattern_into_union.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -645,6 +723,7 @@ description: Result of parsing pattern_into_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -652,9 +731,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -672,6 +753,7 @@ description: Result of parsing pattern_into_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -682,6 +764,7 @@ description: Result of parsing pattern_into_union.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -694,6 +777,7 @@ description: Result of parsing pattern_into_union.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -705,6 +789,7 @@ description: Result of parsing pattern_into_union.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -715,9 +800,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -728,6 +815,7 @@ description: Result of parsing pattern_into_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -740,6 +828,7 @@ description: Result of parsing pattern_into_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -748,9 +837,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -766,6 +857,7 @@ description: Result of parsing pattern_into_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -773,6 +865,7 @@ description: Result of parsing pattern_into_union.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -784,9 +877,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -797,6 +892,7 @@ description: Result of parsing pattern_into_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -809,6 +905,7 @@ description: Result of parsing pattern_into_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -820,9 +917,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseHeight", "start": 0, "type": "Identifier" @@ -832,14 +931,17 @@ description: Result of parsing pattern_into_union.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endTabHeight", "start": 0, "type": "Identifier" @@ -859,9 +961,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -872,6 +976,7 @@ description: Result of parsing pattern_into_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -884,6 +989,7 @@ description: Result of parsing pattern_into_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -893,9 +999,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endWidth", "start": 0, "type": "Identifier" @@ -907,6 +1015,7 @@ description: Result of parsing pattern_into_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -918,9 +1027,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -931,6 +1042,7 @@ description: Result of parsing pattern_into_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -943,6 +1055,7 @@ description: Result of parsing pattern_into_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -951,9 +1064,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseHeight", "start": 0, "type": "Identifier" @@ -969,9 +1084,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -982,6 +1099,7 @@ description: Result of parsing pattern_into_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -994,6 +1112,7 @@ description: Result of parsing pattern_into_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1002,9 +1121,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endWidth", "start": 0, "type": "Identifier" @@ -1020,9 +1141,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1033,6 +1156,7 @@ description: Result of parsing pattern_into_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1045,6 +1169,7 @@ description: Result of parsing pattern_into_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1056,9 +1181,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseHeight", "start": 0, "type": "Identifier" @@ -1068,14 +1195,17 @@ description: Result of parsing pattern_into_union.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endTabHeight", "start": 0, "type": "Identifier" @@ -1095,9 +1225,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1108,6 +1240,7 @@ description: Result of parsing pattern_into_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1120,6 +1253,7 @@ description: Result of parsing pattern_into_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1127,6 +1261,7 @@ description: Result of parsing pattern_into_union.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1142,6 +1277,7 @@ description: Result of parsing pattern_into_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1149,6 +1285,7 @@ description: Result of parsing pattern_into_union.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1160,9 +1297,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1173,19 +1312,23 @@ description: Result of parsing pattern_into_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1196,6 +1339,7 @@ description: Result of parsing pattern_into_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1208,6 +1352,7 @@ description: Result of parsing pattern_into_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1217,9 +1362,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "depth", "start": 0, "type": "Identifier" @@ -1231,6 +1378,7 @@ description: Result of parsing pattern_into_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1242,9 +1390,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1255,6 +1405,7 @@ description: Result of parsing pattern_into_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1263,15 +1414,18 @@ description: Result of parsing pattern_into_union.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1284,6 +1438,7 @@ description: Result of parsing pattern_into_union.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endTabs", "start": 0, "type": "Identifier" @@ -1291,13 +1446,16 @@ description: Result of parsing pattern_into_union.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1308,6 +1466,7 @@ description: Result of parsing pattern_into_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1315,9 +1474,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -1335,6 +1496,7 @@ description: Result of parsing pattern_into_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1346,9 +1508,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endWidth", "start": 0, "type": "Identifier" @@ -1362,9 +1526,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseHeight", "start": 0, "type": "Identifier" @@ -1376,6 +1542,7 @@ description: Result of parsing pattern_into_union.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1386,9 +1553,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1399,6 +1568,7 @@ description: Result of parsing pattern_into_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1411,6 +1581,7 @@ description: Result of parsing pattern_into_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1422,9 +1593,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endWidth", "start": 0, "type": "Identifier" @@ -1434,14 +1607,17 @@ description: Result of parsing pattern_into_union.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endTabWidth", "start": 0, "type": "Identifier" @@ -1461,9 +1637,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1474,6 +1652,7 @@ description: Result of parsing pattern_into_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1486,6 +1665,7 @@ description: Result of parsing pattern_into_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1493,6 +1673,7 @@ description: Result of parsing pattern_into_union.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "135", "start": 0, "type": "Literal", @@ -1508,6 +1689,7 @@ description: Result of parsing pattern_into_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteY", "start": 0, "type": "Identifier" @@ -1519,9 +1701,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseHeight", "start": 0, "type": "Identifier" @@ -1531,14 +1715,17 @@ description: Result of parsing pattern_into_union.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endTabHeight", "start": 0, "type": "Identifier" @@ -1558,6 +1745,7 @@ description: Result of parsing pattern_into_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1565,6 +1753,7 @@ description: Result of parsing pattern_into_union.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1576,9 +1765,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1589,6 +1780,7 @@ description: Result of parsing pattern_into_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1601,6 +1793,7 @@ description: Result of parsing pattern_into_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1609,9 +1802,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endWidth", "start": 0, "type": "Identifier" @@ -1627,9 +1822,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1640,19 +1837,23 @@ description: Result of parsing pattern_into_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1663,6 +1864,7 @@ description: Result of parsing pattern_into_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1675,6 +1877,7 @@ description: Result of parsing pattern_into_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1686,6 +1889,7 @@ description: Result of parsing pattern_into_union.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1697,19 +1901,23 @@ description: Result of parsing pattern_into_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endTabThickness", "start": 0, "type": "Identifier" @@ -1729,9 +1937,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1742,6 +1952,7 @@ description: Result of parsing pattern_into_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1754,6 +1965,7 @@ description: Result of parsing pattern_into_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1761,6 +1973,7 @@ description: Result of parsing pattern_into_union.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -1776,6 +1989,7 @@ description: Result of parsing pattern_into_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -1784,13 +1998,16 @@ description: Result of parsing pattern_into_union.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -1801,6 +2018,7 @@ description: Result of parsing pattern_into_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1808,9 +2026,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "toFillet", "start": 0, "type": "Identifier" @@ -1823,6 +2043,7 @@ description: Result of parsing pattern_into_union.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1833,9 +2054,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -1846,6 +2069,7 @@ description: Result of parsing pattern_into_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1858,6 +2082,7 @@ description: Result of parsing pattern_into_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -1868,6 +2093,7 @@ description: Result of parsing pattern_into_union.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1880,6 +2106,7 @@ description: Result of parsing pattern_into_union.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1892,6 +2119,7 @@ description: Result of parsing pattern_into_union.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1903,6 +2131,7 @@ description: Result of parsing pattern_into_union.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1913,6 +2142,7 @@ description: Result of parsing pattern_into_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -1927,9 +2157,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "buildPlateThickness", "start": 0, "type": "Identifier" @@ -1939,14 +2171,17 @@ description: Result of parsing pattern_into_union.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thicknessTolerance", "start": 0, "type": "Identifier" @@ -1960,14 +2195,17 @@ description: Result of parsing pattern_into_union.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endTabThickness", "start": 0, "type": "Identifier" @@ -1987,6 +2225,7 @@ description: Result of parsing pattern_into_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -1998,9 +2237,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nPlates", "start": 0, "type": "Identifier" @@ -2010,10 +2251,12 @@ description: Result of parsing pattern_into_union.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -2033,9 +2276,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -2046,6 +2291,7 @@ description: Result of parsing pattern_into_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2054,15 +2300,18 @@ description: Result of parsing pattern_into_union.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2075,6 +2324,7 @@ description: Result of parsing pattern_into_union.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endTabs2", "start": 0, "type": "Identifier" @@ -2082,13 +2332,16 @@ description: Result of parsing pattern_into_union.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2099,6 +2352,7 @@ description: Result of parsing pattern_into_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2106,9 +2360,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -2126,6 +2382,7 @@ description: Result of parsing pattern_into_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -2140,9 +2397,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -2152,14 +2411,17 @@ description: Result of parsing pattern_into_union.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endWidth", "start": 0, "type": "Identifier" @@ -2177,9 +2439,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseHeight", "start": 0, "type": "Identifier" @@ -2191,6 +2455,7 @@ description: Result of parsing pattern_into_union.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2201,9 +2466,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -2214,6 +2481,7 @@ description: Result of parsing pattern_into_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2226,6 +2494,7 @@ description: Result of parsing pattern_into_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2237,9 +2506,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -2249,14 +2520,17 @@ description: Result of parsing pattern_into_union.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endTabWidth", "start": 0, "type": "Identifier" @@ -2276,9 +2550,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -2289,6 +2565,7 @@ description: Result of parsing pattern_into_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2301,6 +2578,7 @@ description: Result of parsing pattern_into_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2308,6 +2586,7 @@ description: Result of parsing pattern_into_union.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "45", "start": 0, "type": "Literal", @@ -2323,6 +2602,7 @@ description: Result of parsing pattern_into_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteY", "start": 0, "type": "Identifier" @@ -2334,9 +2614,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "baseHeight", "start": 0, "type": "Identifier" @@ -2346,14 +2628,17 @@ description: Result of parsing pattern_into_union.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endTabHeight", "start": 0, "type": "Identifier" @@ -2373,6 +2658,7 @@ description: Result of parsing pattern_into_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -2380,6 +2666,7 @@ description: Result of parsing pattern_into_union.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -2391,9 +2678,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -2404,6 +2693,7 @@ description: Result of parsing pattern_into_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2416,6 +2706,7 @@ description: Result of parsing pattern_into_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2427,9 +2718,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -2439,14 +2732,17 @@ description: Result of parsing pattern_into_union.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endWidth", "start": 0, "type": "Identifier" @@ -2466,9 +2762,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -2479,19 +2777,23 @@ description: Result of parsing pattern_into_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -2502,6 +2804,7 @@ description: Result of parsing pattern_into_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2514,6 +2817,7 @@ description: Result of parsing pattern_into_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2525,6 +2829,7 @@ description: Result of parsing pattern_into_union.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -2536,19 +2841,23 @@ description: Result of parsing pattern_into_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endTabThickness", "start": 0, "type": "Identifier" @@ -2568,9 +2877,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2581,6 +2892,7 @@ description: Result of parsing pattern_into_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2593,6 +2905,7 @@ description: Result of parsing pattern_into_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2600,6 +2913,7 @@ description: Result of parsing pattern_into_union.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -2615,6 +2929,7 @@ description: Result of parsing pattern_into_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -2623,13 +2938,16 @@ description: Result of parsing pattern_into_union.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -2640,6 +2958,7 @@ description: Result of parsing pattern_into_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2647,9 +2966,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "toFillet2", "start": 0, "type": "Identifier" @@ -2662,6 +2983,7 @@ description: Result of parsing pattern_into_union.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2672,9 +2994,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -2685,6 +3009,7 @@ description: Result of parsing pattern_into_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2697,6 +3022,7 @@ description: Result of parsing pattern_into_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -2707,6 +3033,7 @@ description: Result of parsing pattern_into_union.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2719,6 +3046,7 @@ description: Result of parsing pattern_into_union.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -2731,6 +3059,7 @@ description: Result of parsing pattern_into_union.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2742,6 +3071,7 @@ description: Result of parsing pattern_into_union.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2752,6 +3082,7 @@ description: Result of parsing pattern_into_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -2766,9 +3097,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "buildPlateThickness", "start": 0, "type": "Identifier" @@ -2778,14 +3111,17 @@ description: Result of parsing pattern_into_union.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thicknessTolerance", "start": 0, "type": "Identifier" @@ -2799,14 +3135,17 @@ description: Result of parsing pattern_into_union.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endTabThickness", "start": 0, "type": "Identifier" @@ -2826,6 +3165,7 @@ description: Result of parsing pattern_into_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -2837,9 +3177,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "nPlates", "start": 0, "type": "Identifier" @@ -2849,10 +3191,12 @@ description: Result of parsing pattern_into_union.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -2872,9 +3216,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -2885,6 +3231,7 @@ description: Result of parsing pattern_into_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2893,15 +3240,18 @@ description: Result of parsing pattern_into_union.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2910,13 +3260,16 @@ description: Result of parsing pattern_into_union.kcl "commentStart": 0, "end": 0, "expression": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "union", "start": 0, "type": "Identifier" @@ -2927,6 +3280,7 @@ description: Result of parsing pattern_into_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2937,9 +3291,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "base", "start": 0, "type": "Identifier" @@ -2953,9 +3309,11 @@ description: Result of parsing pattern_into_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endTabs", "start": 0, "type": "Identifier" @@ -2967,11 +3325,13 @@ description: Result of parsing pattern_into_union.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -2979,12 +3339,14 @@ description: Result of parsing pattern_into_union.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2998,6 +3360,7 @@ description: Result of parsing pattern_into_union.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3009,6 +3372,7 @@ description: Result of parsing pattern_into_union.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3020,6 +3384,7 @@ description: Result of parsing pattern_into_union.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3031,6 +3396,7 @@ description: Result of parsing pattern_into_union.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/pattern_linear_in_module/ast.snap b/rust/kcl-lib/tests/pattern_linear_in_module/ast.snap index de02c7526..3ef5f61cb 100644 --- a/rust/kcl-lib/tests/pattern_linear_in_module/ast.snap +++ b/rust/kcl-lib/tests/pattern_linear_in_module/ast.snap @@ -8,6 +8,7 @@ description: Result of parsing pattern_linear_in_module.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "path": { "type": "Kcl", "filename": "thing.kcl" @@ -19,9 +20,11 @@ description: Result of parsing pattern_linear_in_module.kcl "alias": null, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thing", "start": 0, "type": "Identifier" @@ -39,13 +42,16 @@ description: Result of parsing pattern_linear_in_module.kcl "commentStart": 0, "end": 0, "expression": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thing", "start": 0, "type": "Identifier" @@ -56,11 +62,13 @@ description: Result of parsing pattern_linear_in_module.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -68,12 +76,14 @@ description: Result of parsing pattern_linear_in_module.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/pentagon_fillet_sugar/ast.snap b/rust/kcl-lib/tests/pentagon_fillet_sugar/ast.snap index ce912a99d..dd8c93c77 100644 --- a/rust/kcl-lib/tests/pentagon_fillet_sugar/ast.snap +++ b/rust/kcl-lib/tests/pentagon_fillet_sugar/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "triangleHeight", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "200", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing pentagon_fillet_sugar.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -46,6 +50,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plumbusLen", "start": 0, "type": "Identifier" @@ -53,6 +58,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "100", "start": 0, "type": "Literal", @@ -62,11 +68,13 @@ description: Result of parsing pentagon_fillet_sugar.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -79,6 +87,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -86,6 +95,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "80", "start": 0, "type": "Literal", @@ -95,11 +105,13 @@ description: Result of parsing pentagon_fillet_sugar.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -112,6 +124,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "triangleLen", "start": 0, "type": "Identifier" @@ -119,6 +132,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "500", "start": 0, "type": "Literal", @@ -128,11 +142,13 @@ description: Result of parsing pentagon_fillet_sugar.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -145,6 +161,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p", "start": 0, "type": "Identifier" @@ -152,13 +169,16 @@ description: Result of parsing pentagon_fillet_sugar.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -169,6 +189,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -176,9 +197,11 @@ description: Result of parsing pentagon_fillet_sugar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -196,6 +219,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -206,6 +230,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -218,6 +243,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -229,6 +255,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -239,9 +266,11 @@ description: Result of parsing pentagon_fillet_sugar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -252,6 +281,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -264,6 +294,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -271,6 +302,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "60", "start": 0, "type": "Literal", @@ -286,6 +318,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -294,9 +327,11 @@ description: Result of parsing pentagon_fillet_sugar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "triangleLen", "start": 0, "type": "Identifier" @@ -312,6 +347,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -319,6 +355,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -330,9 +367,11 @@ description: Result of parsing pentagon_fillet_sugar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -343,6 +382,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -355,6 +395,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -362,6 +403,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -377,6 +419,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -385,9 +428,11 @@ description: Result of parsing pentagon_fillet_sugar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "triangleLen", "start": 0, "type": "Identifier" @@ -403,6 +448,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -410,6 +456,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -421,9 +468,11 @@ description: Result of parsing pentagon_fillet_sugar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -434,6 +483,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -446,6 +496,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -453,6 +504,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "300", "start": 0, "type": "Literal", @@ -468,6 +520,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -476,9 +529,11 @@ description: Result of parsing pentagon_fillet_sugar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "triangleLen", "start": 0, "type": "Identifier" @@ -494,6 +549,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -501,6 +557,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -512,9 +569,11 @@ description: Result of parsing pentagon_fillet_sugar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -525,6 +584,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -537,6 +597,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -545,9 +606,11 @@ description: Result of parsing pentagon_fillet_sugar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "triangleHeight", "start": 0, "type": "Identifier" @@ -563,9 +626,11 @@ description: Result of parsing pentagon_fillet_sugar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -576,6 +641,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -584,15 +650,18 @@ description: Result of parsing pentagon_fillet_sugar.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -605,6 +674,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circl", "start": 0, "type": "Identifier" @@ -622,6 +692,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -630,9 +701,11 @@ description: Result of parsing pentagon_fillet_sugar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -648,9 +721,11 @@ description: Result of parsing pentagon_fillet_sugar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -661,6 +736,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -668,9 +744,11 @@ description: Result of parsing pentagon_fillet_sugar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p", "start": 0, "type": "Identifier" @@ -688,6 +766,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -702,9 +781,11 @@ description: Result of parsing pentagon_fillet_sugar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -714,14 +795,17 @@ description: Result of parsing pentagon_fillet_sugar.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -742,9 +826,11 @@ description: Result of parsing pentagon_fillet_sugar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "triangleHeight", "start": 0, "type": "Identifier" @@ -754,10 +840,12 @@ description: Result of parsing pentagon_fillet_sugar.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -773,6 +861,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -783,9 +872,11 @@ description: Result of parsing pentagon_fillet_sugar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -796,6 +887,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -808,6 +900,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -815,6 +908,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -830,6 +924,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -837,6 +932,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -852,6 +948,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -860,9 +957,11 @@ description: Result of parsing pentagon_fillet_sugar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -878,6 +977,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -885,6 +985,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -896,9 +997,11 @@ description: Result of parsing pentagon_fillet_sugar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -909,19 +1012,23 @@ description: Result of parsing pentagon_fillet_sugar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -932,6 +1039,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -940,12 +1048,14 @@ description: Result of parsing pentagon_fillet_sugar.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -953,16 +1063,19 @@ description: Result of parsing pentagon_fillet_sugar.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -973,6 +1086,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -983,11 +1097,13 @@ description: Result of parsing pentagon_fillet_sugar.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1000,6 +1116,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "c1", "start": 0, "type": "Identifier" @@ -1011,6 +1128,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -1019,6 +1137,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "200", "start": 0, "type": "Literal", @@ -1030,6 +1149,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1041,6 +1161,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -1049,9 +1170,11 @@ description: Result of parsing pentagon_fillet_sugar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "c", "start": 0, "type": "Identifier" @@ -1067,9 +1190,11 @@ description: Result of parsing pentagon_fillet_sugar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circl", "start": 0, "type": "Identifier" @@ -1080,16 +1205,19 @@ description: Result of parsing pentagon_fillet_sugar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1102,6 +1230,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plumbus1", "start": 0, "type": "Identifier" @@ -1112,9 +1241,11 @@ description: Result of parsing pentagon_fillet_sugar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "c1", "start": 0, "type": "Identifier" @@ -1131,6 +1262,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1139,9 +1271,11 @@ description: Result of parsing pentagon_fillet_sugar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plumbusLen", "start": 0, "type": "Identifier" @@ -1157,9 +1291,11 @@ description: Result of parsing pentagon_fillet_sugar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1170,6 +1306,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1182,6 +1319,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1189,6 +1327,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -1204,6 +1343,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -1215,17 +1355,21 @@ description: Result of parsing pentagon_fillet_sugar.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "c1", "start": 0, "type": "Identifier" @@ -1238,6 +1382,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier", @@ -1250,6 +1395,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc_tag", "start": 0, "type": "Identifier", @@ -1260,13 +1406,16 @@ description: Result of parsing pentagon_fillet_sugar.kcl "type": "MemberExpression" }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getOppositeEdge", "start": 0, "type": "Identifier" @@ -1277,6 +1426,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1284,17 +1434,21 @@ description: Result of parsing pentagon_fillet_sugar.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "c1", "start": 0, "type": "Identifier" @@ -1307,6 +1461,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier", @@ -1319,6 +1474,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc_tag", "start": 0, "type": "Identifier", @@ -1331,6 +1487,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1341,9 +1498,11 @@ description: Result of parsing pentagon_fillet_sugar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -1354,6 +1513,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1362,15 +1522,18 @@ description: Result of parsing pentagon_fillet_sugar.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1383,6 +1546,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "c2", "start": 0, "type": "Identifier" @@ -1394,6 +1558,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -1401,6 +1566,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "200", "start": 0, "type": "Literal", @@ -1416,6 +1582,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -1424,9 +1591,11 @@ description: Result of parsing pentagon_fillet_sugar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "a", "start": 0, "type": "Identifier" @@ -1442,9 +1611,11 @@ description: Result of parsing pentagon_fillet_sugar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circl", "start": 0, "type": "Identifier" @@ -1455,16 +1626,19 @@ description: Result of parsing pentagon_fillet_sugar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1477,6 +1651,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plumbus0", "start": 0, "type": "Identifier" @@ -1487,9 +1662,11 @@ description: Result of parsing pentagon_fillet_sugar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "c2", "start": 0, "type": "Identifier" @@ -1506,6 +1683,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1514,9 +1692,11 @@ description: Result of parsing pentagon_fillet_sugar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plumbusLen", "start": 0, "type": "Identifier" @@ -1532,9 +1712,11 @@ description: Result of parsing pentagon_fillet_sugar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1545,6 +1727,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1557,6 +1740,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1564,6 +1748,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -1579,6 +1764,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -1590,17 +1776,21 @@ description: Result of parsing pentagon_fillet_sugar.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "c2", "start": 0, "type": "Identifier" @@ -1613,6 +1803,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier", @@ -1625,6 +1816,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc_tag", "start": 0, "type": "Identifier", @@ -1635,13 +1827,16 @@ description: Result of parsing pentagon_fillet_sugar.kcl "type": "MemberExpression" }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getOppositeEdge", "start": 0, "type": "Identifier" @@ -1652,6 +1847,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1659,17 +1855,21 @@ description: Result of parsing pentagon_fillet_sugar.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "c2", "start": 0, "type": "Identifier" @@ -1682,6 +1882,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier", @@ -1694,6 +1895,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc_tag", "start": 0, "type": "Identifier", @@ -1706,6 +1908,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1716,9 +1919,11 @@ description: Result of parsing pentagon_fillet_sugar.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -1729,6 +1934,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1737,15 +1943,18 @@ description: Result of parsing pentagon_fillet_sugar.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1753,12 +1962,14 @@ description: Result of parsing pentagon_fillet_sugar.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1770,6 +1981,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1781,6 +1993,7 @@ description: Result of parsing pentagon_fillet_sugar.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/pentagon_fillet_sugar/program_memory.snap b/rust/kcl-lib/tests/pentagon_fillet_sugar/program_memory.snap index 6fce054c6..1ca04ca9b 100644 --- a/rust/kcl-lib/tests/pentagon_fillet_sugar/program_memory.snap +++ b/rust/kcl-lib/tests/pentagon_fillet_sugar/program_memory.snap @@ -47,6 +47,7 @@ description: Variables in memory after executing pentagon_fillet_sugar.kcl "tag": { "commentStart": 564, "end": 572, + "moduleId": 0, "start": 564, "type": "TagDeclarator", "value": "arc_tag" @@ -113,6 +114,7 @@ description: Variables in memory after executing pentagon_fillet_sugar.kcl "tag": { "commentStart": 178, "end": 180, + "moduleId": 0, "start": 178, "type": "TagDeclarator", "value": "a" @@ -126,6 +128,7 @@ description: Variables in memory after executing pentagon_fillet_sugar.kcl "tag": { "commentStart": 239, "end": 241, + "moduleId": 0, "start": 239, "type": "TagDeclarator", "value": "b" @@ -139,6 +142,7 @@ description: Variables in memory after executing pentagon_fillet_sugar.kcl "tag": { "commentStart": 300, "end": 302, + "moduleId": 0, "start": 300, "type": "TagDeclarator", "value": "c" @@ -162,6 +166,7 @@ description: Variables in memory after executing pentagon_fillet_sugar.kcl "tag": { "commentStart": 178, "end": 180, + "moduleId": 0, "start": 178, "type": "TagDeclarator", "value": "a" @@ -187,6 +192,7 @@ description: Variables in memory after executing pentagon_fillet_sugar.kcl "tag": { "commentStart": 239, "end": 241, + "moduleId": 0, "start": 239, "type": "TagDeclarator", "value": "b" @@ -212,6 +218,7 @@ description: Variables in memory after executing pentagon_fillet_sugar.kcl "tag": { "commentStart": 300, "end": 302, + "moduleId": 0, "start": 300, "type": "TagDeclarator", "value": "c" @@ -361,6 +368,7 @@ description: Variables in memory after executing pentagon_fillet_sugar.kcl "tag": { "commentStart": 564, "end": 572, + "moduleId": 0, "start": 564, "type": "TagDeclarator", "value": "arc_tag" @@ -427,6 +435,7 @@ description: Variables in memory after executing pentagon_fillet_sugar.kcl "tag": { "commentStart": 178, "end": 180, + "moduleId": 0, "start": 178, "type": "TagDeclarator", "value": "a" @@ -440,6 +449,7 @@ description: Variables in memory after executing pentagon_fillet_sugar.kcl "tag": { "commentStart": 239, "end": 241, + "moduleId": 0, "start": 239, "type": "TagDeclarator", "value": "b" @@ -453,6 +463,7 @@ description: Variables in memory after executing pentagon_fillet_sugar.kcl "tag": { "commentStart": 300, "end": 302, + "moduleId": 0, "start": 300, "type": "TagDeclarator", "value": "c" @@ -476,6 +487,7 @@ description: Variables in memory after executing pentagon_fillet_sugar.kcl "tag": { "commentStart": 178, "end": 180, + "moduleId": 0, "start": 178, "type": "TagDeclarator", "value": "a" @@ -501,6 +513,7 @@ description: Variables in memory after executing pentagon_fillet_sugar.kcl "tag": { "commentStart": 239, "end": 241, + "moduleId": 0, "start": 239, "type": "TagDeclarator", "value": "b" @@ -526,6 +539,7 @@ description: Variables in memory after executing pentagon_fillet_sugar.kcl "tag": { "commentStart": 300, "end": 302, + "moduleId": 0, "start": 300, "type": "TagDeclarator", "value": "c" @@ -669,6 +683,7 @@ description: Variables in memory after executing pentagon_fillet_sugar.kcl "tag": { "commentStart": 178, "end": 180, + "moduleId": 0, "start": 178, "type": "TagDeclarator", "value": "a" @@ -682,6 +697,7 @@ description: Variables in memory after executing pentagon_fillet_sugar.kcl "tag": { "commentStart": 239, "end": 241, + "moduleId": 0, "start": 239, "type": "TagDeclarator", "value": "b" @@ -695,6 +711,7 @@ description: Variables in memory after executing pentagon_fillet_sugar.kcl "tag": { "commentStart": 300, "end": 302, + "moduleId": 0, "start": 300, "type": "TagDeclarator", "value": "c" @@ -718,6 +735,7 @@ description: Variables in memory after executing pentagon_fillet_sugar.kcl "tag": { "commentStart": 178, "end": 180, + "moduleId": 0, "start": 178, "type": "TagDeclarator", "value": "a" @@ -743,6 +761,7 @@ description: Variables in memory after executing pentagon_fillet_sugar.kcl "tag": { "commentStart": 239, "end": 241, + "moduleId": 0, "start": 239, "type": "TagDeclarator", "value": "b" @@ -768,6 +787,7 @@ description: Variables in memory after executing pentagon_fillet_sugar.kcl "tag": { "commentStart": 300, "end": 302, + "moduleId": 0, "start": 300, "type": "TagDeclarator", "value": "c" @@ -873,6 +893,7 @@ description: Variables in memory after executing pentagon_fillet_sugar.kcl "tag": { "commentStart": 564, "end": 572, + "moduleId": 0, "start": 564, "type": "TagDeclarator", "value": "arc_tag" @@ -902,6 +923,7 @@ description: Variables in memory after executing pentagon_fillet_sugar.kcl "tag": { "commentStart": 564, "end": 572, + "moduleId": 0, "start": 564, "type": "TagDeclarator", "value": "arc_tag" @@ -968,6 +990,7 @@ description: Variables in memory after executing pentagon_fillet_sugar.kcl "tag": { "commentStart": 178, "end": 180, + "moduleId": 0, "start": 178, "type": "TagDeclarator", "value": "a" @@ -981,6 +1004,7 @@ description: Variables in memory after executing pentagon_fillet_sugar.kcl "tag": { "commentStart": 239, "end": 241, + "moduleId": 0, "start": 239, "type": "TagDeclarator", "value": "b" @@ -994,6 +1018,7 @@ description: Variables in memory after executing pentagon_fillet_sugar.kcl "tag": { "commentStart": 300, "end": 302, + "moduleId": 0, "start": 300, "type": "TagDeclarator", "value": "c" @@ -1017,6 +1042,7 @@ description: Variables in memory after executing pentagon_fillet_sugar.kcl "tag": { "commentStart": 178, "end": 180, + "moduleId": 0, "start": 178, "type": "TagDeclarator", "value": "a" @@ -1042,6 +1068,7 @@ description: Variables in memory after executing pentagon_fillet_sugar.kcl "tag": { "commentStart": 239, "end": 241, + "moduleId": 0, "start": 239, "type": "TagDeclarator", "value": "b" @@ -1067,6 +1094,7 @@ description: Variables in memory after executing pentagon_fillet_sugar.kcl "tag": { "commentStart": 300, "end": 302, + "moduleId": 0, "start": 300, "type": "TagDeclarator", "value": "c" @@ -1252,6 +1280,7 @@ description: Variables in memory after executing pentagon_fillet_sugar.kcl "tag": { "commentStart": 564, "end": 572, + "moduleId": 0, "start": 564, "type": "TagDeclarator", "value": "arc_tag" @@ -1281,6 +1310,7 @@ description: Variables in memory after executing pentagon_fillet_sugar.kcl "tag": { "commentStart": 564, "end": 572, + "moduleId": 0, "start": 564, "type": "TagDeclarator", "value": "arc_tag" @@ -1347,6 +1377,7 @@ description: Variables in memory after executing pentagon_fillet_sugar.kcl "tag": { "commentStart": 178, "end": 180, + "moduleId": 0, "start": 178, "type": "TagDeclarator", "value": "a" @@ -1360,6 +1391,7 @@ description: Variables in memory after executing pentagon_fillet_sugar.kcl "tag": { "commentStart": 239, "end": 241, + "moduleId": 0, "start": 239, "type": "TagDeclarator", "value": "b" @@ -1373,6 +1405,7 @@ description: Variables in memory after executing pentagon_fillet_sugar.kcl "tag": { "commentStart": 300, "end": 302, + "moduleId": 0, "start": 300, "type": "TagDeclarator", "value": "c" @@ -1396,6 +1429,7 @@ description: Variables in memory after executing pentagon_fillet_sugar.kcl "tag": { "commentStart": 178, "end": 180, + "moduleId": 0, "start": 178, "type": "TagDeclarator", "value": "a" @@ -1421,6 +1455,7 @@ description: Variables in memory after executing pentagon_fillet_sugar.kcl "tag": { "commentStart": 239, "end": 241, + "moduleId": 0, "start": 239, "type": "TagDeclarator", "value": "b" @@ -1446,6 +1481,7 @@ description: Variables in memory after executing pentagon_fillet_sugar.kcl "tag": { "commentStart": 300, "end": 302, + "moduleId": 0, "start": 300, "type": "TagDeclarator", "value": "c" diff --git a/rust/kcl-lib/tests/pipe_as_arg/ast.snap b/rust/kcl-lib/tests/pipe_as_arg/ast.snap index 3d29e2530..85e97bfea 100644 --- a/rust/kcl-lib/tests/pipe_as_arg/ast.snap +++ b/rust/kcl-lib/tests/pipe_as_arg/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing pipe_as_arg.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cube", "start": 0, "type": "Identifier" @@ -25,9 +26,11 @@ description: Result of parsing pipe_as_arg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -39,6 +42,7 @@ description: Result of parsing pipe_as_arg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -46,16 +50,19 @@ description: Result of parsing pipe_as_arg.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -66,6 +73,7 @@ description: Result of parsing pipe_as_arg.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -76,11 +84,13 @@ description: Result of parsing pipe_as_arg.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -93,6 +103,7 @@ description: Result of parsing pipe_as_arg.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "double", "start": 0, "type": "Identifier" @@ -108,9 +119,11 @@ description: Result of parsing pipe_as_arg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -120,10 +133,12 @@ description: Result of parsing pipe_as_arg.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -139,6 +154,7 @@ description: Result of parsing pipe_as_arg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -146,16 +162,19 @@ description: Result of parsing pipe_as_arg.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -167,11 +186,13 @@ description: Result of parsing pipe_as_arg.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -184,6 +205,7 @@ description: Result of parsing pipe_as_arg.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -195,6 +217,7 @@ description: Result of parsing pipe_as_arg.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "200", "start": 0, "type": "Literal", @@ -206,6 +229,7 @@ description: Result of parsing pipe_as_arg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -213,20 +237,24 @@ description: Result of parsing pipe_as_arg.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [], "start": 0, "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -239,6 +267,7 @@ description: Result of parsing pipe_as_arg.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "myCube", "start": 0, "type": "Identifier" @@ -250,6 +279,7 @@ description: Result of parsing pipe_as_arg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -259,6 +289,7 @@ description: Result of parsing pipe_as_arg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "200", "start": 0, "type": "Literal", @@ -269,13 +300,16 @@ description: Result of parsing pipe_as_arg.kcl } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "double", "start": 0, "type": "Identifier" @@ -286,12 +320,14 @@ description: Result of parsing pipe_as_arg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -300,6 +336,7 @@ description: Result of parsing pipe_as_arg.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" @@ -310,6 +347,7 @@ description: Result of parsing pipe_as_arg.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -320,6 +358,7 @@ description: Result of parsing pipe_as_arg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -332,6 +371,7 @@ description: Result of parsing pipe_as_arg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -343,6 +383,7 @@ description: Result of parsing pipe_as_arg.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -353,9 +394,11 @@ description: Result of parsing pipe_as_arg.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cube", "start": 0, "type": "Identifier" @@ -366,16 +409,19 @@ description: Result of parsing pipe_as_arg.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -383,12 +429,14 @@ description: Result of parsing pipe_as_arg.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -400,6 +448,7 @@ description: Result of parsing pipe_as_arg.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/pipe_substitution_inside_function_called_from_pipeline/ast.snap b/rust/kcl-lib/tests/pipe_substitution_inside_function_called_from_pipeline/ast.snap index 77624d0b8..0228a83bf 100644 --- a/rust/kcl-lib/tests/pipe_substitution_inside_function_called_from_pipeline/ast.snap +++ b/rust/kcl-lib/tests/pipe_substitution_inside_function_called_from_pipeline/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing pipe_substitution_inside_function_called_from_pip "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -24,12 +25,14 @@ description: Result of parsing pipe_substitution_inside_function_called_from_pip "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -37,16 +40,19 @@ description: Result of parsing pipe_substitution_inside_function_called_from_pip ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ignored", "start": 0, "type": "Identifier" @@ -58,11 +64,13 @@ description: Result of parsing pipe_substitution_inside_function_called_from_pip "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "// Make sure pipe value doesn't leak into the function call." ], @@ -78,6 +86,7 @@ description: Result of parsing pipe_substitution_inside_function_called_from_pip "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "answer", "start": 0, "type": "Identifier" @@ -87,18 +96,22 @@ description: Result of parsing pipe_substitution_inside_function_called_from_pip { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "f", "start": 0, "type": "Identifier" @@ -109,12 +122,14 @@ description: Result of parsing pipe_substitution_inside_function_called_from_pip }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -123,15 +138,18 @@ description: Result of parsing pipe_substitution_inside_function_called_from_pip ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -139,12 +157,14 @@ description: Result of parsing pipe_substitution_inside_function_called_from_pip ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/poop_chute/ast.snap b/rust/kcl-lib/tests/poop_chute/ast.snap index 6267f8722..ffbdc7942 100644 --- a/rust/kcl-lib/tests/poop_chute/ast.snap +++ b/rust/kcl-lib/tests/poop_chute/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing poop_chute.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wall_thickness", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing poop_chute.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.125", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing poop_chute.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -46,6 +50,7 @@ description: Result of parsing poop_chute.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "back_walls_width", "start": 0, "type": "Identifier" @@ -53,6 +58,7 @@ description: Result of parsing poop_chute.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -62,11 +68,13 @@ description: Result of parsing poop_chute.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -79,6 +87,7 @@ description: Result of parsing poop_chute.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "front_walls_width", "start": 0, "type": "Identifier" @@ -86,6 +95,7 @@ description: Result of parsing poop_chute.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.5", "start": 0, "type": "Literal", @@ -95,11 +105,13 @@ description: Result of parsing poop_chute.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -112,6 +124,7 @@ description: Result of parsing poop_chute.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -119,6 +132,7 @@ description: Result of parsing poop_chute.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.5", "start": 0, "type": "Literal", @@ -128,11 +142,13 @@ description: Result of parsing poop_chute.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -145,6 +161,7 @@ description: Result of parsing poop_chute.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "filletRadius", "start": 0, "type": "Identifier" @@ -152,6 +169,7 @@ description: Result of parsing poop_chute.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.050", "start": 0, "type": "Literal", @@ -161,11 +179,13 @@ description: Result of parsing poop_chute.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -178,6 +198,7 @@ description: Result of parsing poop_chute.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "back_length", "start": 0, "type": "Identifier" @@ -185,6 +206,7 @@ description: Result of parsing poop_chute.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7", "start": 0, "type": "Literal", @@ -194,11 +216,13 @@ description: Result of parsing poop_chute.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -211,6 +235,7 @@ description: Result of parsing poop_chute.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "exit_height", "start": 0, "type": "Identifier" @@ -218,6 +243,7 @@ description: Result of parsing poop_chute.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -227,11 +253,13 @@ description: Result of parsing poop_chute.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -244,6 +272,7 @@ description: Result of parsing poop_chute.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "front_length", "start": 0, "type": "Identifier" @@ -251,6 +280,7 @@ description: Result of parsing poop_chute.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -260,11 +290,13 @@ description: Result of parsing poop_chute.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -277,6 +309,7 @@ description: Result of parsing poop_chute.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "Fx", "start": 0, "type": "Identifier" @@ -284,6 +317,7 @@ description: Result of parsing poop_chute.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -293,11 +327,13 @@ description: Result of parsing poop_chute.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -310,6 +346,7 @@ description: Result of parsing poop_chute.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "Fy", "start": 0, "type": "Identifier" @@ -317,6 +354,7 @@ description: Result of parsing poop_chute.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -326,11 +364,13 @@ description: Result of parsing poop_chute.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -343,6 +383,7 @@ description: Result of parsing poop_chute.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -350,13 +391,16 @@ description: Result of parsing poop_chute.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -367,6 +411,7 @@ description: Result of parsing poop_chute.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -375,9 +420,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -389,6 +436,7 @@ description: Result of parsing poop_chute.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -402,6 +450,7 @@ description: Result of parsing poop_chute.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -416,9 +465,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "back_walls_width", "start": 0, "type": "Identifier" @@ -428,10 +479,12 @@ description: Result of parsing poop_chute.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -448,6 +501,7 @@ description: Result of parsing poop_chute.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -459,6 +513,7 @@ description: Result of parsing poop_chute.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -469,9 +524,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -482,6 +539,7 @@ description: Result of parsing poop_chute.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -494,6 +552,7 @@ description: Result of parsing poop_chute.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -505,9 +564,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wall_thickness", "start": 0, "type": "Identifier" @@ -517,10 +578,12 @@ description: Result of parsing poop_chute.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -540,9 +603,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -553,6 +618,7 @@ description: Result of parsing poop_chute.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -565,6 +631,7 @@ description: Result of parsing poop_chute.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -572,6 +639,7 @@ description: Result of parsing poop_chute.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "45", "start": 0, "type": "Literal", @@ -587,6 +655,7 @@ description: Result of parsing poop_chute.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteX", "start": 0, "type": "Identifier" @@ -595,9 +664,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "back_walls_width", "start": 0, "type": "Identifier" @@ -613,6 +684,7 @@ description: Result of parsing poop_chute.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -620,6 +692,7 @@ description: Result of parsing poop_chute.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -631,9 +704,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -644,6 +719,7 @@ description: Result of parsing poop_chute.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -656,6 +732,7 @@ description: Result of parsing poop_chute.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -664,9 +741,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -682,9 +761,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -695,6 +776,7 @@ description: Result of parsing poop_chute.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -707,6 +789,7 @@ description: Result of parsing poop_chute.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -716,9 +799,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wall_thickness", "start": 0, "type": "Identifier" @@ -730,6 +815,7 @@ description: Result of parsing poop_chute.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -741,9 +827,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -754,6 +842,7 @@ description: Result of parsing poop_chute.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -766,18 +855,22 @@ description: Result of parsing poop_chute.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndY", "start": 0, "type": "Identifier" @@ -788,6 +881,7 @@ description: Result of parsing poop_chute.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -795,9 +889,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -814,9 +910,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -827,6 +925,7 @@ description: Result of parsing poop_chute.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -839,6 +938,7 @@ description: Result of parsing poop_chute.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -846,6 +946,7 @@ description: Result of parsing poop_chute.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "45", "start": 0, "type": "Literal", @@ -861,6 +962,7 @@ description: Result of parsing poop_chute.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteX", "start": 0, "type": "Identifier" @@ -875,9 +977,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "back_walls_width", "start": 0, "type": "Identifier" @@ -887,10 +991,12 @@ description: Result of parsing poop_chute.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -904,6 +1010,7 @@ description: Result of parsing poop_chute.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -912,9 +1019,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wall_thickness", "start": 0, "type": "Identifier" @@ -924,10 +1033,12 @@ description: Result of parsing poop_chute.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -951,9 +1062,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -964,6 +1077,7 @@ description: Result of parsing poop_chute.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -976,6 +1090,7 @@ description: Result of parsing poop_chute.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -985,9 +1100,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wall_thickness", "start": 0, "type": "Identifier" @@ -999,6 +1116,7 @@ description: Result of parsing poop_chute.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1010,9 +1128,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1023,6 +1143,7 @@ description: Result of parsing poop_chute.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1035,6 +1156,7 @@ description: Result of parsing poop_chute.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1045,6 +1167,7 @@ description: Result of parsing poop_chute.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -1054,10 +1177,12 @@ description: Result of parsing poop_chute.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "45", "start": 0, "type": "Literal", @@ -1077,6 +1202,7 @@ description: Result of parsing poop_chute.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteX", "start": 0, "type": "Identifier" @@ -1085,9 +1211,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wall_thickness", "start": 0, "type": "Identifier" @@ -1103,9 +1231,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1116,6 +1246,7 @@ description: Result of parsing poop_chute.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1128,6 +1259,7 @@ description: Result of parsing poop_chute.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1136,9 +1268,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -1154,9 +1288,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1167,6 +1303,7 @@ description: Result of parsing poop_chute.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1179,6 +1316,7 @@ description: Result of parsing poop_chute.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1186,6 +1324,7 @@ description: Result of parsing poop_chute.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1201,9 +1340,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1214,6 +1355,7 @@ description: Result of parsing poop_chute.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1226,18 +1368,22 @@ description: Result of parsing poop_chute.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndY", "start": 0, "type": "Identifier" @@ -1248,6 +1394,7 @@ description: Result of parsing poop_chute.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1255,9 +1402,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -1274,9 +1423,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1287,6 +1438,7 @@ description: Result of parsing poop_chute.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1299,6 +1451,7 @@ description: Result of parsing poop_chute.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1309,6 +1462,7 @@ description: Result of parsing poop_chute.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -1318,10 +1472,12 @@ description: Result of parsing poop_chute.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "45", "start": 0, "type": "Literal", @@ -1341,6 +1497,7 @@ description: Result of parsing poop_chute.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteY", "start": 0, "type": "Identifier" @@ -1348,6 +1505,7 @@ description: Result of parsing poop_chute.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1363,9 +1521,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1376,19 +1536,23 @@ description: Result of parsing poop_chute.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1399,12 +1563,14 @@ description: Result of parsing poop_chute.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1413,15 +1579,18 @@ description: Result of parsing poop_chute.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1434,6 +1603,7 @@ description: Result of parsing poop_chute.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part001", "start": 0, "type": "Identifier" @@ -1445,6 +1615,7 @@ description: Result of parsing poop_chute.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1452,6 +1623,7 @@ description: Result of parsing poop_chute.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -1467,6 +1639,7 @@ description: Result of parsing poop_chute.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -1474,6 +1647,7 @@ description: Result of parsing poop_chute.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -1481,10 +1655,12 @@ description: Result of parsing poop_chute.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "direction", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -1493,6 +1669,7 @@ description: Result of parsing poop_chute.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -1505,6 +1682,7 @@ description: Result of parsing poop_chute.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -1516,6 +1694,7 @@ description: Result of parsing poop_chute.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1527,10 +1706,12 @@ description: Result of parsing poop_chute.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "origin", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -1539,6 +1720,7 @@ description: Result of parsing poop_chute.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -1555,9 +1737,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -1567,10 +1751,12 @@ description: Result of parsing poop_chute.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".0000001", "start": 0, "type": "Literal", @@ -1586,6 +1772,7 @@ description: Result of parsing poop_chute.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1602,9 +1789,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -1615,6 +1804,7 @@ description: Result of parsing poop_chute.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1622,9 +1812,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -1635,11 +1827,13 @@ description: Result of parsing poop_chute.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1652,6 +1846,7 @@ description: Result of parsing poop_chute.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" @@ -1659,13 +1854,16 @@ description: Result of parsing poop_chute.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1676,6 +1874,7 @@ description: Result of parsing poop_chute.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1684,9 +1883,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -1698,6 +1899,7 @@ description: Result of parsing poop_chute.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1711,6 +1913,7 @@ description: Result of parsing poop_chute.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1725,9 +1928,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "back_walls_width", "start": 0, "type": "Identifier" @@ -1737,10 +1942,12 @@ description: Result of parsing poop_chute.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1757,6 +1964,7 @@ description: Result of parsing poop_chute.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1768,6 +1976,7 @@ description: Result of parsing poop_chute.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1778,9 +1987,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1791,6 +2002,7 @@ description: Result of parsing poop_chute.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1803,6 +2015,7 @@ description: Result of parsing poop_chute.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1814,9 +2027,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wall_thickness", "start": 0, "type": "Identifier" @@ -1826,10 +2041,12 @@ description: Result of parsing poop_chute.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1849,9 +2066,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1862,6 +2081,7 @@ description: Result of parsing poop_chute.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1874,6 +2094,7 @@ description: Result of parsing poop_chute.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1881,6 +2102,7 @@ description: Result of parsing poop_chute.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "45", "start": 0, "type": "Literal", @@ -1896,6 +2118,7 @@ description: Result of parsing poop_chute.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteX", "start": 0, "type": "Identifier" @@ -1904,9 +2127,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "back_walls_width", "start": 0, "type": "Identifier" @@ -1922,6 +2147,7 @@ description: Result of parsing poop_chute.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1929,6 +2155,7 @@ description: Result of parsing poop_chute.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1940,9 +2167,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1953,6 +2182,7 @@ description: Result of parsing poop_chute.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1965,6 +2195,7 @@ description: Result of parsing poop_chute.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1973,9 +2204,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -1991,9 +2224,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -2004,6 +2239,7 @@ description: Result of parsing poop_chute.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2016,6 +2252,7 @@ description: Result of parsing poop_chute.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2025,9 +2262,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wall_thickness", "start": 0, "type": "Identifier" @@ -2039,6 +2278,7 @@ description: Result of parsing poop_chute.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2050,9 +2290,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -2063,6 +2305,7 @@ description: Result of parsing poop_chute.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2075,18 +2318,22 @@ description: Result of parsing poop_chute.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndY", "start": 0, "type": "Identifier" @@ -2097,6 +2344,7 @@ description: Result of parsing poop_chute.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2104,9 +2352,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -2123,9 +2373,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -2136,6 +2388,7 @@ description: Result of parsing poop_chute.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2148,6 +2401,7 @@ description: Result of parsing poop_chute.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2155,6 +2409,7 @@ description: Result of parsing poop_chute.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "45", "start": 0, "type": "Literal", @@ -2170,6 +2425,7 @@ description: Result of parsing poop_chute.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteX", "start": 0, "type": "Identifier" @@ -2184,9 +2440,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "back_walls_width", "start": 0, "type": "Identifier" @@ -2196,10 +2454,12 @@ description: Result of parsing poop_chute.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2213,6 +2473,7 @@ description: Result of parsing poop_chute.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -2221,9 +2482,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wall_thickness", "start": 0, "type": "Identifier" @@ -2233,10 +2496,12 @@ description: Result of parsing poop_chute.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2260,9 +2525,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -2273,6 +2540,7 @@ description: Result of parsing poop_chute.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2285,6 +2553,7 @@ description: Result of parsing poop_chute.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2294,9 +2563,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wall_thickness", "start": 0, "type": "Identifier" @@ -2308,6 +2579,7 @@ description: Result of parsing poop_chute.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2319,9 +2591,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -2332,6 +2606,7 @@ description: Result of parsing poop_chute.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2344,6 +2619,7 @@ description: Result of parsing poop_chute.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2354,6 +2630,7 @@ description: Result of parsing poop_chute.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -2363,10 +2640,12 @@ description: Result of parsing poop_chute.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "45", "start": 0, "type": "Literal", @@ -2386,6 +2665,7 @@ description: Result of parsing poop_chute.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteX", "start": 0, "type": "Identifier" @@ -2394,9 +2674,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wall_thickness", "start": 0, "type": "Identifier" @@ -2412,9 +2694,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -2425,6 +2709,7 @@ description: Result of parsing poop_chute.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2437,6 +2722,7 @@ description: Result of parsing poop_chute.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2445,9 +2731,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -2463,9 +2751,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -2476,6 +2766,7 @@ description: Result of parsing poop_chute.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2488,6 +2779,7 @@ description: Result of parsing poop_chute.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2495,6 +2787,7 @@ description: Result of parsing poop_chute.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2510,9 +2803,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -2523,6 +2818,7 @@ description: Result of parsing poop_chute.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2535,18 +2831,22 @@ description: Result of parsing poop_chute.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndY", "start": 0, "type": "Identifier" @@ -2557,6 +2857,7 @@ description: Result of parsing poop_chute.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2564,9 +2865,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -2583,9 +2886,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -2596,6 +2901,7 @@ description: Result of parsing poop_chute.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2608,6 +2914,7 @@ description: Result of parsing poop_chute.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2618,6 +2925,7 @@ description: Result of parsing poop_chute.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -2627,10 +2935,12 @@ description: Result of parsing poop_chute.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "45", "start": 0, "type": "Literal", @@ -2650,6 +2960,7 @@ description: Result of parsing poop_chute.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteY", "start": 0, "type": "Identifier" @@ -2657,6 +2968,7 @@ description: Result of parsing poop_chute.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2672,9 +2984,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -2685,19 +2999,23 @@ description: Result of parsing poop_chute.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -2708,12 +3026,14 @@ description: Result of parsing poop_chute.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2726,6 +3046,7 @@ description: Result of parsing poop_chute.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2737,9 +3058,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "back_length", "start": 0, "type": "Identifier" @@ -2749,14 +3072,17 @@ description: Result of parsing poop_chute.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -2776,9 +3102,11 @@ description: Result of parsing poop_chute.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2789,6 +3117,7 @@ description: Result of parsing poop_chute.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2797,15 +3126,18 @@ description: Result of parsing poop_chute.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2813,12 +3145,14 @@ description: Result of parsing poop_chute.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "9": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2830,6 +3164,7 @@ description: Result of parsing poop_chute.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/poop_chute/program_memory.snap b/rust/kcl-lib/tests/poop_chute/program_memory.snap index 5c46a41f8..314cfc522 100644 --- a/rust/kcl-lib/tests/poop_chute/program_memory.snap +++ b/rust/kcl-lib/tests/poop_chute/program_memory.snap @@ -141,6 +141,7 @@ description: Variables in memory after executing poop_chute.kcl "tag": { "commentStart": 358, "end": 364, + "moduleId": 0, "start": 358, "type": "TagDeclarator", "value": "seg01" @@ -260,6 +261,7 @@ description: Variables in memory after executing poop_chute.kcl "tag": { "commentStart": 358, "end": 364, + "moduleId": 0, "start": 358, "type": "TagDeclarator", "value": "seg01" @@ -599,6 +601,7 @@ description: Variables in memory after executing poop_chute.kcl "tag": { "commentStart": 358, "end": 364, + "moduleId": 0, "start": 358, "type": "TagDeclarator", "value": "seg01" @@ -904,6 +907,7 @@ description: Variables in memory after executing poop_chute.kcl "tag": { "commentStart": 1152, "end": 1158, + "moduleId": 0, "start": 1152, "type": "TagDeclarator", "value": "seg02" @@ -1023,6 +1027,7 @@ description: Variables in memory after executing poop_chute.kcl "tag": { "commentStart": 1152, "end": 1158, + "moduleId": 0, "start": 1152, "type": "TagDeclarator", "value": "seg02" diff --git a/rust/kcl-lib/tests/revolve-colinear/ast.snap b/rust/kcl-lib/tests/revolve-colinear/ast.snap index 08b0103ee..0d9c0a871 100644 --- a/rust/kcl-lib/tests/revolve-colinear/ast.snap +++ b/rust/kcl-lib/tests/revolve-colinear/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing revolve-colinear.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sk0", "start": 0, "type": "Identifier" @@ -20,13 +21,16 @@ description: Result of parsing revolve-colinear.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -37,6 +41,7 @@ description: Result of parsing revolve-colinear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -44,9 +49,11 @@ description: Result of parsing revolve-colinear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -64,6 +71,7 @@ description: Result of parsing revolve-colinear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -74,6 +82,7 @@ description: Result of parsing revolve-colinear.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -86,6 +95,7 @@ description: Result of parsing revolve-colinear.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -97,6 +107,7 @@ description: Result of parsing revolve-colinear.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -107,9 +118,11 @@ description: Result of parsing revolve-colinear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -120,6 +133,7 @@ description: Result of parsing revolve-colinear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -132,6 +146,7 @@ description: Result of parsing revolve-colinear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -139,6 +154,7 @@ description: Result of parsing revolve-colinear.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -154,9 +170,11 @@ description: Result of parsing revolve-colinear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -167,6 +185,7 @@ description: Result of parsing revolve-colinear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -179,6 +198,7 @@ description: Result of parsing revolve-colinear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -186,6 +206,7 @@ description: Result of parsing revolve-colinear.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -201,9 +222,11 @@ description: Result of parsing revolve-colinear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -214,6 +237,7 @@ description: Result of parsing revolve-colinear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -226,6 +250,7 @@ description: Result of parsing revolve-colinear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -234,6 +259,7 @@ description: Result of parsing revolve-colinear.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -245,6 +271,7 @@ description: Result of parsing revolve-colinear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -256,9 +283,11 @@ description: Result of parsing revolve-colinear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -269,19 +298,23 @@ description: Result of parsing revolve-colinear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -292,6 +325,7 @@ description: Result of parsing revolve-colinear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -304,6 +338,7 @@ description: Result of parsing revolve-colinear.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -312,9 +347,11 @@ description: Result of parsing revolve-colinear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "Y", "start": 0, "type": "Identifier" @@ -330,9 +367,11 @@ description: Result of parsing revolve-colinear.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -343,6 +382,7 @@ description: Result of parsing revolve-colinear.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -351,15 +391,18 @@ description: Result of parsing revolve-colinear.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -367,6 +410,7 @@ description: Result of parsing revolve-colinear.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/revolve_about_edge/ast.snap b/rust/kcl-lib/tests/revolve_about_edge/ast.snap index 74dc167f7..f54657d9b 100644 --- a/rust/kcl-lib/tests/revolve_about_edge/ast.snap +++ b/rust/kcl-lib/tests/revolve_about_edge/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing revolve_about_edge.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -20,13 +21,16 @@ description: Result of parsing revolve_about_edge.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -37,6 +41,7 @@ description: Result of parsing revolve_about_edge.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -44,9 +49,11 @@ description: Result of parsing revolve_about_edge.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -64,6 +71,7 @@ description: Result of parsing revolve_about_edge.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -75,6 +83,7 @@ description: Result of parsing revolve_about_edge.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25", "start": 0, "type": "Literal", @@ -86,6 +95,7 @@ description: Result of parsing revolve_about_edge.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -94,6 +104,7 @@ description: Result of parsing revolve_about_edge.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25", "start": 0, "type": "Literal", @@ -105,6 +116,7 @@ description: Result of parsing revolve_about_edge.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -115,9 +127,11 @@ description: Result of parsing revolve_about_edge.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -128,6 +142,7 @@ description: Result of parsing revolve_about_edge.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -140,6 +155,7 @@ description: Result of parsing revolve_about_edge.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -148,6 +164,7 @@ description: Result of parsing revolve_about_edge.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "50", "start": 0, "type": "Literal", @@ -159,6 +176,7 @@ description: Result of parsing revolve_about_edge.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -170,6 +188,7 @@ description: Result of parsing revolve_about_edge.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -177,6 +196,7 @@ description: Result of parsing revolve_about_edge.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -188,9 +208,11 @@ description: Result of parsing revolve_about_edge.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -201,6 +223,7 @@ description: Result of parsing revolve_about_edge.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -209,15 +232,18 @@ description: Result of parsing revolve_about_edge.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -230,6 +256,7 @@ description: Result of parsing revolve_about_edge.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" @@ -237,13 +264,16 @@ description: Result of parsing revolve_about_edge.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -254,6 +284,7 @@ description: Result of parsing revolve_about_edge.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -261,9 +292,11 @@ description: Result of parsing revolve_about_edge.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -281,6 +314,7 @@ description: Result of parsing revolve_about_edge.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -292,6 +326,7 @@ description: Result of parsing revolve_about_edge.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "50", "start": 0, "type": "Literal", @@ -303,6 +338,7 @@ description: Result of parsing revolve_about_edge.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -311,6 +347,7 @@ description: Result of parsing revolve_about_edge.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -322,6 +359,7 @@ description: Result of parsing revolve_about_edge.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -332,6 +370,7 @@ description: Result of parsing revolve_about_edge.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -339,6 +378,7 @@ description: Result of parsing revolve_about_edge.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -354,9 +394,11 @@ description: Result of parsing revolve_about_edge.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -367,6 +409,7 @@ description: Result of parsing revolve_about_edge.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -379,6 +422,7 @@ description: Result of parsing revolve_about_edge.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -386,6 +430,7 @@ description: Result of parsing revolve_about_edge.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -401,6 +446,7 @@ description: Result of parsing revolve_about_edge.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -409,9 +455,11 @@ description: Result of parsing revolve_about_edge.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentB001", "start": 0, "type": "Identifier" @@ -427,9 +475,11 @@ description: Result of parsing revolve_about_edge.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -440,6 +490,7 @@ description: Result of parsing revolve_about_edge.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -448,15 +499,18 @@ description: Result of parsing revolve_about_edge.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -464,6 +518,7 @@ description: Result of parsing revolve_about_edge.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/revolve_about_edge/program_memory.snap b/rust/kcl-lib/tests/revolve_about_edge/program_memory.snap index e02a25655..f151af186 100644 --- a/rust/kcl-lib/tests/revolve_about_edge/program_memory.snap +++ b/rust/kcl-lib/tests/revolve_about_edge/program_memory.snap @@ -26,6 +26,7 @@ description: Variables in memory after executing revolve_about_edge.kcl "tag": { "commentStart": 95, "end": 116, + "moduleId": 0, "start": 95, "type": "TagDeclarator", "value": "rectangleSegmentB001" diff --git a/rust/kcl-lib/tests/riddle_small/ast.snap b/rust/kcl-lib/tests/riddle_small/ast.snap index 9686e48c0..9fc3f566b 100644 --- a/rust/kcl-lib/tests/riddle_small/ast.snap +++ b/rust/kcl-lib/tests/riddle_small/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing riddle_small.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ANSWER", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing riddle_small.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "41803", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing riddle_small.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -46,6 +50,7 @@ description: Result of parsing riddle_small.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "t", "start": 0, "type": "Identifier" @@ -67,9 +72,11 @@ description: Result of parsing riddle_small.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ANSWER", "start": 0, "type": "Identifier" @@ -79,14 +86,17 @@ description: Result of parsing riddle_small.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "s", "start": 0, "type": "Identifier" @@ -100,10 +110,12 @@ description: Result of parsing riddle_small.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12345", "start": 0, "type": "Literal", @@ -117,10 +129,12 @@ description: Result of parsing riddle_small.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "%", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "214748", "start": 0, "type": "Literal", @@ -136,6 +150,7 @@ description: Result of parsing riddle_small.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -143,16 +158,19 @@ description: Result of parsing riddle_small.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "s", "start": 0, "type": "Identifier" @@ -164,11 +182,13 @@ description: Result of parsing riddle_small.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -181,6 +201,7 @@ description: Result of parsing riddle_small.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xs", "start": 0, "type": "Identifier" @@ -188,6 +209,7 @@ description: Result of parsing riddle_small.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "205804", "start": 0, "type": "Literal", @@ -197,11 +219,13 @@ description: Result of parsing riddle_small.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -214,6 +238,7 @@ description: Result of parsing riddle_small.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ys", "start": 0, "type": "Identifier" @@ -221,6 +246,7 @@ description: Result of parsing riddle_small.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "71816", "start": 0, "type": "Literal", @@ -230,11 +256,13 @@ description: Result of parsing riddle_small.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -247,6 +275,7 @@ description: Result of parsing riddle_small.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ox", "start": 0, "type": "Identifier" @@ -257,6 +286,7 @@ description: Result of parsing riddle_small.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "35", "start": 0, "type": "Literal", @@ -266,18 +296,22 @@ description: Result of parsing riddle_small.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "t", "start": 0, "type": "Identifier" @@ -288,6 +322,7 @@ description: Result of parsing riddle_small.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -295,9 +330,11 @@ description: Result of parsing riddle_small.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xs", "start": 0, "type": "Identifier" @@ -308,10 +345,12 @@ description: Result of parsing riddle_small.kcl "type": "Name" } }, + "moduleId": 0, "operator": "%", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "70", "start": 0, "type": "Literal", @@ -329,11 +368,13 @@ description: Result of parsing riddle_small.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -346,6 +387,7 @@ description: Result of parsing riddle_small.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "oy", "start": 0, "type": "Identifier" @@ -356,6 +398,7 @@ description: Result of parsing riddle_small.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "35", "start": 0, "type": "Literal", @@ -365,18 +408,22 @@ description: Result of parsing riddle_small.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "t", "start": 0, "type": "Identifier" @@ -387,6 +434,7 @@ description: Result of parsing riddle_small.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -394,9 +442,11 @@ description: Result of parsing riddle_small.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ys", "start": 0, "type": "Identifier" @@ -407,10 +457,12 @@ description: Result of parsing riddle_small.kcl "type": "Name" } }, + "moduleId": 0, "operator": "%", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "70", "start": 0, "type": "Literal", @@ -428,11 +480,13 @@ description: Result of parsing riddle_small.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -445,6 +499,7 @@ description: Result of parsing riddle_small.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r", "start": 0, "type": "Identifier" @@ -452,13 +507,16 @@ description: Result of parsing riddle_small.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -469,6 +527,7 @@ description: Result of parsing riddle_small.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -476,9 +535,11 @@ description: Result of parsing riddle_small.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -496,6 +557,7 @@ description: Result of parsing riddle_small.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -507,9 +569,11 @@ description: Result of parsing riddle_small.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "ox", "start": 0, "type": "Identifier" @@ -523,9 +587,11 @@ description: Result of parsing riddle_small.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "oy", "start": 0, "type": "Identifier" @@ -537,6 +603,7 @@ description: Result of parsing riddle_small.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -547,9 +614,11 @@ description: Result of parsing riddle_small.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -560,6 +629,7 @@ description: Result of parsing riddle_small.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -572,6 +642,7 @@ description: Result of parsing riddle_small.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -582,6 +653,7 @@ description: Result of parsing riddle_small.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -594,6 +666,7 @@ description: Result of parsing riddle_small.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -605,6 +678,7 @@ description: Result of parsing riddle_small.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -615,9 +689,11 @@ description: Result of parsing riddle_small.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -628,6 +704,7 @@ description: Result of parsing riddle_small.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -640,6 +717,7 @@ description: Result of parsing riddle_small.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -650,6 +728,7 @@ description: Result of parsing riddle_small.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -663,6 +742,7 @@ description: Result of parsing riddle_small.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -674,6 +754,7 @@ description: Result of parsing riddle_small.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -681,6 +762,7 @@ description: Result of parsing riddle_small.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -691,9 +773,11 @@ description: Result of parsing riddle_small.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -704,6 +788,7 @@ description: Result of parsing riddle_small.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -716,6 +801,7 @@ description: Result of parsing riddle_small.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -727,6 +813,7 @@ description: Result of parsing riddle_small.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -738,6 +825,7 @@ description: Result of parsing riddle_small.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -746,6 +834,7 @@ description: Result of parsing riddle_small.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -757,6 +846,7 @@ description: Result of parsing riddle_small.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -767,9 +857,11 @@ description: Result of parsing riddle_small.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -780,19 +872,23 @@ description: Result of parsing riddle_small.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -803,12 +899,14 @@ description: Result of parsing riddle_small.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -821,6 +919,7 @@ description: Result of parsing riddle_small.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -828,6 +927,7 @@ description: Result of parsing riddle_small.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -843,9 +943,11 @@ description: Result of parsing riddle_small.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -856,6 +958,7 @@ description: Result of parsing riddle_small.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -864,15 +967,18 @@ description: Result of parsing riddle_small.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -880,12 +986,14 @@ description: Result of parsing riddle_small.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -897,6 +1005,7 @@ description: Result of parsing riddle_small.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/rotate_after_fillet/ast.snap b/rust/kcl-lib/tests/rotate_after_fillet/ast.snap index c005bdb03..f6b69626e 100644 --- a/rust/kcl-lib/tests/rotate_after_fillet/ast.snap +++ b/rust/kcl-lib/tests/rotate_after_fillet/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing rotate_after_fillet.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltDiameter", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing rotate_after_fillet.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.625", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing rotate_after_fillet.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration", @@ -47,6 +51,7 @@ description: Result of parsing rotate_after_fillet.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltLength", "start": 0, "type": "Identifier" @@ -54,6 +59,7 @@ description: Result of parsing rotate_after_fillet.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.500", "start": 0, "type": "Literal", @@ -63,11 +69,13 @@ description: Result of parsing rotate_after_fillet.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration", @@ -81,6 +89,7 @@ description: Result of parsing rotate_after_fillet.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHeadLength", "start": 0, "type": "Identifier" @@ -89,9 +98,11 @@ description: Result of parsing rotate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltDiameter", "start": 0, "type": "Identifier" @@ -101,11 +112,13 @@ description: Result of parsing rotate_after_fillet.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration", @@ -119,6 +132,7 @@ description: Result of parsing rotate_after_fillet.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHeadDiameter", "start": 0, "type": "Identifier" @@ -126,6 +140,7 @@ description: Result of parsing rotate_after_fillet.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.938", "start": 0, "type": "Literal", @@ -135,11 +150,13 @@ description: Result of parsing rotate_after_fillet.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration", @@ -153,6 +170,7 @@ description: Result of parsing rotate_after_fillet.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHexDrive", "start": 0, "type": "Identifier" @@ -163,6 +181,7 @@ description: Result of parsing rotate_after_fillet.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -172,10 +191,12 @@ description: Result of parsing rotate_after_fillet.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -189,11 +210,13 @@ description: Result of parsing rotate_after_fillet.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration", @@ -207,6 +230,7 @@ description: Result of parsing rotate_after_fillet.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHexFlatLength", "start": 0, "type": "Identifier" @@ -218,9 +242,11 @@ description: Result of parsing rotate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHexDrive", "start": 0, "type": "Identifier" @@ -230,6 +256,7 @@ description: Result of parsing rotate_after_fillet.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, @@ -237,6 +264,7 @@ description: Result of parsing rotate_after_fillet.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -246,15 +274,19 @@ description: Result of parsing rotate_after_fillet.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -265,12 +297,14 @@ description: Result of parsing rotate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30deg", "start": 0, "type": "Literal", @@ -289,11 +323,13 @@ description: Result of parsing rotate_after_fillet.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration", @@ -307,6 +343,7 @@ description: Result of parsing rotate_after_fillet.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltThreadLength", "start": 0, "type": "Identifier" @@ -314,6 +351,7 @@ description: Result of parsing rotate_after_fillet.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.75", "start": 0, "type": "Literal", @@ -323,11 +361,13 @@ description: Result of parsing rotate_after_fillet.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration", @@ -341,6 +381,7 @@ description: Result of parsing rotate_after_fillet.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bolt", "start": 0, "type": "Identifier" @@ -356,6 +397,7 @@ description: Result of parsing rotate_after_fillet.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHead", "start": 0, "type": "Identifier" @@ -363,13 +405,16 @@ description: Result of parsing rotate_after_fillet.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -380,6 +425,7 @@ description: Result of parsing rotate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -387,9 +433,11 @@ description: Result of parsing rotate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -407,6 +455,7 @@ description: Result of parsing rotate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -417,6 +466,7 @@ description: Result of parsing rotate_after_fillet.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -429,6 +479,7 @@ description: Result of parsing rotate_after_fillet.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -440,6 +491,7 @@ description: Result of parsing rotate_after_fillet.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -450,6 +502,7 @@ description: Result of parsing rotate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -461,9 +514,11 @@ description: Result of parsing rotate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHeadDiameter", "start": 0, "type": "Identifier" @@ -473,10 +528,12 @@ description: Result of parsing rotate_after_fillet.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -496,6 +553,7 @@ description: Result of parsing rotate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -503,6 +561,7 @@ description: Result of parsing rotate_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -514,9 +573,11 @@ description: Result of parsing rotate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -527,6 +588,7 @@ description: Result of parsing rotate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -539,6 +601,7 @@ description: Result of parsing rotate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -548,9 +611,11 @@ description: Result of parsing rotate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHeadLength", "start": 0, "type": "Identifier" @@ -562,6 +627,7 @@ description: Result of parsing rotate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -573,9 +639,11 @@ description: Result of parsing rotate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -586,6 +654,7 @@ description: Result of parsing rotate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -598,6 +667,7 @@ description: Result of parsing rotate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -605,6 +675,7 @@ description: Result of parsing rotate_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.020", "start": 0, "type": "Literal", @@ -620,6 +691,7 @@ description: Result of parsing rotate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -631,9 +703,11 @@ description: Result of parsing rotate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "topEdge", "start": 0, "type": "Identifier" @@ -644,13 +718,16 @@ description: Result of parsing rotate_after_fillet.kcl "type": "Name" }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getOppositeEdge", "start": 0, "type": "Identifier" @@ -661,6 +738,7 @@ description: Result of parsing rotate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -668,9 +746,11 @@ description: Result of parsing rotate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "topEdge", "start": 0, "type": "Identifier" @@ -683,6 +763,7 @@ description: Result of parsing rotate_after_fillet.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -693,9 +774,11 @@ description: Result of parsing rotate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -706,6 +789,7 @@ description: Result of parsing rotate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -714,12 +798,14 @@ description: Result of parsing rotate_after_fillet.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "3": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -736,11 +822,13 @@ description: Result of parsing rotate_after_fillet.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Create the head of the cap screw" ], @@ -756,6 +844,7 @@ description: Result of parsing rotate_after_fillet.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hexPatternSketch", "start": 0, "type": "Identifier" @@ -769,6 +858,7 @@ description: Result of parsing rotate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -776,6 +866,7 @@ description: Result of parsing rotate_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "'start'", "start": 0, "type": "Literal", @@ -788,9 +879,11 @@ description: Result of parsing rotate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -801,6 +894,7 @@ description: Result of parsing rotate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -808,9 +902,11 @@ description: Result of parsing rotate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHead", "start": 0, "type": "Identifier" @@ -828,6 +924,7 @@ description: Result of parsing rotate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -842,9 +939,11 @@ description: Result of parsing rotate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHexDrive", "start": 0, "type": "Identifier" @@ -854,10 +953,12 @@ description: Result of parsing rotate_after_fillet.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -878,9 +979,11 @@ description: Result of parsing rotate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHexFlatLength", "start": 0, "type": "Identifier" @@ -890,10 +993,12 @@ description: Result of parsing rotate_after_fillet.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -909,6 +1014,7 @@ description: Result of parsing rotate_after_fillet.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -919,9 +1025,11 @@ description: Result of parsing rotate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -932,6 +1040,7 @@ description: Result of parsing rotate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -944,6 +1053,7 @@ description: Result of parsing rotate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -951,6 +1061,7 @@ description: Result of parsing rotate_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "270", "start": 0, "type": "Literal", @@ -966,6 +1077,7 @@ description: Result of parsing rotate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -974,9 +1086,11 @@ description: Result of parsing rotate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHexFlatLength", "start": 0, "type": "Identifier" @@ -992,9 +1106,11 @@ description: Result of parsing rotate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1005,6 +1121,7 @@ description: Result of parsing rotate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1017,6 +1134,7 @@ description: Result of parsing rotate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1024,6 +1142,7 @@ description: Result of parsing rotate_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "210", "start": 0, "type": "Literal", @@ -1039,6 +1158,7 @@ description: Result of parsing rotate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1047,9 +1167,11 @@ description: Result of parsing rotate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHexFlatLength", "start": 0, "type": "Identifier" @@ -1065,9 +1187,11 @@ description: Result of parsing rotate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1078,6 +1202,7 @@ description: Result of parsing rotate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1090,6 +1215,7 @@ description: Result of parsing rotate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1097,6 +1223,7 @@ description: Result of parsing rotate_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "150", "start": 0, "type": "Literal", @@ -1112,6 +1239,7 @@ description: Result of parsing rotate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1120,9 +1248,11 @@ description: Result of parsing rotate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHexFlatLength", "start": 0, "type": "Identifier" @@ -1138,9 +1268,11 @@ description: Result of parsing rotate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1151,6 +1283,7 @@ description: Result of parsing rotate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1163,6 +1296,7 @@ description: Result of parsing rotate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1170,6 +1304,7 @@ description: Result of parsing rotate_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -1185,6 +1320,7 @@ description: Result of parsing rotate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1193,9 +1329,11 @@ description: Result of parsing rotate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHexFlatLength", "start": 0, "type": "Identifier" @@ -1211,9 +1349,11 @@ description: Result of parsing rotate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1224,6 +1364,7 @@ description: Result of parsing rotate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1236,6 +1377,7 @@ description: Result of parsing rotate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1243,6 +1385,7 @@ description: Result of parsing rotate_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -1258,6 +1401,7 @@ description: Result of parsing rotate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1266,9 +1410,11 @@ description: Result of parsing rotate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHexFlatLength", "start": 0, "type": "Identifier" @@ -1284,9 +1430,11 @@ description: Result of parsing rotate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1297,19 +1445,23 @@ description: Result of parsing rotate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1320,6 +1472,7 @@ description: Result of parsing rotate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1332,6 +1485,7 @@ description: Result of parsing rotate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1344,9 +1498,11 @@ description: Result of parsing rotate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHeadLength", "start": 0, "type": "Identifier" @@ -1358,15 +1514,18 @@ description: Result of parsing rotate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.75", "start": 0, "type": "Literal", @@ -1386,9 +1545,11 @@ description: Result of parsing rotate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1399,6 +1560,7 @@ description: Result of parsing rotate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1407,15 +1569,18 @@ description: Result of parsing rotate_after_fillet.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1428,6 +1593,7 @@ description: Result of parsing rotate_after_fillet.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltBody", "start": 0, "type": "Identifier" @@ -1441,6 +1607,7 @@ description: Result of parsing rotate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -1448,6 +1615,7 @@ description: Result of parsing rotate_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "'end'", "start": 0, "type": "Literal", @@ -1460,9 +1628,11 @@ description: Result of parsing rotate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1473,6 +1643,7 @@ description: Result of parsing rotate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1480,9 +1651,11 @@ description: Result of parsing rotate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHead", "start": 0, "type": "Identifier" @@ -1500,6 +1673,7 @@ description: Result of parsing rotate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1510,6 +1684,7 @@ description: Result of parsing rotate_after_fillet.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1522,6 +1697,7 @@ description: Result of parsing rotate_after_fillet.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1533,6 +1709,7 @@ description: Result of parsing rotate_after_fillet.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1543,6 +1720,7 @@ description: Result of parsing rotate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1554,9 +1732,11 @@ description: Result of parsing rotate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltDiameter", "start": 0, "type": "Identifier" @@ -1566,10 +1746,12 @@ description: Result of parsing rotate_after_fillet.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1589,6 +1771,7 @@ description: Result of parsing rotate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1596,6 +1779,7 @@ description: Result of parsing rotate_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1607,9 +1791,11 @@ description: Result of parsing rotate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1620,6 +1806,7 @@ description: Result of parsing rotate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1632,6 +1819,7 @@ description: Result of parsing rotate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1640,9 +1828,11 @@ description: Result of parsing rotate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltLength", "start": 0, "type": "Identifier" @@ -1658,9 +1848,11 @@ description: Result of parsing rotate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1671,6 +1863,7 @@ description: Result of parsing rotate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1683,6 +1876,7 @@ description: Result of parsing rotate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1690,6 +1884,7 @@ description: Result of parsing rotate_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".020", "start": 0, "type": "Literal", @@ -1705,6 +1900,7 @@ description: Result of parsing rotate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -1713,13 +1909,16 @@ description: Result of parsing rotate_after_fillet.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getOppositeEdge", "start": 0, "type": "Identifier" @@ -1730,6 +1929,7 @@ description: Result of parsing rotate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1737,9 +1937,11 @@ description: Result of parsing rotate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "filletEdge", "start": 0, "type": "Identifier" @@ -1752,6 +1954,7 @@ description: Result of parsing rotate_after_fillet.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1762,9 +1965,11 @@ description: Result of parsing rotate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -1775,6 +1980,7 @@ description: Result of parsing rotate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1787,6 +1993,7 @@ description: Result of parsing rotate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -1794,6 +2001,7 @@ description: Result of parsing rotate_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"#4dd043\"", "start": 0, "type": "Literal", @@ -1806,6 +2014,7 @@ description: Result of parsing rotate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "metalness", "start": 0, "type": "Identifier" @@ -1813,6 +2022,7 @@ description: Result of parsing rotate_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -1828,6 +2038,7 @@ description: Result of parsing rotate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "roughness", "start": 0, "type": "Identifier" @@ -1835,6 +2046,7 @@ description: Result of parsing rotate_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -1850,9 +2062,11 @@ description: Result of parsing rotate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "appearance", "start": 0, "type": "Identifier" @@ -1863,6 +2077,7 @@ description: Result of parsing rotate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1871,15 +2086,18 @@ description: Result of parsing rotate_after_fillet.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1889,9 +2107,11 @@ description: Result of parsing rotate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltBody", "start": 0, "type": "Identifier" @@ -1903,6 +2123,7 @@ description: Result of parsing rotate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -1910,12 +2131,14 @@ description: Result of parsing rotate_after_fillet.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1927,6 +2150,7 @@ description: Result of parsing rotate_after_fillet.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1941,16 +2165,19 @@ description: Result of parsing rotate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [], "start": 0, "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration", @@ -1962,13 +2189,16 @@ description: Result of parsing rotate_after_fillet.kcl "expression": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bolt", "start": 0, "type": "Identifier" @@ -1979,6 +2209,7 @@ description: Result of parsing rotate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1991,6 +2222,7 @@ description: Result of parsing rotate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "roll", "start": 0, "type": "Identifier" @@ -1998,6 +2230,7 @@ description: Result of parsing rotate_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.14", "start": 0, "type": "Literal", @@ -2013,6 +2246,7 @@ description: Result of parsing rotate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitch", "start": 0, "type": "Identifier" @@ -2020,6 +2254,7 @@ description: Result of parsing rotate_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.14", "start": 0, "type": "Literal", @@ -2035,6 +2270,7 @@ description: Result of parsing rotate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yaw", "start": 0, "type": "Identifier" @@ -2042,6 +2278,7 @@ description: Result of parsing rotate_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.14", "start": 0, "type": "Literal", @@ -2057,9 +2294,11 @@ description: Result of parsing rotate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotate", "start": 0, "type": "Identifier" @@ -2070,6 +2309,7 @@ description: Result of parsing rotate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2078,12 +2318,14 @@ description: Result of parsing rotate_after_fillet.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2100,6 +2342,7 @@ description: Result of parsing rotate_after_fillet.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -2107,12 +2350,14 @@ description: Result of parsing rotate_after_fillet.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "6": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2124,6 +2369,7 @@ description: Result of parsing rotate_after_fillet.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/scale_after_fillet/ast.snap b/rust/kcl-lib/tests/scale_after_fillet/ast.snap index 1cb471007..366f5eba0 100644 --- a/rust/kcl-lib/tests/scale_after_fillet/ast.snap +++ b/rust/kcl-lib/tests/scale_after_fillet/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing scale_after_fillet.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltDiameter", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing scale_after_fillet.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.625", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing scale_after_fillet.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration", @@ -47,6 +51,7 @@ description: Result of parsing scale_after_fillet.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltLength", "start": 0, "type": "Identifier" @@ -54,6 +59,7 @@ description: Result of parsing scale_after_fillet.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.500", "start": 0, "type": "Literal", @@ -63,11 +69,13 @@ description: Result of parsing scale_after_fillet.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration", @@ -81,6 +89,7 @@ description: Result of parsing scale_after_fillet.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHeadLength", "start": 0, "type": "Identifier" @@ -89,9 +98,11 @@ description: Result of parsing scale_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltDiameter", "start": 0, "type": "Identifier" @@ -101,11 +112,13 @@ description: Result of parsing scale_after_fillet.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration", @@ -119,6 +132,7 @@ description: Result of parsing scale_after_fillet.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHeadDiameter", "start": 0, "type": "Identifier" @@ -126,6 +140,7 @@ description: Result of parsing scale_after_fillet.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.938", "start": 0, "type": "Literal", @@ -135,11 +150,13 @@ description: Result of parsing scale_after_fillet.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration", @@ -153,6 +170,7 @@ description: Result of parsing scale_after_fillet.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHexDrive", "start": 0, "type": "Identifier" @@ -163,6 +181,7 @@ description: Result of parsing scale_after_fillet.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -172,10 +191,12 @@ description: Result of parsing scale_after_fillet.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -189,11 +210,13 @@ description: Result of parsing scale_after_fillet.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration", @@ -207,6 +230,7 @@ description: Result of parsing scale_after_fillet.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHexFlatLength", "start": 0, "type": "Identifier" @@ -218,9 +242,11 @@ description: Result of parsing scale_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHexDrive", "start": 0, "type": "Identifier" @@ -230,6 +256,7 @@ description: Result of parsing scale_after_fillet.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, @@ -237,6 +264,7 @@ description: Result of parsing scale_after_fillet.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -246,15 +274,19 @@ description: Result of parsing scale_after_fillet.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -265,12 +297,14 @@ description: Result of parsing scale_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30deg", "start": 0, "type": "Literal", @@ -289,11 +323,13 @@ description: Result of parsing scale_after_fillet.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration", @@ -307,6 +343,7 @@ description: Result of parsing scale_after_fillet.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltThreadLength", "start": 0, "type": "Identifier" @@ -314,6 +351,7 @@ description: Result of parsing scale_after_fillet.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.75", "start": 0, "type": "Literal", @@ -323,11 +361,13 @@ description: Result of parsing scale_after_fillet.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration", @@ -341,6 +381,7 @@ description: Result of parsing scale_after_fillet.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bolt", "start": 0, "type": "Identifier" @@ -356,6 +397,7 @@ description: Result of parsing scale_after_fillet.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHead", "start": 0, "type": "Identifier" @@ -363,13 +405,16 @@ description: Result of parsing scale_after_fillet.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -380,6 +425,7 @@ description: Result of parsing scale_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -387,9 +433,11 @@ description: Result of parsing scale_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -407,6 +455,7 @@ description: Result of parsing scale_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -417,6 +466,7 @@ description: Result of parsing scale_after_fillet.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -429,6 +479,7 @@ description: Result of parsing scale_after_fillet.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -440,6 +491,7 @@ description: Result of parsing scale_after_fillet.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -450,6 +502,7 @@ description: Result of parsing scale_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -461,9 +514,11 @@ description: Result of parsing scale_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHeadDiameter", "start": 0, "type": "Identifier" @@ -473,10 +528,12 @@ description: Result of parsing scale_after_fillet.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -496,6 +553,7 @@ description: Result of parsing scale_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -503,6 +561,7 @@ description: Result of parsing scale_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -514,9 +573,11 @@ description: Result of parsing scale_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -527,6 +588,7 @@ description: Result of parsing scale_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -539,6 +601,7 @@ description: Result of parsing scale_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -548,9 +611,11 @@ description: Result of parsing scale_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHeadLength", "start": 0, "type": "Identifier" @@ -562,6 +627,7 @@ description: Result of parsing scale_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -573,9 +639,11 @@ description: Result of parsing scale_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -586,6 +654,7 @@ description: Result of parsing scale_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -598,6 +667,7 @@ description: Result of parsing scale_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -605,6 +675,7 @@ description: Result of parsing scale_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.020", "start": 0, "type": "Literal", @@ -620,6 +691,7 @@ description: Result of parsing scale_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -631,9 +703,11 @@ description: Result of parsing scale_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "topEdge", "start": 0, "type": "Identifier" @@ -644,13 +718,16 @@ description: Result of parsing scale_after_fillet.kcl "type": "Name" }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getOppositeEdge", "start": 0, "type": "Identifier" @@ -661,6 +738,7 @@ description: Result of parsing scale_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -668,9 +746,11 @@ description: Result of parsing scale_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "topEdge", "start": 0, "type": "Identifier" @@ -683,6 +763,7 @@ description: Result of parsing scale_after_fillet.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -693,9 +774,11 @@ description: Result of parsing scale_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -706,6 +789,7 @@ description: Result of parsing scale_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -714,12 +798,14 @@ description: Result of parsing scale_after_fillet.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "3": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -736,11 +822,13 @@ description: Result of parsing scale_after_fillet.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Create the head of the cap screw" ], @@ -756,6 +844,7 @@ description: Result of parsing scale_after_fillet.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hexPatternSketch", "start": 0, "type": "Identifier" @@ -769,6 +858,7 @@ description: Result of parsing scale_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -776,6 +866,7 @@ description: Result of parsing scale_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "'start'", "start": 0, "type": "Literal", @@ -788,9 +879,11 @@ description: Result of parsing scale_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -801,6 +894,7 @@ description: Result of parsing scale_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -808,9 +902,11 @@ description: Result of parsing scale_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHead", "start": 0, "type": "Identifier" @@ -828,6 +924,7 @@ description: Result of parsing scale_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -842,9 +939,11 @@ description: Result of parsing scale_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHexDrive", "start": 0, "type": "Identifier" @@ -854,10 +953,12 @@ description: Result of parsing scale_after_fillet.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -878,9 +979,11 @@ description: Result of parsing scale_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHexFlatLength", "start": 0, "type": "Identifier" @@ -890,10 +993,12 @@ description: Result of parsing scale_after_fillet.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -909,6 +1014,7 @@ description: Result of parsing scale_after_fillet.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -919,9 +1025,11 @@ description: Result of parsing scale_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -932,6 +1040,7 @@ description: Result of parsing scale_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -944,6 +1053,7 @@ description: Result of parsing scale_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -951,6 +1061,7 @@ description: Result of parsing scale_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "270", "start": 0, "type": "Literal", @@ -966,6 +1077,7 @@ description: Result of parsing scale_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -974,9 +1086,11 @@ description: Result of parsing scale_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHexFlatLength", "start": 0, "type": "Identifier" @@ -992,9 +1106,11 @@ description: Result of parsing scale_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1005,6 +1121,7 @@ description: Result of parsing scale_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1017,6 +1134,7 @@ description: Result of parsing scale_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1024,6 +1142,7 @@ description: Result of parsing scale_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "210", "start": 0, "type": "Literal", @@ -1039,6 +1158,7 @@ description: Result of parsing scale_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1047,9 +1167,11 @@ description: Result of parsing scale_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHexFlatLength", "start": 0, "type": "Identifier" @@ -1065,9 +1187,11 @@ description: Result of parsing scale_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1078,6 +1202,7 @@ description: Result of parsing scale_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1090,6 +1215,7 @@ description: Result of parsing scale_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1097,6 +1223,7 @@ description: Result of parsing scale_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "150", "start": 0, "type": "Literal", @@ -1112,6 +1239,7 @@ description: Result of parsing scale_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1120,9 +1248,11 @@ description: Result of parsing scale_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHexFlatLength", "start": 0, "type": "Identifier" @@ -1138,9 +1268,11 @@ description: Result of parsing scale_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1151,6 +1283,7 @@ description: Result of parsing scale_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1163,6 +1296,7 @@ description: Result of parsing scale_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1170,6 +1304,7 @@ description: Result of parsing scale_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -1185,6 +1320,7 @@ description: Result of parsing scale_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1193,9 +1329,11 @@ description: Result of parsing scale_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHexFlatLength", "start": 0, "type": "Identifier" @@ -1211,9 +1349,11 @@ description: Result of parsing scale_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1224,6 +1364,7 @@ description: Result of parsing scale_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1236,6 +1377,7 @@ description: Result of parsing scale_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1243,6 +1385,7 @@ description: Result of parsing scale_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -1258,6 +1401,7 @@ description: Result of parsing scale_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1266,9 +1410,11 @@ description: Result of parsing scale_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHexFlatLength", "start": 0, "type": "Identifier" @@ -1284,9 +1430,11 @@ description: Result of parsing scale_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1297,19 +1445,23 @@ description: Result of parsing scale_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1320,6 +1472,7 @@ description: Result of parsing scale_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1332,6 +1485,7 @@ description: Result of parsing scale_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1344,9 +1498,11 @@ description: Result of parsing scale_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHeadLength", "start": 0, "type": "Identifier" @@ -1358,15 +1514,18 @@ description: Result of parsing scale_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.75", "start": 0, "type": "Literal", @@ -1386,9 +1545,11 @@ description: Result of parsing scale_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1399,6 +1560,7 @@ description: Result of parsing scale_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1407,15 +1569,18 @@ description: Result of parsing scale_after_fillet.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1428,6 +1593,7 @@ description: Result of parsing scale_after_fillet.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltBody", "start": 0, "type": "Identifier" @@ -1441,6 +1607,7 @@ description: Result of parsing scale_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -1448,6 +1615,7 @@ description: Result of parsing scale_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "'end'", "start": 0, "type": "Literal", @@ -1460,9 +1628,11 @@ description: Result of parsing scale_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1473,6 +1643,7 @@ description: Result of parsing scale_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1480,9 +1651,11 @@ description: Result of parsing scale_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHead", "start": 0, "type": "Identifier" @@ -1500,6 +1673,7 @@ description: Result of parsing scale_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1510,6 +1684,7 @@ description: Result of parsing scale_after_fillet.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1522,6 +1697,7 @@ description: Result of parsing scale_after_fillet.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1533,6 +1709,7 @@ description: Result of parsing scale_after_fillet.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1543,6 +1720,7 @@ description: Result of parsing scale_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1554,9 +1732,11 @@ description: Result of parsing scale_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltDiameter", "start": 0, "type": "Identifier" @@ -1566,10 +1746,12 @@ description: Result of parsing scale_after_fillet.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1589,6 +1771,7 @@ description: Result of parsing scale_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1596,6 +1779,7 @@ description: Result of parsing scale_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1607,9 +1791,11 @@ description: Result of parsing scale_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1620,6 +1806,7 @@ description: Result of parsing scale_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1632,6 +1819,7 @@ description: Result of parsing scale_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1640,9 +1828,11 @@ description: Result of parsing scale_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltLength", "start": 0, "type": "Identifier" @@ -1658,9 +1848,11 @@ description: Result of parsing scale_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1671,6 +1863,7 @@ description: Result of parsing scale_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1683,6 +1876,7 @@ description: Result of parsing scale_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1690,6 +1884,7 @@ description: Result of parsing scale_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".020", "start": 0, "type": "Literal", @@ -1705,6 +1900,7 @@ description: Result of parsing scale_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -1713,13 +1909,16 @@ description: Result of parsing scale_after_fillet.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getOppositeEdge", "start": 0, "type": "Identifier" @@ -1730,6 +1929,7 @@ description: Result of parsing scale_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1737,9 +1937,11 @@ description: Result of parsing scale_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "filletEdge", "start": 0, "type": "Identifier" @@ -1752,6 +1954,7 @@ description: Result of parsing scale_after_fillet.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1762,9 +1965,11 @@ description: Result of parsing scale_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -1775,6 +1980,7 @@ description: Result of parsing scale_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1787,6 +1993,7 @@ description: Result of parsing scale_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -1794,6 +2001,7 @@ description: Result of parsing scale_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"#4dd043\"", "start": 0, "type": "Literal", @@ -1806,6 +2014,7 @@ description: Result of parsing scale_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "metalness", "start": 0, "type": "Identifier" @@ -1813,6 +2022,7 @@ description: Result of parsing scale_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -1828,6 +2038,7 @@ description: Result of parsing scale_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "roughness", "start": 0, "type": "Identifier" @@ -1835,6 +2046,7 @@ description: Result of parsing scale_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -1850,9 +2062,11 @@ description: Result of parsing scale_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "appearance", "start": 0, "type": "Identifier" @@ -1863,6 +2077,7 @@ description: Result of parsing scale_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1871,15 +2086,18 @@ description: Result of parsing scale_after_fillet.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1889,9 +2107,11 @@ description: Result of parsing scale_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltBody", "start": 0, "type": "Identifier" @@ -1903,6 +2123,7 @@ description: Result of parsing scale_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -1910,12 +2131,14 @@ description: Result of parsing scale_after_fillet.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1927,6 +2150,7 @@ description: Result of parsing scale_after_fillet.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1941,16 +2165,19 @@ description: Result of parsing scale_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [], "start": 0, "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration", @@ -1962,13 +2189,16 @@ description: Result of parsing scale_after_fillet.kcl "expression": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bolt", "start": 0, "type": "Identifier" @@ -1979,6 +2209,7 @@ description: Result of parsing scale_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1991,6 +2222,7 @@ description: Result of parsing scale_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -1998,6 +2230,7 @@ description: Result of parsing scale_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.14", "start": 0, "type": "Literal", @@ -2013,6 +2246,7 @@ description: Result of parsing scale_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -2020,6 +2254,7 @@ description: Result of parsing scale_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.14", "start": 0, "type": "Literal", @@ -2035,6 +2270,7 @@ description: Result of parsing scale_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -2042,6 +2278,7 @@ description: Result of parsing scale_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.14", "start": 0, "type": "Literal", @@ -2057,9 +2294,11 @@ description: Result of parsing scale_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -2070,6 +2309,7 @@ description: Result of parsing scale_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2078,12 +2318,14 @@ description: Result of parsing scale_after_fillet.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2100,6 +2342,7 @@ description: Result of parsing scale_after_fillet.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -2107,12 +2350,14 @@ description: Result of parsing scale_after_fillet.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "6": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2124,6 +2369,7 @@ description: Result of parsing scale_after_fillet.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/sketch-on-chamfer-two-times-different-order/ast.snap b/rust/kcl-lib/tests/sketch-on-chamfer-two-times-different-order/ast.snap index 18ed7a216..6353a45e1 100644 --- a/rust/kcl-lib/tests/sketch-on-chamfer-two-times-different-order/ast.snap +++ b/rust/kcl-lib/tests/sketch-on-chamfer-two-times-different-order/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -20,13 +21,16 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -37,6 +41,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -44,9 +49,11 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -64,6 +71,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -74,6 +82,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "75.8", "start": 0, "type": "Literal", @@ -86,6 +95,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "317.2", "start": 0, "type": "Literal", @@ -97,6 +107,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -107,9 +118,11 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -120,6 +133,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -132,6 +146,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -139,6 +154,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -154,6 +170,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -161,6 +178,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "268.43", "start": 0, "type": "Literal", @@ -176,6 +194,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -183,6 +202,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -194,9 +214,11 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -207,6 +229,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -219,6 +242,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -227,13 +251,16 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -244,6 +271,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -251,9 +279,11 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -264,10 +294,12 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "type": "Name" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -287,6 +319,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -294,6 +327,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "217.26", "start": 0, "type": "Literal", @@ -309,6 +343,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -316,6 +351,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -327,9 +363,11 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -340,6 +378,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -352,18 +391,22 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -374,6 +417,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -381,9 +425,11 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -400,19 +446,23 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -423,6 +473,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -430,9 +481,11 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -445,6 +498,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -456,9 +510,11 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -469,6 +525,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -481,6 +538,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -489,13 +547,16 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -506,25 +567,30 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -535,12 +601,14 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -548,6 +616,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -558,6 +627,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -565,6 +635,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -576,9 +647,11 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -589,19 +662,23 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -612,6 +689,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -620,12 +698,14 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -642,11 +722,13 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -659,6 +741,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude001", "start": 0, "type": "Identifier" @@ -672,6 +755,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -679,6 +763,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "100", "start": 0, "type": "Literal", @@ -694,9 +779,11 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -707,6 +794,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -714,9 +802,11 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -734,6 +824,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -741,6 +832,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -756,6 +848,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -767,9 +860,11 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -781,6 +876,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -791,9 +887,11 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -804,6 +902,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -816,6 +915,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -823,6 +923,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "50", "start": 0, "type": "Literal", @@ -838,6 +939,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -846,13 +948,16 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getOppositeEdge", "start": 0, "type": "Identifier" @@ -863,6 +968,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -870,9 +976,11 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -885,6 +993,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -895,6 +1004,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -902,6 +1012,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -913,9 +1024,11 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "chamfer", "start": 0, "type": "Identifier" @@ -926,6 +1039,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -938,6 +1052,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -945,6 +1060,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "50", "start": 0, "type": "Literal", @@ -960,6 +1076,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -971,9 +1088,11 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -985,6 +1104,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -995,6 +1115,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1002,6 +1123,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1013,9 +1135,11 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "chamfer", "start": 0, "type": "Identifier" @@ -1026,6 +1150,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1034,15 +1159,18 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1055,6 +1183,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003", "start": 0, "type": "Identifier" @@ -1068,6 +1197,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -1076,9 +1206,11 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg04", "start": 0, "type": "Identifier" @@ -1094,9 +1226,11 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1107,6 +1241,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1114,9 +1249,11 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude001", "start": 0, "type": "Identifier" @@ -1134,6 +1271,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1145,6 +1283,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "69.1", "start": 0, "type": "Literal", @@ -1156,6 +1295,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1164,6 +1304,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "277.34", "start": 0, "type": "Literal", @@ -1175,6 +1316,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1185,9 +1327,11 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1198,6 +1342,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1210,6 +1355,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1217,6 +1363,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1232,6 +1379,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1239,6 +1387,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "41.48", "start": 0, "type": "Literal", @@ -1254,6 +1403,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1261,6 +1411,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1272,9 +1423,11 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1285,6 +1438,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1297,6 +1451,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1305,13 +1460,16 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -1322,6 +1480,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1329,9 +1488,11 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA003", "start": 0, "type": "Identifier" @@ -1342,10 +1503,12 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "type": "Name" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -1365,6 +1528,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1372,6 +1536,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "104.8", "start": 0, "type": "Literal", @@ -1387,6 +1552,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1394,6 +1560,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1405,9 +1572,11 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1418,6 +1587,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1430,18 +1600,22 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -1452,6 +1626,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1459,9 +1634,11 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA003", "start": 0, "type": "Identifier" @@ -1478,19 +1655,23 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -1501,6 +1682,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1508,9 +1690,11 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA003", "start": 0, "type": "Identifier" @@ -1523,6 +1707,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1534,6 +1719,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1541,6 +1727,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1552,9 +1739,11 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1565,6 +1754,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1577,6 +1767,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1585,13 +1776,16 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -1602,25 +1796,30 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -1631,12 +1830,14 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1644,6 +1845,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1654,9 +1856,11 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1667,19 +1871,23 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1690,6 +1898,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1698,15 +1907,18 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1719,6 +1931,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" @@ -1732,6 +1945,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -1740,9 +1954,11 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg03", "start": 0, "type": "Identifier" @@ -1758,9 +1974,11 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1771,6 +1989,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1778,9 +1997,11 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude001", "start": 0, "type": "Identifier" @@ -1798,6 +2019,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1808,6 +2030,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "159.25", "start": 0, "type": "Literal", @@ -1820,6 +2043,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "278.35", "start": 0, "type": "Literal", @@ -1831,6 +2055,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1841,9 +2066,11 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1854,6 +2081,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1866,6 +2094,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1873,6 +2102,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1888,6 +2118,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1895,6 +2126,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "40.82", "start": 0, "type": "Literal", @@ -1910,6 +2142,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1917,6 +2150,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1928,9 +2162,11 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1941,6 +2177,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1953,6 +2190,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1961,13 +2199,16 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -1978,6 +2219,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1985,9 +2227,11 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA002", "start": 0, "type": "Identifier" @@ -1998,10 +2242,12 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "type": "Name" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -2021,6 +2267,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2028,6 +2275,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "132.27", "start": 0, "type": "Literal", @@ -2043,6 +2291,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -2050,6 +2299,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -2061,9 +2311,11 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -2074,6 +2326,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2086,18 +2339,22 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -2108,6 +2365,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2115,9 +2373,11 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA002", "start": 0, "type": "Identifier" @@ -2134,19 +2394,23 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -2157,6 +2421,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2164,9 +2429,11 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA002", "start": 0, "type": "Identifier" @@ -2179,6 +2446,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2190,6 +2458,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -2197,6 +2466,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -2208,9 +2478,11 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -2221,6 +2493,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2233,6 +2506,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2241,13 +2515,16 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -2258,25 +2535,30 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -2287,12 +2569,14 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2300,6 +2584,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2310,9 +2595,11 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2323,19 +2610,23 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -2346,6 +2637,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2354,15 +2646,18 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2375,6 +2670,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude002", "start": 0, "type": "Identifier" @@ -2386,6 +2682,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2393,6 +2690,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "50", "start": 0, "type": "Literal", @@ -2408,9 +2706,11 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2421,6 +2721,7 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2428,9 +2729,11 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" @@ -2441,11 +2744,13 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2453,12 +2758,14 @@ description: Result of parsing sketch-on-chamfer-two-times-different-order.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/sketch-on-chamfer-two-times-different-order/program_memory.snap b/rust/kcl-lib/tests/sketch-on-chamfer-two-times-different-order/program_memory.snap index bc9f38bc7..7706f146b 100644 --- a/rust/kcl-lib/tests/sketch-on-chamfer-two-times-different-order/program_memory.snap +++ b/rust/kcl-lib/tests/sketch-on-chamfer-two-times-different-order/program_memory.snap @@ -17,6 +17,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 148, "end": 169, + "moduleId": 0, "start": 148, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -30,6 +31,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 253, "end": 259, + "moduleId": 0, "start": 253, "type": "TagDeclarator", "value": "seg01" @@ -50,6 +52,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 423, "end": 429, + "moduleId": 0, "start": 423, "type": "TagDeclarator", "value": "seg02" @@ -63,6 +66,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 596, "end": 602, + "moduleId": 0, "start": 596, "type": "TagDeclarator", "value": "seg03" @@ -76,6 +80,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 652, "end": 658, + "moduleId": 0, "start": 652, "type": "TagDeclarator", "value": "seg04" @@ -99,6 +104,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 148, "end": 169, + "moduleId": 0, "start": 148, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -124,6 +130,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 253, "end": 259, + "moduleId": 0, "start": 253, "type": "TagDeclarator", "value": "seg01" @@ -168,6 +175,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 423, "end": 429, + "moduleId": 0, "start": 423, "type": "TagDeclarator", "value": "seg02" @@ -318,6 +326,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 596, "end": 602, + "moduleId": 0, "start": 596, "type": "TagDeclarator", "value": "seg03" @@ -342,6 +351,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 652, "end": 658, + "moduleId": 0, "start": 652, "type": "TagDeclarator", "value": "seg04" @@ -368,6 +378,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 1269, "end": 1290, + "moduleId": 0, "start": 1269, "type": "TagDeclarator", "value": "rectangleSegmentA002" @@ -381,6 +392,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 1374, "end": 1395, + "moduleId": 0, "start": 1374, "type": "TagDeclarator", "value": "rectangleSegmentB001" @@ -394,6 +406,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 1497, "end": 1518, + "moduleId": 0, "start": 1497, "type": "TagDeclarator", "value": "rectangleSegmentC001" @@ -424,6 +437,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 1269, "end": 1290, + "moduleId": 0, "start": 1269, "type": "TagDeclarator", "value": "rectangleSegmentA002" @@ -449,6 +463,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 1374, "end": 1395, + "moduleId": 0, "start": 1374, "type": "TagDeclarator", "value": "rectangleSegmentB001" @@ -474,6 +489,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 1497, "end": 1518, + "moduleId": 0, "start": 1497, "type": "TagDeclarator", "value": "rectangleSegmentC001" @@ -559,6 +575,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 148, "end": 169, + "moduleId": 0, "start": 148, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -572,6 +589,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 253, "end": 259, + "moduleId": 0, "start": 253, "type": "TagDeclarator", "value": "seg01" @@ -592,6 +610,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 423, "end": 429, + "moduleId": 0, "start": 423, "type": "TagDeclarator", "value": "seg02" @@ -605,6 +624,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 596, "end": 602, + "moduleId": 0, "start": 596, "type": "TagDeclarator", "value": "seg03" @@ -618,6 +638,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 652, "end": 658, + "moduleId": 0, "start": 652, "type": "TagDeclarator", "value": "seg04" @@ -641,6 +662,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 148, "end": 169, + "moduleId": 0, "start": 148, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -666,6 +688,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 253, "end": 259, + "moduleId": 0, "start": 253, "type": "TagDeclarator", "value": "seg01" @@ -710,6 +733,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 423, "end": 429, + "moduleId": 0, "start": 423, "type": "TagDeclarator", "value": "seg02" @@ -860,6 +884,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 596, "end": 602, + "moduleId": 0, "start": 596, "type": "TagDeclarator", "value": "seg03" @@ -884,6 +909,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 652, "end": 658, + "moduleId": 0, "start": 652, "type": "TagDeclarator", "value": "seg04" @@ -1019,6 +1045,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 148, "end": 169, + "moduleId": 0, "start": 148, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -1044,6 +1071,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 253, "end": 259, + "moduleId": 0, "start": 253, "type": "TagDeclarator", "value": "seg01" @@ -1088,6 +1116,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 423, "end": 429, + "moduleId": 0, "start": 423, "type": "TagDeclarator", "value": "seg02" @@ -1216,6 +1245,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 1269, "end": 1290, + "moduleId": 0, "start": 1269, "type": "TagDeclarator", "value": "rectangleSegmentA002" @@ -1241,6 +1271,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 1374, "end": 1395, + "moduleId": 0, "start": 1374, "type": "TagDeclarator", "value": "rectangleSegmentB001" @@ -1266,6 +1297,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 1497, "end": 1518, + "moduleId": 0, "start": 1497, "type": "TagDeclarator", "value": "rectangleSegmentC001" @@ -1351,6 +1383,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 148, "end": 169, + "moduleId": 0, "start": 148, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -1364,6 +1397,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 253, "end": 259, + "moduleId": 0, "start": 253, "type": "TagDeclarator", "value": "seg01" @@ -1384,6 +1418,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 423, "end": 429, + "moduleId": 0, "start": 423, "type": "TagDeclarator", "value": "seg02" @@ -1397,6 +1432,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 596, "end": 602, + "moduleId": 0, "start": 596, "type": "TagDeclarator", "value": "seg03" @@ -1410,6 +1446,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 652, "end": 658, + "moduleId": 0, "start": 652, "type": "TagDeclarator", "value": "seg04" @@ -1433,6 +1470,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 148, "end": 169, + "moduleId": 0, "start": 148, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -1458,6 +1496,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 253, "end": 259, + "moduleId": 0, "start": 253, "type": "TagDeclarator", "value": "seg01" @@ -1502,6 +1541,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 423, "end": 429, + "moduleId": 0, "start": 423, "type": "TagDeclarator", "value": "seg02" @@ -1652,6 +1692,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 596, "end": 602, + "moduleId": 0, "start": 596, "type": "TagDeclarator", "value": "seg03" @@ -1676,6 +1717,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 652, "end": 658, + "moduleId": 0, "start": 652, "type": "TagDeclarator", "value": "seg04" @@ -1748,6 +1790,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 802, "end": 823, + "moduleId": 0, "start": 802, "type": "TagDeclarator", "value": "rectangleSegmentA003" @@ -1773,6 +1816,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 906, "end": 927, + "moduleId": 0, "start": 906, "type": "TagDeclarator", "value": "rectangleSegmentB002" @@ -1798,6 +1842,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 1029, "end": 1050, + "moduleId": 0, "start": 1029, "type": "TagDeclarator", "value": "rectangleSegmentC002" @@ -1883,6 +1928,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 148, "end": 169, + "moduleId": 0, "start": 148, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -1896,6 +1942,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 253, "end": 259, + "moduleId": 0, "start": 253, "type": "TagDeclarator", "value": "seg01" @@ -1916,6 +1963,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 423, "end": 429, + "moduleId": 0, "start": 423, "type": "TagDeclarator", "value": "seg02" @@ -1929,6 +1977,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 596, "end": 602, + "moduleId": 0, "start": 596, "type": "TagDeclarator", "value": "seg03" @@ -1942,6 +1991,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 652, "end": 658, + "moduleId": 0, "start": 652, "type": "TagDeclarator", "value": "seg04" @@ -1965,6 +2015,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 148, "end": 169, + "moduleId": 0, "start": 148, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -1990,6 +2041,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 253, "end": 259, + "moduleId": 0, "start": 253, "type": "TagDeclarator", "value": "seg01" @@ -2034,6 +2086,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 423, "end": 429, + "moduleId": 0, "start": 423, "type": "TagDeclarator", "value": "seg02" @@ -2184,6 +2237,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 596, "end": 602, + "moduleId": 0, "start": 596, "type": "TagDeclarator", "value": "seg03" @@ -2208,6 +2262,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif "tag": { "commentStart": 652, "end": 658, + "moduleId": 0, "start": 652, "type": "TagDeclarator", "value": "seg04" diff --git a/rust/kcl-lib/tests/sketch-on-chamfer-two-times/ast.snap b/rust/kcl-lib/tests/sketch-on-chamfer-two-times/ast.snap index e79b2014b..c9b43e82e 100644 --- a/rust/kcl-lib/tests/sketch-on-chamfer-two-times/ast.snap +++ b/rust/kcl-lib/tests/sketch-on-chamfer-two-times/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -20,13 +21,16 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -37,6 +41,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -44,9 +49,11 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -64,6 +71,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -74,6 +82,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "75.8", "start": 0, "type": "Literal", @@ -86,6 +95,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "317.2", "start": 0, "type": "Literal", @@ -97,6 +107,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -107,9 +118,11 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -120,6 +133,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -132,6 +146,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -139,6 +154,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -154,6 +170,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -161,6 +178,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "268.43", "start": 0, "type": "Literal", @@ -176,6 +194,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -183,6 +202,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -194,9 +214,11 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -207,6 +229,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -219,6 +242,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -227,13 +251,16 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -244,6 +271,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -251,9 +279,11 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -264,10 +294,12 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "type": "Name" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -287,6 +319,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -294,6 +327,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "217.26", "start": 0, "type": "Literal", @@ -309,6 +343,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -316,6 +351,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -327,9 +363,11 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -340,6 +378,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -352,18 +391,22 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -374,6 +417,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -381,9 +425,11 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -400,19 +446,23 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -423,6 +473,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -430,9 +481,11 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA001", "start": 0, "type": "Identifier" @@ -445,6 +498,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -456,9 +510,11 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -469,6 +525,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -481,6 +538,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -489,13 +547,16 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -506,25 +567,30 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -535,12 +601,14 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -548,6 +616,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -558,6 +627,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -565,6 +635,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -576,9 +647,11 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -589,19 +662,23 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -612,12 +689,14 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -626,12 +705,14 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -648,11 +729,13 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -665,6 +748,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude001", "start": 0, "type": "Identifier" @@ -678,6 +762,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -685,6 +770,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "100", "start": 0, "type": "Literal", @@ -700,9 +786,11 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -713,6 +801,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -720,9 +809,11 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -740,6 +831,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -747,6 +839,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -762,6 +855,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -773,9 +867,11 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -787,6 +883,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -797,9 +894,11 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -810,6 +909,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -822,6 +922,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -829,6 +930,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "50", "start": 0, "type": "Literal", @@ -844,6 +946,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -855,9 +958,11 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -869,6 +974,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -879,6 +985,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -886,6 +993,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -897,9 +1005,11 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "chamfer", "start": 0, "type": "Identifier" @@ -910,6 +1020,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -922,6 +1033,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -929,6 +1041,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "50", "start": 0, "type": "Literal", @@ -944,6 +1057,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -952,13 +1066,16 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getOppositeEdge", "start": 0, "type": "Identifier" @@ -969,6 +1086,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -976,9 +1094,11 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -991,6 +1111,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1001,6 +1122,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1008,6 +1130,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1019,9 +1142,11 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "chamfer", "start": 0, "type": "Identifier" @@ -1032,6 +1157,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1040,15 +1166,18 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1061,6 +1190,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003", "start": 0, "type": "Identifier" @@ -1074,6 +1204,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -1082,9 +1213,11 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg04", "start": 0, "type": "Identifier" @@ -1100,9 +1233,11 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1113,6 +1248,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1120,9 +1256,11 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude001", "start": 0, "type": "Identifier" @@ -1140,6 +1278,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1151,6 +1290,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "69.1", "start": 0, "type": "Literal", @@ -1162,6 +1302,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1170,6 +1311,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "277.34", "start": 0, "type": "Literal", @@ -1181,6 +1323,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1191,9 +1334,11 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1204,6 +1349,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1216,6 +1362,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1223,6 +1370,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1238,6 +1386,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1245,6 +1394,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "41.48", "start": 0, "type": "Literal", @@ -1260,6 +1410,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1267,6 +1418,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1278,9 +1430,11 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1291,6 +1445,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1303,6 +1458,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1311,13 +1467,16 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -1328,6 +1487,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1335,9 +1495,11 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA003", "start": 0, "type": "Identifier" @@ -1348,10 +1510,12 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "type": "Name" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -1371,6 +1535,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1378,6 +1543,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "104.8", "start": 0, "type": "Literal", @@ -1393,6 +1559,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1400,6 +1567,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1411,9 +1579,11 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1424,6 +1594,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1436,18 +1607,22 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -1458,6 +1633,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1465,9 +1641,11 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA003", "start": 0, "type": "Identifier" @@ -1484,19 +1662,23 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -1507,6 +1689,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1514,9 +1697,11 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA003", "start": 0, "type": "Identifier" @@ -1529,6 +1714,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1540,6 +1726,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1547,6 +1734,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1558,9 +1746,11 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1571,6 +1761,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1583,6 +1774,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1591,13 +1783,16 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -1608,25 +1803,30 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -1637,12 +1837,14 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1650,6 +1852,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1660,9 +1863,11 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1673,19 +1878,23 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1696,12 +1905,14 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1710,15 +1921,18 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1731,6 +1945,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" @@ -1744,6 +1959,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -1752,9 +1968,11 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg03", "start": 0, "type": "Identifier" @@ -1770,9 +1988,11 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1783,6 +2003,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1790,9 +2011,11 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude001", "start": 0, "type": "Identifier" @@ -1810,6 +2033,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1820,6 +2044,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "159.25", "start": 0, "type": "Literal", @@ -1832,6 +2057,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "278.35", "start": 0, "type": "Literal", @@ -1843,6 +2069,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1853,9 +2080,11 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1866,6 +2095,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1878,6 +2108,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1885,6 +2116,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1900,6 +2132,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1907,6 +2140,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "40.82", "start": 0, "type": "Literal", @@ -1922,6 +2156,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1929,6 +2164,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1940,9 +2176,11 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1953,6 +2191,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1965,6 +2204,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1973,13 +2213,16 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -1990,6 +2233,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1997,9 +2241,11 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA002", "start": 0, "type": "Identifier" @@ -2010,10 +2256,12 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "type": "Name" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -2033,6 +2281,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2040,6 +2289,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "132.27", "start": 0, "type": "Literal", @@ -2055,6 +2305,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -2062,6 +2313,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -2073,9 +2325,11 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -2086,6 +2340,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2098,18 +2353,22 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -2120,6 +2379,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2127,9 +2387,11 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA002", "start": 0, "type": "Identifier" @@ -2146,19 +2408,23 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" }, "arg": { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segLen", "start": 0, "type": "Identifier" @@ -2169,6 +2435,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2176,9 +2443,11 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rectangleSegmentA002", "start": 0, "type": "Identifier" @@ -2191,6 +2460,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2202,6 +2472,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -2209,6 +2480,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -2220,9 +2492,11 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -2233,6 +2507,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2245,6 +2520,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2253,13 +2529,16 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -2270,25 +2549,30 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -2299,12 +2583,14 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2312,6 +2598,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2322,9 +2609,11 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2335,19 +2624,23 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -2358,12 +2651,14 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2372,15 +2667,18 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2393,6 +2691,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude002", "start": 0, "type": "Identifier" @@ -2404,6 +2703,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2411,6 +2711,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "50", "start": 0, "type": "Literal", @@ -2426,9 +2727,11 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2439,6 +2742,7 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2446,9 +2750,11 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" @@ -2459,11 +2765,13 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2471,12 +2779,14 @@ description: Result of parsing sketch-on-chamfer-two-times.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/sketch-on-chamfer-two-times/program_memory.snap b/rust/kcl-lib/tests/sketch-on-chamfer-two-times/program_memory.snap index 757bf87eb..fc7cc19a5 100644 --- a/rust/kcl-lib/tests/sketch-on-chamfer-two-times/program_memory.snap +++ b/rust/kcl-lib/tests/sketch-on-chamfer-two-times/program_memory.snap @@ -17,6 +17,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 148, "end": 169, + "moduleId": 0, "start": 148, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -30,6 +31,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 253, "end": 259, + "moduleId": 0, "start": 253, "type": "TagDeclarator", "value": "seg01" @@ -50,6 +52,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 423, "end": 429, + "moduleId": 0, "start": 423, "type": "TagDeclarator", "value": "seg02" @@ -63,6 +66,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 580, "end": 586, + "moduleId": 0, "start": 580, "type": "TagDeclarator", "value": "seg04" @@ -76,6 +80,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 653, "end": 659, + "moduleId": 0, "start": 653, "type": "TagDeclarator", "value": "seg03" @@ -99,6 +104,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 148, "end": 169, + "moduleId": 0, "start": 148, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -124,6 +130,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 253, "end": 259, + "moduleId": 0, "start": 253, "type": "TagDeclarator", "value": "seg01" @@ -168,6 +175,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 423, "end": 429, + "moduleId": 0, "start": 423, "type": "TagDeclarator", "value": "seg02" @@ -318,6 +326,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 580, "end": 586, + "moduleId": 0, "start": 580, "type": "TagDeclarator", "value": "seg04" @@ -342,6 +351,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 653, "end": 659, + "moduleId": 0, "start": 653, "type": "TagDeclarator", "value": "seg03" @@ -368,6 +378,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 1271, "end": 1292, + "moduleId": 0, "start": 1271, "type": "TagDeclarator", "value": "rectangleSegmentA002" @@ -381,6 +392,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 1376, "end": 1397, + "moduleId": 0, "start": 1376, "type": "TagDeclarator", "value": "rectangleSegmentB001" @@ -394,6 +406,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 1499, "end": 1520, + "moduleId": 0, "start": 1499, "type": "TagDeclarator", "value": "rectangleSegmentC001" @@ -424,6 +437,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 1271, "end": 1292, + "moduleId": 0, "start": 1271, "type": "TagDeclarator", "value": "rectangleSegmentA002" @@ -449,6 +463,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 1376, "end": 1397, + "moduleId": 0, "start": 1376, "type": "TagDeclarator", "value": "rectangleSegmentB001" @@ -474,6 +489,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 1499, "end": 1520, + "moduleId": 0, "start": 1499, "type": "TagDeclarator", "value": "rectangleSegmentC001" @@ -559,6 +575,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 148, "end": 169, + "moduleId": 0, "start": 148, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -572,6 +589,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 253, "end": 259, + "moduleId": 0, "start": 253, "type": "TagDeclarator", "value": "seg01" @@ -592,6 +610,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 423, "end": 429, + "moduleId": 0, "start": 423, "type": "TagDeclarator", "value": "seg02" @@ -605,6 +624,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 580, "end": 586, + "moduleId": 0, "start": 580, "type": "TagDeclarator", "value": "seg04" @@ -618,6 +638,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 653, "end": 659, + "moduleId": 0, "start": 653, "type": "TagDeclarator", "value": "seg03" @@ -641,6 +662,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 148, "end": 169, + "moduleId": 0, "start": 148, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -666,6 +688,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 253, "end": 259, + "moduleId": 0, "start": 253, "type": "TagDeclarator", "value": "seg01" @@ -710,6 +733,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 423, "end": 429, + "moduleId": 0, "start": 423, "type": "TagDeclarator", "value": "seg02" @@ -860,6 +884,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 580, "end": 586, + "moduleId": 0, "start": 580, "type": "TagDeclarator", "value": "seg04" @@ -884,6 +909,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 653, "end": 659, + "moduleId": 0, "start": 653, "type": "TagDeclarator", "value": "seg03" @@ -1019,6 +1045,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 148, "end": 169, + "moduleId": 0, "start": 148, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -1044,6 +1071,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 253, "end": 259, + "moduleId": 0, "start": 253, "type": "TagDeclarator", "value": "seg01" @@ -1088,6 +1116,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 423, "end": 429, + "moduleId": 0, "start": 423, "type": "TagDeclarator", "value": "seg02" @@ -1216,6 +1245,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 1271, "end": 1292, + "moduleId": 0, "start": 1271, "type": "TagDeclarator", "value": "rectangleSegmentA002" @@ -1241,6 +1271,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 1376, "end": 1397, + "moduleId": 0, "start": 1376, "type": "TagDeclarator", "value": "rectangleSegmentB001" @@ -1266,6 +1297,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 1499, "end": 1520, + "moduleId": 0, "start": 1499, "type": "TagDeclarator", "value": "rectangleSegmentC001" @@ -1351,6 +1383,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 148, "end": 169, + "moduleId": 0, "start": 148, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -1364,6 +1397,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 253, "end": 259, + "moduleId": 0, "start": 253, "type": "TagDeclarator", "value": "seg01" @@ -1384,6 +1418,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 423, "end": 429, + "moduleId": 0, "start": 423, "type": "TagDeclarator", "value": "seg02" @@ -1397,6 +1432,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 580, "end": 586, + "moduleId": 0, "start": 580, "type": "TagDeclarator", "value": "seg04" @@ -1410,6 +1446,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 653, "end": 659, + "moduleId": 0, "start": 653, "type": "TagDeclarator", "value": "seg03" @@ -1433,6 +1470,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 148, "end": 169, + "moduleId": 0, "start": 148, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -1458,6 +1496,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 253, "end": 259, + "moduleId": 0, "start": 253, "type": "TagDeclarator", "value": "seg01" @@ -1502,6 +1541,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 423, "end": 429, + "moduleId": 0, "start": 423, "type": "TagDeclarator", "value": "seg02" @@ -1652,6 +1692,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 580, "end": 586, + "moduleId": 0, "start": 580, "type": "TagDeclarator", "value": "seg04" @@ -1676,6 +1717,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 653, "end": 659, + "moduleId": 0, "start": 653, "type": "TagDeclarator", "value": "seg03" @@ -1748,6 +1790,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 803, "end": 824, + "moduleId": 0, "start": 803, "type": "TagDeclarator", "value": "rectangleSegmentA003" @@ -1773,6 +1816,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 907, "end": 928, + "moduleId": 0, "start": 907, "type": "TagDeclarator", "value": "rectangleSegmentB002" @@ -1798,6 +1842,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 1030, "end": 1051, + "moduleId": 0, "start": 1030, "type": "TagDeclarator", "value": "rectangleSegmentC002" @@ -1883,6 +1928,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 148, "end": 169, + "moduleId": 0, "start": 148, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -1896,6 +1942,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 253, "end": 259, + "moduleId": 0, "start": 253, "type": "TagDeclarator", "value": "seg01" @@ -1916,6 +1963,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 423, "end": 429, + "moduleId": 0, "start": 423, "type": "TagDeclarator", "value": "seg02" @@ -1929,6 +1977,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 580, "end": 586, + "moduleId": 0, "start": 580, "type": "TagDeclarator", "value": "seg04" @@ -1942,6 +1991,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 653, "end": 659, + "moduleId": 0, "start": 653, "type": "TagDeclarator", "value": "seg03" @@ -1965,6 +2015,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 148, "end": 169, + "moduleId": 0, "start": 148, "type": "TagDeclarator", "value": "rectangleSegmentA001" @@ -1990,6 +2041,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 253, "end": 259, + "moduleId": 0, "start": 253, "type": "TagDeclarator", "value": "seg01" @@ -2034,6 +2086,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 423, "end": 429, + "moduleId": 0, "start": 423, "type": "TagDeclarator", "value": "seg02" @@ -2184,6 +2237,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 580, "end": 586, + "moduleId": 0, "start": 580, "type": "TagDeclarator", "value": "seg04" @@ -2208,6 +2262,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times.kcl "tag": { "commentStart": 653, "end": 659, + "moduleId": 0, "start": 653, "type": "TagDeclarator", "value": "seg03" diff --git a/rust/kcl-lib/tests/sketch_in_object/ast.snap b/rust/kcl-lib/tests/sketch_in_object/ast.snap index c83f10f6b..7a9dec821 100644 --- a/rust/kcl-lib/tests/sketch_in_object/ast.snap +++ b/rust/kcl-lib/tests/sketch_in_object/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing sketch_in_object.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "test", "start": 0, "type": "Identifier" @@ -24,13 +25,16 @@ description: Result of parsing sketch_in_object.kcl "argument": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -41,6 +45,7 @@ description: Result of parsing sketch_in_object.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -48,9 +53,11 @@ description: Result of parsing sketch_in_object.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -68,6 +75,7 @@ description: Result of parsing sketch_in_object.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -78,6 +86,7 @@ description: Result of parsing sketch_in_object.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -90,6 +99,7 @@ description: Result of parsing sketch_in_object.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -101,6 +111,7 @@ description: Result of parsing sketch_in_object.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -111,9 +122,11 @@ description: Result of parsing sketch_in_object.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -124,6 +137,7 @@ description: Result of parsing sketch_in_object.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -136,6 +150,7 @@ description: Result of parsing sketch_in_object.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -146,6 +161,7 @@ description: Result of parsing sketch_in_object.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -158,6 +174,7 @@ description: Result of parsing sketch_in_object.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -169,6 +186,7 @@ description: Result of parsing sketch_in_object.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -179,9 +197,11 @@ description: Result of parsing sketch_in_object.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -192,6 +212,7 @@ description: Result of parsing sketch_in_object.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -204,6 +225,7 @@ description: Result of parsing sketch_in_object.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -214,6 +236,7 @@ description: Result of parsing sketch_in_object.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -226,6 +249,7 @@ description: Result of parsing sketch_in_object.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -237,6 +261,7 @@ description: Result of parsing sketch_in_object.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -247,9 +272,11 @@ description: Result of parsing sketch_in_object.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -260,6 +287,7 @@ description: Result of parsing sketch_in_object.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -272,6 +300,7 @@ description: Result of parsing sketch_in_object.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -282,6 +311,7 @@ description: Result of parsing sketch_in_object.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -295,6 +325,7 @@ description: Result of parsing sketch_in_object.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -306,6 +337,7 @@ description: Result of parsing sketch_in_object.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -313,6 +345,7 @@ description: Result of parsing sketch_in_object.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -323,9 +356,11 @@ description: Result of parsing sketch_in_object.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -336,19 +371,23 @@ description: Result of parsing sketch_in_object.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -359,12 +398,14 @@ description: Result of parsing sketch_in_object.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -373,12 +414,14 @@ description: Result of parsing sketch_in_object.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -386,20 +429,24 @@ description: Result of parsing sketch_in_object.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [], "start": 0, "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -412,6 +459,7 @@ description: Result of parsing sketch_in_object.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "test2", "start": 0, "type": "Identifier" @@ -423,6 +471,7 @@ description: Result of parsing sketch_in_object.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -430,15 +479,18 @@ description: Result of parsing sketch_in_object.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thing1", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -446,22 +498,27 @@ description: Result of parsing sketch_in_object.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thing2", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -472,6 +529,7 @@ description: Result of parsing sketch_in_object.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -479,9 +537,11 @@ description: Result of parsing sketch_in_object.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -499,6 +559,7 @@ description: Result of parsing sketch_in_object.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -509,6 +570,7 @@ description: Result of parsing sketch_in_object.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -521,6 +583,7 @@ description: Result of parsing sketch_in_object.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -532,6 +595,7 @@ description: Result of parsing sketch_in_object.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -542,9 +606,11 @@ description: Result of parsing sketch_in_object.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -555,6 +621,7 @@ description: Result of parsing sketch_in_object.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -567,6 +634,7 @@ description: Result of parsing sketch_in_object.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -577,6 +645,7 @@ description: Result of parsing sketch_in_object.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -589,6 +658,7 @@ description: Result of parsing sketch_in_object.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -600,6 +670,7 @@ description: Result of parsing sketch_in_object.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -610,9 +681,11 @@ description: Result of parsing sketch_in_object.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -623,6 +696,7 @@ description: Result of parsing sketch_in_object.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -635,6 +709,7 @@ description: Result of parsing sketch_in_object.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -645,6 +720,7 @@ description: Result of parsing sketch_in_object.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -657,6 +733,7 @@ description: Result of parsing sketch_in_object.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -668,6 +745,7 @@ description: Result of parsing sketch_in_object.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -678,9 +756,11 @@ description: Result of parsing sketch_in_object.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -691,6 +771,7 @@ description: Result of parsing sketch_in_object.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -703,6 +784,7 @@ description: Result of parsing sketch_in_object.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -713,6 +795,7 @@ description: Result of parsing sketch_in_object.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -726,6 +809,7 @@ description: Result of parsing sketch_in_object.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -737,6 +821,7 @@ description: Result of parsing sketch_in_object.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -744,6 +829,7 @@ description: Result of parsing sketch_in_object.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -754,9 +840,11 @@ description: Result of parsing sketch_in_object.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -767,19 +855,23 @@ description: Result of parsing sketch_in_object.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -790,12 +882,14 @@ description: Result of parsing sketch_in_object.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -804,6 +898,7 @@ description: Result of parsing sketch_in_object.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" @@ -822,6 +917,7 @@ description: Result of parsing sketch_in_object.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -829,20 +925,24 @@ description: Result of parsing sketch_in_object.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [], "start": 0, "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -855,18 +955,22 @@ description: Result of parsing sketch_in_object.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "test", "start": 0, "type": "Identifier" @@ -877,16 +981,19 @@ description: Result of parsing sketch_in_object.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -900,9 +1007,11 @@ description: Result of parsing sketch_in_object.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -919,6 +1028,7 @@ description: Result of parsing sketch_in_object.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -927,6 +1037,7 @@ description: Result of parsing sketch_in_object.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -938,6 +1049,7 @@ description: Result of parsing sketch_in_object.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -949,9 +1061,11 @@ description: Result of parsing sketch_in_object.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -962,6 +1076,7 @@ description: Result of parsing sketch_in_object.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -970,10 +1085,12 @@ description: Result of parsing sketch_in_object.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -986,18 +1103,22 @@ description: Result of parsing sketch_in_object.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x2", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "test2", "start": 0, "type": "Identifier" @@ -1008,16 +1129,19 @@ description: Result of parsing sketch_in_object.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1031,17 +1155,21 @@ description: Result of parsing sketch_in_object.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x2", "start": 0, "type": "Identifier" @@ -1054,6 +1182,7 @@ description: Result of parsing sketch_in_object.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thing1", "start": 0, "type": "Identifier", @@ -1066,6 +1195,7 @@ description: Result of parsing sketch_in_object.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thing2", "start": 0, "type": "Identifier", @@ -1082,6 +1212,7 @@ description: Result of parsing sketch_in_object.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1089,6 +1220,7 @@ description: Result of parsing sketch_in_object.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -1104,9 +1236,11 @@ description: Result of parsing sketch_in_object.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1117,6 +1251,7 @@ description: Result of parsing sketch_in_object.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1125,10 +1260,12 @@ description: Result of parsing sketch_in_object.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -1136,12 +1273,14 @@ description: Result of parsing sketch_in_object.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1153,6 +1292,7 @@ description: Result of parsing sketch_in_object.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1164,6 +1304,7 @@ description: Result of parsing sketch_in_object.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/sketch_on_face/ast.snap b/rust/kcl-lib/tests/sketch_on_face/ast.snap index 6093217aa..5f358c993 100644 --- a/rust/kcl-lib/tests/sketch_on_face/ast.snap +++ b/rust/kcl-lib/tests/sketch_on_face/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing sketch_on_face.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part001", "start": 0, "type": "Identifier" @@ -20,13 +21,16 @@ description: Result of parsing sketch_on_face.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -37,6 +41,7 @@ description: Result of parsing sketch_on_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -44,9 +49,11 @@ description: Result of parsing sketch_on_face.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -64,6 +71,7 @@ description: Result of parsing sketch_on_face.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -74,6 +82,7 @@ description: Result of parsing sketch_on_face.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11.19", "start": 0, "type": "Literal", @@ -86,6 +95,7 @@ description: Result of parsing sketch_on_face.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "28.35", "start": 0, "type": "Literal", @@ -97,6 +107,7 @@ description: Result of parsing sketch_on_face.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -107,9 +118,11 @@ description: Result of parsing sketch_on_face.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -120,6 +133,7 @@ description: Result of parsing sketch_on_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -132,6 +146,7 @@ description: Result of parsing sketch_on_face.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -142,6 +157,7 @@ description: Result of parsing sketch_on_face.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "28.67", "start": 0, "type": "Literal", @@ -155,6 +171,7 @@ description: Result of parsing sketch_on_face.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "13.25", "start": 0, "type": "Literal", @@ -166,6 +183,7 @@ description: Result of parsing sketch_on_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -173,6 +191,7 @@ description: Result of parsing sketch_on_face.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -183,6 +202,7 @@ description: Result of parsing sketch_on_face.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -190,6 +210,7 @@ description: Result of parsing sketch_on_face.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -201,9 +222,11 @@ description: Result of parsing sketch_on_face.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -214,6 +237,7 @@ description: Result of parsing sketch_on_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -226,6 +250,7 @@ description: Result of parsing sketch_on_face.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -237,6 +262,7 @@ description: Result of parsing sketch_on_face.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.12", "start": 0, "type": "Literal", @@ -248,6 +274,7 @@ description: Result of parsing sketch_on_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -257,6 +284,7 @@ description: Result of parsing sketch_on_face.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "22.81", "start": 0, "type": "Literal", @@ -268,6 +296,7 @@ description: Result of parsing sketch_on_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -275,6 +304,7 @@ description: Result of parsing sketch_on_face.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -285,9 +315,11 @@ description: Result of parsing sketch_on_face.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -298,6 +330,7 @@ description: Result of parsing sketch_on_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -310,6 +343,7 @@ description: Result of parsing sketch_on_face.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -321,6 +355,7 @@ description: Result of parsing sketch_on_face.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "33.24", "start": 0, "type": "Literal", @@ -332,6 +367,7 @@ description: Result of parsing sketch_on_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -340,6 +376,7 @@ description: Result of parsing sketch_on_face.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "14.55", "start": 0, "type": "Literal", @@ -351,6 +388,7 @@ description: Result of parsing sketch_on_face.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -361,9 +399,11 @@ description: Result of parsing sketch_on_face.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -374,19 +414,23 @@ description: Result of parsing sketch_on_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -397,12 +441,14 @@ description: Result of parsing sketch_on_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -415,6 +461,7 @@ description: Result of parsing sketch_on_face.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -422,6 +469,7 @@ description: Result of parsing sketch_on_face.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -437,9 +485,11 @@ description: Result of parsing sketch_on_face.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -450,6 +500,7 @@ description: Result of parsing sketch_on_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -458,15 +509,18 @@ description: Result of parsing sketch_on_face.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -479,6 +533,7 @@ description: Result of parsing sketch_on_face.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part002", "start": 0, "type": "Identifier" @@ -492,6 +547,7 @@ description: Result of parsing sketch_on_face.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -500,9 +556,11 @@ description: Result of parsing sketch_on_face.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "here", "start": 0, "type": "Identifier" @@ -518,9 +576,11 @@ description: Result of parsing sketch_on_face.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -531,6 +591,7 @@ description: Result of parsing sketch_on_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -538,9 +599,11 @@ description: Result of parsing sketch_on_face.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part001", "start": 0, "type": "Identifier" @@ -558,6 +621,7 @@ description: Result of parsing sketch_on_face.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -568,6 +632,7 @@ description: Result of parsing sketch_on_face.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -580,6 +645,7 @@ description: Result of parsing sketch_on_face.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -591,6 +657,7 @@ description: Result of parsing sketch_on_face.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -601,9 +668,11 @@ description: Result of parsing sketch_on_face.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -614,6 +683,7 @@ description: Result of parsing sketch_on_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -626,6 +696,7 @@ description: Result of parsing sketch_on_face.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -636,6 +707,7 @@ description: Result of parsing sketch_on_face.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -648,6 +720,7 @@ description: Result of parsing sketch_on_face.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -659,6 +732,7 @@ description: Result of parsing sketch_on_face.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -669,9 +743,11 @@ description: Result of parsing sketch_on_face.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -682,6 +758,7 @@ description: Result of parsing sketch_on_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -694,6 +771,7 @@ description: Result of parsing sketch_on_face.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -704,6 +782,7 @@ description: Result of parsing sketch_on_face.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -716,6 +795,7 @@ description: Result of parsing sketch_on_face.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -727,6 +807,7 @@ description: Result of parsing sketch_on_face.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -737,9 +818,11 @@ description: Result of parsing sketch_on_face.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -750,6 +833,7 @@ description: Result of parsing sketch_on_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -762,6 +846,7 @@ description: Result of parsing sketch_on_face.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -772,6 +857,7 @@ description: Result of parsing sketch_on_face.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -785,6 +871,7 @@ description: Result of parsing sketch_on_face.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -796,6 +883,7 @@ description: Result of parsing sketch_on_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -803,6 +891,7 @@ description: Result of parsing sketch_on_face.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -813,9 +902,11 @@ description: Result of parsing sketch_on_face.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -826,19 +917,23 @@ description: Result of parsing sketch_on_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -849,12 +944,14 @@ description: Result of parsing sketch_on_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -867,6 +964,7 @@ description: Result of parsing sketch_on_face.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -874,6 +972,7 @@ description: Result of parsing sketch_on_face.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -889,9 +988,11 @@ description: Result of parsing sketch_on_face.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -902,6 +1003,7 @@ description: Result of parsing sketch_on_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -910,15 +1012,18 @@ description: Result of parsing sketch_on_face.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -926,12 +1031,14 @@ description: Result of parsing sketch_on_face.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/sketch_on_face/program_memory.snap b/rust/kcl-lib/tests/sketch_on_face/program_memory.snap index 83ca76e7f..337d8b9f0 100644 --- a/rust/kcl-lib/tests/sketch_on_face/program_memory.snap +++ b/rust/kcl-lib/tests/sketch_on_face/program_memory.snap @@ -22,6 +22,7 @@ description: Variables in memory after executing sketch_on_face.kcl "tag": { "commentStart": 106, "end": 111, + "moduleId": 0, "start": 106, "type": "TagDeclarator", "value": "here" @@ -66,6 +67,7 @@ description: Variables in memory after executing sketch_on_face.kcl "tag": { "commentStart": 106, "end": 111, + "moduleId": 0, "start": 106, "type": "TagDeclarator", "value": "here" @@ -356,6 +358,7 @@ description: Variables in memory after executing sketch_on_face.kcl "tag": { "commentStart": 106, "end": 111, + "moduleId": 0, "start": 106, "type": "TagDeclarator", "value": "here" @@ -400,6 +403,7 @@ description: Variables in memory after executing sketch_on_face.kcl "tag": { "commentStart": 106, "end": 111, + "moduleId": 0, "start": 106, "type": "TagDeclarator", "value": "here" diff --git a/rust/kcl-lib/tests/sketch_on_face_after_fillets_referencing_face/ast.snap b/rust/kcl-lib/tests/sketch_on_face_after_fillets_referencing_face/ast.snap index 0fa410955..4ae174011 100644 --- a/rust/kcl-lib/tests/sketch_on_face_after_fillets_referencing_face/ast.snap +++ b/rust/kcl-lib/tests/sketch_on_face_after_fillets_referencing_face/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shelfMountL", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Shelf Bracket", "// This is a shelf bracket made out of 6061-T6 aluminum sheet metal. The required thickness is calculated based on a point load of 300 lbs applied to the end of the shelf. There are two brackets holding up the shelf, so the moment experienced is divided by 2. The shelf is 1 foot long from the wall.", @@ -53,6 +57,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallMountL", "start": 0, "type": "Identifier" @@ -60,6 +65,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -69,11 +75,13 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -86,6 +94,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sigmaAllow", "start": 0, "type": "Identifier" @@ -93,6 +102,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "35000", "start": 0, "type": "Literal", @@ -102,11 +112,13 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define constants required to calculate the thickness needed to support 300 lbs" ], @@ -122,6 +134,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -129,6 +142,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -138,11 +152,13 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -155,6 +171,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p", "start": 0, "type": "Identifier" @@ -162,6 +179,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "300", "start": 0, "type": "Literal", @@ -171,11 +189,13 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -188,6 +208,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "L", "start": 0, "type": "Identifier" @@ -195,6 +216,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12", "start": 0, "type": "Literal", @@ -204,11 +226,13 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -221,6 +245,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "M", "start": 0, "type": "Identifier" @@ -235,9 +260,11 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "L", "start": 0, "type": "Identifier" @@ -247,14 +274,17 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "p", "start": 0, "type": "Identifier" @@ -268,10 +298,12 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -285,11 +317,13 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -302,6 +336,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "FOS", "start": 0, "type": "Identifier" @@ -309,6 +344,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -318,11 +354,13 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -335,18 +373,22 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sqrt", "start": 0, "type": "Identifier" @@ -357,6 +399,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -372,6 +415,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -381,14 +425,17 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "M", "start": 0, "type": "Identifier" @@ -402,14 +449,17 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "FOS", "start": 0, "type": "Identifier" @@ -423,6 +473,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, @@ -431,9 +482,11 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -443,14 +496,17 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sigmaAllow", "start": 0, "type": "Identifier" @@ -469,11 +525,13 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "type": "BinaryExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Calculate the thickness off the bending stress and factor of safety" ], @@ -489,6 +547,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "filletR", "start": 0, "type": "Identifier" @@ -496,6 +555,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25", "start": 0, "type": "Literal", @@ -505,11 +565,13 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -527,6 +589,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bracket", "start": 0, "type": "Identifier" @@ -534,13 +597,16 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -551,6 +617,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -558,9 +625,11 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -578,6 +647,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -588,6 +658,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -600,6 +671,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -611,6 +683,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -621,9 +694,11 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -634,6 +709,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -646,6 +722,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -656,6 +733,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -669,9 +747,11 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallMountL", "start": 0, "type": "Identifier" @@ -683,6 +763,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -693,6 +774,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -700,6 +782,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -711,9 +794,11 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -724,6 +809,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -736,6 +822,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -748,9 +835,11 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shelfMountL", "start": 0, "type": "Identifier" @@ -762,6 +851,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -770,6 +860,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -781,6 +872,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -791,6 +883,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -798,6 +891,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -809,9 +903,11 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -822,6 +918,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -834,6 +931,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -844,6 +942,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -858,9 +957,11 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -872,6 +973,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -879,6 +981,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -889,9 +992,11 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -902,6 +1007,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -914,6 +1020,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -928,9 +1035,11 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "shelfMountL", "start": 0, "type": "Identifier" @@ -940,14 +1049,17 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -964,6 +1076,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -975,6 +1088,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -985,6 +1099,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -992,6 +1107,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1003,9 +1119,11 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1016,6 +1134,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1028,6 +1147,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1038,6 +1158,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1055,9 +1176,11 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wallMountL", "start": 0, "type": "Identifier" @@ -1069,19 +1192,23 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -1097,6 +1224,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1107,9 +1235,11 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1120,19 +1250,23 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1143,12 +1277,14 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1161,6 +1297,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1169,9 +1306,11 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "width", "start": 0, "type": "Identifier" @@ -1187,9 +1326,11 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1200,6 +1341,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1212,6 +1354,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1220,9 +1363,11 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "filletR", "start": 0, "type": "Identifier" @@ -1238,6 +1383,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -1246,13 +1392,16 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -1263,6 +1412,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1270,9 +1420,11 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "innerEdge", "start": 0, "type": "Identifier" @@ -1285,6 +1437,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1295,9 +1448,11 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -1308,6 +1463,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1320,6 +1476,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1331,9 +1488,11 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "filletR", "start": 0, "type": "Identifier" @@ -1343,14 +1502,17 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -1370,6 +1532,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -1378,13 +1541,16 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getNextAdjacentEdge", "start": 0, "type": "Identifier" @@ -1395,6 +1561,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1402,9 +1569,11 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "outerEdge", "start": 0, "type": "Identifier" @@ -1417,6 +1586,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1427,9 +1597,11 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -1440,6 +1612,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1448,15 +1621,18 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1474,6 +1650,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -1487,6 +1664,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -1495,9 +1673,11 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -1513,9 +1693,11 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1526,6 +1708,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1533,9 +1716,11 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bracket", "start": 0, "type": "Identifier" @@ -1553,6 +1738,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1563,6 +1749,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.28", "start": 0, "type": "Literal", @@ -1575,6 +1762,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.83", "start": 0, "type": "Literal", @@ -1586,6 +1774,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1596,9 +1785,11 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1609,6 +1800,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1621,6 +1813,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1631,6 +1824,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.17", "start": 0, "type": "Literal", @@ -1644,6 +1838,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.03", "start": 0, "type": "Literal", @@ -1655,6 +1850,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1662,6 +1858,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1672,9 +1869,11 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1685,6 +1884,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1697,6 +1897,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1708,6 +1909,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.07", "start": 0, "type": "Literal", @@ -1719,6 +1921,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1728,6 +1931,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.8", "start": 0, "type": "Literal", @@ -1739,6 +1943,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1746,6 +1951,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1756,9 +1962,11 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1769,6 +1977,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1781,6 +1990,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1792,6 +2002,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.07", "start": 0, "type": "Literal", @@ -1803,6 +2014,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1811,6 +2023,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.05", "start": 0, "type": "Literal", @@ -1822,6 +2035,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1832,9 +2046,11 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1845,6 +2061,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1857,6 +2074,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1865,13 +2083,16 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -1882,25 +2103,30 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -1911,12 +2137,14 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1924,6 +2152,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1934,9 +2163,11 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1947,19 +2178,23 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1970,12 +2205,14 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1988,6 +2225,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1995,6 +2233,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -2010,9 +2249,11 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2023,6 +2264,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2031,15 +2273,18 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2047,12 +2292,14 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2066,6 +2313,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2077,6 +2325,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2088,6 +2337,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2101,6 +2351,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2114,6 +2365,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2127,6 +2379,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2140,6 +2393,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2153,6 +2407,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2164,6 +2419,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2175,6 +2431,7 @@ description: Result of parsing sketch_on_face_after_fillets_referencing_face.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/sketch_on_face_after_fillets_referencing_face/program_memory.snap b/rust/kcl-lib/tests/sketch_on_face_after_fillets_referencing_face/program_memory.snap index d55cf26aa..b0614aec0 100644 --- a/rust/kcl-lib/tests/sketch_on_face_after_fillets_referencing_face/program_memory.snap +++ b/rust/kcl-lib/tests/sketch_on_face_after_fillets_referencing_face/program_memory.snap @@ -56,6 +56,7 @@ description: Variables in memory after executing sketch_on_face_after_fillets_re "tag": { "commentStart": 1079, "end": 1089, + "moduleId": 0, "start": 1079, "type": "TagDeclarator", "value": "outerEdge" @@ -69,6 +70,7 @@ description: Variables in memory after executing sketch_on_face_after_fillets_re "tag": { "commentStart": 1132, "end": 1138, + "moduleId": 0, "start": 1132, "type": "TagDeclarator", "value": "seg01" @@ -89,6 +91,7 @@ description: Variables in memory after executing sketch_on_face_after_fillets_re "tag": { "commentStart": 1225, "end": 1235, + "moduleId": 0, "start": 1225, "type": "TagDeclarator", "value": "innerEdge" @@ -126,6 +129,7 @@ description: Variables in memory after executing sketch_on_face_after_fillets_re "tag": { "commentStart": 1079, "end": 1089, + "moduleId": 0, "start": 1079, "type": "TagDeclarator", "value": "outerEdge" @@ -151,6 +155,7 @@ description: Variables in memory after executing sketch_on_face_after_fillets_re "tag": { "commentStart": 1132, "end": 1138, + "moduleId": 0, "start": 1132, "type": "TagDeclarator", "value": "seg01" @@ -195,6 +200,7 @@ description: Variables in memory after executing sketch_on_face_after_fillets_re "tag": { "commentStart": 1225, "end": 1235, + "moduleId": 0, "start": 1225, "type": "TagDeclarator", "value": "innerEdge" @@ -598,6 +604,7 @@ description: Variables in memory after executing sketch_on_face_after_fillets_re "tag": { "commentStart": 1079, "end": 1089, + "moduleId": 0, "start": 1079, "type": "TagDeclarator", "value": "outerEdge" @@ -611,6 +618,7 @@ description: Variables in memory after executing sketch_on_face_after_fillets_re "tag": { "commentStart": 1132, "end": 1138, + "moduleId": 0, "start": 1132, "type": "TagDeclarator", "value": "seg01" @@ -631,6 +639,7 @@ description: Variables in memory after executing sketch_on_face_after_fillets_re "tag": { "commentStart": 1225, "end": 1235, + "moduleId": 0, "start": 1225, "type": "TagDeclarator", "value": "innerEdge" @@ -668,6 +677,7 @@ description: Variables in memory after executing sketch_on_face_after_fillets_re "tag": { "commentStart": 1079, "end": 1089, + "moduleId": 0, "start": 1079, "type": "TagDeclarator", "value": "outerEdge" @@ -693,6 +703,7 @@ description: Variables in memory after executing sketch_on_face_after_fillets_re "tag": { "commentStart": 1132, "end": 1138, + "moduleId": 0, "start": 1132, "type": "TagDeclarator", "value": "seg01" @@ -737,6 +748,7 @@ description: Variables in memory after executing sketch_on_face_after_fillets_re "tag": { "commentStart": 1225, "end": 1235, + "moduleId": 0, "start": 1225, "type": "TagDeclarator", "value": "innerEdge" diff --git a/rust/kcl-lib/tests/sketch_on_face_circle_tagged/ast.snap b/rust/kcl-lib/tests/sketch_on_face_circle_tagged/ast.snap index 395748d51..47c2365cd 100644 --- a/rust/kcl-lib/tests/sketch_on_face_circle_tagged/ast.snap +++ b/rust/kcl-lib/tests/sketch_on_face_circle_tagged/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cube", "start": 0, "type": "Identifier" @@ -28,6 +29,7 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sg", "start": 0, "type": "Identifier" @@ -35,13 +37,16 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -52,6 +57,7 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -59,9 +65,11 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -79,6 +87,7 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -87,9 +96,11 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pos", "start": 0, "type": "Identifier" @@ -105,9 +116,11 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -118,6 +131,7 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -130,6 +144,7 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -140,6 +155,7 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -153,9 +169,11 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -167,6 +185,7 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -177,9 +196,11 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -190,6 +211,7 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -202,6 +224,7 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -213,9 +236,11 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -228,6 +253,7 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -239,6 +265,7 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -249,9 +276,11 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -262,6 +291,7 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -274,6 +304,7 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -284,6 +315,7 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -298,9 +330,11 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -312,6 +346,7 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -319,6 +354,7 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -329,9 +365,11 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -342,6 +380,7 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -350,15 +389,18 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -368,9 +410,11 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sg", "start": 0, "type": "Identifier" @@ -382,6 +426,7 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -389,12 +434,14 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -409,12 +456,14 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pos", "start": 0, "type": "Identifier" @@ -425,6 +474,7 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -435,11 +485,13 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -452,6 +504,7 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part001", "start": 0, "type": "Identifier" @@ -465,6 +518,7 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pos", "start": 0, "type": "Identifier" @@ -475,6 +529,7 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -487,6 +542,7 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -498,6 +554,7 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -508,6 +565,7 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -515,6 +573,7 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -530,9 +589,11 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cube", "start": 0, "type": "Identifier" @@ -543,19 +604,23 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -566,12 +631,14 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -584,6 +651,7 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -591,6 +659,7 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -606,9 +675,11 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -619,6 +690,7 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -627,15 +699,18 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -648,6 +723,7 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part002", "start": 0, "type": "Identifier" @@ -661,6 +737,7 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -668,6 +745,7 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"end\"", "start": 0, "type": "Literal", @@ -680,9 +758,11 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -693,6 +773,7 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -700,9 +781,11 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part001", "start": 0, "type": "Identifier" @@ -720,6 +803,7 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -730,6 +814,7 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -742,6 +827,7 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -753,6 +839,7 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -763,6 +850,7 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -770,6 +858,7 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -785,6 +874,7 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -792,6 +882,7 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -803,9 +894,11 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -816,6 +909,7 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -828,6 +922,7 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -835,6 +930,7 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -850,9 +946,11 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -863,6 +961,7 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -871,15 +970,18 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -887,12 +989,14 @@ description: Result of parsing sketch_on_face_circle_tagged.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/sketch_on_face_circle_tagged/program_memory.snap b/rust/kcl-lib/tests/sketch_on_face_circle_tagged/program_memory.snap index f0e00a7bd..b554da975 100644 --- a/rust/kcl-lib/tests/sketch_on_face_circle_tagged/program_memory.snap +++ b/rust/kcl-lib/tests/sketch_on_face_circle_tagged/program_memory.snap @@ -206,6 +206,7 @@ description: Variables in memory after executing sketch_on_face_circle_tagged.kc "tag": { "commentStart": 359, "end": 368, + "moduleId": 0, "start": 359, "type": "TagDeclarator", "value": "myCircle" @@ -235,6 +236,7 @@ description: Variables in memory after executing sketch_on_face_circle_tagged.kc "tag": { "commentStart": 359, "end": 368, + "moduleId": 0, "start": 359, "type": "TagDeclarator", "value": "myCircle" diff --git a/rust/kcl-lib/tests/sketch_on_face_end/ast.snap b/rust/kcl-lib/tests/sketch_on_face_end/ast.snap index f29996a7b..0c577d727 100644 --- a/rust/kcl-lib/tests/sketch_on_face_end/ast.snap +++ b/rust/kcl-lib/tests/sketch_on_face_end/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing sketch_on_face_end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cube", "start": 0, "type": "Identifier" @@ -28,6 +29,7 @@ description: Result of parsing sketch_on_face_end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sg", "start": 0, "type": "Identifier" @@ -35,13 +37,16 @@ description: Result of parsing sketch_on_face_end.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -52,6 +57,7 @@ description: Result of parsing sketch_on_face_end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -59,9 +65,11 @@ description: Result of parsing sketch_on_face_end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -79,6 +87,7 @@ description: Result of parsing sketch_on_face_end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -87,9 +96,11 @@ description: Result of parsing sketch_on_face_end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pos", "start": 0, "type": "Identifier" @@ -105,9 +116,11 @@ description: Result of parsing sketch_on_face_end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -118,6 +131,7 @@ description: Result of parsing sketch_on_face_end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -130,6 +144,7 @@ description: Result of parsing sketch_on_face_end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -140,6 +155,7 @@ description: Result of parsing sketch_on_face_end.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -153,9 +169,11 @@ description: Result of parsing sketch_on_face_end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -167,6 +185,7 @@ description: Result of parsing sketch_on_face_end.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -177,9 +196,11 @@ description: Result of parsing sketch_on_face_end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -190,6 +211,7 @@ description: Result of parsing sketch_on_face_end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -202,6 +224,7 @@ description: Result of parsing sketch_on_face_end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -213,9 +236,11 @@ description: Result of parsing sketch_on_face_end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -228,6 +253,7 @@ description: Result of parsing sketch_on_face_end.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -239,6 +265,7 @@ description: Result of parsing sketch_on_face_end.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -249,9 +276,11 @@ description: Result of parsing sketch_on_face_end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -262,6 +291,7 @@ description: Result of parsing sketch_on_face_end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -274,6 +304,7 @@ description: Result of parsing sketch_on_face_end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -284,6 +315,7 @@ description: Result of parsing sketch_on_face_end.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -298,9 +330,11 @@ description: Result of parsing sketch_on_face_end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -312,6 +346,7 @@ description: Result of parsing sketch_on_face_end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -319,6 +354,7 @@ description: Result of parsing sketch_on_face_end.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -329,9 +365,11 @@ description: Result of parsing sketch_on_face_end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -342,6 +380,7 @@ description: Result of parsing sketch_on_face_end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -350,15 +389,18 @@ description: Result of parsing sketch_on_face_end.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -368,9 +410,11 @@ description: Result of parsing sketch_on_face_end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sg", "start": 0, "type": "Identifier" @@ -382,6 +426,7 @@ description: Result of parsing sketch_on_face_end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -389,12 +434,14 @@ description: Result of parsing sketch_on_face_end.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -409,12 +456,14 @@ description: Result of parsing sketch_on_face_end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pos", "start": 0, "type": "Identifier" @@ -425,6 +474,7 @@ description: Result of parsing sketch_on_face_end.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -435,11 +485,13 @@ description: Result of parsing sketch_on_face_end.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -452,6 +504,7 @@ description: Result of parsing sketch_on_face_end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part001", "start": 0, "type": "Identifier" @@ -465,6 +518,7 @@ description: Result of parsing sketch_on_face_end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pos", "start": 0, "type": "Identifier" @@ -475,6 +529,7 @@ description: Result of parsing sketch_on_face_end.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -487,6 +542,7 @@ description: Result of parsing sketch_on_face_end.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -498,6 +554,7 @@ description: Result of parsing sketch_on_face_end.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -508,6 +565,7 @@ description: Result of parsing sketch_on_face_end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -515,6 +573,7 @@ description: Result of parsing sketch_on_face_end.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -530,9 +589,11 @@ description: Result of parsing sketch_on_face_end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cube", "start": 0, "type": "Identifier" @@ -543,19 +604,23 @@ description: Result of parsing sketch_on_face_end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -566,12 +631,14 @@ description: Result of parsing sketch_on_face_end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -584,6 +651,7 @@ description: Result of parsing sketch_on_face_end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -591,6 +659,7 @@ description: Result of parsing sketch_on_face_end.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -606,9 +675,11 @@ description: Result of parsing sketch_on_face_end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -619,6 +690,7 @@ description: Result of parsing sketch_on_face_end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -627,15 +699,18 @@ description: Result of parsing sketch_on_face_end.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -648,6 +723,7 @@ description: Result of parsing sketch_on_face_end.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part002", "start": 0, "type": "Identifier" @@ -661,6 +737,7 @@ description: Result of parsing sketch_on_face_end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -668,6 +745,7 @@ description: Result of parsing sketch_on_face_end.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"END\"", "start": 0, "type": "Literal", @@ -680,9 +758,11 @@ description: Result of parsing sketch_on_face_end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -693,6 +773,7 @@ description: Result of parsing sketch_on_face_end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -700,9 +781,11 @@ description: Result of parsing sketch_on_face_end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part001", "start": 0, "type": "Identifier" @@ -720,6 +803,7 @@ description: Result of parsing sketch_on_face_end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -730,6 +814,7 @@ description: Result of parsing sketch_on_face_end.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -742,6 +827,7 @@ description: Result of parsing sketch_on_face_end.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -753,6 +839,7 @@ description: Result of parsing sketch_on_face_end.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -763,9 +850,11 @@ description: Result of parsing sketch_on_face_end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -776,6 +865,7 @@ description: Result of parsing sketch_on_face_end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -788,6 +878,7 @@ description: Result of parsing sketch_on_face_end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -798,6 +889,7 @@ description: Result of parsing sketch_on_face_end.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -810,6 +902,7 @@ description: Result of parsing sketch_on_face_end.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -821,6 +914,7 @@ description: Result of parsing sketch_on_face_end.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -831,9 +925,11 @@ description: Result of parsing sketch_on_face_end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -844,6 +940,7 @@ description: Result of parsing sketch_on_face_end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -856,6 +953,7 @@ description: Result of parsing sketch_on_face_end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -866,6 +964,7 @@ description: Result of parsing sketch_on_face_end.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -878,6 +977,7 @@ description: Result of parsing sketch_on_face_end.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -889,6 +989,7 @@ description: Result of parsing sketch_on_face_end.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -899,9 +1000,11 @@ description: Result of parsing sketch_on_face_end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -912,6 +1015,7 @@ description: Result of parsing sketch_on_face_end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -924,6 +1028,7 @@ description: Result of parsing sketch_on_face_end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -934,6 +1039,7 @@ description: Result of parsing sketch_on_face_end.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -947,6 +1053,7 @@ description: Result of parsing sketch_on_face_end.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -958,6 +1065,7 @@ description: Result of parsing sketch_on_face_end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -965,6 +1073,7 @@ description: Result of parsing sketch_on_face_end.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -975,9 +1084,11 @@ description: Result of parsing sketch_on_face_end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -988,19 +1099,23 @@ description: Result of parsing sketch_on_face_end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1011,12 +1126,14 @@ description: Result of parsing sketch_on_face_end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1029,6 +1146,7 @@ description: Result of parsing sketch_on_face_end.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1036,6 +1154,7 @@ description: Result of parsing sketch_on_face_end.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -1051,9 +1170,11 @@ description: Result of parsing sketch_on_face_end.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1064,6 +1185,7 @@ description: Result of parsing sketch_on_face_end.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1072,15 +1194,18 @@ description: Result of parsing sketch_on_face_end.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1088,12 +1213,14 @@ description: Result of parsing sketch_on_face_end.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/sketch_on_face_end_negative_extrude/ast.snap b/rust/kcl-lib/tests/sketch_on_face_end_negative_extrude/ast.snap index 9da7d18c4..b3bbeae90 100644 --- a/rust/kcl-lib/tests/sketch_on_face_end_negative_extrude/ast.snap +++ b/rust/kcl-lib/tests/sketch_on_face_end_negative_extrude/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cube", "start": 0, "type": "Identifier" @@ -28,6 +29,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sg", "start": 0, "type": "Identifier" @@ -35,13 +37,16 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -52,6 +57,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -59,9 +65,11 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -79,6 +87,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -87,9 +96,11 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pos", "start": 0, "type": "Identifier" @@ -105,9 +116,11 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -118,6 +131,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -130,6 +144,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -140,6 +155,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -153,9 +169,11 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -167,6 +185,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -177,9 +196,11 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -190,6 +211,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -202,6 +224,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -213,9 +236,11 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -228,6 +253,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -239,6 +265,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -249,9 +276,11 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -262,6 +291,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -274,6 +304,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -284,6 +315,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -298,9 +330,11 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -312,6 +346,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -319,6 +354,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -329,9 +365,11 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -342,6 +380,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -350,15 +389,18 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -368,9 +410,11 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sg", "start": 0, "type": "Identifier" @@ -382,6 +426,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -389,12 +434,14 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -409,12 +456,14 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pos", "start": 0, "type": "Identifier" @@ -425,6 +474,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -435,11 +485,13 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -452,6 +504,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part001", "start": 0, "type": "Identifier" @@ -465,6 +518,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pos", "start": 0, "type": "Identifier" @@ -475,6 +529,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -487,6 +542,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -498,6 +554,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -508,6 +565,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -515,6 +573,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -530,9 +589,11 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cube", "start": 0, "type": "Identifier" @@ -543,19 +604,23 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -566,12 +631,14 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -584,6 +651,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -591,6 +659,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -606,9 +675,11 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -619,6 +690,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -627,15 +699,18 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -648,6 +723,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part002", "start": 0, "type": "Identifier" @@ -661,6 +737,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -668,6 +745,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"END\"", "start": 0, "type": "Literal", @@ -680,9 +758,11 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -693,6 +773,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -700,9 +781,11 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part001", "start": 0, "type": "Identifier" @@ -720,6 +803,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -730,6 +814,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -742,6 +827,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -753,6 +839,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -763,9 +850,11 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -776,6 +865,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -788,6 +878,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -798,6 +889,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -810,6 +902,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -821,6 +914,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -831,9 +925,11 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -844,6 +940,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -856,6 +953,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -866,6 +964,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -878,6 +977,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -889,6 +989,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -899,9 +1000,11 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -912,6 +1015,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -924,6 +1028,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -934,6 +1039,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -947,6 +1053,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -958,6 +1065,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -965,6 +1073,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -975,9 +1084,11 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -988,19 +1099,23 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1011,12 +1126,14 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1029,6 +1146,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1037,6 +1155,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -1048,6 +1167,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1059,9 +1179,11 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1072,6 +1194,7 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1080,15 +1203,18 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1096,12 +1222,14 @@ description: Result of parsing sketch_on_face_end_negative_extrude.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/sketch_on_face_start/ast.snap b/rust/kcl-lib/tests/sketch_on_face_start/ast.snap index d331e3995..4c1a72de2 100644 --- a/rust/kcl-lib/tests/sketch_on_face_start/ast.snap +++ b/rust/kcl-lib/tests/sketch_on_face_start/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing sketch_on_face_start.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cube", "start": 0, "type": "Identifier" @@ -28,6 +29,7 @@ description: Result of parsing sketch_on_face_start.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sg", "start": 0, "type": "Identifier" @@ -35,13 +37,16 @@ description: Result of parsing sketch_on_face_start.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -52,6 +57,7 @@ description: Result of parsing sketch_on_face_start.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -59,9 +65,11 @@ description: Result of parsing sketch_on_face_start.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -79,6 +87,7 @@ description: Result of parsing sketch_on_face_start.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -87,9 +96,11 @@ description: Result of parsing sketch_on_face_start.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pos", "start": 0, "type": "Identifier" @@ -105,9 +116,11 @@ description: Result of parsing sketch_on_face_start.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -118,6 +131,7 @@ description: Result of parsing sketch_on_face_start.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -130,6 +144,7 @@ description: Result of parsing sketch_on_face_start.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -140,6 +155,7 @@ description: Result of parsing sketch_on_face_start.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -153,9 +169,11 @@ description: Result of parsing sketch_on_face_start.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -167,6 +185,7 @@ description: Result of parsing sketch_on_face_start.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -177,9 +196,11 @@ description: Result of parsing sketch_on_face_start.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -190,6 +211,7 @@ description: Result of parsing sketch_on_face_start.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -202,6 +224,7 @@ description: Result of parsing sketch_on_face_start.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -213,9 +236,11 @@ description: Result of parsing sketch_on_face_start.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -228,6 +253,7 @@ description: Result of parsing sketch_on_face_start.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -239,6 +265,7 @@ description: Result of parsing sketch_on_face_start.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -249,9 +276,11 @@ description: Result of parsing sketch_on_face_start.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -262,6 +291,7 @@ description: Result of parsing sketch_on_face_start.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -274,6 +304,7 @@ description: Result of parsing sketch_on_face_start.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -284,6 +315,7 @@ description: Result of parsing sketch_on_face_start.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -298,9 +330,11 @@ description: Result of parsing sketch_on_face_start.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -312,6 +346,7 @@ description: Result of parsing sketch_on_face_start.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -319,6 +354,7 @@ description: Result of parsing sketch_on_face_start.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -329,9 +365,11 @@ description: Result of parsing sketch_on_face_start.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -342,6 +380,7 @@ description: Result of parsing sketch_on_face_start.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -350,15 +389,18 @@ description: Result of parsing sketch_on_face_start.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -368,9 +410,11 @@ description: Result of parsing sketch_on_face_start.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sg", "start": 0, "type": "Identifier" @@ -382,6 +426,7 @@ description: Result of parsing sketch_on_face_start.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -389,12 +434,14 @@ description: Result of parsing sketch_on_face_start.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -409,12 +456,14 @@ description: Result of parsing sketch_on_face_start.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pos", "start": 0, "type": "Identifier" @@ -425,6 +474,7 @@ description: Result of parsing sketch_on_face_start.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -435,11 +485,13 @@ description: Result of parsing sketch_on_face_start.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -452,6 +504,7 @@ description: Result of parsing sketch_on_face_start.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part001", "start": 0, "type": "Identifier" @@ -465,6 +518,7 @@ description: Result of parsing sketch_on_face_start.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pos", "start": 0, "type": "Identifier" @@ -475,6 +529,7 @@ description: Result of parsing sketch_on_face_start.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -487,6 +542,7 @@ description: Result of parsing sketch_on_face_start.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -498,6 +554,7 @@ description: Result of parsing sketch_on_face_start.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -508,6 +565,7 @@ description: Result of parsing sketch_on_face_start.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -515,6 +573,7 @@ description: Result of parsing sketch_on_face_start.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -530,9 +589,11 @@ description: Result of parsing sketch_on_face_start.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cube", "start": 0, "type": "Identifier" @@ -543,19 +604,23 @@ description: Result of parsing sketch_on_face_start.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -566,12 +631,14 @@ description: Result of parsing sketch_on_face_start.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -587,6 +654,7 @@ description: Result of parsing sketch_on_face_start.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -594,6 +662,7 @@ description: Result of parsing sketch_on_face_start.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -609,9 +678,11 @@ description: Result of parsing sketch_on_face_start.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -622,6 +693,7 @@ description: Result of parsing sketch_on_face_start.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -630,10 +702,12 @@ description: Result of parsing sketch_on_face_start.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "foo", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "LabelledExpression", "type": "LabelledExpression" @@ -641,15 +715,18 @@ description: Result of parsing sketch_on_face_start.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -662,6 +739,7 @@ description: Result of parsing sketch_on_face_start.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part002", "start": 0, "type": "Identifier" @@ -675,6 +753,7 @@ description: Result of parsing sketch_on_face_start.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -682,6 +761,7 @@ description: Result of parsing sketch_on_face_start.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"start\"", "start": 0, "type": "Literal", @@ -694,9 +774,11 @@ description: Result of parsing sketch_on_face_start.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -707,6 +789,7 @@ description: Result of parsing sketch_on_face_start.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -714,9 +797,11 @@ description: Result of parsing sketch_on_face_start.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "foo", "start": 0, "type": "Identifier" @@ -734,6 +819,7 @@ description: Result of parsing sketch_on_face_start.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -744,6 +830,7 @@ description: Result of parsing sketch_on_face_start.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -756,6 +843,7 @@ description: Result of parsing sketch_on_face_start.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -767,6 +855,7 @@ description: Result of parsing sketch_on_face_start.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -777,9 +866,11 @@ description: Result of parsing sketch_on_face_start.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -790,6 +881,7 @@ description: Result of parsing sketch_on_face_start.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -802,6 +894,7 @@ description: Result of parsing sketch_on_face_start.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -812,6 +905,7 @@ description: Result of parsing sketch_on_face_start.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -824,6 +918,7 @@ description: Result of parsing sketch_on_face_start.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -835,6 +930,7 @@ description: Result of parsing sketch_on_face_start.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -845,9 +941,11 @@ description: Result of parsing sketch_on_face_start.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -858,6 +956,7 @@ description: Result of parsing sketch_on_face_start.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -870,6 +969,7 @@ description: Result of parsing sketch_on_face_start.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -880,6 +980,7 @@ description: Result of parsing sketch_on_face_start.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -892,6 +993,7 @@ description: Result of parsing sketch_on_face_start.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -903,6 +1005,7 @@ description: Result of parsing sketch_on_face_start.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -913,9 +1016,11 @@ description: Result of parsing sketch_on_face_start.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -926,6 +1031,7 @@ description: Result of parsing sketch_on_face_start.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -938,6 +1044,7 @@ description: Result of parsing sketch_on_face_start.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -948,6 +1055,7 @@ description: Result of parsing sketch_on_face_start.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -961,6 +1069,7 @@ description: Result of parsing sketch_on_face_start.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -972,6 +1081,7 @@ description: Result of parsing sketch_on_face_start.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -979,6 +1089,7 @@ description: Result of parsing sketch_on_face_start.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -989,9 +1100,11 @@ description: Result of parsing sketch_on_face_start.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1002,19 +1115,23 @@ description: Result of parsing sketch_on_face_start.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1025,12 +1142,14 @@ description: Result of parsing sketch_on_face_start.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1043,6 +1162,7 @@ description: Result of parsing sketch_on_face_start.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1050,6 +1170,7 @@ description: Result of parsing sketch_on_face_start.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -1065,9 +1186,11 @@ description: Result of parsing sketch_on_face_start.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1078,6 +1201,7 @@ description: Result of parsing sketch_on_face_start.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1086,15 +1210,18 @@ description: Result of parsing sketch_on_face_start.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1102,12 +1229,14 @@ description: Result of parsing sketch_on_face_start.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/sketch_on_face_union/ast.snap b/rust/kcl-lib/tests/sketch_on_face_union/ast.snap index 831fdc73c..594b33fa8 100644 --- a/rust/kcl-lib/tests/sketch_on_face_union/ast.snap +++ b/rust/kcl-lib/tests/sketch_on_face_union/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing sketch_on_face_union.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "trussSupportAngle", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing sketch_on_face_union.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing sketch_on_face_union.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define parameters" ], @@ -49,6 +53,7 @@ description: Result of parsing sketch_on_face_union.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "height", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing sketch_on_face_union.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "120", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing sketch_on_face_union.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing sketch_on_face_union.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -89,6 +98,7 @@ description: Result of parsing sketch_on_face_union.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -98,11 +108,13 @@ description: Result of parsing sketch_on_face_union.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -115,18 +127,22 @@ description: Result of parsing sketch_on_face_union.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -137,6 +153,7 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -144,9 +161,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -157,11 +176,13 @@ description: Result of parsing sketch_on_face_union.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -174,6 +195,7 @@ description: Result of parsing sketch_on_face_union.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile001", "start": 0, "type": "Identifier" @@ -187,6 +209,7 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -197,6 +220,7 @@ description: Result of parsing sketch_on_face_union.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "60", "start": 0, "type": "Literal", @@ -209,6 +233,7 @@ description: Result of parsing sketch_on_face_union.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -220,6 +245,7 @@ description: Result of parsing sketch_on_face_union.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -230,9 +256,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -243,6 +271,7 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -250,9 +279,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -270,6 +301,7 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -278,6 +310,7 @@ description: Result of parsing sketch_on_face_union.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "120", "start": 0, "type": "Literal", @@ -289,6 +322,7 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -300,6 +334,7 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -307,6 +342,7 @@ description: Result of parsing sketch_on_face_union.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -318,9 +354,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -331,6 +369,7 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -343,6 +382,7 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -350,6 +390,7 @@ description: Result of parsing sketch_on_face_union.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12", "start": 0, "type": "Literal", @@ -365,9 +406,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -378,6 +421,7 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -390,6 +434,7 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -397,6 +442,7 @@ description: Result of parsing sketch_on_face_union.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25", "start": 0, "type": "Literal", @@ -412,6 +458,7 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteX", "start": 0, "type": "Identifier" @@ -419,6 +466,7 @@ description: Result of parsing sketch_on_face_union.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -434,6 +482,7 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -441,6 +490,7 @@ description: Result of parsing sketch_on_face_union.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -452,9 +502,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -465,6 +517,7 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -477,6 +530,7 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -485,6 +539,7 @@ description: Result of parsing sketch_on_face_union.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25", "start": 0, "type": "Literal", @@ -496,6 +551,7 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -507,6 +563,7 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteX", "start": 0, "type": "Identifier" @@ -514,6 +571,7 @@ description: Result of parsing sketch_on_face_union.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "60", "start": 0, "type": "Literal", @@ -529,9 +587,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -542,19 +602,23 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -565,6 +629,7 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -573,15 +638,18 @@ description: Result of parsing sketch_on_face_union.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -594,6 +662,7 @@ description: Result of parsing sketch_on_face_union.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile002", "start": 0, "type": "Identifier" @@ -607,6 +676,7 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -620,6 +690,7 @@ description: Result of parsing sketch_on_face_union.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "60", "start": 0, "type": "Literal", @@ -629,14 +700,17 @@ description: Result of parsing sketch_on_face_union.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -654,9 +728,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -668,6 +744,7 @@ description: Result of parsing sketch_on_face_union.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -678,9 +755,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -691,6 +770,7 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -698,9 +778,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -718,6 +800,7 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -729,9 +812,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -741,10 +826,12 @@ description: Result of parsing sketch_on_face_union.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -764,9 +851,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -777,6 +866,7 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -789,6 +879,7 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -797,13 +888,16 @@ description: Result of parsing sketch_on_face_union.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndY", "start": 0, "type": "Identifier" @@ -814,6 +908,7 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -821,9 +916,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag001", "start": 0, "type": "Identifier" @@ -834,14 +931,17 @@ description: Result of parsing sketch_on_face_union.kcl "type": "Name" } }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -861,9 +961,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -874,6 +976,7 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -886,18 +989,22 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteX", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -908,12 +1015,14 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -925,6 +1034,7 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -933,6 +1043,7 @@ description: Result of parsing sketch_on_face_union.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25", "start": 0, "type": "Literal", @@ -944,6 +1055,7 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -955,9 +1067,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -968,19 +1082,23 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -991,12 +1109,14 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1005,12 +1125,14 @@ description: Result of parsing sketch_on_face_union.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1027,11 +1149,13 @@ description: Result of parsing sketch_on_face_union.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1044,6 +1168,7 @@ description: Result of parsing sketch_on_face_union.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile003", "start": 0, "type": "Identifier" @@ -1057,6 +1182,7 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1071,6 +1197,7 @@ description: Result of parsing sketch_on_face_union.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "60", "start": 0, "type": "Literal", @@ -1082,19 +1209,23 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -1112,9 +1243,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -1126,6 +1259,7 @@ description: Result of parsing sketch_on_face_union.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1136,9 +1270,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1149,6 +1285,7 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1156,9 +1293,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -1176,6 +1315,7 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1188,9 +1328,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -1202,15 +1344,18 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1230,9 +1375,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1243,6 +1390,7 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1255,6 +1403,7 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1263,13 +1412,16 @@ description: Result of parsing sketch_on_face_union.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndY", "start": 0, "type": "Identifier" @@ -1280,6 +1432,7 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1287,9 +1440,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag001", "start": 0, "type": "Identifier" @@ -1300,14 +1455,17 @@ description: Result of parsing sketch_on_face_union.kcl "type": "Name" } }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -1327,9 +1485,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1340,6 +1500,7 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1352,18 +1513,22 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteX", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -1374,12 +1539,14 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1391,6 +1558,7 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1398,6 +1566,7 @@ description: Result of parsing sketch_on_face_union.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "205", "start": 0, "type": "Literal", @@ -1413,9 +1582,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1426,19 +1597,23 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1449,12 +1624,14 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -1463,12 +1640,14 @@ description: Result of parsing sketch_on_face_union.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1485,11 +1664,13 @@ description: Result of parsing sketch_on_face_union.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1502,6 +1683,7 @@ description: Result of parsing sketch_on_face_union.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile004", "start": 0, "type": "Identifier" @@ -1513,6 +1695,7 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -1521,9 +1704,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile002", "start": 0, "type": "Identifier" @@ -1539,9 +1724,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -1552,6 +1739,7 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1559,9 +1747,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile001", "start": 0, "type": "Identifier" @@ -1572,11 +1762,13 @@ description: Result of parsing sketch_on_face_union.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1591,6 +1783,7 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -1599,9 +1792,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile003", "start": 0, "type": "Identifier" @@ -1617,9 +1812,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -1630,6 +1827,7 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1637,9 +1835,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile001", "start": 0, "type": "Identifier" @@ -1650,6 +1850,7 @@ description: Result of parsing sketch_on_face_union.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -1662,6 +1863,7 @@ description: Result of parsing sketch_on_face_union.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "body001", "start": 0, "type": "Identifier" @@ -1673,6 +1875,7 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1680,6 +1883,7 @@ description: Result of parsing sketch_on_face_union.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1695,9 +1899,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1708,6 +1914,7 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1715,9 +1922,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile001", "start": 0, "type": "Identifier" @@ -1728,11 +1937,13 @@ description: Result of parsing sketch_on_face_union.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1745,18 +1956,22 @@ description: Result of parsing sketch_on_face_union.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1767,6 +1982,7 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1777,6 +1993,7 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -1784,6 +2001,7 @@ description: Result of parsing sketch_on_face_union.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".1", "start": 0, "type": "Literal", @@ -1799,9 +2017,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -1812,6 +2032,7 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1819,9 +2040,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -1833,11 +2056,13 @@ description: Result of parsing sketch_on_face_union.kcl } } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1850,6 +2075,7 @@ description: Result of parsing sketch_on_face_union.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile006", "start": 0, "type": "Identifier" @@ -1863,6 +2089,7 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1880,9 +2107,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -1892,10 +2121,12 @@ description: Result of parsing sketch_on_face_union.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1909,10 +2140,12 @@ description: Result of parsing sketch_on_face_union.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1929,6 +2162,7 @@ description: Result of parsing sketch_on_face_union.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "14", "start": 0, "type": "Literal", @@ -1940,6 +2174,7 @@ description: Result of parsing sketch_on_face_union.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1950,9 +2185,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1963,6 +2200,7 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1970,9 +2208,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" @@ -1990,6 +2230,7 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1997,6 +2238,7 @@ description: Result of parsing sketch_on_face_union.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -2012,6 +2254,7 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2019,6 +2262,7 @@ description: Result of parsing sketch_on_face_union.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25", "start": 0, "type": "Literal", @@ -2034,9 +2278,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -2047,6 +2293,7 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2059,6 +2306,7 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2067,6 +2315,7 @@ description: Result of parsing sketch_on_face_union.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25", "start": 0, "type": "Literal", @@ -2078,6 +2327,7 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2089,6 +2339,7 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2096,6 +2347,7 @@ description: Result of parsing sketch_on_face_union.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -2111,9 +2363,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -2124,6 +2378,7 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2136,6 +2391,7 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2143,6 +2399,7 @@ description: Result of parsing sketch_on_face_union.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "210", "start": 0, "type": "Literal", @@ -2158,18 +2415,22 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteX", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -2180,12 +2441,14 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2197,9 +2460,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -2210,19 +2475,23 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -2233,12 +2502,14 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2251,6 +2522,7 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2258,6 +2530,7 @@ description: Result of parsing sketch_on_face_union.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.8", "start": 0, "type": "Literal", @@ -2273,9 +2546,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2286,12 +2561,14 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2300,15 +2577,18 @@ description: Result of parsing sketch_on_face_union.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2321,6 +2601,7 @@ description: Result of parsing sketch_on_face_union.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile007", "start": 0, "type": "Identifier" @@ -2334,6 +2615,7 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -2352,9 +2634,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "thickness", "start": 0, "type": "Identifier" @@ -2366,15 +2650,18 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2388,10 +2675,12 @@ description: Result of parsing sketch_on_face_union.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -2408,6 +2697,7 @@ description: Result of parsing sketch_on_face_union.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "14", "start": 0, "type": "Literal", @@ -2419,6 +2709,7 @@ description: Result of parsing sketch_on_face_union.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2429,9 +2720,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -2442,6 +2735,7 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2449,9 +2743,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" @@ -2469,6 +2765,7 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2476,6 +2773,7 @@ description: Result of parsing sketch_on_face_union.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "150", "start": 0, "type": "Literal", @@ -2491,6 +2789,7 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2498,6 +2797,7 @@ description: Result of parsing sketch_on_face_union.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25", "start": 0, "type": "Literal", @@ -2513,9 +2813,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -2526,6 +2828,7 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2538,6 +2841,7 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2545,6 +2849,7 @@ description: Result of parsing sketch_on_face_union.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "205", "start": 0, "type": "Literal", @@ -2560,6 +2865,7 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2567,6 +2873,7 @@ description: Result of parsing sketch_on_face_union.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -2582,9 +2889,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -2595,6 +2904,7 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2607,6 +2917,7 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2615,6 +2926,7 @@ description: Result of parsing sketch_on_face_union.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -2626,6 +2938,7 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2637,18 +2950,22 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsoluteX", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -2659,12 +2976,14 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2676,9 +2995,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -2689,19 +3010,23 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -2712,12 +3037,14 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2730,6 +3057,7 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2737,6 +3065,7 @@ description: Result of parsing sketch_on_face_union.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.8", "start": 0, "type": "Literal", @@ -2752,9 +3081,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2765,12 +3096,14 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2779,15 +3112,18 @@ description: Result of parsing sketch_on_face_union.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2800,6 +3136,7 @@ description: Result of parsing sketch_on_face_union.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "newSketch", "start": 0, "type": "Identifier" @@ -2814,9 +3151,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "body001", "start": 0, "type": "Identifier" @@ -2826,14 +3165,17 @@ description: Result of parsing sketch_on_face_union.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile006", "start": 0, "type": "Identifier" @@ -2847,14 +3189,17 @@ description: Result of parsing sketch_on_face_union.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile007", "start": 0, "type": "Identifier" @@ -2868,11 +3213,13 @@ description: Result of parsing sketch_on_face_union.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2885,6 +3232,7 @@ description: Result of parsing sketch_on_face_union.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "leg001Sketch", "start": 0, "type": "Identifier" @@ -2896,6 +3244,7 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -2904,9 +3253,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bottomFace", "start": 0, "type": "Identifier" @@ -2922,9 +3273,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2935,6 +3288,7 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2942,9 +3296,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "newSketch", "start": 0, "type": "Identifier" @@ -2955,11 +3311,13 @@ description: Result of parsing sketch_on_face_union.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2972,6 +3330,7 @@ description: Result of parsing sketch_on_face_union.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "legProfile001", "start": 0, "type": "Identifier" @@ -2985,6 +3344,7 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -2996,6 +3356,7 @@ description: Result of parsing sketch_on_face_union.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "60", "start": 0, "type": "Literal", @@ -3007,6 +3368,7 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3015,6 +3377,7 @@ description: Result of parsing sketch_on_face_union.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3026,6 +3389,7 @@ description: Result of parsing sketch_on_face_union.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3036,9 +3400,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -3049,6 +3415,7 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3056,9 +3423,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "leg001Sketch", "start": 0, "type": "Identifier" @@ -3076,6 +3445,7 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3083,6 +3453,7 @@ description: Result of parsing sketch_on_face_union.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -3098,9 +3469,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -3111,12 +3484,14 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3129,6 +3504,7 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3136,6 +3512,7 @@ description: Result of parsing sketch_on_face_union.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3151,9 +3528,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -3164,12 +3543,14 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3182,18 +3563,22 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -3204,12 +3589,14 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3221,9 +3608,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -3234,25 +3623,30 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -3263,12 +3657,14 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3277,15 +3673,18 @@ description: Result of parsing sketch_on_face_union.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3298,6 +3697,7 @@ description: Result of parsing sketch_on_face_union.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "leg001", "start": 0, "type": "Identifier" @@ -3311,6 +3711,7 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3318,6 +3719,7 @@ description: Result of parsing sketch_on_face_union.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "48", "start": 0, "type": "Literal", @@ -3333,9 +3735,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -3346,6 +3750,7 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3353,9 +3758,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "legProfile001", "start": 0, "type": "Identifier" @@ -3373,6 +3780,7 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -3383,6 +3791,7 @@ description: Result of parsing sketch_on_face_union.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3395,6 +3804,7 @@ description: Result of parsing sketch_on_face_union.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3407,6 +3817,7 @@ description: Result of parsing sketch_on_face_union.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -3418,6 +3829,7 @@ description: Result of parsing sketch_on_face_union.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3428,6 +3840,7 @@ description: Result of parsing sketch_on_face_union.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -3436,6 +3849,7 @@ description: Result of parsing sketch_on_face_union.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -3447,6 +3861,7 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -3458,9 +3873,11 @@ description: Result of parsing sketch_on_face_union.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotate", "start": 0, "type": "Identifier" @@ -3471,6 +3888,7 @@ description: Result of parsing sketch_on_face_union.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3479,15 +3897,18 @@ description: Result of parsing sketch_on_face_union.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3499,9 +3920,11 @@ description: Result of parsing sketch_on_face_union.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -3513,19 +3936,23 @@ description: Result of parsing sketch_on_face_union.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -3541,12 +3968,14 @@ description: Result of parsing sketch_on_face_union.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3558,6 +3987,7 @@ description: Result of parsing sketch_on_face_union.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3569,6 +3999,7 @@ description: Result of parsing sketch_on_face_union.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3580,6 +4011,7 @@ description: Result of parsing sketch_on_face_union.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3591,6 +4023,7 @@ description: Result of parsing sketch_on_face_union.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3602,6 +4035,7 @@ description: Result of parsing sketch_on_face_union.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3613,6 +4047,7 @@ description: Result of parsing sketch_on_face_union.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3624,6 +4059,7 @@ description: Result of parsing sketch_on_face_union.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3635,6 +4071,7 @@ description: Result of parsing sketch_on_face_union.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3646,6 +4083,7 @@ description: Result of parsing sketch_on_face_union.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3658,6 +4096,7 @@ description: Result of parsing sketch_on_face_union.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/sketch_on_face_union/program_memory.snap b/rust/kcl-lib/tests/sketch_on_face_union/program_memory.snap index 1ef44a65e..9e21cd077 100644 --- a/rust/kcl-lib/tests/sketch_on_face_union/program_memory.snap +++ b/rust/kcl-lib/tests/sketch_on_face_union/program_memory.snap @@ -17,6 +17,7 @@ description: Variables in memory after executing sketch_on_face_union.kcl "tag": { "commentStart": 220, "end": 231, + "moduleId": 0, "start": 220, "type": "TagDeclarator", "value": "bottomFace" @@ -37,6 +38,7 @@ description: Variables in memory after executing sketch_on_face_union.kcl "tag": { "commentStart": 309, "end": 316, + "moduleId": 0, "start": 309, "type": "TagDeclarator", "value": "tag001" @@ -74,6 +76,7 @@ description: Variables in memory after executing sketch_on_face_union.kcl "tag": { "commentStart": 220, "end": 231, + "moduleId": 0, "start": 220, "type": "TagDeclarator", "value": "bottomFace" @@ -118,6 +121,7 @@ description: Variables in memory after executing sketch_on_face_union.kcl "tag": { "commentStart": 309, "end": 316, + "moduleId": 0, "start": 309, "type": "TagDeclarator", "value": "tag001" @@ -411,6 +415,7 @@ description: Variables in memory after executing sketch_on_face_union.kcl "tag": { "commentStart": 220, "end": 231, + "moduleId": 0, "start": 220, "type": "TagDeclarator", "value": "bottomFace" @@ -431,6 +436,7 @@ description: Variables in memory after executing sketch_on_face_union.kcl "tag": { "commentStart": 309, "end": 316, + "moduleId": 0, "start": 309, "type": "TagDeclarator", "value": "tag001" @@ -468,6 +474,7 @@ description: Variables in memory after executing sketch_on_face_union.kcl "tag": { "commentStart": 220, "end": 231, + "moduleId": 0, "start": 220, "type": "TagDeclarator", "value": "bottomFace" @@ -512,6 +519,7 @@ description: Variables in memory after executing sketch_on_face_union.kcl "tag": { "commentStart": 309, "end": 316, + "moduleId": 0, "start": 309, "type": "TagDeclarator", "value": "tag001" @@ -707,6 +715,7 @@ description: Variables in memory after executing sketch_on_face_union.kcl "tag": { "commentStart": 220, "end": 231, + "moduleId": 0, "start": 220, "type": "TagDeclarator", "value": "bottomFace" @@ -727,6 +736,7 @@ description: Variables in memory after executing sketch_on_face_union.kcl "tag": { "commentStart": 309, "end": 316, + "moduleId": 0, "start": 309, "type": "TagDeclarator", "value": "tag001" @@ -764,6 +774,7 @@ description: Variables in memory after executing sketch_on_face_union.kcl "tag": { "commentStart": 220, "end": 231, + "moduleId": 0, "start": 220, "type": "TagDeclarator", "value": "bottomFace" @@ -808,6 +819,7 @@ description: Variables in memory after executing sketch_on_face_union.kcl "tag": { "commentStart": 309, "end": 316, + "moduleId": 0, "start": 309, "type": "TagDeclarator", "value": "tag001" @@ -1053,6 +1065,7 @@ description: Variables in memory after executing sketch_on_face_union.kcl "tag": { "commentStart": 220, "end": 231, + "moduleId": 0, "start": 220, "type": "TagDeclarator", "value": "bottomFace" @@ -1073,6 +1086,7 @@ description: Variables in memory after executing sketch_on_face_union.kcl "tag": { "commentStart": 309, "end": 316, + "moduleId": 0, "start": 309, "type": "TagDeclarator", "value": "tag001" @@ -1110,6 +1124,7 @@ description: Variables in memory after executing sketch_on_face_union.kcl "tag": { "commentStart": 220, "end": 231, + "moduleId": 0, "start": 220, "type": "TagDeclarator", "value": "bottomFace" @@ -1154,6 +1169,7 @@ description: Variables in memory after executing sketch_on_face_union.kcl "tag": { "commentStart": 309, "end": 316, + "moduleId": 0, "start": 309, "type": "TagDeclarator", "value": "tag001" @@ -1321,6 +1337,7 @@ description: Variables in memory after executing sketch_on_face_union.kcl "tag": { "commentStart": 220, "end": 231, + "moduleId": 0, "start": 220, "type": "TagDeclarator", "value": "bottomFace" @@ -1341,6 +1358,7 @@ description: Variables in memory after executing sketch_on_face_union.kcl "tag": { "commentStart": 309, "end": 316, + "moduleId": 0, "start": 309, "type": "TagDeclarator", "value": "tag001" @@ -1378,6 +1396,7 @@ description: Variables in memory after executing sketch_on_face_union.kcl "tag": { "commentStart": 220, "end": 231, + "moduleId": 0, "start": 220, "type": "TagDeclarator", "value": "bottomFace" @@ -1422,6 +1441,7 @@ description: Variables in memory after executing sketch_on_face_union.kcl "tag": { "commentStart": 309, "end": 316, + "moduleId": 0, "start": 309, "type": "TagDeclarator", "value": "tag001" @@ -1565,6 +1585,7 @@ description: Variables in memory after executing sketch_on_face_union.kcl "tag": { "commentStart": 220, "end": 231, + "moduleId": 0, "start": 220, "type": "TagDeclarator", "value": "bottomFace" @@ -1609,6 +1630,7 @@ description: Variables in memory after executing sketch_on_face_union.kcl "tag": { "commentStart": 309, "end": 316, + "moduleId": 0, "start": 309, "type": "TagDeclarator", "value": "tag001" @@ -2020,6 +2042,7 @@ description: Variables in memory after executing sketch_on_face_union.kcl "tag": { "commentStart": 220, "end": 231, + "moduleId": 0, "start": 220, "type": "TagDeclarator", "value": "bottomFace" @@ -2064,6 +2087,7 @@ description: Variables in memory after executing sketch_on_face_union.kcl "tag": { "commentStart": 309, "end": 316, + "moduleId": 0, "start": 309, "type": "TagDeclarator", "value": "tag001" diff --git a/rust/kcl-lib/tests/spheres/ast.snap b/rust/kcl-lib/tests/spheres/ast.snap index 65f698841..9a23dcbe3 100644 --- a/rust/kcl-lib/tests/spheres/ast.snap +++ b/rust/kcl-lib/tests/spheres/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing spheres.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "diameter", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing spheres.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing spheres.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -44,13 +48,16 @@ description: Result of parsing spheres.kcl "expression": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -61,6 +68,7 @@ description: Result of parsing spheres.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -68,9 +76,11 @@ description: Result of parsing spheres.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -88,6 +98,7 @@ description: Result of parsing spheres.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -103,9 +114,11 @@ description: Result of parsing spheres.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "diameter", "start": 0, "type": "Identifier" @@ -117,15 +130,18 @@ description: Result of parsing spheres.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -142,6 +158,7 @@ description: Result of parsing spheres.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -153,6 +170,7 @@ description: Result of parsing spheres.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -163,9 +181,11 @@ description: Result of parsing spheres.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -176,6 +196,7 @@ description: Result of parsing spheres.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -188,6 +209,7 @@ description: Result of parsing spheres.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -196,9 +218,11 @@ description: Result of parsing spheres.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "diameter", "start": 0, "type": "Identifier" @@ -214,9 +238,11 @@ description: Result of parsing spheres.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -227,6 +253,7 @@ description: Result of parsing spheres.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -239,6 +266,7 @@ description: Result of parsing spheres.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -246,6 +274,7 @@ description: Result of parsing spheres.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -261,6 +290,7 @@ description: Result of parsing spheres.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -268,6 +298,7 @@ description: Result of parsing spheres.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180.0", "start": 0, "type": "Literal", @@ -283,6 +314,7 @@ description: Result of parsing spheres.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -294,9 +326,11 @@ description: Result of parsing spheres.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "diameter", "start": 0, "type": "Identifier" @@ -306,10 +340,12 @@ description: Result of parsing spheres.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -329,9 +365,11 @@ description: Result of parsing spheres.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -342,19 +380,23 @@ description: Result of parsing spheres.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -365,6 +407,7 @@ description: Result of parsing spheres.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -377,6 +420,7 @@ description: Result of parsing spheres.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -385,9 +429,11 @@ description: Result of parsing spheres.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "X", "start": 0, "type": "Identifier" @@ -403,9 +449,11 @@ description: Result of parsing spheres.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -416,6 +464,7 @@ description: Result of parsing spheres.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -424,10 +473,12 @@ description: Result of parsing spheres.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -438,13 +489,16 @@ description: Result of parsing spheres.kcl "expression": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -455,6 +509,7 @@ description: Result of parsing spheres.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -462,9 +517,11 @@ description: Result of parsing spheres.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -482,6 +539,7 @@ description: Result of parsing spheres.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -492,6 +550,7 @@ description: Result of parsing spheres.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -504,6 +563,7 @@ description: Result of parsing spheres.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -515,6 +575,7 @@ description: Result of parsing spheres.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -525,9 +586,11 @@ description: Result of parsing spheres.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -538,6 +601,7 @@ description: Result of parsing spheres.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -550,6 +614,7 @@ description: Result of parsing spheres.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -558,9 +623,11 @@ description: Result of parsing spheres.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "diameter", "start": 0, "type": "Identifier" @@ -576,9 +643,11 @@ description: Result of parsing spheres.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -589,6 +658,7 @@ description: Result of parsing spheres.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -601,6 +671,7 @@ description: Result of parsing spheres.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -608,6 +679,7 @@ description: Result of parsing spheres.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90.0", "start": 0, "type": "Literal", @@ -623,6 +695,7 @@ description: Result of parsing spheres.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -630,6 +703,7 @@ description: Result of parsing spheres.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "270.0", "start": 0, "type": "Literal", @@ -645,6 +719,7 @@ description: Result of parsing spheres.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -656,9 +731,11 @@ description: Result of parsing spheres.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "diameter", "start": 0, "type": "Identifier" @@ -668,10 +745,12 @@ description: Result of parsing spheres.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -691,9 +770,11 @@ description: Result of parsing spheres.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -704,19 +785,23 @@ description: Result of parsing spheres.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -727,6 +812,7 @@ description: Result of parsing spheres.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -739,6 +825,7 @@ description: Result of parsing spheres.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -747,9 +834,11 @@ description: Result of parsing spheres.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "Y", "start": 0, "type": "Identifier" @@ -765,9 +854,11 @@ description: Result of parsing spheres.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -778,6 +869,7 @@ description: Result of parsing spheres.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -790,6 +882,7 @@ description: Result of parsing spheres.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -801,9 +894,11 @@ description: Result of parsing spheres.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "diameter", "start": 0, "type": "Identifier" @@ -813,10 +908,12 @@ description: Result of parsing spheres.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.5", "start": 0, "type": "Literal", @@ -836,9 +933,11 @@ description: Result of parsing spheres.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -849,6 +948,7 @@ description: Result of parsing spheres.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -857,10 +957,12 @@ description: Result of parsing spheres.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -868,12 +970,14 @@ description: Result of parsing spheres.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -885,6 +989,7 @@ description: Result of parsing spheres.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/ssi_pattern/ast.snap b/rust/kcl-lib/tests/ssi_pattern/ast.snap index 71d0d0c2c..43c89a28e 100644 --- a/rust/kcl-lib/tests/ssi_pattern/ast.snap +++ b/rust/kcl-lib/tests/ssi_pattern/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing ssi_pattern.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -20,13 +21,16 @@ description: Result of parsing ssi_pattern.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -37,6 +41,7 @@ description: Result of parsing ssi_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -44,9 +49,11 @@ description: Result of parsing ssi_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -64,6 +71,7 @@ description: Result of parsing ssi_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -75,6 +83,7 @@ description: Result of parsing ssi_pattern.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4.35", "start": 0, "type": "Literal", @@ -86,6 +95,7 @@ description: Result of parsing ssi_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -95,6 +105,7 @@ description: Result of parsing ssi_pattern.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12.26", "start": 0, "type": "Literal", @@ -106,6 +117,7 @@ description: Result of parsing ssi_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -113,6 +125,7 @@ description: Result of parsing ssi_pattern.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -123,9 +136,11 @@ description: Result of parsing ssi_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -136,6 +151,7 @@ description: Result of parsing ssi_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -148,6 +164,7 @@ description: Result of parsing ssi_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -155,6 +172,7 @@ description: Result of parsing ssi_pattern.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10.2", "start": 0, "type": "Literal", @@ -170,9 +188,11 @@ description: Result of parsing ssi_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -183,6 +203,7 @@ description: Result of parsing ssi_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -195,6 +216,7 @@ description: Result of parsing ssi_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -205,6 +227,7 @@ description: Result of parsing ssi_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.54", "start": 0, "type": "Literal", @@ -218,6 +241,7 @@ description: Result of parsing ssi_pattern.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.03", "start": 0, "type": "Literal", @@ -229,6 +253,7 @@ description: Result of parsing ssi_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -236,6 +261,7 @@ description: Result of parsing ssi_pattern.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -246,9 +272,11 @@ description: Result of parsing ssi_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -259,6 +287,7 @@ description: Result of parsing ssi_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -271,6 +300,7 @@ description: Result of parsing ssi_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -281,6 +311,7 @@ description: Result of parsing ssi_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20.4", "start": 0, "type": "Literal", @@ -293,6 +324,7 @@ description: Result of parsing ssi_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "14.61", "start": 0, "type": "Literal", @@ -304,6 +336,7 @@ description: Result of parsing ssi_pattern.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -314,9 +347,11 @@ description: Result of parsing ssi_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -327,6 +362,7 @@ description: Result of parsing ssi_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -339,6 +375,7 @@ description: Result of parsing ssi_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -347,6 +384,7 @@ description: Result of parsing ssi_pattern.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "26.76", "start": 0, "type": "Literal", @@ -358,6 +396,7 @@ description: Result of parsing ssi_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -369,9 +408,11 @@ description: Result of parsing ssi_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -382,6 +423,7 @@ description: Result of parsing ssi_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -394,6 +436,7 @@ description: Result of parsing ssi_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -402,13 +445,16 @@ description: Result of parsing ssi_pattern.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -419,25 +465,30 @@ description: Result of parsing ssi_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -448,12 +499,14 @@ description: Result of parsing ssi_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -461,6 +514,7 @@ description: Result of parsing ssi_pattern.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -471,6 +525,7 @@ description: Result of parsing ssi_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -478,6 +533,7 @@ description: Result of parsing ssi_pattern.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -489,9 +545,11 @@ description: Result of parsing ssi_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -502,19 +560,23 @@ description: Result of parsing ssi_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -525,6 +587,7 @@ description: Result of parsing ssi_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -533,15 +596,18 @@ description: Result of parsing ssi_pattern.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -554,6 +620,7 @@ description: Result of parsing ssi_pattern.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude001", "start": 0, "type": "Identifier" @@ -565,6 +632,7 @@ description: Result of parsing ssi_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -572,6 +640,7 @@ description: Result of parsing ssi_pattern.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "50", "start": 0, "type": "Literal", @@ -587,9 +656,11 @@ description: Result of parsing ssi_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -600,6 +671,7 @@ description: Result of parsing ssi_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -607,9 +679,11 @@ description: Result of parsing ssi_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -620,11 +694,13 @@ description: Result of parsing ssi_pattern.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -637,6 +713,7 @@ description: Result of parsing ssi_pattern.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" @@ -650,6 +727,7 @@ description: Result of parsing ssi_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -658,9 +736,11 @@ description: Result of parsing ssi_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -676,9 +756,11 @@ description: Result of parsing ssi_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -689,6 +771,7 @@ description: Result of parsing ssi_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -696,9 +779,11 @@ description: Result of parsing ssi_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude001", "start": 0, "type": "Identifier" @@ -716,6 +801,7 @@ description: Result of parsing ssi_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -727,6 +813,7 @@ description: Result of parsing ssi_pattern.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.08", "start": 0, "type": "Literal", @@ -738,6 +825,7 @@ description: Result of parsing ssi_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -746,6 +834,7 @@ description: Result of parsing ssi_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "47.7", "start": 0, "type": "Literal", @@ -757,6 +846,7 @@ description: Result of parsing ssi_pattern.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -767,6 +857,7 @@ description: Result of parsing ssi_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -774,6 +865,7 @@ description: Result of parsing ssi_pattern.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.4", "start": 0, "type": "Literal", @@ -789,9 +881,11 @@ description: Result of parsing ssi_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -802,6 +896,7 @@ description: Result of parsing ssi_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -814,6 +909,7 @@ description: Result of parsing ssi_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -821,6 +917,7 @@ description: Result of parsing ssi_pattern.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -836,6 +933,7 @@ description: Result of parsing ssi_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -843,6 +941,7 @@ description: Result of parsing ssi_pattern.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -858,6 +957,7 @@ description: Result of parsing ssi_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -868,6 +968,7 @@ description: Result of parsing ssi_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -880,6 +981,7 @@ description: Result of parsing ssi_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -891,6 +993,7 @@ description: Result of parsing ssi_pattern.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -901,9 +1004,11 @@ description: Result of parsing ssi_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear2d", "start": 0, "type": "Identifier" @@ -914,6 +1019,7 @@ description: Result of parsing ssi_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -926,6 +1032,7 @@ description: Result of parsing ssi_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -933,6 +1040,7 @@ description: Result of parsing ssi_pattern.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -948,6 +1056,7 @@ description: Result of parsing ssi_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -955,6 +1064,7 @@ description: Result of parsing ssi_pattern.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -970,6 +1080,7 @@ description: Result of parsing ssi_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -980,6 +1091,7 @@ description: Result of parsing ssi_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -993,6 +1105,7 @@ description: Result of parsing ssi_pattern.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1004,6 +1117,7 @@ description: Result of parsing ssi_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1011,6 +1125,7 @@ description: Result of parsing ssi_pattern.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1021,9 +1136,11 @@ description: Result of parsing ssi_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear2d", "start": 0, "type": "Identifier" @@ -1034,6 +1151,7 @@ description: Result of parsing ssi_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1046,6 +1164,7 @@ description: Result of parsing ssi_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1054,6 +1173,7 @@ description: Result of parsing ssi_pattern.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "40", "start": 0, "type": "Literal", @@ -1065,6 +1185,7 @@ description: Result of parsing ssi_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1076,9 +1197,11 @@ description: Result of parsing ssi_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1089,6 +1212,7 @@ description: Result of parsing ssi_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1097,12 +1221,14 @@ description: Result of parsing ssi_pattern.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "2": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1119,11 +1245,13 @@ description: Result of parsing ssi_pattern.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1131,12 +1259,14 @@ description: Result of parsing ssi_pattern.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1148,6 +1278,7 @@ description: Result of parsing ssi_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/ssi_pattern/program_memory.snap b/rust/kcl-lib/tests/ssi_pattern/program_memory.snap index ba37b7294..3628131e3 100644 --- a/rust/kcl-lib/tests/ssi_pattern/program_memory.snap +++ b/rust/kcl-lib/tests/ssi_pattern/program_memory.snap @@ -45,6 +45,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -149,6 +150,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -355,6 +357,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -558,6 +561,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -662,6 +666,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -906,6 +911,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -1010,6 +1016,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -1254,6 +1261,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -1358,6 +1366,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -1602,6 +1611,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -1706,6 +1716,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -1950,6 +1961,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -2054,6 +2066,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -2298,6 +2311,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -2402,6 +2416,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -2646,6 +2661,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -2750,6 +2766,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -2994,6 +3011,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -3098,6 +3116,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -3342,6 +3361,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -3446,6 +3466,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -3690,6 +3711,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -3794,6 +3816,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -4038,6 +4061,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -4142,6 +4166,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -4386,6 +4411,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -4490,6 +4516,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -4734,6 +4761,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -4838,6 +4866,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -5082,6 +5111,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -5186,6 +5216,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -5430,6 +5461,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -5534,6 +5566,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -5778,6 +5811,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -5882,6 +5916,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -6126,6 +6161,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -6230,6 +6266,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -6474,6 +6511,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -6578,6 +6616,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -6822,6 +6861,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -6926,6 +6966,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -7170,6 +7211,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -7274,6 +7316,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -7518,6 +7561,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -7622,6 +7666,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -7866,6 +7911,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -7970,6 +8016,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -8214,6 +8261,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -8318,6 +8366,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -8562,6 +8611,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -8666,6 +8716,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -8910,6 +8961,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -9014,6 +9066,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -9258,6 +9311,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -9362,6 +9416,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -9606,6 +9661,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -9710,6 +9766,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -9954,6 +10011,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -10058,6 +10116,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -10302,6 +10361,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -10406,6 +10466,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -10650,6 +10711,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" @@ -10754,6 +10816,7 @@ description: Variables in memory after executing ssi_pattern.kcl "tag": { "commentStart": 271, "end": 277, + "moduleId": 0, "start": 271, "type": "TagDeclarator", "value": "seg01" diff --git a/rust/kcl-lib/tests/subtract_cylinder_from_cube/ast.snap b/rust/kcl-lib/tests/subtract_cylinder_from_cube/ast.snap index 7257d57e7..8db37d044 100644 --- a/rust/kcl-lib/tests/subtract_cylinder_from_cube/ast.snap +++ b/rust/kcl-lib/tests/subtract_cylinder_from_cube/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cube", "start": 0, "type": "Identifier" @@ -24,13 +25,16 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "argument": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -41,6 +45,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -48,9 +53,11 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -68,6 +75,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -82,13 +90,16 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -101,6 +112,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -114,10 +126,12 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -138,13 +152,16 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -157,6 +174,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -170,10 +188,12 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -189,6 +209,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -199,9 +220,11 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -212,6 +235,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -224,6 +248,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -238,13 +263,16 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -257,6 +285,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -270,10 +299,12 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -294,13 +325,16 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -313,6 +347,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -326,10 +361,12 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -345,6 +382,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -355,9 +393,11 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -368,6 +408,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -380,6 +421,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -394,13 +436,16 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -413,6 +458,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -426,10 +472,12 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -450,13 +498,16 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -469,6 +520,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -482,10 +534,12 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -501,6 +555,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -511,9 +566,11 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -524,6 +581,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -536,6 +594,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -550,13 +609,16 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -569,6 +631,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -582,10 +645,12 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -606,13 +671,16 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -625,6 +693,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -638,10 +707,12 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -657,6 +728,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -667,9 +739,11 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -680,19 +754,23 @@ description: Result of parsing subtract_cylinder_from_cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -703,6 +781,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -715,6 +794,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -722,6 +802,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -737,9 +818,11 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -750,6 +833,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -758,12 +842,14 @@ description: Result of parsing subtract_cylinder_from_cube.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -771,16 +857,19 @@ description: Result of parsing subtract_cylinder_from_cube.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -791,11 +880,13 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -808,6 +899,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part001", "start": 0, "type": "Identifier" @@ -819,6 +911,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -829,6 +922,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -841,6 +935,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -852,6 +947,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -862,9 +958,11 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cube", "start": 0, "type": "Identifier" @@ -875,16 +973,19 @@ description: Result of parsing subtract_cylinder_from_cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -897,6 +998,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part002", "start": 0, "type": "Identifier" @@ -904,13 +1006,16 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -921,6 +1026,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -928,9 +1034,11 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -948,6 +1056,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -958,6 +1067,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -970,6 +1080,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -981,6 +1092,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -991,6 +1103,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -998,6 +1111,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1013,9 +1127,11 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1026,6 +1142,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1038,6 +1155,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1045,6 +1163,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "34", "start": 0, "type": "Literal", @@ -1060,9 +1179,11 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1073,6 +1194,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1085,6 +1207,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -1092,6 +1215,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.14", "start": 0, "type": "Literal", @@ -1107,9 +1231,11 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -1120,6 +1246,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1128,15 +1255,18 @@ description: Result of parsing subtract_cylinder_from_cube.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1149,6 +1279,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fullPart", "start": 0, "type": "Identifier" @@ -1160,6 +1291,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tools", "start": 0, "type": "Identifier" @@ -1171,9 +1303,11 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part002", "start": 0, "type": "Identifier" @@ -1185,6 +1319,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1195,9 +1330,11 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract", "start": 0, "type": "Identifier" @@ -1208,6 +1345,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1218,9 +1356,11 @@ description: Result of parsing subtract_cylinder_from_cube.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part001", "start": 0, "type": "Identifier" @@ -1232,16 +1372,19 @@ description: Result of parsing subtract_cylinder_from_cube.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1249,12 +1392,14 @@ description: Result of parsing subtract_cylinder_from_cube.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1266,6 +1411,7 @@ description: Result of parsing subtract_cylinder_from_cube.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/subtract_doesnt_need_brackets/ast.snap b/rust/kcl-lib/tests/subtract_doesnt_need_brackets/ast.snap index f25aae87f..ad0e8ef4b 100644 --- a/rust/kcl-lib/tests/subtract_doesnt_need_brackets/ast.snap +++ b/rust/kcl-lib/tests/subtract_doesnt_need_brackets/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cube", "start": 0, "type": "Identifier" @@ -24,13 +25,16 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "argument": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -41,6 +45,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -48,9 +53,11 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -68,6 +75,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -82,13 +90,16 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pos", "start": 0, "type": "Identifier" @@ -101,6 +112,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -114,14 +126,17 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -142,13 +157,16 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pos", "start": 0, "type": "Identifier" @@ -161,6 +179,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -174,14 +193,17 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -197,6 +219,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -207,9 +230,11 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -220,6 +245,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -232,6 +258,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -246,13 +273,16 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pos", "start": 0, "type": "Identifier" @@ -265,6 +295,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -278,14 +309,17 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -306,13 +340,16 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pos", "start": 0, "type": "Identifier" @@ -325,6 +362,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -338,14 +376,17 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -361,6 +402,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -371,9 +413,11 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -384,6 +428,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -396,6 +441,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -410,13 +456,16 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pos", "start": 0, "type": "Identifier" @@ -429,6 +478,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -442,14 +492,17 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -470,13 +523,16 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pos", "start": 0, "type": "Identifier" @@ -489,6 +545,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -502,14 +559,17 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -525,6 +585,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -535,9 +596,11 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -548,6 +611,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -560,6 +624,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -574,13 +639,16 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pos", "start": 0, "type": "Identifier" @@ -593,6 +661,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -606,14 +675,17 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -634,13 +706,16 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pos", "start": 0, "type": "Identifier" @@ -653,6 +728,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -666,14 +742,17 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -689,6 +768,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -699,9 +779,11 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -712,19 +794,23 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -735,6 +821,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -747,6 +834,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -754,6 +842,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -769,9 +858,11 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -782,6 +873,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -790,12 +882,14 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -803,16 +897,19 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pos", "start": 0, "type": "Identifier" @@ -823,6 +920,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -833,11 +931,13 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -850,6 +950,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part001", "start": 0, "type": "Identifier" @@ -861,6 +962,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pos", "start": 0, "type": "Identifier" @@ -871,6 +973,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -883,6 +986,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -894,6 +998,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -904,6 +1009,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -911,6 +1017,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -926,9 +1033,11 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cube", "start": 0, "type": "Identifier" @@ -939,16 +1048,19 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -961,6 +1073,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part002", "start": 0, "type": "Identifier" @@ -974,6 +1087,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pos", "start": 0, "type": "Identifier" @@ -984,6 +1098,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7", "start": 0, "type": "Literal", @@ -996,6 +1111,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -1007,6 +1123,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1017,6 +1134,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -1024,6 +1142,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -1039,9 +1158,11 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cube", "start": 0, "type": "Identifier" @@ -1052,6 +1173,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1064,6 +1186,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -1071,6 +1194,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1086,9 +1210,11 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -1099,6 +1225,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1107,15 +1234,18 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1128,6 +1258,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtractedPart", "start": 0, "type": "Identifier" @@ -1139,6 +1270,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tools", "start": 0, "type": "Identifier" @@ -1147,9 +1279,11 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part002", "start": 0, "type": "Identifier" @@ -1165,9 +1299,11 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract", "start": 0, "type": "Identifier" @@ -1178,6 +1314,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1185,9 +1322,11 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part001", "start": 0, "type": "Identifier" @@ -1198,11 +1337,13 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1210,12 +1351,14 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1227,6 +1370,7 @@ description: Result of parsing subtract_doesnt_need_brackets.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/subtract_regression00/ast.snap b/rust/kcl-lib/tests/subtract_regression00/ast.snap index 5de9e8bd2..699bff27b 100644 --- a/rust/kcl-lib/tests/subtract_regression00/ast.snap +++ b/rust/kcl-lib/tests/subtract_regression00/ast.snap @@ -13,18 +13,22 @@ description: Result of parsing subtract_regression00.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch000", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -35,6 +39,7 @@ description: Result of parsing subtract_regression00.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -42,9 +47,11 @@ description: Result of parsing subtract_regression00.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -55,11 +62,13 @@ description: Result of parsing subtract_regression00.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -72,6 +81,7 @@ description: Result of parsing subtract_regression00.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch000Profile000", "start": 0, "type": "Identifier" @@ -85,6 +95,7 @@ description: Result of parsing subtract_regression00.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -96,6 +107,7 @@ description: Result of parsing subtract_regression00.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25", "start": 0, "type": "Literal", @@ -107,6 +119,7 @@ description: Result of parsing subtract_regression00.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -116,6 +129,7 @@ description: Result of parsing subtract_regression00.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25", "start": 0, "type": "Literal", @@ -127,6 +141,7 @@ description: Result of parsing subtract_regression00.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -134,6 +149,7 @@ description: Result of parsing subtract_regression00.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -144,9 +160,11 @@ description: Result of parsing subtract_regression00.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -157,6 +175,7 @@ description: Result of parsing subtract_regression00.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -164,9 +183,11 @@ description: Result of parsing subtract_regression00.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch000", "start": 0, "type": "Identifier" @@ -184,6 +205,7 @@ description: Result of parsing subtract_regression00.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -191,6 +213,7 @@ description: Result of parsing subtract_regression00.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "50", "start": 0, "type": "Literal", @@ -206,9 +229,11 @@ description: Result of parsing subtract_regression00.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -219,6 +244,7 @@ description: Result of parsing subtract_regression00.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -231,6 +257,7 @@ description: Result of parsing subtract_regression00.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -238,6 +265,7 @@ description: Result of parsing subtract_regression00.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "50", "start": 0, "type": "Literal", @@ -253,9 +281,11 @@ description: Result of parsing subtract_regression00.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -266,6 +296,7 @@ description: Result of parsing subtract_regression00.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -278,6 +309,7 @@ description: Result of parsing subtract_regression00.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -286,6 +318,7 @@ description: Result of parsing subtract_regression00.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "50", "start": 0, "type": "Literal", @@ -297,6 +330,7 @@ description: Result of parsing subtract_regression00.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -308,9 +342,11 @@ description: Result of parsing subtract_regression00.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -321,6 +357,7 @@ description: Result of parsing subtract_regression00.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -333,6 +370,7 @@ description: Result of parsing subtract_regression00.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -341,6 +379,7 @@ description: Result of parsing subtract_regression00.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "50", "start": 0, "type": "Literal", @@ -352,6 +391,7 @@ description: Result of parsing subtract_regression00.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -363,9 +403,11 @@ description: Result of parsing subtract_regression00.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -376,19 +418,23 @@ description: Result of parsing subtract_regression00.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -399,6 +445,7 @@ description: Result of parsing subtract_regression00.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -407,15 +454,18 @@ description: Result of parsing subtract_regression00.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -428,6 +478,7 @@ description: Result of parsing subtract_regression00.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude000", "start": 0, "type": "Identifier" @@ -439,6 +490,7 @@ description: Result of parsing subtract_regression00.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -446,6 +498,7 @@ description: Result of parsing subtract_regression00.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "50", "start": 0, "type": "Literal", @@ -461,6 +514,7 @@ description: Result of parsing subtract_regression00.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bidirectionalLength", "start": 0, "type": "Identifier" @@ -468,6 +522,7 @@ description: Result of parsing subtract_regression00.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -483,9 +538,11 @@ description: Result of parsing subtract_regression00.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -496,6 +553,7 @@ description: Result of parsing subtract_regression00.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -503,9 +561,11 @@ description: Result of parsing subtract_regression00.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch000Profile000", "start": 0, "type": "Identifier" @@ -516,11 +576,13 @@ description: Result of parsing subtract_regression00.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -533,18 +595,22 @@ description: Result of parsing subtract_regression00.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -555,6 +621,7 @@ description: Result of parsing subtract_regression00.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -565,6 +632,7 @@ description: Result of parsing subtract_regression00.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -572,6 +640,7 @@ description: Result of parsing subtract_regression00.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "55", "start": 0, "type": "Literal", @@ -587,9 +656,11 @@ description: Result of parsing subtract_regression00.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -600,6 +671,7 @@ description: Result of parsing subtract_regression00.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -607,9 +679,11 @@ description: Result of parsing subtract_regression00.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -621,11 +695,13 @@ description: Result of parsing subtract_regression00.kcl } } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -638,6 +714,7 @@ description: Result of parsing subtract_regression00.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001Profile000", "start": 0, "type": "Identifier" @@ -649,6 +726,7 @@ description: Result of parsing subtract_regression00.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -659,6 +737,7 @@ description: Result of parsing subtract_regression00.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -671,6 +750,7 @@ description: Result of parsing subtract_regression00.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -682,6 +762,7 @@ description: Result of parsing subtract_regression00.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -692,6 +773,7 @@ description: Result of parsing subtract_regression00.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -699,6 +781,7 @@ description: Result of parsing subtract_regression00.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12.5", "start": 0, "type": "Literal", @@ -714,9 +797,11 @@ description: Result of parsing subtract_regression00.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -727,6 +812,7 @@ description: Result of parsing subtract_regression00.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -734,9 +820,11 @@ description: Result of parsing subtract_regression00.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -747,11 +835,13 @@ description: Result of parsing subtract_regression00.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -764,6 +854,7 @@ description: Result of parsing subtract_regression00.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cut000Extrude", "start": 0, "type": "Identifier" @@ -775,6 +866,7 @@ description: Result of parsing subtract_regression00.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -783,6 +875,7 @@ description: Result of parsing subtract_regression00.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "60", "start": 0, "type": "Literal", @@ -794,6 +887,7 @@ description: Result of parsing subtract_regression00.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -805,9 +899,11 @@ description: Result of parsing subtract_regression00.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -818,6 +914,7 @@ description: Result of parsing subtract_regression00.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -825,9 +922,11 @@ description: Result of parsing subtract_regression00.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001Profile000", "start": 0, "type": "Identifier" @@ -838,11 +937,13 @@ description: Result of parsing subtract_regression00.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -855,6 +956,7 @@ description: Result of parsing subtract_regression00.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cut000", "start": 0, "type": "Identifier" @@ -866,6 +968,7 @@ description: Result of parsing subtract_regression00.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tools", "start": 0, "type": "Identifier" @@ -874,9 +977,11 @@ description: Result of parsing subtract_regression00.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cut000Extrude", "start": 0, "type": "Identifier" @@ -892,9 +997,11 @@ description: Result of parsing subtract_regression00.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract", "start": 0, "type": "Identifier" @@ -905,6 +1012,7 @@ description: Result of parsing subtract_regression00.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -912,9 +1020,11 @@ description: Result of parsing subtract_regression00.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude000", "start": 0, "type": "Identifier" @@ -925,11 +1035,13 @@ description: Result of parsing subtract_regression00.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -941,9 +1053,11 @@ description: Result of parsing subtract_regression00.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -955,19 +1069,23 @@ description: Result of parsing subtract_regression00.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -983,12 +1101,14 @@ description: Result of parsing subtract_regression00.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1000,6 +1120,7 @@ description: Result of parsing subtract_regression00.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1011,6 +1132,7 @@ description: Result of parsing subtract_regression00.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1022,6 +1144,7 @@ description: Result of parsing subtract_regression00.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1033,6 +1156,7 @@ description: Result of parsing subtract_regression00.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1044,6 +1168,7 @@ description: Result of parsing subtract_regression00.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1056,6 +1181,7 @@ description: Result of parsing subtract_regression00.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/subtract_regression01/ast.snap b/rust/kcl-lib/tests/subtract_regression01/ast.snap index 1e57c2649..b2c7c90c9 100644 --- a/rust/kcl-lib/tests/subtract_regression01/ast.snap +++ b/rust/kcl-lib/tests/subtract_regression01/ast.snap @@ -13,18 +13,22 @@ description: Result of parsing subtract_regression01.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch000", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -35,6 +39,7 @@ description: Result of parsing subtract_regression01.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -42,9 +47,11 @@ description: Result of parsing subtract_regression01.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -55,11 +62,13 @@ description: Result of parsing subtract_regression01.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -72,6 +81,7 @@ description: Result of parsing subtract_regression01.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch000Profile000", "start": 0, "type": "Identifier" @@ -85,6 +95,7 @@ description: Result of parsing subtract_regression01.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -96,6 +107,7 @@ description: Result of parsing subtract_regression01.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.913", "start": 0, "type": "Literal", @@ -107,6 +119,7 @@ description: Result of parsing subtract_regression01.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -116,6 +129,7 @@ description: Result of parsing subtract_regression01.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.587", "start": 0, "type": "Literal", @@ -127,6 +141,7 @@ description: Result of parsing subtract_regression01.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -134,6 +149,7 @@ description: Result of parsing subtract_regression01.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -144,9 +160,11 @@ description: Result of parsing subtract_regression01.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -157,6 +175,7 @@ description: Result of parsing subtract_regression01.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -164,9 +183,11 @@ description: Result of parsing subtract_regression01.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch000", "start": 0, "type": "Identifier" @@ -184,6 +205,7 @@ description: Result of parsing subtract_regression01.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -191,6 +213,7 @@ description: Result of parsing subtract_regression01.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.913", "start": 0, "type": "Literal", @@ -206,9 +229,11 @@ description: Result of parsing subtract_regression01.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -219,6 +244,7 @@ description: Result of parsing subtract_regression01.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -231,6 +257,7 @@ description: Result of parsing subtract_regression01.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -239,6 +266,7 @@ description: Result of parsing subtract_regression01.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -250,6 +278,7 @@ description: Result of parsing subtract_regression01.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -261,6 +290,7 @@ description: Result of parsing subtract_regression01.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -268,6 +298,7 @@ description: Result of parsing subtract_regression01.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "227.157002", "start": 0, "type": "Literal", @@ -283,6 +314,7 @@ description: Result of parsing subtract_regression01.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -290,6 +322,7 @@ description: Result of parsing subtract_regression01.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.587", "start": 0, "type": "Literal", @@ -305,9 +338,11 @@ description: Result of parsing subtract_regression01.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -318,6 +353,7 @@ description: Result of parsing subtract_regression01.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -330,6 +366,7 @@ description: Result of parsing subtract_regression01.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -340,6 +377,7 @@ description: Result of parsing subtract_regression01.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.059159", "start": 0, "type": "Literal", @@ -352,6 +390,7 @@ description: Result of parsing subtract_regression01.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.06379", "start": 0, "type": "Literal", @@ -363,6 +402,7 @@ description: Result of parsing subtract_regression01.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -373,9 +413,11 @@ description: Result of parsing subtract_regression01.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -386,6 +428,7 @@ description: Result of parsing subtract_regression01.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -398,6 +441,7 @@ description: Result of parsing subtract_regression01.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -405,6 +449,7 @@ description: Result of parsing subtract_regression01.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "227.157002", "start": 0, "type": "Literal", @@ -420,6 +465,7 @@ description: Result of parsing subtract_regression01.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -428,6 +474,7 @@ description: Result of parsing subtract_regression01.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -439,6 +486,7 @@ description: Result of parsing subtract_regression01.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -450,6 +498,7 @@ description: Result of parsing subtract_regression01.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -457,6 +506,7 @@ description: Result of parsing subtract_regression01.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -472,9 +522,11 @@ description: Result of parsing subtract_regression01.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -485,6 +537,7 @@ description: Result of parsing subtract_regression01.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -497,6 +550,7 @@ description: Result of parsing subtract_regression01.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -505,6 +559,7 @@ description: Result of parsing subtract_regression01.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.913", "start": 0, "type": "Literal", @@ -516,6 +571,7 @@ description: Result of parsing subtract_regression01.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -527,9 +583,11 @@ description: Result of parsing subtract_regression01.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -540,6 +598,7 @@ description: Result of parsing subtract_regression01.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -552,6 +611,7 @@ description: Result of parsing subtract_regression01.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -560,6 +620,7 @@ description: Result of parsing subtract_regression01.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.087", "start": 0, "type": "Literal", @@ -571,6 +632,7 @@ description: Result of parsing subtract_regression01.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -582,9 +644,11 @@ description: Result of parsing subtract_regression01.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -595,19 +659,23 @@ description: Result of parsing subtract_regression01.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -618,6 +686,7 @@ description: Result of parsing subtract_regression01.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -626,15 +695,18 @@ description: Result of parsing subtract_regression01.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -647,6 +719,7 @@ description: Result of parsing subtract_regression01.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude000", "start": 0, "type": "Identifier" @@ -658,6 +731,7 @@ description: Result of parsing subtract_regression01.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -665,6 +739,7 @@ description: Result of parsing subtract_regression01.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25", "start": 0, "type": "Literal", @@ -680,6 +755,7 @@ description: Result of parsing subtract_regression01.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bidirectionalLength", "start": 0, "type": "Identifier" @@ -687,6 +763,7 @@ description: Result of parsing subtract_regression01.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25", "start": 0, "type": "Literal", @@ -702,9 +779,11 @@ description: Result of parsing subtract_regression01.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -715,6 +794,7 @@ description: Result of parsing subtract_regression01.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -722,9 +802,11 @@ description: Result of parsing subtract_regression01.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch000Profile000", "start": 0, "type": "Identifier" @@ -735,11 +817,13 @@ description: Result of parsing subtract_regression01.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -752,18 +836,22 @@ description: Result of parsing subtract_regression01.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -774,6 +862,7 @@ description: Result of parsing subtract_regression01.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -784,6 +873,7 @@ description: Result of parsing subtract_regression01.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -791,6 +881,7 @@ description: Result of parsing subtract_regression01.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25", "start": 0, "type": "Literal", @@ -806,9 +897,11 @@ description: Result of parsing subtract_regression01.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -819,6 +912,7 @@ description: Result of parsing subtract_regression01.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -826,9 +920,11 @@ description: Result of parsing subtract_regression01.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -840,11 +936,13 @@ description: Result of parsing subtract_regression01.kcl } } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -857,6 +955,7 @@ description: Result of parsing subtract_regression01.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001Profile000", "start": 0, "type": "Identifier" @@ -868,6 +967,7 @@ description: Result of parsing subtract_regression01.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -879,6 +979,7 @@ description: Result of parsing subtract_regression01.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.708", "start": 0, "type": "Literal", @@ -890,6 +991,7 @@ description: Result of parsing subtract_regression01.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -898,6 +1000,7 @@ description: Result of parsing subtract_regression01.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -909,6 +1012,7 @@ description: Result of parsing subtract_regression01.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -919,6 +1023,7 @@ description: Result of parsing subtract_regression01.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -926,6 +1031,7 @@ description: Result of parsing subtract_regression01.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1025", "start": 0, "type": "Literal", @@ -941,9 +1047,11 @@ description: Result of parsing subtract_regression01.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -954,6 +1062,7 @@ description: Result of parsing subtract_regression01.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -961,9 +1070,11 @@ description: Result of parsing subtract_regression01.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -974,11 +1085,13 @@ description: Result of parsing subtract_regression01.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -991,6 +1104,7 @@ description: Result of parsing subtract_regression01.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cut000Extrude", "start": 0, "type": "Identifier" @@ -1002,6 +1116,7 @@ description: Result of parsing subtract_regression01.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1009,6 +1124,7 @@ description: Result of parsing subtract_regression01.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -1024,9 +1140,11 @@ description: Result of parsing subtract_regression01.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1037,6 +1155,7 @@ description: Result of parsing subtract_regression01.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1047,9 +1166,11 @@ description: Result of parsing subtract_regression01.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001Profile000", "start": 0, "type": "Identifier" @@ -1061,16 +1182,19 @@ description: Result of parsing subtract_regression01.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1083,6 +1207,7 @@ description: Result of parsing subtract_regression01.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cut000", "start": 0, "type": "Identifier" @@ -1094,6 +1219,7 @@ description: Result of parsing subtract_regression01.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tools", "start": 0, "type": "Identifier" @@ -1102,9 +1228,11 @@ description: Result of parsing subtract_regression01.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cut000Extrude", "start": 0, "type": "Identifier" @@ -1120,9 +1248,11 @@ description: Result of parsing subtract_regression01.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract", "start": 0, "type": "Identifier" @@ -1133,6 +1263,7 @@ description: Result of parsing subtract_regression01.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1140,9 +1271,11 @@ description: Result of parsing subtract_regression01.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude000", "start": 0, "type": "Identifier" @@ -1153,11 +1286,13 @@ description: Result of parsing subtract_regression01.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1169,9 +1304,11 @@ description: Result of parsing subtract_regression01.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -1183,19 +1320,23 @@ description: Result of parsing subtract_regression01.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -1211,12 +1352,14 @@ description: Result of parsing subtract_regression01.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1228,6 +1371,7 @@ description: Result of parsing subtract_regression01.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1239,6 +1383,7 @@ description: Result of parsing subtract_regression01.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1250,6 +1395,7 @@ description: Result of parsing subtract_regression01.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1261,6 +1407,7 @@ description: Result of parsing subtract_regression01.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1272,6 +1419,7 @@ description: Result of parsing subtract_regression01.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1284,6 +1432,7 @@ description: Result of parsing subtract_regression01.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/subtract_regression02/ast.snap b/rust/kcl-lib/tests/subtract_regression02/ast.snap index af2ff1aae..92e7a4a07 100644 --- a/rust/kcl-lib/tests/subtract_regression02/ast.snap +++ b/rust/kcl-lib/tests/subtract_regression02/ast.snap @@ -13,18 +13,22 @@ description: Result of parsing subtract_regression02.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -35,6 +39,7 @@ description: Result of parsing subtract_regression02.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -42,9 +47,11 @@ description: Result of parsing subtract_regression02.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -55,11 +62,13 @@ description: Result of parsing subtract_regression02.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -72,6 +81,7 @@ description: Result of parsing subtract_regression02.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002Profile000", "start": 0, "type": "Identifier" @@ -85,6 +95,7 @@ description: Result of parsing subtract_regression02.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -96,6 +107,7 @@ description: Result of parsing subtract_regression02.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.75", "start": 0, "type": "Literal", @@ -107,6 +119,7 @@ description: Result of parsing subtract_regression02.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -115,6 +128,7 @@ description: Result of parsing subtract_regression02.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.75", "start": 0, "type": "Literal", @@ -126,6 +140,7 @@ description: Result of parsing subtract_regression02.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -136,9 +151,11 @@ description: Result of parsing subtract_regression02.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -149,6 +166,7 @@ description: Result of parsing subtract_regression02.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -156,9 +174,11 @@ description: Result of parsing subtract_regression02.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" @@ -176,6 +196,7 @@ description: Result of parsing subtract_regression02.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -184,6 +205,7 @@ description: Result of parsing subtract_regression02.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.5", "start": 0, "type": "Literal", @@ -195,6 +217,7 @@ description: Result of parsing subtract_regression02.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -206,9 +229,11 @@ description: Result of parsing subtract_regression02.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -219,6 +244,7 @@ description: Result of parsing subtract_regression02.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -231,6 +257,7 @@ description: Result of parsing subtract_regression02.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -238,6 +265,7 @@ description: Result of parsing subtract_regression02.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.5", "start": 0, "type": "Literal", @@ -253,9 +281,11 @@ description: Result of parsing subtract_regression02.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -266,6 +296,7 @@ description: Result of parsing subtract_regression02.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -278,6 +309,7 @@ description: Result of parsing subtract_regression02.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -285,6 +317,7 @@ description: Result of parsing subtract_regression02.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -300,6 +333,7 @@ description: Result of parsing subtract_regression02.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -307,6 +341,7 @@ description: Result of parsing subtract_regression02.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -322,6 +357,7 @@ description: Result of parsing subtract_regression02.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -329,6 +365,7 @@ description: Result of parsing subtract_regression02.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25", "start": 0, "type": "Literal", @@ -344,9 +381,11 @@ description: Result of parsing subtract_regression02.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -357,6 +396,7 @@ description: Result of parsing subtract_regression02.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -369,6 +409,7 @@ description: Result of parsing subtract_regression02.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -377,6 +418,7 @@ description: Result of parsing subtract_regression02.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.688", "start": 0, "type": "Literal", @@ -388,6 +430,7 @@ description: Result of parsing subtract_regression02.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -399,9 +442,11 @@ description: Result of parsing subtract_regression02.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -412,6 +457,7 @@ description: Result of parsing subtract_regression02.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -424,6 +470,7 @@ description: Result of parsing subtract_regression02.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -431,6 +478,7 @@ description: Result of parsing subtract_regression02.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "270", "start": 0, "type": "Literal", @@ -446,6 +494,7 @@ description: Result of parsing subtract_regression02.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -453,6 +502,7 @@ description: Result of parsing subtract_regression02.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "180", "start": 0, "type": "Literal", @@ -468,6 +518,7 @@ description: Result of parsing subtract_regression02.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -475,6 +526,7 @@ description: Result of parsing subtract_regression02.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.312", "start": 0, "type": "Literal", @@ -490,9 +542,11 @@ description: Result of parsing subtract_regression02.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -503,6 +557,7 @@ description: Result of parsing subtract_regression02.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -515,6 +570,7 @@ description: Result of parsing subtract_regression02.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -522,6 +578,7 @@ description: Result of parsing subtract_regression02.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.688", "start": 0, "type": "Literal", @@ -537,9 +594,11 @@ description: Result of parsing subtract_regression02.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -550,6 +609,7 @@ description: Result of parsing subtract_regression02.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -562,6 +622,7 @@ description: Result of parsing subtract_regression02.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -569,6 +630,7 @@ description: Result of parsing subtract_regression02.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -584,6 +646,7 @@ description: Result of parsing subtract_regression02.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -591,6 +654,7 @@ description: Result of parsing subtract_regression02.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -606,6 +670,7 @@ description: Result of parsing subtract_regression02.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -613,6 +678,7 @@ description: Result of parsing subtract_regression02.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25", "start": 0, "type": "Literal", @@ -628,9 +694,11 @@ description: Result of parsing subtract_regression02.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -641,19 +709,23 @@ description: Result of parsing subtract_regression02.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -664,6 +736,7 @@ description: Result of parsing subtract_regression02.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -672,15 +745,18 @@ description: Result of parsing subtract_regression02.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -693,6 +769,7 @@ description: Result of parsing subtract_regression02.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude000", "start": 0, "type": "Identifier" @@ -704,6 +781,7 @@ description: Result of parsing subtract_regression02.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -711,6 +789,7 @@ description: Result of parsing subtract_regression02.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.655", "start": 0, "type": "Literal", @@ -726,6 +805,7 @@ description: Result of parsing subtract_regression02.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bidirectionalLength", "start": 0, "type": "Identifier" @@ -733,6 +813,7 @@ description: Result of parsing subtract_regression02.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.655", "start": 0, "type": "Literal", @@ -748,9 +829,11 @@ description: Result of parsing subtract_regression02.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -761,6 +844,7 @@ description: Result of parsing subtract_regression02.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -768,9 +852,11 @@ description: Result of parsing subtract_regression02.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002Profile000", "start": 0, "type": "Identifier" @@ -781,11 +867,13 @@ description: Result of parsing subtract_regression02.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -798,18 +886,22 @@ description: Result of parsing subtract_regression02.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -820,6 +912,7 @@ description: Result of parsing subtract_regression02.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -827,9 +920,11 @@ description: Result of parsing subtract_regression02.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -840,11 +935,13 @@ description: Result of parsing subtract_regression02.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -857,6 +954,7 @@ description: Result of parsing subtract_regression02.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003Profile000", "start": 0, "type": "Identifier" @@ -868,6 +966,7 @@ description: Result of parsing subtract_regression02.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -878,6 +977,7 @@ description: Result of parsing subtract_regression02.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -890,6 +990,7 @@ description: Result of parsing subtract_regression02.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -901,6 +1002,7 @@ description: Result of parsing subtract_regression02.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -911,6 +1013,7 @@ description: Result of parsing subtract_regression02.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -918,6 +1021,7 @@ description: Result of parsing subtract_regression02.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.164", "start": 0, "type": "Literal", @@ -933,9 +1037,11 @@ description: Result of parsing subtract_regression02.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -946,6 +1052,7 @@ description: Result of parsing subtract_regression02.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -953,9 +1060,11 @@ description: Result of parsing subtract_regression02.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003", "start": 0, "type": "Identifier" @@ -966,11 +1075,13 @@ description: Result of parsing subtract_regression02.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -983,6 +1094,7 @@ description: Result of parsing subtract_regression02.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cut000Extrude", "start": 0, "type": "Identifier" @@ -994,6 +1106,7 @@ description: Result of parsing subtract_regression02.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1001,6 +1114,7 @@ description: Result of parsing subtract_regression02.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -1016,6 +1130,7 @@ description: Result of parsing subtract_regression02.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bidirectionalLength", "start": 0, "type": "Identifier" @@ -1023,6 +1138,7 @@ description: Result of parsing subtract_regression02.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1038,9 +1154,11 @@ description: Result of parsing subtract_regression02.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1051,6 +1169,7 @@ description: Result of parsing subtract_regression02.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1061,9 +1180,11 @@ description: Result of parsing subtract_regression02.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003Profile000", "start": 0, "type": "Identifier" @@ -1075,16 +1196,19 @@ description: Result of parsing subtract_regression02.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1097,6 +1221,7 @@ description: Result of parsing subtract_regression02.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cut000", "start": 0, "type": "Identifier" @@ -1108,6 +1233,7 @@ description: Result of parsing subtract_regression02.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tools", "start": 0, "type": "Identifier" @@ -1116,9 +1242,11 @@ description: Result of parsing subtract_regression02.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cut000Extrude", "start": 0, "type": "Identifier" @@ -1134,9 +1262,11 @@ description: Result of parsing subtract_regression02.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract", "start": 0, "type": "Identifier" @@ -1147,6 +1277,7 @@ description: Result of parsing subtract_regression02.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1154,9 +1285,11 @@ description: Result of parsing subtract_regression02.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude000", "start": 0, "type": "Identifier" @@ -1167,11 +1300,13 @@ description: Result of parsing subtract_regression02.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1184,18 +1319,22 @@ description: Result of parsing subtract_regression02.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch004", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1206,6 +1345,7 @@ description: Result of parsing subtract_regression02.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1214,9 +1354,11 @@ description: Result of parsing subtract_regression02.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -1228,17 +1370,20 @@ description: Result of parsing subtract_regression02.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1251,6 +1396,7 @@ description: Result of parsing subtract_regression02.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch004Profile000", "start": 0, "type": "Identifier" @@ -1262,6 +1408,7 @@ description: Result of parsing subtract_regression02.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1272,6 +1419,7 @@ description: Result of parsing subtract_regression02.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1284,6 +1432,7 @@ description: Result of parsing subtract_regression02.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1295,6 +1444,7 @@ description: Result of parsing subtract_regression02.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1305,6 +1455,7 @@ description: Result of parsing subtract_regression02.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1312,6 +1463,7 @@ description: Result of parsing subtract_regression02.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.164", "start": 0, "type": "Literal", @@ -1327,9 +1479,11 @@ description: Result of parsing subtract_regression02.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1340,6 +1494,7 @@ description: Result of parsing subtract_regression02.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1347,9 +1502,11 @@ description: Result of parsing subtract_regression02.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch004", "start": 0, "type": "Identifier" @@ -1360,11 +1517,13 @@ description: Result of parsing subtract_regression02.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1377,6 +1536,7 @@ description: Result of parsing subtract_regression02.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cut001Extrude", "start": 0, "type": "Identifier" @@ -1388,6 +1548,7 @@ description: Result of parsing subtract_regression02.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1395,6 +1556,7 @@ description: Result of parsing subtract_regression02.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -1410,6 +1572,7 @@ description: Result of parsing subtract_regression02.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bidirectionalLength", "start": 0, "type": "Identifier" @@ -1417,6 +1580,7 @@ description: Result of parsing subtract_regression02.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1432,9 +1596,11 @@ description: Result of parsing subtract_regression02.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1445,6 +1611,7 @@ description: Result of parsing subtract_regression02.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1455,9 +1622,11 @@ description: Result of parsing subtract_regression02.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch004Profile000", "start": 0, "type": "Identifier" @@ -1469,16 +1638,19 @@ description: Result of parsing subtract_regression02.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1491,6 +1663,7 @@ description: Result of parsing subtract_regression02.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cut001", "start": 0, "type": "Identifier" @@ -1502,6 +1675,7 @@ description: Result of parsing subtract_regression02.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tools", "start": 0, "type": "Identifier" @@ -1510,9 +1684,11 @@ description: Result of parsing subtract_regression02.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cut001Extrude", "start": 0, "type": "Identifier" @@ -1528,9 +1704,11 @@ description: Result of parsing subtract_regression02.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract", "start": 0, "type": "Identifier" @@ -1541,6 +1719,7 @@ description: Result of parsing subtract_regression02.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1548,9 +1727,11 @@ description: Result of parsing subtract_regression02.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cut000", "start": 0, "type": "Identifier" @@ -1561,11 +1742,13 @@ description: Result of parsing subtract_regression02.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1577,9 +1760,11 @@ description: Result of parsing subtract_regression02.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -1591,19 +1776,23 @@ description: Result of parsing subtract_regression02.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -1619,12 +1808,14 @@ description: Result of parsing subtract_regression02.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1636,6 +1827,7 @@ description: Result of parsing subtract_regression02.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1647,6 +1839,7 @@ description: Result of parsing subtract_regression02.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1658,6 +1851,7 @@ description: Result of parsing subtract_regression02.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1669,6 +1863,7 @@ description: Result of parsing subtract_regression02.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1680,6 +1875,7 @@ description: Result of parsing subtract_regression02.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1691,6 +1887,7 @@ description: Result of parsing subtract_regression02.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1702,6 +1899,7 @@ description: Result of parsing subtract_regression02.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1713,6 +1911,7 @@ description: Result of parsing subtract_regression02.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1724,6 +1923,7 @@ description: Result of parsing subtract_regression02.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1736,6 +1936,7 @@ description: Result of parsing subtract_regression02.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/subtract_regression03/ast.snap b/rust/kcl-lib/tests/subtract_regression03/ast.snap index f1b016470..c7fa925aa 100644 --- a/rust/kcl-lib/tests/subtract_regression03/ast.snap +++ b/rust/kcl-lib/tests/subtract_regression03/ast.snap @@ -13,18 +13,22 @@ description: Result of parsing subtract_regression03.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -35,6 +39,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -42,9 +47,11 @@ description: Result of parsing subtract_regression03.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -55,11 +62,13 @@ description: Result of parsing subtract_regression03.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -72,6 +81,7 @@ description: Result of parsing subtract_regression03.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002Profile001", "start": 0, "type": "Identifier" @@ -85,6 +95,7 @@ description: Result of parsing subtract_regression03.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -96,6 +107,7 @@ description: Result of parsing subtract_regression03.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.503704", "start": 0, "type": "Literal", @@ -107,6 +119,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -116,6 +129,7 @@ description: Result of parsing subtract_regression03.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.264924", "start": 0, "type": "Literal", @@ -127,6 +141,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -134,6 +149,7 @@ description: Result of parsing subtract_regression03.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -144,9 +160,11 @@ description: Result of parsing subtract_regression03.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -157,6 +175,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -164,9 +183,11 @@ description: Result of parsing subtract_regression03.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" @@ -184,6 +205,7 @@ description: Result of parsing subtract_regression03.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -195,6 +217,7 @@ description: Result of parsing subtract_regression03.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.191884", "start": 0, "type": "Literal", @@ -206,6 +229,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -214,6 +238,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.172584", "start": 0, "type": "Literal", @@ -225,6 +250,7 @@ description: Result of parsing subtract_regression03.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -235,9 +261,11 @@ description: Result of parsing subtract_regression03.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -248,6 +276,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -260,6 +289,7 @@ description: Result of parsing subtract_regression03.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -267,6 +297,7 @@ description: Result of parsing subtract_regression03.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "228.031232", "start": 0, "type": "Literal", @@ -282,6 +313,7 @@ description: Result of parsing subtract_regression03.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -289,6 +321,7 @@ description: Result of parsing subtract_regression03.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "105", "start": 0, "type": "Literal", @@ -304,6 +337,7 @@ description: Result of parsing subtract_regression03.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -311,6 +345,7 @@ description: Result of parsing subtract_regression03.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.16425", "start": 0, "type": "Literal", @@ -326,9 +361,11 @@ description: Result of parsing subtract_regression03.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -339,6 +376,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -351,6 +389,7 @@ description: Result of parsing subtract_regression03.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -361,6 +400,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.464817", "start": 0, "type": "Literal", @@ -373,6 +413,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.124547", "start": 0, "type": "Literal", @@ -384,6 +425,7 @@ description: Result of parsing subtract_regression03.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -394,9 +436,11 @@ description: Result of parsing subtract_regression03.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -407,6 +451,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -419,6 +464,7 @@ description: Result of parsing subtract_regression03.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -426,6 +472,7 @@ description: Result of parsing subtract_regression03.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "105", "start": 0, "type": "Literal", @@ -441,6 +488,7 @@ description: Result of parsing subtract_regression03.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -448,6 +496,7 @@ description: Result of parsing subtract_regression03.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "75", "start": 0, "type": "Literal", @@ -463,6 +512,7 @@ description: Result of parsing subtract_regression03.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -470,6 +520,7 @@ description: Result of parsing subtract_regression03.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6315", "start": 0, "type": "Literal", @@ -485,9 +536,11 @@ description: Result of parsing subtract_regression03.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -498,6 +551,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -510,6 +564,7 @@ description: Result of parsing subtract_regression03.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -520,6 +575,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.464817", "start": 0, "type": "Literal", @@ -533,6 +589,7 @@ description: Result of parsing subtract_regression03.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.124547", "start": 0, "type": "Literal", @@ -544,6 +601,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -551,6 +609,7 @@ description: Result of parsing subtract_regression03.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -561,9 +620,11 @@ description: Result of parsing subtract_regression03.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -574,6 +635,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -586,6 +648,7 @@ description: Result of parsing subtract_regression03.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -593,6 +656,7 @@ description: Result of parsing subtract_regression03.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "75", "start": 0, "type": "Literal", @@ -608,6 +672,7 @@ description: Result of parsing subtract_regression03.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -616,6 +681,7 @@ description: Result of parsing subtract_regression03.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "37.055012", "start": 0, "type": "Literal", @@ -627,6 +693,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -638,6 +705,7 @@ description: Result of parsing subtract_regression03.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -645,6 +713,7 @@ description: Result of parsing subtract_regression03.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.16425", "start": 0, "type": "Literal", @@ -660,9 +729,11 @@ description: Result of parsing subtract_regression03.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -673,6 +744,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -685,6 +757,7 @@ description: Result of parsing subtract_regression03.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -696,6 +769,7 @@ description: Result of parsing subtract_regression03.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.200323", "start": 0, "type": "Literal", @@ -707,6 +781,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -716,6 +791,7 @@ description: Result of parsing subtract_regression03.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.265308", "start": 0, "type": "Literal", @@ -727,6 +803,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -734,6 +811,7 @@ description: Result of parsing subtract_regression03.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -744,9 +822,11 @@ description: Result of parsing subtract_regression03.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -757,6 +837,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -769,6 +850,7 @@ description: Result of parsing subtract_regression03.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -776,6 +858,7 @@ description: Result of parsing subtract_regression03.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.958", "start": 0, "type": "Literal", @@ -791,6 +874,7 @@ description: Result of parsing subtract_regression03.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -798,6 +882,7 @@ description: Result of parsing subtract_regression03.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.958", "start": 0, "type": "Literal", @@ -813,9 +898,11 @@ description: Result of parsing subtract_regression03.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -826,6 +913,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -834,15 +922,18 @@ description: Result of parsing subtract_regression03.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -855,6 +946,7 @@ description: Result of parsing subtract_regression03.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane000", "start": 0, "type": "Identifier" @@ -862,6 +954,7 @@ description: Result of parsing subtract_regression03.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -869,10 +962,12 @@ description: Result of parsing subtract_regression03.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "origin", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -882,6 +977,7 @@ description: Result of parsing subtract_regression03.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.503704", "start": 0, "type": "Literal", @@ -893,6 +989,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -902,6 +999,7 @@ description: Result of parsing subtract_regression03.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.264924", "start": 0, "type": "Literal", @@ -913,6 +1011,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -921,6 +1020,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -932,6 +1032,7 @@ description: Result of parsing subtract_regression03.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -943,10 +1044,12 @@ description: Result of parsing subtract_regression03.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -955,6 +1058,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.191884", "start": 0, "type": "Literal", @@ -967,6 +1071,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.172584", "start": 0, "type": "Literal", @@ -979,6 +1084,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -990,6 +1096,7 @@ description: Result of parsing subtract_regression03.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1001,10 +1108,12 @@ description: Result of parsing subtract_regression03.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -1013,6 +1122,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1025,6 +1135,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1037,6 +1148,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1048,6 +1160,7 @@ description: Result of parsing subtract_regression03.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1059,10 +1172,12 @@ description: Result of parsing subtract_regression03.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "zAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -1072,6 +1187,7 @@ description: Result of parsing subtract_regression03.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.191884", "start": 0, "type": "Literal", @@ -1083,6 +1199,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1091,6 +1208,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.172584", "start": 0, "type": "Literal", @@ -1103,6 +1221,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1114,6 +1233,7 @@ description: Result of parsing subtract_regression03.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1124,11 +1244,13 @@ description: Result of parsing subtract_regression03.kcl "type": "ObjectExpression", "type": "ObjectExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1141,18 +1263,22 @@ description: Result of parsing subtract_regression03.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1163,6 +1289,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1170,9 +1297,11 @@ description: Result of parsing subtract_regression03.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane000", "start": 0, "type": "Identifier" @@ -1183,11 +1312,13 @@ description: Result of parsing subtract_regression03.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1200,6 +1331,7 @@ description: Result of parsing subtract_regression03.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001Profile000", "start": 0, "type": "Identifier" @@ -1211,6 +1343,7 @@ description: Result of parsing subtract_regression03.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1221,6 +1354,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1233,6 +1367,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1244,6 +1379,7 @@ description: Result of parsing subtract_regression03.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1254,6 +1390,7 @@ description: Result of parsing subtract_regression03.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1261,6 +1398,7 @@ description: Result of parsing subtract_regression03.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0495", "start": 0, "type": "Literal", @@ -1276,9 +1414,11 @@ description: Result of parsing subtract_regression03.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1289,6 +1429,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1296,9 +1437,11 @@ description: Result of parsing subtract_regression03.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -1309,11 +1452,13 @@ description: Result of parsing subtract_regression03.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1326,6 +1471,7 @@ description: Result of parsing subtract_regression03.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sweepExtrude000", "start": 0, "type": "Identifier" @@ -1337,6 +1483,7 @@ description: Result of parsing subtract_regression03.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "path", "start": 0, "type": "Identifier" @@ -1345,9 +1492,11 @@ description: Result of parsing subtract_regression03.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002Profile001", "start": 0, "type": "Identifier" @@ -1363,9 +1512,11 @@ description: Result of parsing subtract_regression03.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sweep", "start": 0, "type": "Identifier" @@ -1376,6 +1527,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1383,9 +1535,11 @@ description: Result of parsing subtract_regression03.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001Profile000", "start": 0, "type": "Identifier" @@ -1396,11 +1550,13 @@ description: Result of parsing subtract_regression03.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1413,6 +1569,7 @@ description: Result of parsing subtract_regression03.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane001", "start": 0, "type": "Identifier" @@ -1420,6 +1577,7 @@ description: Result of parsing subtract_regression03.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -1427,10 +1585,12 @@ description: Result of parsing subtract_regression03.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "origin", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -1440,6 +1600,7 @@ description: Result of parsing subtract_regression03.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.503704", "start": 0, "type": "Literal", @@ -1451,6 +1612,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1460,6 +1622,7 @@ description: Result of parsing subtract_regression03.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.28", "start": 0, "type": "Literal", @@ -1471,6 +1634,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1479,6 +1643,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1490,6 +1655,7 @@ description: Result of parsing subtract_regression03.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1501,10 +1667,12 @@ description: Result of parsing subtract_regression03.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -1514,6 +1682,7 @@ description: Result of parsing subtract_regression03.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.191884", "start": 0, "type": "Literal", @@ -1525,6 +1694,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1533,6 +1703,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.172584", "start": 0, "type": "Literal", @@ -1545,6 +1716,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1556,6 +1728,7 @@ description: Result of parsing subtract_regression03.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1567,10 +1740,12 @@ description: Result of parsing subtract_regression03.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -1579,6 +1754,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1591,6 +1767,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1604,6 +1781,7 @@ description: Result of parsing subtract_regression03.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1615,6 +1793,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1622,6 +1801,7 @@ description: Result of parsing subtract_regression03.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1633,10 +1813,12 @@ description: Result of parsing subtract_regression03.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "zAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -1646,6 +1828,7 @@ description: Result of parsing subtract_regression03.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.191884", "start": 0, "type": "Literal", @@ -1657,6 +1840,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1665,6 +1849,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.172584", "start": 0, "type": "Literal", @@ -1677,6 +1862,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1688,6 +1874,7 @@ description: Result of parsing subtract_regression03.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1698,11 +1885,13 @@ description: Result of parsing subtract_regression03.kcl "type": "ObjectExpression", "type": "ObjectExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1715,18 +1904,22 @@ description: Result of parsing subtract_regression03.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1737,6 +1930,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1744,9 +1938,11 @@ description: Result of parsing subtract_regression03.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane001", "start": 0, "type": "Identifier" @@ -1757,11 +1953,13 @@ description: Result of parsing subtract_regression03.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1774,6 +1972,7 @@ description: Result of parsing subtract_regression03.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003Profile000", "start": 0, "type": "Identifier" @@ -1787,6 +1986,7 @@ description: Result of parsing subtract_regression03.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1797,6 +1997,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1810,6 +2011,7 @@ description: Result of parsing subtract_regression03.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.06", "start": 0, "type": "Literal", @@ -1821,6 +2023,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1828,6 +2031,7 @@ description: Result of parsing subtract_regression03.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1838,9 +2042,11 @@ description: Result of parsing subtract_regression03.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1851,6 +2057,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1858,9 +2065,11 @@ description: Result of parsing subtract_regression03.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003", "start": 0, "type": "Identifier" @@ -1878,6 +2087,7 @@ description: Result of parsing subtract_regression03.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1888,6 +2098,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.129019", "start": 0, "type": "Literal", @@ -1900,6 +2111,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.12", "start": 0, "type": "Literal", @@ -1911,6 +2123,7 @@ description: Result of parsing subtract_regression03.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1921,9 +2134,11 @@ description: Result of parsing subtract_regression03.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1934,6 +2149,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1946,6 +2162,7 @@ description: Result of parsing subtract_regression03.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1954,6 +2171,7 @@ description: Result of parsing subtract_regression03.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.129019", "start": 0, "type": "Literal", @@ -1965,6 +2183,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1976,9 +2195,11 @@ description: Result of parsing subtract_regression03.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1989,6 +2210,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2001,6 +2223,7 @@ description: Result of parsing subtract_regression03.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2009,6 +2232,7 @@ description: Result of parsing subtract_regression03.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.12", "start": 0, "type": "Literal", @@ -2020,6 +2244,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2031,9 +2256,11 @@ description: Result of parsing subtract_regression03.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -2044,19 +2271,23 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -2067,6 +2298,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2075,15 +2307,18 @@ description: Result of parsing subtract_regression03.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2096,6 +2331,7 @@ description: Result of parsing subtract_regression03.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cut000Extrude", "start": 0, "type": "Identifier" @@ -2107,6 +2343,7 @@ description: Result of parsing subtract_regression03.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2115,6 +2352,7 @@ description: Result of parsing subtract_regression03.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2", "start": 0, "type": "Literal", @@ -2126,6 +2364,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2137,9 +2376,11 @@ description: Result of parsing subtract_regression03.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2150,6 +2391,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2160,9 +2402,11 @@ description: Result of parsing subtract_regression03.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003Profile000", "start": 0, "type": "Identifier" @@ -2174,16 +2418,19 @@ description: Result of parsing subtract_regression03.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2196,6 +2443,7 @@ description: Result of parsing subtract_regression03.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cut000", "start": 0, "type": "Identifier" @@ -2207,6 +2455,7 @@ description: Result of parsing subtract_regression03.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tools", "start": 0, "type": "Identifier" @@ -2215,9 +2464,11 @@ description: Result of parsing subtract_regression03.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cut000Extrude", "start": 0, "type": "Identifier" @@ -2233,9 +2484,11 @@ description: Result of parsing subtract_regression03.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract", "start": 0, "type": "Identifier" @@ -2246,6 +2499,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2253,9 +2507,11 @@ description: Result of parsing subtract_regression03.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sweepExtrude000", "start": 0, "type": "Identifier" @@ -2266,11 +2522,13 @@ description: Result of parsing subtract_regression03.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2283,6 +2541,7 @@ description: Result of parsing subtract_regression03.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane002", "start": 0, "type": "Identifier" @@ -2290,6 +2549,7 @@ description: Result of parsing subtract_regression03.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -2297,10 +2557,12 @@ description: Result of parsing subtract_regression03.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "origin", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -2309,6 +2571,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.42", "start": 0, "type": "Literal", @@ -2322,6 +2585,7 @@ description: Result of parsing subtract_regression03.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.28", "start": 0, "type": "Literal", @@ -2333,6 +2597,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2341,6 +2606,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2352,6 +2618,7 @@ description: Result of parsing subtract_regression03.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2363,10 +2630,12 @@ description: Result of parsing subtract_regression03.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -2376,6 +2645,7 @@ description: Result of parsing subtract_regression03.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.200323", "start": 0, "type": "Literal", @@ -2387,6 +2657,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2396,6 +2667,7 @@ description: Result of parsing subtract_regression03.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.265308", "start": 0, "type": "Literal", @@ -2407,6 +2679,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2415,6 +2688,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2426,6 +2700,7 @@ description: Result of parsing subtract_regression03.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2437,10 +2712,12 @@ description: Result of parsing subtract_regression03.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -2449,6 +2726,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2461,6 +2739,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2473,6 +2752,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -2484,6 +2764,7 @@ description: Result of parsing subtract_regression03.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2495,10 +2776,12 @@ description: Result of parsing subtract_regression03.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "zAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -2507,6 +2790,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.200323", "start": 0, "type": "Literal", @@ -2519,6 +2803,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.265308", "start": 0, "type": "Literal", @@ -2531,6 +2816,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2542,6 +2828,7 @@ description: Result of parsing subtract_regression03.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2552,11 +2839,13 @@ description: Result of parsing subtract_regression03.kcl "type": "ObjectExpression", "type": "ObjectExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2569,18 +2858,22 @@ description: Result of parsing subtract_regression03.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch004", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2591,6 +2884,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2598,9 +2892,11 @@ description: Result of parsing subtract_regression03.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane002", "start": 0, "type": "Identifier" @@ -2611,11 +2907,13 @@ description: Result of parsing subtract_regression03.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2628,6 +2926,7 @@ description: Result of parsing subtract_regression03.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch004Profile000", "start": 0, "type": "Identifier" @@ -2641,6 +2940,7 @@ description: Result of parsing subtract_regression03.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -2651,6 +2951,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2664,6 +2965,7 @@ description: Result of parsing subtract_regression03.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.06", "start": 0, "type": "Literal", @@ -2675,6 +2977,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2682,6 +2985,7 @@ description: Result of parsing subtract_regression03.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2692,9 +2996,11 @@ description: Result of parsing subtract_regression03.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -2705,6 +3011,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2712,9 +3019,11 @@ description: Result of parsing subtract_regression03.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch004", "start": 0, "type": "Identifier" @@ -2732,6 +3041,7 @@ description: Result of parsing subtract_regression03.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2739,6 +3049,7 @@ description: Result of parsing subtract_regression03.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.12", "start": 0, "type": "Literal", @@ -2754,9 +3065,11 @@ description: Result of parsing subtract_regression03.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -2767,6 +3080,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2779,6 +3093,7 @@ description: Result of parsing subtract_regression03.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2787,6 +3102,7 @@ description: Result of parsing subtract_regression03.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.129019", "start": 0, "type": "Literal", @@ -2798,6 +3114,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2809,9 +3126,11 @@ description: Result of parsing subtract_regression03.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -2822,6 +3141,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2834,6 +3154,7 @@ description: Result of parsing subtract_regression03.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -2844,6 +3165,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.129019", "start": 0, "type": "Literal", @@ -2857,6 +3179,7 @@ description: Result of parsing subtract_regression03.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.12", "start": 0, "type": "Literal", @@ -2868,6 +3191,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2875,6 +3199,7 @@ description: Result of parsing subtract_regression03.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2885,9 +3210,11 @@ description: Result of parsing subtract_regression03.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2898,19 +3225,23 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -2921,6 +3252,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2929,15 +3261,18 @@ description: Result of parsing subtract_regression03.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2950,6 +3285,7 @@ description: Result of parsing subtract_regression03.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cut001Extrude", "start": 0, "type": "Identifier" @@ -2961,6 +3297,7 @@ description: Result of parsing subtract_regression03.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2969,6 +3306,7 @@ description: Result of parsing subtract_regression03.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2", "start": 0, "type": "Literal", @@ -2980,6 +3318,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2991,9 +3330,11 @@ description: Result of parsing subtract_regression03.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -3004,6 +3345,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3014,9 +3356,11 @@ description: Result of parsing subtract_regression03.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch004Profile000", "start": 0, "type": "Identifier" @@ -3028,16 +3372,19 @@ description: Result of parsing subtract_regression03.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3050,6 +3397,7 @@ description: Result of parsing subtract_regression03.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cut001", "start": 0, "type": "Identifier" @@ -3061,6 +3409,7 @@ description: Result of parsing subtract_regression03.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tools", "start": 0, "type": "Identifier" @@ -3069,9 +3418,11 @@ description: Result of parsing subtract_regression03.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cut001Extrude", "start": 0, "type": "Identifier" @@ -3087,9 +3438,11 @@ description: Result of parsing subtract_regression03.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract", "start": 0, "type": "Identifier" @@ -3100,6 +3453,7 @@ description: Result of parsing subtract_regression03.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3107,9 +3461,11 @@ description: Result of parsing subtract_regression03.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cut000", "start": 0, "type": "Identifier" @@ -3120,11 +3476,13 @@ description: Result of parsing subtract_regression03.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3136,9 +3494,11 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -3150,19 +3510,23 @@ description: Result of parsing subtract_regression03.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -3178,12 +3542,14 @@ description: Result of parsing subtract_regression03.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3195,6 +3561,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3206,6 +3573,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3217,6 +3585,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3228,6 +3597,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3239,6 +3609,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3250,6 +3621,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3261,6 +3633,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3272,6 +3645,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3283,6 +3657,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3294,6 +3669,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3305,6 +3681,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3316,6 +3693,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3327,6 +3705,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3338,6 +3717,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3350,6 +3730,7 @@ description: Result of parsing subtract_regression03.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/subtract_regression04/ast.snap b/rust/kcl-lib/tests/subtract_regression04/ast.snap index 3d351fadf..5aa9ebff6 100644 --- a/rust/kcl-lib/tests/subtract_regression04/ast.snap +++ b/rust/kcl-lib/tests/subtract_regression04/ast.snap @@ -13,18 +13,22 @@ description: Result of parsing subtract_regression04.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -35,6 +39,7 @@ description: Result of parsing subtract_regression04.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -42,9 +47,11 @@ description: Result of parsing subtract_regression04.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -55,11 +62,13 @@ description: Result of parsing subtract_regression04.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -72,6 +81,7 @@ description: Result of parsing subtract_regression04.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001Profile000", "start": 0, "type": "Identifier" @@ -85,6 +95,7 @@ description: Result of parsing subtract_regression04.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -95,6 +106,7 @@ description: Result of parsing subtract_regression04.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.46875", "start": 0, "type": "Literal", @@ -107,6 +119,7 @@ description: Result of parsing subtract_regression04.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.5", "start": 0, "type": "Literal", @@ -118,6 +131,7 @@ description: Result of parsing subtract_regression04.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -128,9 +142,11 @@ description: Result of parsing subtract_regression04.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -141,6 +157,7 @@ description: Result of parsing subtract_regression04.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -148,9 +165,11 @@ description: Result of parsing subtract_regression04.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -168,6 +187,7 @@ description: Result of parsing subtract_regression04.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -176,6 +196,7 @@ description: Result of parsing subtract_regression04.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.09375", "start": 0, "type": "Literal", @@ -187,6 +208,7 @@ description: Result of parsing subtract_regression04.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -198,9 +220,11 @@ description: Result of parsing subtract_regression04.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -211,6 +235,7 @@ description: Result of parsing subtract_regression04.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -223,6 +248,7 @@ description: Result of parsing subtract_regression04.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -231,6 +257,7 @@ description: Result of parsing subtract_regression04.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -242,6 +269,7 @@ description: Result of parsing subtract_regression04.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -253,9 +281,11 @@ description: Result of parsing subtract_regression04.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -266,6 +296,7 @@ description: Result of parsing subtract_regression04.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -278,6 +309,7 @@ description: Result of parsing subtract_regression04.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -285,6 +317,7 @@ description: Result of parsing subtract_regression04.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.09375", "start": 0, "type": "Literal", @@ -300,9 +333,11 @@ description: Result of parsing subtract_regression04.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -313,6 +348,7 @@ description: Result of parsing subtract_regression04.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -325,6 +361,7 @@ description: Result of parsing subtract_regression04.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -335,6 +372,7 @@ description: Result of parsing subtract_regression04.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.03125", "start": 0, "type": "Literal", @@ -347,6 +385,7 @@ description: Result of parsing subtract_regression04.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.018042", "start": 0, "type": "Literal", @@ -358,6 +397,7 @@ description: Result of parsing subtract_regression04.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -368,9 +408,11 @@ description: Result of parsing subtract_regression04.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -381,6 +423,7 @@ description: Result of parsing subtract_regression04.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -393,6 +436,7 @@ description: Result of parsing subtract_regression04.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -400,6 +444,7 @@ description: Result of parsing subtract_regression04.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.963916", "start": 0, "type": "Literal", @@ -415,9 +460,11 @@ description: Result of parsing subtract_regression04.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -428,6 +475,7 @@ description: Result of parsing subtract_regression04.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -440,6 +488,7 @@ description: Result of parsing subtract_regression04.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -451,6 +500,7 @@ description: Result of parsing subtract_regression04.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.03125", "start": 0, "type": "Literal", @@ -462,6 +512,7 @@ description: Result of parsing subtract_regression04.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -470,6 +521,7 @@ description: Result of parsing subtract_regression04.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.018042", "start": 0, "type": "Literal", @@ -481,6 +533,7 @@ description: Result of parsing subtract_regression04.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -491,9 +544,11 @@ description: Result of parsing subtract_regression04.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -504,19 +559,23 @@ description: Result of parsing subtract_regression04.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -527,6 +586,7 @@ description: Result of parsing subtract_regression04.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -535,15 +595,18 @@ description: Result of parsing subtract_regression04.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -556,6 +619,7 @@ description: Result of parsing subtract_regression04.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve000", "start": 0, "type": "Identifier" @@ -567,6 +631,7 @@ description: Result of parsing subtract_regression04.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -575,9 +640,11 @@ description: Result of parsing subtract_regression04.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "Y", "start": 0, "type": "Identifier" @@ -593,6 +660,7 @@ description: Result of parsing subtract_regression04.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -600,6 +668,7 @@ description: Result of parsing subtract_regression04.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -615,9 +684,11 @@ description: Result of parsing subtract_regression04.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -628,6 +699,7 @@ description: Result of parsing subtract_regression04.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -635,9 +707,11 @@ description: Result of parsing subtract_regression04.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001Profile000", "start": 0, "type": "Identifier" @@ -648,11 +722,13 @@ description: Result of parsing subtract_regression04.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -665,18 +741,22 @@ description: Result of parsing subtract_regression04.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -687,6 +767,7 @@ description: Result of parsing subtract_regression04.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -694,9 +775,11 @@ description: Result of parsing subtract_regression04.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -707,11 +790,13 @@ description: Result of parsing subtract_regression04.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -724,6 +809,7 @@ description: Result of parsing subtract_regression04.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003Profile000", "start": 0, "type": "Identifier" @@ -735,6 +821,7 @@ description: Result of parsing subtract_regression04.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -745,6 +832,7 @@ description: Result of parsing subtract_regression04.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -757,6 +845,7 @@ description: Result of parsing subtract_regression04.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -768,6 +857,7 @@ description: Result of parsing subtract_regression04.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -778,6 +868,7 @@ description: Result of parsing subtract_regression04.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -785,6 +876,7 @@ description: Result of parsing subtract_regression04.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.15", "start": 0, "type": "Literal", @@ -800,9 +892,11 @@ description: Result of parsing subtract_regression04.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -813,6 +907,7 @@ description: Result of parsing subtract_regression04.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -820,9 +915,11 @@ description: Result of parsing subtract_regression04.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003", "start": 0, "type": "Identifier" @@ -833,11 +930,13 @@ description: Result of parsing subtract_regression04.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -850,6 +949,7 @@ description: Result of parsing subtract_regression04.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cut000Extrude", "start": 0, "type": "Identifier" @@ -861,6 +961,7 @@ description: Result of parsing subtract_regression04.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -868,6 +969,7 @@ description: Result of parsing subtract_regression04.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6", "start": 0, "type": "Literal", @@ -883,6 +985,7 @@ description: Result of parsing subtract_regression04.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bidirectionalLength", "start": 0, "type": "Identifier" @@ -890,6 +993,7 @@ description: Result of parsing subtract_regression04.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6", "start": 0, "type": "Literal", @@ -905,9 +1009,11 @@ description: Result of parsing subtract_regression04.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -918,6 +1024,7 @@ description: Result of parsing subtract_regression04.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -928,9 +1035,11 @@ description: Result of parsing subtract_regression04.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003Profile000", "start": 0, "type": "Identifier" @@ -942,16 +1051,19 @@ description: Result of parsing subtract_regression04.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -964,6 +1076,7 @@ description: Result of parsing subtract_regression04.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cut000", "start": 0, "type": "Identifier" @@ -975,6 +1088,7 @@ description: Result of parsing subtract_regression04.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tools", "start": 0, "type": "Identifier" @@ -983,9 +1097,11 @@ description: Result of parsing subtract_regression04.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cut000Extrude", "start": 0, "type": "Identifier" @@ -1001,9 +1117,11 @@ description: Result of parsing subtract_regression04.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract", "start": 0, "type": "Identifier" @@ -1014,6 +1132,7 @@ description: Result of parsing subtract_regression04.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1021,9 +1140,11 @@ description: Result of parsing subtract_regression04.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve000", "start": 0, "type": "Identifier" @@ -1034,11 +1155,13 @@ description: Result of parsing subtract_regression04.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1050,9 +1173,11 @@ description: Result of parsing subtract_regression04.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -1064,19 +1189,23 @@ description: Result of parsing subtract_regression04.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -1092,12 +1221,14 @@ description: Result of parsing subtract_regression04.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1109,6 +1240,7 @@ description: Result of parsing subtract_regression04.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1120,6 +1252,7 @@ description: Result of parsing subtract_regression04.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1131,6 +1264,7 @@ description: Result of parsing subtract_regression04.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1142,6 +1276,7 @@ description: Result of parsing subtract_regression04.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1153,6 +1288,7 @@ description: Result of parsing subtract_regression04.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1165,6 +1301,7 @@ description: Result of parsing subtract_regression04.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/subtract_regression05/ast.snap b/rust/kcl-lib/tests/subtract_regression05/ast.snap index eed852d5d..d6a948a9d 100644 --- a/rust/kcl-lib/tests/subtract_regression05/ast.snap +++ b/rust/kcl-lib/tests/subtract_regression05/ast.snap @@ -13,18 +13,22 @@ description: Result of parsing subtract_regression05.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -35,6 +39,7 @@ description: Result of parsing subtract_regression05.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -42,9 +47,11 @@ description: Result of parsing subtract_regression05.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -55,11 +62,13 @@ description: Result of parsing subtract_regression05.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -72,6 +81,7 @@ description: Result of parsing subtract_regression05.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001Profile000", "start": 0, "type": "Identifier" @@ -85,6 +95,7 @@ description: Result of parsing subtract_regression05.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -95,6 +106,7 @@ description: Result of parsing subtract_regression05.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -107,6 +119,7 @@ description: Result of parsing subtract_regression05.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -118,6 +131,7 @@ description: Result of parsing subtract_regression05.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -128,9 +142,11 @@ description: Result of parsing subtract_regression05.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -141,6 +157,7 @@ description: Result of parsing subtract_regression05.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -148,9 +165,11 @@ description: Result of parsing subtract_regression05.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -168,6 +187,7 @@ description: Result of parsing subtract_regression05.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -175,6 +195,7 @@ description: Result of parsing subtract_regression05.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.937", "start": 0, "type": "Literal", @@ -190,9 +211,11 @@ description: Result of parsing subtract_regression05.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -203,6 +226,7 @@ description: Result of parsing subtract_regression05.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -215,6 +239,7 @@ description: Result of parsing subtract_regression05.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -222,6 +247,7 @@ description: Result of parsing subtract_regression05.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "270", "start": 0, "type": "Literal", @@ -237,6 +263,7 @@ description: Result of parsing subtract_regression05.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -244,6 +271,7 @@ description: Result of parsing subtract_regression05.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -259,6 +287,7 @@ description: Result of parsing subtract_regression05.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -266,6 +295,7 @@ description: Result of parsing subtract_regression05.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.313", "start": 0, "type": "Literal", @@ -281,9 +311,11 @@ description: Result of parsing subtract_regression05.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -294,6 +326,7 @@ description: Result of parsing subtract_regression05.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -306,6 +339,7 @@ description: Result of parsing subtract_regression05.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -313,6 +347,7 @@ description: Result of parsing subtract_regression05.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.937", "start": 0, "type": "Literal", @@ -328,9 +363,11 @@ description: Result of parsing subtract_regression05.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -341,6 +378,7 @@ description: Result of parsing subtract_regression05.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -349,15 +387,18 @@ description: Result of parsing subtract_regression05.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -370,18 +411,22 @@ description: Result of parsing subtract_regression05.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch000", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -392,6 +437,7 @@ description: Result of parsing subtract_regression05.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -399,9 +445,11 @@ description: Result of parsing subtract_regression05.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -412,11 +460,13 @@ description: Result of parsing subtract_regression05.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -429,6 +479,7 @@ description: Result of parsing subtract_regression05.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch000Profile000", "start": 0, "type": "Identifier" @@ -442,6 +493,7 @@ description: Result of parsing subtract_regression05.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -452,6 +504,7 @@ description: Result of parsing subtract_regression05.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -464,6 +517,7 @@ description: Result of parsing subtract_regression05.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -475,6 +529,7 @@ description: Result of parsing subtract_regression05.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -485,6 +540,7 @@ description: Result of parsing subtract_regression05.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -492,6 +548,7 @@ description: Result of parsing subtract_regression05.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.1875", "start": 0, "type": "Literal", @@ -507,9 +564,11 @@ description: Result of parsing subtract_regression05.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -520,6 +579,7 @@ description: Result of parsing subtract_regression05.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -527,9 +587,11 @@ description: Result of parsing subtract_regression05.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch000", "start": 0, "type": "Identifier" @@ -547,6 +609,7 @@ description: Result of parsing subtract_regression05.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -558,6 +621,7 @@ description: Result of parsing subtract_regression05.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -568,6 +632,7 @@ description: Result of parsing subtract_regression05.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -580,6 +645,7 @@ description: Result of parsing subtract_regression05.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -591,6 +657,7 @@ description: Result of parsing subtract_regression05.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -601,6 +668,7 @@ description: Result of parsing subtract_regression05.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -608,6 +676,7 @@ description: Result of parsing subtract_regression05.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9375", "start": 0, "type": "Literal", @@ -623,9 +692,11 @@ description: Result of parsing subtract_regression05.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -636,6 +707,7 @@ description: Result of parsing subtract_regression05.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -647,9 +719,11 @@ description: Result of parsing subtract_regression05.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -660,6 +734,7 @@ description: Result of parsing subtract_regression05.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -668,15 +743,18 @@ description: Result of parsing subtract_regression05.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -689,6 +767,7 @@ description: Result of parsing subtract_regression05.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sweepExtrude000", "start": 0, "type": "Identifier" @@ -700,6 +779,7 @@ description: Result of parsing subtract_regression05.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "path", "start": 0, "type": "Identifier" @@ -708,9 +788,11 @@ description: Result of parsing subtract_regression05.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001Profile000", "start": 0, "type": "Identifier" @@ -726,9 +808,11 @@ description: Result of parsing subtract_regression05.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sweep", "start": 0, "type": "Identifier" @@ -739,6 +823,7 @@ description: Result of parsing subtract_regression05.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -746,9 +831,11 @@ description: Result of parsing subtract_regression05.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch000Profile000", "start": 0, "type": "Identifier" @@ -759,11 +846,13 @@ description: Result of parsing subtract_regression05.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -776,18 +865,22 @@ description: Result of parsing subtract_regression05.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch004", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -798,6 +891,7 @@ description: Result of parsing subtract_regression05.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -805,9 +899,11 @@ description: Result of parsing subtract_regression05.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -818,11 +914,13 @@ description: Result of parsing subtract_regression05.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -835,6 +933,7 @@ description: Result of parsing subtract_regression05.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch004Profile000", "start": 0, "type": "Identifier" @@ -848,6 +947,7 @@ description: Result of parsing subtract_regression05.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -858,6 +958,7 @@ description: Result of parsing subtract_regression05.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.937", "start": 0, "type": "Literal", @@ -871,6 +972,7 @@ description: Result of parsing subtract_regression05.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.1255", "start": 0, "type": "Literal", @@ -882,6 +984,7 @@ description: Result of parsing subtract_regression05.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -889,6 +992,7 @@ description: Result of parsing subtract_regression05.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -899,9 +1003,11 @@ description: Result of parsing subtract_regression05.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -912,6 +1018,7 @@ description: Result of parsing subtract_regression05.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -919,9 +1026,11 @@ description: Result of parsing subtract_regression05.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch004", "start": 0, "type": "Identifier" @@ -939,6 +1048,7 @@ description: Result of parsing subtract_regression05.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -947,6 +1057,7 @@ description: Result of parsing subtract_regression05.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.162", "start": 0, "type": "Literal", @@ -958,6 +1069,7 @@ description: Result of parsing subtract_regression05.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -969,9 +1081,11 @@ description: Result of parsing subtract_regression05.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -982,6 +1096,7 @@ description: Result of parsing subtract_regression05.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -994,6 +1109,7 @@ description: Result of parsing subtract_regression05.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1002,6 +1118,7 @@ description: Result of parsing subtract_regression05.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.312", "start": 0, "type": "Literal", @@ -1013,6 +1130,7 @@ description: Result of parsing subtract_regression05.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1024,9 +1142,11 @@ description: Result of parsing subtract_regression05.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1037,6 +1157,7 @@ description: Result of parsing subtract_regression05.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1049,6 +1170,7 @@ description: Result of parsing subtract_regression05.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1056,6 +1178,7 @@ description: Result of parsing subtract_regression05.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.162", "start": 0, "type": "Literal", @@ -1071,9 +1194,11 @@ description: Result of parsing subtract_regression05.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1084,6 +1209,7 @@ description: Result of parsing subtract_regression05.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1096,6 +1222,7 @@ description: Result of parsing subtract_regression05.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1103,6 +1230,7 @@ description: Result of parsing subtract_regression05.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.312", "start": 0, "type": "Literal", @@ -1118,9 +1246,11 @@ description: Result of parsing subtract_regression05.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1131,19 +1261,23 @@ description: Result of parsing subtract_regression05.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1154,6 +1288,7 @@ description: Result of parsing subtract_regression05.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1162,15 +1297,18 @@ description: Result of parsing subtract_regression05.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1183,6 +1321,7 @@ description: Result of parsing subtract_regression05.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolveCut000Extrude", "start": 0, "type": "Identifier" @@ -1194,6 +1333,7 @@ description: Result of parsing subtract_regression05.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -1202,9 +1342,11 @@ description: Result of parsing subtract_regression05.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "X", "start": 0, "type": "Identifier" @@ -1220,6 +1362,7 @@ description: Result of parsing subtract_regression05.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1227,6 +1370,7 @@ description: Result of parsing subtract_regression05.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -1242,9 +1386,11 @@ description: Result of parsing subtract_regression05.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -1255,6 +1401,7 @@ description: Result of parsing subtract_regression05.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1262,9 +1409,11 @@ description: Result of parsing subtract_regression05.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch004Profile000", "start": 0, "type": "Identifier" @@ -1275,11 +1424,13 @@ description: Result of parsing subtract_regression05.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1292,6 +1443,7 @@ description: Result of parsing subtract_regression05.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolveCut000", "start": 0, "type": "Identifier" @@ -1303,6 +1455,7 @@ description: Result of parsing subtract_regression05.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tools", "start": 0, "type": "Identifier" @@ -1311,9 +1464,11 @@ description: Result of parsing subtract_regression05.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolveCut000Extrude", "start": 0, "type": "Identifier" @@ -1329,9 +1484,11 @@ description: Result of parsing subtract_regression05.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract", "start": 0, "type": "Identifier" @@ -1342,6 +1499,7 @@ description: Result of parsing subtract_regression05.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1349,9 +1507,11 @@ description: Result of parsing subtract_regression05.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sweepExtrude000", "start": 0, "type": "Identifier" @@ -1362,11 +1522,13 @@ description: Result of parsing subtract_regression05.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1378,9 +1540,11 @@ description: Result of parsing subtract_regression05.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -1392,19 +1556,23 @@ description: Result of parsing subtract_regression05.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -1420,12 +1588,14 @@ description: Result of parsing subtract_regression05.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1437,6 +1607,7 @@ description: Result of parsing subtract_regression05.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1448,6 +1619,7 @@ description: Result of parsing subtract_regression05.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1459,6 +1631,7 @@ description: Result of parsing subtract_regression05.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1470,6 +1643,7 @@ description: Result of parsing subtract_regression05.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1481,6 +1655,7 @@ description: Result of parsing subtract_regression05.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1492,6 +1667,7 @@ description: Result of parsing subtract_regression05.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1503,6 +1679,7 @@ description: Result of parsing subtract_regression05.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1515,6 +1692,7 @@ description: Result of parsing subtract_regression05.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/subtract_regression06/ast.snap b/rust/kcl-lib/tests/subtract_regression06/ast.snap index e0d6f3112..dcaab5935 100644 --- a/rust/kcl-lib/tests/subtract_regression06/ast.snap +++ b/rust/kcl-lib/tests/subtract_regression06/ast.snap @@ -13,18 +13,22 @@ description: Result of parsing subtract_regression06.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -35,6 +39,7 @@ description: Result of parsing subtract_regression06.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -42,9 +47,11 @@ description: Result of parsing subtract_regression06.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -55,11 +62,13 @@ description: Result of parsing subtract_regression06.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -72,6 +81,7 @@ description: Result of parsing subtract_regression06.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002Profile000", "start": 0, "type": "Identifier" @@ -85,6 +95,7 @@ description: Result of parsing subtract_regression06.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -96,6 +107,7 @@ description: Result of parsing subtract_regression06.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.48125", "start": 0, "type": "Literal", @@ -107,6 +119,7 @@ description: Result of parsing subtract_regression06.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -115,6 +128,7 @@ description: Result of parsing subtract_regression06.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.125", "start": 0, "type": "Literal", @@ -126,6 +140,7 @@ description: Result of parsing subtract_regression06.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -136,9 +151,11 @@ description: Result of parsing subtract_regression06.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -149,6 +166,7 @@ description: Result of parsing subtract_regression06.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -156,9 +174,11 @@ description: Result of parsing subtract_regression06.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" @@ -176,6 +196,7 @@ description: Result of parsing subtract_regression06.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -183,6 +204,7 @@ description: Result of parsing subtract_regression06.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9625", "start": 0, "type": "Literal", @@ -198,9 +220,11 @@ description: Result of parsing subtract_regression06.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -211,6 +235,7 @@ description: Result of parsing subtract_regression06.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -223,6 +248,7 @@ description: Result of parsing subtract_regression06.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -230,6 +256,7 @@ description: Result of parsing subtract_regression06.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -245,6 +272,7 @@ description: Result of parsing subtract_regression06.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -252,6 +280,7 @@ description: Result of parsing subtract_regression06.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11.87373", "start": 0, "type": "Literal", @@ -267,6 +296,7 @@ description: Result of parsing subtract_regression06.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -274,6 +304,7 @@ description: Result of parsing subtract_regression06.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25", "start": 0, "type": "Literal", @@ -289,9 +320,11 @@ description: Result of parsing subtract_regression06.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -302,6 +335,7 @@ description: Result of parsing subtract_regression06.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -314,6 +348,7 @@ description: Result of parsing subtract_regression06.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -324,6 +359,7 @@ description: Result of parsing subtract_regression06.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.558516", "start": 0, "type": "Literal", @@ -337,6 +373,7 @@ description: Result of parsing subtract_regression06.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.656385", "start": 0, "type": "Literal", @@ -348,6 +385,7 @@ description: Result of parsing subtract_regression06.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -355,6 +393,7 @@ description: Result of parsing subtract_regression06.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -365,9 +404,11 @@ description: Result of parsing subtract_regression06.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -378,6 +419,7 @@ description: Result of parsing subtract_regression06.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -390,6 +432,7 @@ description: Result of parsing subtract_regression06.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -397,6 +440,7 @@ description: Result of parsing subtract_regression06.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11.87373", "start": 0, "type": "Literal", @@ -412,6 +456,7 @@ description: Result of parsing subtract_regression06.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -420,6 +465,7 @@ description: Result of parsing subtract_regression06.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "192.443844", "start": 0, "type": "Literal", @@ -431,6 +477,7 @@ description: Result of parsing subtract_regression06.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -442,6 +489,7 @@ description: Result of parsing subtract_regression06.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -449,6 +497,7 @@ description: Result of parsing subtract_regression06.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.3125", "start": 0, "type": "Literal", @@ -464,9 +513,11 @@ description: Result of parsing subtract_regression06.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -477,6 +528,7 @@ description: Result of parsing subtract_regression06.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -489,6 +541,7 @@ description: Result of parsing subtract_regression06.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -499,6 +552,7 @@ description: Result of parsing subtract_regression06.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.556289", "start": 0, "type": "Literal", @@ -511,6 +565,7 @@ description: Result of parsing subtract_regression06.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.52095", "start": 0, "type": "Literal", @@ -522,6 +577,7 @@ description: Result of parsing subtract_regression06.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -532,9 +588,11 @@ description: Result of parsing subtract_regression06.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -545,6 +603,7 @@ description: Result of parsing subtract_regression06.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -557,6 +616,7 @@ description: Result of parsing subtract_regression06.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -564,6 +624,7 @@ description: Result of parsing subtract_regression06.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "167.556156", "start": 0, "type": "Literal", @@ -579,6 +640,7 @@ description: Result of parsing subtract_regression06.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -586,6 +648,7 @@ description: Result of parsing subtract_regression06.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -601,6 +664,7 @@ description: Result of parsing subtract_regression06.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -608,6 +672,7 @@ description: Result of parsing subtract_regression06.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25", "start": 0, "type": "Literal", @@ -623,9 +688,11 @@ description: Result of parsing subtract_regression06.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -636,6 +703,7 @@ description: Result of parsing subtract_regression06.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -648,6 +716,7 @@ description: Result of parsing subtract_regression06.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -655,6 +724,7 @@ description: Result of parsing subtract_regression06.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9625", "start": 0, "type": "Literal", @@ -670,9 +740,11 @@ description: Result of parsing subtract_regression06.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -683,6 +755,7 @@ description: Result of parsing subtract_regression06.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -695,6 +768,7 @@ description: Result of parsing subtract_regression06.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -703,6 +777,7 @@ description: Result of parsing subtract_regression06.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.125", "start": 0, "type": "Literal", @@ -714,6 +789,7 @@ description: Result of parsing subtract_regression06.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -725,9 +801,11 @@ description: Result of parsing subtract_regression06.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -738,6 +816,7 @@ description: Result of parsing subtract_regression06.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -750,6 +829,7 @@ description: Result of parsing subtract_regression06.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -758,6 +838,7 @@ description: Result of parsing subtract_regression06.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9625", "start": 0, "type": "Literal", @@ -769,6 +850,7 @@ description: Result of parsing subtract_regression06.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -780,9 +862,11 @@ description: Result of parsing subtract_regression06.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -793,6 +877,7 @@ description: Result of parsing subtract_regression06.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -805,6 +890,7 @@ description: Result of parsing subtract_regression06.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -812,6 +898,7 @@ description: Result of parsing subtract_regression06.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -827,6 +914,7 @@ description: Result of parsing subtract_regression06.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -834,6 +922,7 @@ description: Result of parsing subtract_regression06.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "167.556156", "start": 0, "type": "Literal", @@ -849,6 +938,7 @@ description: Result of parsing subtract_regression06.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -856,6 +946,7 @@ description: Result of parsing subtract_regression06.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.125", "start": 0, "type": "Literal", @@ -871,9 +962,11 @@ description: Result of parsing subtract_regression06.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -884,6 +977,7 @@ description: Result of parsing subtract_regression06.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -896,6 +990,7 @@ description: Result of parsing subtract_regression06.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -907,6 +1002,7 @@ description: Result of parsing subtract_regression06.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.556289", "start": 0, "type": "Literal", @@ -918,6 +1014,7 @@ description: Result of parsing subtract_regression06.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -927,6 +1024,7 @@ description: Result of parsing subtract_regression06.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.52095", "start": 0, "type": "Literal", @@ -938,6 +1036,7 @@ description: Result of parsing subtract_regression06.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -945,6 +1044,7 @@ description: Result of parsing subtract_regression06.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -955,9 +1055,11 @@ description: Result of parsing subtract_regression06.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -968,6 +1070,7 @@ description: Result of parsing subtract_regression06.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -980,6 +1083,7 @@ description: Result of parsing subtract_regression06.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -988,6 +1092,7 @@ description: Result of parsing subtract_regression06.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "192.443844", "start": 0, "type": "Literal", @@ -999,6 +1104,7 @@ description: Result of parsing subtract_regression06.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1010,6 +1116,7 @@ description: Result of parsing subtract_regression06.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -1017,6 +1124,7 @@ description: Result of parsing subtract_regression06.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11.87373", "start": 0, "type": "Literal", @@ -1032,6 +1140,7 @@ description: Result of parsing subtract_regression06.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1039,6 +1148,7 @@ description: Result of parsing subtract_regression06.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.1875", "start": 0, "type": "Literal", @@ -1054,9 +1164,11 @@ description: Result of parsing subtract_regression06.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -1067,6 +1179,7 @@ description: Result of parsing subtract_regression06.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1079,6 +1192,7 @@ description: Result of parsing subtract_regression06.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1090,6 +1204,7 @@ description: Result of parsing subtract_regression06.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.558516", "start": 0, "type": "Literal", @@ -1101,6 +1216,7 @@ description: Result of parsing subtract_regression06.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1109,6 +1225,7 @@ description: Result of parsing subtract_regression06.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.656385", "start": 0, "type": "Literal", @@ -1120,6 +1237,7 @@ description: Result of parsing subtract_regression06.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1130,9 +1248,11 @@ description: Result of parsing subtract_regression06.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1143,6 +1263,7 @@ description: Result of parsing subtract_regression06.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1155,6 +1276,7 @@ description: Result of parsing subtract_regression06.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -1162,6 +1284,7 @@ description: Result of parsing subtract_regression06.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "11.87373", "start": 0, "type": "Literal", @@ -1177,6 +1300,7 @@ description: Result of parsing subtract_regression06.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -1184,6 +1308,7 @@ description: Result of parsing subtract_regression06.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -1199,6 +1324,7 @@ description: Result of parsing subtract_regression06.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1206,6 +1332,7 @@ description: Result of parsing subtract_regression06.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.125", "start": 0, "type": "Literal", @@ -1221,9 +1348,11 @@ description: Result of parsing subtract_regression06.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -1234,6 +1363,7 @@ description: Result of parsing subtract_regression06.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1246,6 +1376,7 @@ description: Result of parsing subtract_regression06.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1254,6 +1385,7 @@ description: Result of parsing subtract_regression06.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9625", "start": 0, "type": "Literal", @@ -1265,6 +1397,7 @@ description: Result of parsing subtract_regression06.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1276,9 +1409,11 @@ description: Result of parsing subtract_regression06.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1289,6 +1424,7 @@ description: Result of parsing subtract_regression06.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1301,6 +1437,7 @@ description: Result of parsing subtract_regression06.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1308,6 +1445,7 @@ description: Result of parsing subtract_regression06.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.125", "start": 0, "type": "Literal", @@ -1323,9 +1461,11 @@ description: Result of parsing subtract_regression06.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1336,19 +1476,23 @@ description: Result of parsing subtract_regression06.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1359,6 +1503,7 @@ description: Result of parsing subtract_regression06.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1367,15 +1512,18 @@ description: Result of parsing subtract_regression06.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1388,6 +1536,7 @@ description: Result of parsing subtract_regression06.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude000", "start": 0, "type": "Identifier" @@ -1399,6 +1548,7 @@ description: Result of parsing subtract_regression06.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1406,6 +1556,7 @@ description: Result of parsing subtract_regression06.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -1421,6 +1572,7 @@ description: Result of parsing subtract_regression06.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bidirectionalLength", "start": 0, "type": "Identifier" @@ -1428,6 +1580,7 @@ description: Result of parsing subtract_regression06.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -1443,9 +1596,11 @@ description: Result of parsing subtract_regression06.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1456,6 +1611,7 @@ description: Result of parsing subtract_regression06.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1463,9 +1619,11 @@ description: Result of parsing subtract_regression06.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002Profile000", "start": 0, "type": "Identifier" @@ -1476,11 +1634,13 @@ description: Result of parsing subtract_regression06.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1493,6 +1653,7 @@ description: Result of parsing subtract_regression06.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane009", "start": 0, "type": "Identifier" @@ -1500,6 +1661,7 @@ description: Result of parsing subtract_regression06.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -1507,10 +1669,12 @@ description: Result of parsing subtract_regression06.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "origin", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -1519,6 +1683,7 @@ description: Result of parsing subtract_regression06.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1531,6 +1696,7 @@ description: Result of parsing subtract_regression06.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1543,6 +1709,7 @@ description: Result of parsing subtract_regression06.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1554,6 +1721,7 @@ description: Result of parsing subtract_regression06.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1565,10 +1733,12 @@ description: Result of parsing subtract_regression06.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -1577,6 +1747,7 @@ description: Result of parsing subtract_regression06.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1589,6 +1760,7 @@ description: Result of parsing subtract_regression06.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1601,6 +1773,7 @@ description: Result of parsing subtract_regression06.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1612,6 +1785,7 @@ description: Result of parsing subtract_regression06.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1623,10 +1797,12 @@ description: Result of parsing subtract_regression06.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -1635,6 +1811,7 @@ description: Result of parsing subtract_regression06.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1647,6 +1824,7 @@ description: Result of parsing subtract_regression06.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1660,6 +1838,7 @@ description: Result of parsing subtract_regression06.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1671,6 +1850,7 @@ description: Result of parsing subtract_regression06.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1678,6 +1858,7 @@ description: Result of parsing subtract_regression06.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1689,10 +1870,12 @@ description: Result of parsing subtract_regression06.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "zAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -1702,6 +1885,7 @@ description: Result of parsing subtract_regression06.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1713,6 +1897,7 @@ description: Result of parsing subtract_regression06.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1721,6 +1906,7 @@ description: Result of parsing subtract_regression06.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1733,6 +1919,7 @@ description: Result of parsing subtract_regression06.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1744,6 +1931,7 @@ description: Result of parsing subtract_regression06.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1754,11 +1942,13 @@ description: Result of parsing subtract_regression06.kcl "type": "ObjectExpression", "type": "ObjectExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1771,18 +1961,22 @@ description: Result of parsing subtract_regression06.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1793,6 +1987,7 @@ description: Result of parsing subtract_regression06.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1800,9 +1995,11 @@ description: Result of parsing subtract_regression06.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "plane009", "start": 0, "type": "Identifier" @@ -1813,11 +2010,13 @@ description: Result of parsing subtract_regression06.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1830,6 +2029,7 @@ description: Result of parsing subtract_regression06.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003Profile000", "start": 0, "type": "Identifier" @@ -1841,6 +2041,7 @@ description: Result of parsing subtract_regression06.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1851,6 +2052,7 @@ description: Result of parsing subtract_regression06.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1863,6 +2065,7 @@ description: Result of parsing subtract_regression06.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1874,6 +2077,7 @@ description: Result of parsing subtract_regression06.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1884,6 +2088,7 @@ description: Result of parsing subtract_regression06.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1891,6 +2096,7 @@ description: Result of parsing subtract_regression06.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.21875", "start": 0, "type": "Literal", @@ -1906,9 +2112,11 @@ description: Result of parsing subtract_regression06.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1919,6 +2127,7 @@ description: Result of parsing subtract_regression06.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1926,9 +2135,11 @@ description: Result of parsing subtract_regression06.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003", "start": 0, "type": "Identifier" @@ -1939,11 +2150,13 @@ description: Result of parsing subtract_regression06.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1956,6 +2169,7 @@ description: Result of parsing subtract_regression06.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cut000Extrude", "start": 0, "type": "Identifier" @@ -1967,6 +2181,7 @@ description: Result of parsing subtract_regression06.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1974,6 +2189,7 @@ description: Result of parsing subtract_regression06.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -1989,9 +2205,11 @@ description: Result of parsing subtract_regression06.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2002,6 +2220,7 @@ description: Result of parsing subtract_regression06.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2012,9 +2231,11 @@ description: Result of parsing subtract_regression06.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003Profile000", "start": 0, "type": "Identifier" @@ -2026,16 +2247,19 @@ description: Result of parsing subtract_regression06.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2048,6 +2272,7 @@ description: Result of parsing subtract_regression06.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cut000", "start": 0, "type": "Identifier" @@ -2059,6 +2284,7 @@ description: Result of parsing subtract_regression06.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tools", "start": 0, "type": "Identifier" @@ -2067,9 +2293,11 @@ description: Result of parsing subtract_regression06.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cut000Extrude", "start": 0, "type": "Identifier" @@ -2085,9 +2313,11 @@ description: Result of parsing subtract_regression06.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract", "start": 0, "type": "Identifier" @@ -2098,6 +2328,7 @@ description: Result of parsing subtract_regression06.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2105,9 +2336,11 @@ description: Result of parsing subtract_regression06.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude000", "start": 0, "type": "Identifier" @@ -2118,11 +2351,13 @@ description: Result of parsing subtract_regression06.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2134,9 +2369,11 @@ description: Result of parsing subtract_regression06.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -2148,19 +2385,23 @@ description: Result of parsing subtract_regression06.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -2176,12 +2417,14 @@ description: Result of parsing subtract_regression06.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2193,6 +2436,7 @@ description: Result of parsing subtract_regression06.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2204,6 +2448,7 @@ description: Result of parsing subtract_regression06.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2215,6 +2460,7 @@ description: Result of parsing subtract_regression06.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2226,6 +2472,7 @@ description: Result of parsing subtract_regression06.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2237,6 +2484,7 @@ description: Result of parsing subtract_regression06.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2248,6 +2496,7 @@ description: Result of parsing subtract_regression06.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2260,6 +2509,7 @@ description: Result of parsing subtract_regression06.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/subtract_regression07/ast.snap b/rust/kcl-lib/tests/subtract_regression07/ast.snap index 0c8ca23b3..38c96e1d9 100644 --- a/rust/kcl-lib/tests/subtract_regression07/ast.snap +++ b/rust/kcl-lib/tests/subtract_regression07/ast.snap @@ -13,18 +13,22 @@ description: Result of parsing subtract_regression07.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch000", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -35,6 +39,7 @@ description: Result of parsing subtract_regression07.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -42,9 +47,11 @@ description: Result of parsing subtract_regression07.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -55,11 +62,13 @@ description: Result of parsing subtract_regression07.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -72,6 +81,7 @@ description: Result of parsing subtract_regression07.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch000Profile000", "start": 0, "type": "Identifier" @@ -85,6 +95,7 @@ description: Result of parsing subtract_regression07.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -95,6 +106,7 @@ description: Result of parsing subtract_regression07.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.072169", "start": 0, "type": "Literal", @@ -107,6 +119,7 @@ description: Result of parsing subtract_regression07.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.125", "start": 0, "type": "Literal", @@ -118,6 +131,7 @@ description: Result of parsing subtract_regression07.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -128,9 +142,11 @@ description: Result of parsing subtract_regression07.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -141,6 +157,7 @@ description: Result of parsing subtract_regression07.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -148,9 +165,11 @@ description: Result of parsing subtract_regression07.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch000", "start": 0, "type": "Identifier" @@ -168,6 +187,7 @@ description: Result of parsing subtract_regression07.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -176,6 +196,7 @@ description: Result of parsing subtract_regression07.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.144338", "start": 0, "type": "Literal", @@ -187,6 +208,7 @@ description: Result of parsing subtract_regression07.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -198,9 +220,11 @@ description: Result of parsing subtract_regression07.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -211,6 +235,7 @@ description: Result of parsing subtract_regression07.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -223,6 +248,7 @@ description: Result of parsing subtract_regression07.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -234,6 +260,7 @@ description: Result of parsing subtract_regression07.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.072169", "start": 0, "type": "Literal", @@ -245,6 +272,7 @@ description: Result of parsing subtract_regression07.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -254,6 +282,7 @@ description: Result of parsing subtract_regression07.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.125", "start": 0, "type": "Literal", @@ -265,6 +294,7 @@ description: Result of parsing subtract_regression07.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -272,6 +302,7 @@ description: Result of parsing subtract_regression07.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -282,9 +313,11 @@ description: Result of parsing subtract_regression07.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -295,6 +328,7 @@ description: Result of parsing subtract_regression07.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -307,6 +341,7 @@ description: Result of parsing subtract_regression07.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -317,6 +352,7 @@ description: Result of parsing subtract_regression07.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.072169", "start": 0, "type": "Literal", @@ -330,6 +366,7 @@ description: Result of parsing subtract_regression07.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.125", "start": 0, "type": "Literal", @@ -341,6 +378,7 @@ description: Result of parsing subtract_regression07.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -348,6 +386,7 @@ description: Result of parsing subtract_regression07.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -358,9 +397,11 @@ description: Result of parsing subtract_regression07.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -371,6 +412,7 @@ description: Result of parsing subtract_regression07.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -383,6 +425,7 @@ description: Result of parsing subtract_regression07.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -390,6 +433,7 @@ description: Result of parsing subtract_regression07.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.144338", "start": 0, "type": "Literal", @@ -405,9 +449,11 @@ description: Result of parsing subtract_regression07.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -418,6 +464,7 @@ description: Result of parsing subtract_regression07.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -430,6 +477,7 @@ description: Result of parsing subtract_regression07.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -440,6 +488,7 @@ description: Result of parsing subtract_regression07.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.072169", "start": 0, "type": "Literal", @@ -452,6 +501,7 @@ description: Result of parsing subtract_regression07.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.125", "start": 0, "type": "Literal", @@ -463,6 +513,7 @@ description: Result of parsing subtract_regression07.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -473,9 +524,11 @@ description: Result of parsing subtract_regression07.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -486,6 +539,7 @@ description: Result of parsing subtract_regression07.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -498,6 +552,7 @@ description: Result of parsing subtract_regression07.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -509,6 +564,7 @@ description: Result of parsing subtract_regression07.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.072169", "start": 0, "type": "Literal", @@ -520,6 +576,7 @@ description: Result of parsing subtract_regression07.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -528,6 +585,7 @@ description: Result of parsing subtract_regression07.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.125", "start": 0, "type": "Literal", @@ -539,6 +597,7 @@ description: Result of parsing subtract_regression07.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -549,9 +608,11 @@ description: Result of parsing subtract_regression07.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -562,19 +623,23 @@ description: Result of parsing subtract_regression07.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -585,6 +650,7 @@ description: Result of parsing subtract_regression07.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -593,15 +659,18 @@ description: Result of parsing subtract_regression07.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -614,6 +683,7 @@ description: Result of parsing subtract_regression07.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch000Profile001", "start": 0, "type": "Identifier" @@ -625,6 +695,7 @@ description: Result of parsing subtract_regression07.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -635,6 +706,7 @@ description: Result of parsing subtract_regression07.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -647,6 +719,7 @@ description: Result of parsing subtract_regression07.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -658,6 +731,7 @@ description: Result of parsing subtract_regression07.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -668,6 +742,7 @@ description: Result of parsing subtract_regression07.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -675,6 +750,7 @@ description: Result of parsing subtract_regression07.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0795", "start": 0, "type": "Literal", @@ -690,9 +766,11 @@ description: Result of parsing subtract_regression07.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -703,6 +781,7 @@ description: Result of parsing subtract_regression07.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -710,9 +789,11 @@ description: Result of parsing subtract_regression07.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch000", "start": 0, "type": "Identifier" @@ -723,11 +804,13 @@ description: Result of parsing subtract_regression07.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -740,6 +823,7 @@ description: Result of parsing subtract_regression07.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch000Profile000Holes", "start": 0, "type": "Identifier" @@ -750,9 +834,11 @@ description: Result of parsing subtract_regression07.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch000Profile000", "start": 0, "type": "Identifier" @@ -769,6 +855,7 @@ description: Result of parsing subtract_regression07.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tool", "start": 0, "type": "Identifier" @@ -777,9 +864,11 @@ description: Result of parsing subtract_regression07.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch000Profile001", "start": 0, "type": "Identifier" @@ -795,9 +884,11 @@ description: Result of parsing subtract_regression07.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract2d", "start": 0, "type": "Identifier" @@ -808,6 +899,7 @@ description: Result of parsing subtract_regression07.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -816,15 +908,18 @@ description: Result of parsing subtract_regression07.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -837,6 +932,7 @@ description: Result of parsing subtract_regression07.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude000", "start": 0, "type": "Identifier" @@ -848,6 +944,7 @@ description: Result of parsing subtract_regression07.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -855,6 +952,7 @@ description: Result of parsing subtract_regression07.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1875", "start": 0, "type": "Literal", @@ -870,6 +968,7 @@ description: Result of parsing subtract_regression07.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bidirectionalLength", "start": 0, "type": "Identifier" @@ -877,6 +976,7 @@ description: Result of parsing subtract_regression07.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1875", "start": 0, "type": "Literal", @@ -892,9 +992,11 @@ description: Result of parsing subtract_regression07.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -905,6 +1007,7 @@ description: Result of parsing subtract_regression07.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -912,9 +1015,11 @@ description: Result of parsing subtract_regression07.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch000Profile000Holes", "start": 0, "type": "Identifier" @@ -925,11 +1030,13 @@ description: Result of parsing subtract_regression07.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -942,18 +1049,22 @@ description: Result of parsing subtract_regression07.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -964,6 +1075,7 @@ description: Result of parsing subtract_regression07.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -974,6 +1086,7 @@ description: Result of parsing subtract_regression07.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -981,6 +1094,7 @@ description: Result of parsing subtract_regression07.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.25", "start": 0, "type": "Literal", @@ -996,9 +1110,11 @@ description: Result of parsing subtract_regression07.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -1009,6 +1125,7 @@ description: Result of parsing subtract_regression07.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1016,9 +1133,11 @@ description: Result of parsing subtract_regression07.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -1030,11 +1149,13 @@ description: Result of parsing subtract_regression07.kcl } } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1047,6 +1168,7 @@ description: Result of parsing subtract_regression07.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001Profile000", "start": 0, "type": "Identifier" @@ -1058,6 +1180,7 @@ description: Result of parsing subtract_regression07.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1068,6 +1191,7 @@ description: Result of parsing subtract_regression07.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1080,6 +1204,7 @@ description: Result of parsing subtract_regression07.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1091,6 +1216,7 @@ description: Result of parsing subtract_regression07.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1101,6 +1227,7 @@ description: Result of parsing subtract_regression07.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1108,6 +1235,7 @@ description: Result of parsing subtract_regression07.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0945", "start": 0, "type": "Literal", @@ -1123,9 +1251,11 @@ description: Result of parsing subtract_regression07.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1136,6 +1266,7 @@ description: Result of parsing subtract_regression07.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1143,9 +1274,11 @@ description: Result of parsing subtract_regression07.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -1156,11 +1289,13 @@ description: Result of parsing subtract_regression07.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1173,18 +1308,22 @@ description: Result of parsing subtract_regression07.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1195,6 +1334,7 @@ description: Result of parsing subtract_regression07.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1205,6 +1345,7 @@ description: Result of parsing subtract_regression07.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -1212,6 +1353,7 @@ description: Result of parsing subtract_regression07.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -1227,9 +1369,11 @@ description: Result of parsing subtract_regression07.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offsetPlane", "start": 0, "type": "Identifier" @@ -1240,6 +1384,7 @@ description: Result of parsing subtract_regression07.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1247,9 +1392,11 @@ description: Result of parsing subtract_regression07.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -1261,11 +1408,13 @@ description: Result of parsing subtract_regression07.kcl } } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1278,6 +1427,7 @@ description: Result of parsing subtract_regression07.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002Profile000", "start": 0, "type": "Identifier" @@ -1289,6 +1439,7 @@ description: Result of parsing subtract_regression07.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1299,6 +1450,7 @@ description: Result of parsing subtract_regression07.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1311,6 +1463,7 @@ description: Result of parsing subtract_regression07.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1322,6 +1475,7 @@ description: Result of parsing subtract_regression07.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1332,6 +1486,7 @@ description: Result of parsing subtract_regression07.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1339,6 +1494,7 @@ description: Result of parsing subtract_regression07.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.08", "start": 0, "type": "Literal", @@ -1354,9 +1510,11 @@ description: Result of parsing subtract_regression07.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1367,6 +1525,7 @@ description: Result of parsing subtract_regression07.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1374,9 +1533,11 @@ description: Result of parsing subtract_regression07.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" @@ -1387,11 +1548,13 @@ description: Result of parsing subtract_regression07.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1404,18 +1567,22 @@ description: Result of parsing subtract_regression07.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "draftCut000Extrude", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "loft", "start": 0, "type": "Identifier" @@ -1426,6 +1593,7 @@ description: Result of parsing subtract_regression07.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1436,9 +1604,11 @@ description: Result of parsing subtract_regression07.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002Profile000", "start": 0, "type": "Identifier" @@ -1452,9 +1622,11 @@ description: Result of parsing subtract_regression07.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001Profile000", "start": 0, "type": "Identifier" @@ -1466,16 +1638,19 @@ description: Result of parsing subtract_regression07.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1488,6 +1663,7 @@ description: Result of parsing subtract_regression07.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "draftCut000", "start": 0, "type": "Identifier" @@ -1499,6 +1675,7 @@ description: Result of parsing subtract_regression07.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tools", "start": 0, "type": "Identifier" @@ -1507,9 +1684,11 @@ description: Result of parsing subtract_regression07.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "draftCut000Extrude", "start": 0, "type": "Identifier" @@ -1525,9 +1704,11 @@ description: Result of parsing subtract_regression07.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract", "start": 0, "type": "Identifier" @@ -1538,6 +1719,7 @@ description: Result of parsing subtract_regression07.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1545,9 +1727,11 @@ description: Result of parsing subtract_regression07.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude000", "start": 0, "type": "Identifier" @@ -1558,11 +1742,13 @@ description: Result of parsing subtract_regression07.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1574,9 +1760,11 @@ description: Result of parsing subtract_regression07.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -1588,19 +1776,23 @@ description: Result of parsing subtract_regression07.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -1616,12 +1808,14 @@ description: Result of parsing subtract_regression07.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1633,6 +1827,7 @@ description: Result of parsing subtract_regression07.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1644,6 +1839,7 @@ description: Result of parsing subtract_regression07.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1655,6 +1851,7 @@ description: Result of parsing subtract_regression07.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1666,6 +1863,7 @@ description: Result of parsing subtract_regression07.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1677,6 +1875,7 @@ description: Result of parsing subtract_regression07.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1688,6 +1887,7 @@ description: Result of parsing subtract_regression07.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1699,6 +1899,7 @@ description: Result of parsing subtract_regression07.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1710,6 +1911,7 @@ description: Result of parsing subtract_regression07.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1721,6 +1923,7 @@ description: Result of parsing subtract_regression07.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1733,6 +1936,7 @@ description: Result of parsing subtract_regression07.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/subtract_regression08/ast.snap b/rust/kcl-lib/tests/subtract_regression08/ast.snap index c4bce86ef..709d4dc81 100644 --- a/rust/kcl-lib/tests/subtract_regression08/ast.snap +++ b/rust/kcl-lib/tests/subtract_regression08/ast.snap @@ -13,18 +13,22 @@ description: Result of parsing subtract_regression08.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -35,6 +39,7 @@ description: Result of parsing subtract_regression08.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -42,9 +47,11 @@ description: Result of parsing subtract_regression08.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -55,11 +62,13 @@ description: Result of parsing subtract_regression08.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -72,6 +81,7 @@ description: Result of parsing subtract_regression08.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001Profile000", "start": 0, "type": "Identifier" @@ -85,6 +95,7 @@ description: Result of parsing subtract_regression08.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -95,6 +106,7 @@ description: Result of parsing subtract_regression08.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -107,6 +119,7 @@ description: Result of parsing subtract_regression08.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -118,6 +131,7 @@ description: Result of parsing subtract_regression08.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -128,9 +142,11 @@ description: Result of parsing subtract_regression08.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -141,6 +157,7 @@ description: Result of parsing subtract_regression08.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -148,9 +165,11 @@ description: Result of parsing subtract_regression08.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -168,6 +187,7 @@ description: Result of parsing subtract_regression08.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -175,6 +195,7 @@ description: Result of parsing subtract_regression08.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.937", "start": 0, "type": "Literal", @@ -190,9 +211,11 @@ description: Result of parsing subtract_regression08.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -203,6 +226,7 @@ description: Result of parsing subtract_regression08.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -215,6 +239,7 @@ description: Result of parsing subtract_regression08.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -222,6 +247,7 @@ description: Result of parsing subtract_regression08.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "270", "start": 0, "type": "Literal", @@ -237,6 +263,7 @@ description: Result of parsing subtract_regression08.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -244,6 +271,7 @@ description: Result of parsing subtract_regression08.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -259,6 +287,7 @@ description: Result of parsing subtract_regression08.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -266,6 +295,7 @@ description: Result of parsing subtract_regression08.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.313", "start": 0, "type": "Literal", @@ -281,9 +311,11 @@ description: Result of parsing subtract_regression08.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -294,6 +326,7 @@ description: Result of parsing subtract_regression08.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -306,6 +339,7 @@ description: Result of parsing subtract_regression08.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -313,6 +347,7 @@ description: Result of parsing subtract_regression08.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.937", "start": 0, "type": "Literal", @@ -328,9 +363,11 @@ description: Result of parsing subtract_regression08.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -341,6 +378,7 @@ description: Result of parsing subtract_regression08.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -349,15 +387,18 @@ description: Result of parsing subtract_regression08.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -370,18 +411,22 @@ description: Result of parsing subtract_regression08.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch000", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -392,6 +437,7 @@ description: Result of parsing subtract_regression08.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -399,9 +445,11 @@ description: Result of parsing subtract_regression08.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -412,11 +460,13 @@ description: Result of parsing subtract_regression08.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -429,6 +479,7 @@ description: Result of parsing subtract_regression08.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch000Profile000", "start": 0, "type": "Identifier" @@ -440,6 +491,7 @@ description: Result of parsing subtract_regression08.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -450,6 +502,7 @@ description: Result of parsing subtract_regression08.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -462,6 +515,7 @@ description: Result of parsing subtract_regression08.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -473,6 +527,7 @@ description: Result of parsing subtract_regression08.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -483,6 +538,7 @@ description: Result of parsing subtract_regression08.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -490,6 +546,7 @@ description: Result of parsing subtract_regression08.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.1875", "start": 0, "type": "Literal", @@ -505,9 +562,11 @@ description: Result of parsing subtract_regression08.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -518,6 +577,7 @@ description: Result of parsing subtract_regression08.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -525,9 +585,11 @@ description: Result of parsing subtract_regression08.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch000", "start": 0, "type": "Identifier" @@ -538,11 +600,13 @@ description: Result of parsing subtract_regression08.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -555,6 +619,7 @@ description: Result of parsing subtract_regression08.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sweepExtrude000", "start": 0, "type": "Identifier" @@ -566,6 +631,7 @@ description: Result of parsing subtract_regression08.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "path", "start": 0, "type": "Identifier" @@ -574,9 +640,11 @@ description: Result of parsing subtract_regression08.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001Profile000", "start": 0, "type": "Identifier" @@ -592,6 +660,7 @@ description: Result of parsing subtract_regression08.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sectional", "start": 0, "type": "Identifier" @@ -599,6 +668,7 @@ description: Result of parsing subtract_regression08.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -611,9 +681,11 @@ description: Result of parsing subtract_regression08.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sweep", "start": 0, "type": "Identifier" @@ -624,6 +696,7 @@ description: Result of parsing subtract_regression08.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -631,9 +704,11 @@ description: Result of parsing subtract_regression08.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch000Profile000", "start": 0, "type": "Identifier" @@ -644,11 +719,13 @@ description: Result of parsing subtract_regression08.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -661,18 +738,22 @@ description: Result of parsing subtract_regression08.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -683,6 +764,7 @@ description: Result of parsing subtract_regression08.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -690,9 +772,11 @@ description: Result of parsing subtract_regression08.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -703,11 +787,13 @@ description: Result of parsing subtract_regression08.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -720,6 +806,7 @@ description: Result of parsing subtract_regression08.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003Profile000", "start": 0, "type": "Identifier" @@ -733,6 +820,7 @@ description: Result of parsing subtract_regression08.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -743,6 +831,7 @@ description: Result of parsing subtract_regression08.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -755,6 +844,7 @@ description: Result of parsing subtract_regression08.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -766,6 +856,7 @@ description: Result of parsing subtract_regression08.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -776,9 +867,11 @@ description: Result of parsing subtract_regression08.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -789,6 +882,7 @@ description: Result of parsing subtract_regression08.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -796,9 +890,11 @@ description: Result of parsing subtract_regression08.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -816,6 +912,7 @@ description: Result of parsing subtract_regression08.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -823,6 +920,7 @@ description: Result of parsing subtract_regression08.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.937", "start": 0, "type": "Literal", @@ -838,9 +936,11 @@ description: Result of parsing subtract_regression08.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -851,6 +951,7 @@ description: Result of parsing subtract_regression08.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -863,6 +964,7 @@ description: Result of parsing subtract_regression08.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -870,6 +972,7 @@ description: Result of parsing subtract_regression08.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "270", "start": 0, "type": "Literal", @@ -885,6 +988,7 @@ description: Result of parsing subtract_regression08.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -892,6 +996,7 @@ description: Result of parsing subtract_regression08.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -907,6 +1012,7 @@ description: Result of parsing subtract_regression08.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -914,6 +1020,7 @@ description: Result of parsing subtract_regression08.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.313", "start": 0, "type": "Literal", @@ -929,9 +1036,11 @@ description: Result of parsing subtract_regression08.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -942,6 +1051,7 @@ description: Result of parsing subtract_regression08.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -954,6 +1064,7 @@ description: Result of parsing subtract_regression08.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -961,6 +1072,7 @@ description: Result of parsing subtract_regression08.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.937", "start": 0, "type": "Literal", @@ -976,9 +1088,11 @@ description: Result of parsing subtract_regression08.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -989,6 +1103,7 @@ description: Result of parsing subtract_regression08.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -997,15 +1112,18 @@ description: Result of parsing subtract_regression08.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1018,18 +1136,22 @@ description: Result of parsing subtract_regression08.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1040,6 +1162,7 @@ description: Result of parsing subtract_regression08.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1047,9 +1170,11 @@ description: Result of parsing subtract_regression08.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -1060,11 +1185,13 @@ description: Result of parsing subtract_regression08.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1077,6 +1204,7 @@ description: Result of parsing subtract_regression08.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002Profile000", "start": 0, "type": "Identifier" @@ -1088,6 +1216,7 @@ description: Result of parsing subtract_regression08.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1098,6 +1227,7 @@ description: Result of parsing subtract_regression08.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1110,6 +1240,7 @@ description: Result of parsing subtract_regression08.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1121,6 +1252,7 @@ description: Result of parsing subtract_regression08.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1131,6 +1263,7 @@ description: Result of parsing subtract_regression08.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1138,6 +1271,7 @@ description: Result of parsing subtract_regression08.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9375", "start": 0, "type": "Literal", @@ -1153,9 +1287,11 @@ description: Result of parsing subtract_regression08.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1166,6 +1302,7 @@ description: Result of parsing subtract_regression08.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1173,9 +1310,11 @@ description: Result of parsing subtract_regression08.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" @@ -1186,11 +1325,13 @@ description: Result of parsing subtract_regression08.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1203,6 +1344,7 @@ description: Result of parsing subtract_regression08.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sweepCut000Extrude", "start": 0, "type": "Identifier" @@ -1214,6 +1356,7 @@ description: Result of parsing subtract_regression08.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "path", "start": 0, "type": "Identifier" @@ -1222,9 +1365,11 @@ description: Result of parsing subtract_regression08.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003Profile000", "start": 0, "type": "Identifier" @@ -1240,6 +1385,7 @@ description: Result of parsing subtract_regression08.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sectional", "start": 0, "type": "Identifier" @@ -1247,6 +1393,7 @@ description: Result of parsing subtract_regression08.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -1259,9 +1406,11 @@ description: Result of parsing subtract_regression08.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sweep", "start": 0, "type": "Identifier" @@ -1272,6 +1421,7 @@ description: Result of parsing subtract_regression08.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1279,9 +1429,11 @@ description: Result of parsing subtract_regression08.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002Profile000", "start": 0, "type": "Identifier" @@ -1292,11 +1444,13 @@ description: Result of parsing subtract_regression08.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1309,6 +1463,7 @@ description: Result of parsing subtract_regression08.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sweepCut000", "start": 0, "type": "Identifier" @@ -1320,6 +1475,7 @@ description: Result of parsing subtract_regression08.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tools", "start": 0, "type": "Identifier" @@ -1328,9 +1484,11 @@ description: Result of parsing subtract_regression08.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sweepCut000Extrude", "start": 0, "type": "Identifier" @@ -1346,9 +1504,11 @@ description: Result of parsing subtract_regression08.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract", "start": 0, "type": "Identifier" @@ -1359,6 +1519,7 @@ description: Result of parsing subtract_regression08.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1366,9 +1527,11 @@ description: Result of parsing subtract_regression08.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sweepExtrude000", "start": 0, "type": "Identifier" @@ -1379,11 +1542,13 @@ description: Result of parsing subtract_regression08.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1395,9 +1560,11 @@ description: Result of parsing subtract_regression08.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -1409,19 +1576,23 @@ description: Result of parsing subtract_regression08.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -1437,12 +1608,14 @@ description: Result of parsing subtract_regression08.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1454,6 +1627,7 @@ description: Result of parsing subtract_regression08.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1465,6 +1639,7 @@ description: Result of parsing subtract_regression08.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1476,6 +1651,7 @@ description: Result of parsing subtract_regression08.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1487,6 +1663,7 @@ description: Result of parsing subtract_regression08.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1498,6 +1675,7 @@ description: Result of parsing subtract_regression08.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1509,6 +1687,7 @@ description: Result of parsing subtract_regression08.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1520,6 +1699,7 @@ description: Result of parsing subtract_regression08.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1531,6 +1711,7 @@ description: Result of parsing subtract_regression08.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1542,6 +1723,7 @@ description: Result of parsing subtract_regression08.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1554,6 +1736,7 @@ description: Result of parsing subtract_regression08.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/subtract_regression09/ast.snap b/rust/kcl-lib/tests/subtract_regression09/ast.snap index f4d8802c8..c91aaab99 100644 --- a/rust/kcl-lib/tests/subtract_regression09/ast.snap +++ b/rust/kcl-lib/tests/subtract_regression09/ast.snap @@ -13,18 +13,22 @@ description: Result of parsing subtract_regression09.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -35,6 +39,7 @@ description: Result of parsing subtract_regression09.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -42,9 +47,11 @@ description: Result of parsing subtract_regression09.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -55,11 +62,13 @@ description: Result of parsing subtract_regression09.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -72,6 +81,7 @@ description: Result of parsing subtract_regression09.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001Profile000", "start": 0, "type": "Identifier" @@ -85,6 +95,7 @@ description: Result of parsing subtract_regression09.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -95,6 +106,7 @@ description: Result of parsing subtract_regression09.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -107,6 +119,7 @@ description: Result of parsing subtract_regression09.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -118,6 +131,7 @@ description: Result of parsing subtract_regression09.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -128,9 +142,11 @@ description: Result of parsing subtract_regression09.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -141,6 +157,7 @@ description: Result of parsing subtract_regression09.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -148,9 +165,11 @@ description: Result of parsing subtract_regression09.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -168,6 +187,7 @@ description: Result of parsing subtract_regression09.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -176,6 +196,7 @@ description: Result of parsing subtract_regression09.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -187,6 +208,7 @@ description: Result of parsing subtract_regression09.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -198,9 +220,11 @@ description: Result of parsing subtract_regression09.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -211,6 +235,7 @@ description: Result of parsing subtract_regression09.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -223,6 +248,7 @@ description: Result of parsing subtract_regression09.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -230,6 +256,7 @@ description: Result of parsing subtract_regression09.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "24.972", "start": 0, "type": "Literal", @@ -245,9 +272,11 @@ description: Result of parsing subtract_regression09.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -258,6 +287,7 @@ description: Result of parsing subtract_regression09.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -270,6 +300,7 @@ description: Result of parsing subtract_regression09.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -277,6 +308,7 @@ description: Result of parsing subtract_regression09.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -292,9 +324,11 @@ description: Result of parsing subtract_regression09.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -305,6 +339,7 @@ description: Result of parsing subtract_regression09.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -317,6 +352,7 @@ description: Result of parsing subtract_regression09.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -325,6 +361,7 @@ description: Result of parsing subtract_regression09.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "24.972", "start": 0, "type": "Literal", @@ -336,6 +373,7 @@ description: Result of parsing subtract_regression09.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -347,9 +385,11 @@ description: Result of parsing subtract_regression09.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -360,19 +400,23 @@ description: Result of parsing subtract_regression09.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -383,6 +427,7 @@ description: Result of parsing subtract_regression09.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -391,15 +436,18 @@ description: Result of parsing subtract_regression09.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -412,6 +460,7 @@ description: Result of parsing subtract_regression09.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve000", "start": 0, "type": "Identifier" @@ -423,6 +472,7 @@ description: Result of parsing subtract_regression09.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -431,9 +481,11 @@ description: Result of parsing subtract_regression09.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "Y", "start": 0, "type": "Identifier" @@ -449,6 +501,7 @@ description: Result of parsing subtract_regression09.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -456,6 +509,7 @@ description: Result of parsing subtract_regression09.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -471,9 +525,11 @@ description: Result of parsing subtract_regression09.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -484,6 +540,7 @@ description: Result of parsing subtract_regression09.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -491,9 +548,11 @@ description: Result of parsing subtract_regression09.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001Profile000", "start": 0, "type": "Identifier" @@ -504,11 +563,13 @@ description: Result of parsing subtract_regression09.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -521,18 +582,22 @@ description: Result of parsing subtract_regression09.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -543,6 +608,7 @@ description: Result of parsing subtract_regression09.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -550,9 +616,11 @@ description: Result of parsing subtract_regression09.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -563,11 +631,13 @@ description: Result of parsing subtract_regression09.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -580,6 +650,7 @@ description: Result of parsing subtract_regression09.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003Profile000", "start": 0, "type": "Identifier" @@ -593,6 +664,7 @@ description: Result of parsing subtract_regression09.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -603,6 +675,7 @@ description: Result of parsing subtract_regression09.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.188246", "start": 0, "type": "Literal", @@ -615,6 +688,7 @@ description: Result of parsing subtract_regression09.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "27.497102", "start": 0, "type": "Literal", @@ -626,6 +700,7 @@ description: Result of parsing subtract_regression09.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -636,9 +711,11 @@ description: Result of parsing subtract_regression09.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -649,6 +726,7 @@ description: Result of parsing subtract_regression09.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -656,9 +734,11 @@ description: Result of parsing subtract_regression09.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003", "start": 0, "type": "Identifier" @@ -676,6 +756,7 @@ description: Result of parsing subtract_regression09.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -687,6 +768,7 @@ description: Result of parsing subtract_regression09.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.177089", "start": 0, "type": "Literal", @@ -698,6 +780,7 @@ description: Result of parsing subtract_regression09.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -706,6 +789,7 @@ description: Result of parsing subtract_regression09.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.740791", "start": 0, "type": "Literal", @@ -717,6 +801,7 @@ description: Result of parsing subtract_regression09.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -727,9 +812,11 @@ description: Result of parsing subtract_regression09.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -740,6 +827,7 @@ description: Result of parsing subtract_regression09.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -752,6 +840,7 @@ description: Result of parsing subtract_regression09.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -759,6 +848,7 @@ description: Result of parsing subtract_regression09.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "13.444444", "start": 0, "type": "Literal", @@ -774,6 +864,7 @@ description: Result of parsing subtract_regression09.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -781,6 +872,7 @@ description: Result of parsing subtract_regression09.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "38.628165", "start": 0, "type": "Literal", @@ -796,6 +888,7 @@ description: Result of parsing subtract_regression09.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -803,6 +896,7 @@ description: Result of parsing subtract_regression09.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.283446", "start": 0, "type": "Literal", @@ -818,9 +912,11 @@ description: Result of parsing subtract_regression09.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -831,6 +927,7 @@ description: Result of parsing subtract_regression09.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -843,6 +940,7 @@ description: Result of parsing subtract_regression09.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -850,6 +948,7 @@ description: Result of parsing subtract_regression09.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "145.295512", "start": 0, "type": "Literal", @@ -865,6 +964,7 @@ description: Result of parsing subtract_regression09.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -872,6 +972,7 @@ description: Result of parsing subtract_regression09.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "14.704488", "start": 0, "type": "Literal", @@ -887,6 +988,7 @@ description: Result of parsing subtract_regression09.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -894,6 +996,7 @@ description: Result of parsing subtract_regression09.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.793095", "start": 0, "type": "Literal", @@ -909,9 +1012,11 @@ description: Result of parsing subtract_regression09.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -922,6 +1027,7 @@ description: Result of parsing subtract_regression09.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -934,6 +1040,7 @@ description: Result of parsing subtract_regression09.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -941,6 +1048,7 @@ description: Result of parsing subtract_regression09.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "121.371835", "start": 0, "type": "Literal", @@ -956,6 +1064,7 @@ description: Result of parsing subtract_regression09.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -963,6 +1072,7 @@ description: Result of parsing subtract_regression09.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "146.555556", "start": 0, "type": "Literal", @@ -978,6 +1088,7 @@ description: Result of parsing subtract_regression09.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -985,6 +1096,7 @@ description: Result of parsing subtract_regression09.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5.283446", "start": 0, "type": "Literal", @@ -1000,9 +1112,11 @@ description: Result of parsing subtract_regression09.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -1013,6 +1127,7 @@ description: Result of parsing subtract_regression09.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1025,6 +1140,7 @@ description: Result of parsing subtract_regression09.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1036,6 +1152,7 @@ description: Result of parsing subtract_regression09.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.419774", "start": 0, "type": "Literal", @@ -1047,6 +1164,7 @@ description: Result of parsing subtract_regression09.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1056,6 +1174,7 @@ description: Result of parsing subtract_regression09.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.635548", "start": 0, "type": "Literal", @@ -1067,6 +1186,7 @@ description: Result of parsing subtract_regression09.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1074,6 +1194,7 @@ description: Result of parsing subtract_regression09.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1084,9 +1205,11 @@ description: Result of parsing subtract_regression09.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1097,6 +1220,7 @@ description: Result of parsing subtract_regression09.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1109,6 +1233,7 @@ description: Result of parsing subtract_regression09.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -1116,6 +1241,7 @@ description: Result of parsing subtract_regression09.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "326.170267", "start": 0, "type": "Literal", @@ -1131,6 +1257,7 @@ description: Result of parsing subtract_regression09.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -1138,6 +1265,7 @@ description: Result of parsing subtract_regression09.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "311.293981", "start": 0, "type": "Literal", @@ -1153,6 +1281,7 @@ description: Result of parsing subtract_regression09.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1160,6 +1289,7 @@ description: Result of parsing subtract_regression09.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8.272375", "start": 0, "type": "Literal", @@ -1175,9 +1305,11 @@ description: Result of parsing subtract_regression09.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -1188,6 +1320,7 @@ description: Result of parsing subtract_regression09.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1200,6 +1333,7 @@ description: Result of parsing subtract_regression09.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -1207,6 +1341,7 @@ description: Result of parsing subtract_regression09.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "311.666667", "start": 0, "type": "Literal", @@ -1222,6 +1357,7 @@ description: Result of parsing subtract_regression09.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleEnd", "start": 0, "type": "Identifier" @@ -1229,6 +1365,7 @@ description: Result of parsing subtract_regression09.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "208.333333", "start": 0, "type": "Literal", @@ -1244,6 +1381,7 @@ description: Result of parsing subtract_regression09.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1251,6 +1389,7 @@ description: Result of parsing subtract_regression09.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3.178087", "start": 0, "type": "Literal", @@ -1266,9 +1405,11 @@ description: Result of parsing subtract_regression09.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -1279,6 +1420,7 @@ description: Result of parsing subtract_regression09.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1291,6 +1433,7 @@ description: Result of parsing subtract_regression09.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -1301,6 +1444,7 @@ description: Result of parsing subtract_regression09.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.188246", "start": 0, "type": "Literal", @@ -1313,6 +1457,7 @@ description: Result of parsing subtract_regression09.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "27.497102", "start": 0, "type": "Literal", @@ -1324,6 +1469,7 @@ description: Result of parsing subtract_regression09.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1334,9 +1480,11 @@ description: Result of parsing subtract_regression09.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -1347,19 +1495,23 @@ description: Result of parsing subtract_regression09.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1370,6 +1522,7 @@ description: Result of parsing subtract_regression09.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1378,12 +1531,14 @@ description: Result of parsing subtract_regression09.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "8": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1395,6 +1550,7 @@ description: Result of parsing subtract_regression09.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1406,6 +1562,7 @@ description: Result of parsing subtract_regression09.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1417,6 +1574,7 @@ description: Result of parsing subtract_regression09.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1428,6 +1586,7 @@ description: Result of parsing subtract_regression09.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1444,11 +1603,13 @@ description: Result of parsing subtract_regression09.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1461,6 +1622,7 @@ description: Result of parsing subtract_regression09.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cut000Extrude", "start": 0, "type": "Identifier" @@ -1472,6 +1634,7 @@ description: Result of parsing subtract_regression09.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1479,6 +1642,7 @@ description: Result of parsing subtract_regression09.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -1494,6 +1658,7 @@ description: Result of parsing subtract_regression09.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bidirectionalLength", "start": 0, "type": "Identifier" @@ -1501,6 +1666,7 @@ description: Result of parsing subtract_regression09.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -1516,9 +1682,11 @@ description: Result of parsing subtract_regression09.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1529,6 +1697,7 @@ description: Result of parsing subtract_regression09.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1539,9 +1708,11 @@ description: Result of parsing subtract_regression09.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003Profile000", "start": 0, "type": "Identifier" @@ -1553,16 +1724,19 @@ description: Result of parsing subtract_regression09.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1577,6 +1751,7 @@ description: Result of parsing subtract_regression09.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tools", "start": 0, "type": "Identifier" @@ -1585,9 +1760,11 @@ description: Result of parsing subtract_regression09.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cut000Extrude", "start": 0, "type": "Identifier" @@ -1603,9 +1780,11 @@ description: Result of parsing subtract_regression09.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract", "start": 0, "type": "Identifier" @@ -1616,6 +1795,7 @@ description: Result of parsing subtract_regression09.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1623,9 +1803,11 @@ description: Result of parsing subtract_regression09.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve000", "start": 0, "type": "Identifier" @@ -1636,6 +1818,7 @@ description: Result of parsing subtract_regression09.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -1647,9 +1830,11 @@ description: Result of parsing subtract_regression09.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -1661,19 +1846,23 @@ description: Result of parsing subtract_regression09.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -1689,12 +1878,14 @@ description: Result of parsing subtract_regression09.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1706,6 +1897,7 @@ description: Result of parsing subtract_regression09.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1717,6 +1909,7 @@ description: Result of parsing subtract_regression09.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1728,6 +1921,7 @@ description: Result of parsing subtract_regression09.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1739,6 +1933,7 @@ description: Result of parsing subtract_regression09.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1750,6 +1945,7 @@ description: Result of parsing subtract_regression09.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1762,6 +1958,7 @@ description: Result of parsing subtract_regression09.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/subtract_regression10/ast.snap b/rust/kcl-lib/tests/subtract_regression10/ast.snap index ad168c451..0bbda3bdb 100644 --- a/rust/kcl-lib/tests/subtract_regression10/ast.snap +++ b/rust/kcl-lib/tests/subtract_regression10/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing subtract_regression10.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stroke", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing subtract_regression10.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "110", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing subtract_regression10.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define parameters" ], @@ -49,6 +53,7 @@ description: Result of parsing subtract_regression10.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bore", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing subtract_regression10.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "92", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing subtract_regression10.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing subtract_regression10.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pistonHeight", "start": 0, "type": "Identifier" @@ -89,6 +98,7 @@ description: Result of parsing subtract_regression10.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "75", "start": 0, "type": "Literal", @@ -98,11 +108,13 @@ description: Result of parsing subtract_regression10.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -115,6 +127,7 @@ description: Result of parsing subtract_regression10.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "crankPos", "start": 0, "type": "Identifier" @@ -122,6 +135,7 @@ description: Result of parsing subtract_regression10.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "40deg", "start": 0, "type": "Literal", @@ -131,11 +145,13 @@ description: Result of parsing subtract_regression10.kcl "suffix": "Deg" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -148,6 +164,7 @@ description: Result of parsing subtract_regression10.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "crankRadius", "start": 0, "type": "Identifier" @@ -155,6 +172,7 @@ description: Result of parsing subtract_regression10.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "36", "start": 0, "type": "Literal", @@ -164,11 +182,13 @@ description: Result of parsing subtract_regression10.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -181,6 +201,7 @@ description: Result of parsing subtract_regression10.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pinHeight", "start": 0, "type": "Identifier" @@ -188,6 +209,7 @@ description: Result of parsing subtract_regression10.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "35", "start": 0, "type": "Literal", @@ -197,11 +219,13 @@ description: Result of parsing subtract_regression10.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -214,6 +238,7 @@ description: Result of parsing subtract_regression10.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rodLength", "start": 0, "type": "Identifier" @@ -221,6 +246,7 @@ description: Result of parsing subtract_regression10.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "201.2", "start": 0, "type": "Literal", @@ -230,11 +256,13 @@ description: Result of parsing subtract_regression10.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -247,18 +275,22 @@ description: Result of parsing subtract_regression10.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kinematicSketch", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -269,6 +301,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -276,9 +309,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -289,11 +324,13 @@ description: Result of parsing subtract_regression10.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -315,6 +352,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -325,6 +363,7 @@ description: Result of parsing subtract_regression10.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -337,6 +376,7 @@ description: Result of parsing subtract_regression10.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -348,6 +388,7 @@ description: Result of parsing subtract_regression10.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -358,9 +399,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -371,6 +414,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -378,9 +422,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "kinematicSketch", "start": 0, "type": "Identifier" @@ -398,6 +444,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -406,9 +453,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "crankPos", "start": 0, "type": "Identifier" @@ -424,6 +473,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -435,9 +485,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stroke", "start": 0, "type": "Identifier" @@ -447,10 +499,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -470,6 +524,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -477,6 +532,7 @@ description: Result of parsing subtract_regression10.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -488,9 +544,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -501,6 +559,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -513,6 +572,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -523,6 +583,7 @@ description: Result of parsing subtract_regression10.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -545,9 +606,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stroke", "start": 0, "type": "Identifier" @@ -557,10 +620,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -574,15 +639,19 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -593,6 +662,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -600,9 +670,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "crankPos", "start": 0, "type": "Identifier" @@ -617,15 +689,19 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sqrt", "start": 0, "type": "Identifier" @@ -636,6 +712,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -649,9 +726,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rodLength", "start": 0, "type": "Identifier" @@ -661,10 +740,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "^", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -678,6 +759,7 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -692,9 +774,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stroke", "start": 0, "type": "Identifier" @@ -704,10 +788,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -721,15 +807,19 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -740,6 +830,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -747,9 +838,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "crankPos", "start": 0, "type": "Identifier" @@ -764,10 +857,12 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "^", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -792,6 +887,7 @@ description: Result of parsing subtract_regression10.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -802,6 +898,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -809,6 +906,7 @@ description: Result of parsing subtract_regression10.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -820,9 +918,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -833,6 +933,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -845,6 +946,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -853,13 +955,16 @@ description: Result of parsing subtract_regression10.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -870,6 +975,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -877,9 +983,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -890,10 +998,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -913,6 +1023,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -920,6 +1031,7 @@ description: Result of parsing subtract_regression10.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -935,6 +1047,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -942,6 +1055,7 @@ description: Result of parsing subtract_regression10.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -953,9 +1067,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -966,6 +1082,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -974,12 +1091,14 @@ description: Result of parsing subtract_regression10.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "3": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -996,6 +1115,7 @@ description: Result of parsing subtract_regression10.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -1008,6 +1128,7 @@ description: Result of parsing subtract_regression10.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pistonBore", "start": 0, "type": "Identifier" @@ -1015,13 +1136,16 @@ description: Result of parsing subtract_regression10.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1032,6 +1156,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1039,9 +1164,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -1059,6 +1186,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1069,6 +1197,7 @@ description: Result of parsing subtract_regression10.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -1088,9 +1217,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pinHeight", "start": 0, "type": "Identifier" @@ -1100,6 +1231,7 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -1111,9 +1243,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stroke", "start": 0, "type": "Identifier" @@ -1123,10 +1257,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1140,15 +1276,19 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -1159,6 +1299,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1166,9 +1307,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "crankPos", "start": 0, "type": "Identifier" @@ -1187,15 +1330,19 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sqrt", "start": 0, "type": "Identifier" @@ -1206,6 +1353,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1219,9 +1367,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rodLength", "start": 0, "type": "Identifier" @@ -1231,10 +1381,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "^", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1248,6 +1400,7 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -1262,9 +1415,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stroke", "start": 0, "type": "Identifier" @@ -1274,10 +1429,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1291,15 +1448,19 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -1310,6 +1471,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1317,9 +1479,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "crankPos", "start": 0, "type": "Identifier" @@ -1334,10 +1498,12 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "^", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1362,6 +1528,7 @@ description: Result of parsing subtract_regression10.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1372,9 +1539,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1385,6 +1554,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1397,6 +1567,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1408,9 +1579,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bore", "start": 0, "type": "Identifier" @@ -1420,10 +1593,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1443,9 +1618,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1456,6 +1633,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1468,6 +1646,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1476,6 +1655,7 @@ description: Result of parsing subtract_regression10.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -1487,6 +1667,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1498,9 +1679,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1511,6 +1694,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1523,6 +1707,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1531,6 +1716,7 @@ description: Result of parsing subtract_regression10.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -1542,6 +1728,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1553,9 +1740,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1566,6 +1755,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1578,6 +1768,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1586,6 +1777,7 @@ description: Result of parsing subtract_regression10.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1597,6 +1789,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1608,9 +1801,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1621,6 +1816,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1633,6 +1829,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1640,6 +1837,7 @@ description: Result of parsing subtract_regression10.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -1655,9 +1853,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1668,6 +1868,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1680,6 +1881,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1688,6 +1890,7 @@ description: Result of parsing subtract_regression10.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -1699,6 +1902,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1710,9 +1914,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1723,6 +1929,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1735,6 +1942,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1743,6 +1951,7 @@ description: Result of parsing subtract_regression10.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -1754,6 +1963,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1765,9 +1975,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1778,6 +1990,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1790,6 +2003,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1798,6 +2012,7 @@ description: Result of parsing subtract_regression10.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1809,6 +2024,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1820,9 +2036,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1833,6 +2051,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1845,6 +2064,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1852,6 +2072,7 @@ description: Result of parsing subtract_regression10.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -1867,9 +2088,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1880,6 +2103,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1892,6 +2116,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1900,6 +2125,7 @@ description: Result of parsing subtract_regression10.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -1911,6 +2137,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1922,9 +2149,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -1935,6 +2164,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1947,6 +2177,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1955,6 +2186,7 @@ description: Result of parsing subtract_regression10.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -1966,6 +2198,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -1977,9 +2210,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1990,6 +2225,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2002,6 +2238,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2010,6 +2247,7 @@ description: Result of parsing subtract_regression10.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2021,6 +2259,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2032,9 +2271,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -2045,6 +2286,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2057,6 +2299,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2064,6 +2307,7 @@ description: Result of parsing subtract_regression10.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -2079,9 +2323,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -2092,6 +2338,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2104,6 +2351,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2115,13 +2363,16 @@ description: Result of parsing subtract_regression10.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -2132,25 +2383,30 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pistonHeight", "start": 0, "type": "Identifier" @@ -2164,10 +2420,12 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -2187,9 +2445,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -2200,6 +2460,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2212,6 +2473,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -2220,6 +2482,7 @@ description: Result of parsing subtract_regression10.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8", "start": 0, "type": "Literal", @@ -2231,6 +2494,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -2242,9 +2506,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -2255,6 +2521,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2267,6 +2534,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2278,13 +2546,16 @@ description: Result of parsing subtract_regression10.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -2295,21 +2566,25 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8", "start": 0, "type": "Literal", @@ -2323,6 +2598,7 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -2331,9 +2607,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bore", "start": 0, "type": "Identifier" @@ -2343,10 +2621,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -2370,9 +2650,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -2383,6 +2665,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2395,6 +2678,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2402,6 +2686,7 @@ description: Result of parsing subtract_regression10.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -2417,6 +2702,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -2428,9 +2714,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bore", "start": 0, "type": "Identifier" @@ -2440,10 +2728,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -2463,9 +2753,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -2476,6 +2768,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2488,18 +2781,22 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -2510,12 +2807,14 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2527,9 +2826,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -2540,6 +2841,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2552,6 +2854,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -2560,13 +2863,16 @@ description: Result of parsing subtract_regression10.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -2577,25 +2883,30 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -2606,12 +2917,14 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -2619,6 +2932,7 @@ description: Result of parsing subtract_regression10.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -2629,9 +2943,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -2642,19 +2958,23 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -2665,6 +2985,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2677,6 +2998,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -2684,6 +3006,7 @@ description: Result of parsing subtract_regression10.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -2699,6 +3022,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -2707,9 +3031,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "Y", "start": 0, "type": "Identifier" @@ -2725,9 +3051,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -2738,6 +3066,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2746,12 +3075,14 @@ description: Result of parsing subtract_regression10.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "22": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2768,11 +3099,13 @@ description: Result of parsing subtract_regression10.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2785,6 +3118,7 @@ description: Result of parsing subtract_regression10.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "divots", "start": 0, "type": "Identifier" @@ -2792,13 +3126,16 @@ description: Result of parsing subtract_regression10.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -2809,6 +3146,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2816,9 +3154,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -2836,6 +3176,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -2853,9 +3194,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bore", "start": 0, "type": "Identifier" @@ -2865,10 +3208,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2882,10 +3227,12 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "6", "start": 0, "type": "Literal", @@ -2915,9 +3262,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stroke", "start": 0, "type": "Identifier" @@ -2927,10 +3276,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -2944,15 +3295,19 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -2963,6 +3318,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2970,9 +3326,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "crankPos", "start": 0, "type": "Identifier" @@ -2987,15 +3345,19 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sqrt", "start": 0, "type": "Identifier" @@ -3006,6 +3368,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3019,9 +3382,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rodLength", "start": 0, "type": "Identifier" @@ -3031,10 +3396,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "^", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3048,6 +3415,7 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -3062,9 +3430,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stroke", "start": 0, "type": "Identifier" @@ -3074,10 +3444,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3091,15 +3463,19 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -3110,6 +3486,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3117,9 +3494,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "crankPos", "start": 0, "type": "Identifier" @@ -3134,10 +3513,12 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "^", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3160,6 +3541,7 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -3171,9 +3553,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pistonHeight", "start": 0, "type": "Identifier" @@ -3183,10 +3567,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -3200,10 +3586,12 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3223,6 +3611,7 @@ description: Result of parsing subtract_regression10.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3233,9 +3622,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -3246,6 +3637,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3258,6 +3650,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3270,9 +3663,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pistonHeight", "start": 0, "type": "Identifier" @@ -3284,15 +3679,18 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -3312,9 +3710,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -3325,6 +3725,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3337,6 +3738,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3344,6 +3746,7 @@ description: Result of parsing subtract_regression10.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "25.75", "start": 0, "type": "Literal", @@ -3359,9 +3762,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -3372,6 +3777,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3384,18 +3790,22 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -3406,12 +3816,14 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3423,9 +3835,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -3436,6 +3850,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3448,6 +3863,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -3456,13 +3872,16 @@ description: Result of parsing subtract_regression10.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -3473,25 +3892,30 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -3502,12 +3926,14 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -3515,6 +3941,7 @@ description: Result of parsing subtract_regression10.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3525,9 +3952,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -3538,19 +3967,23 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -3561,6 +3994,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3573,6 +4007,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -3580,6 +4015,7 @@ description: Result of parsing subtract_regression10.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "314", "start": 0, "type": "Literal", @@ -3595,6 +4031,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "symmetric", "start": 0, "type": "Identifier" @@ -3602,6 +4039,7 @@ description: Result of parsing subtract_regression10.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -3614,9 +4052,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -3627,6 +4067,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3635,12 +4076,14 @@ description: Result of parsing subtract_regression10.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "7": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -3657,11 +4100,13 @@ description: Result of parsing subtract_regression10.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3674,6 +4119,7 @@ description: Result of parsing subtract_regression10.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cutDivots", "start": 0, "type": "Identifier" @@ -3685,6 +4131,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -3692,6 +4139,7 @@ description: Result of parsing subtract_regression10.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -3707,6 +4155,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -3717,6 +4166,7 @@ description: Result of parsing subtract_regression10.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3729,6 +4179,7 @@ description: Result of parsing subtract_regression10.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3741,6 +4192,7 @@ description: Result of parsing subtract_regression10.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -3752,6 +4204,7 @@ description: Result of parsing subtract_regression10.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3762,6 +4215,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -3772,6 +4226,7 @@ description: Result of parsing subtract_regression10.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3784,6 +4239,7 @@ description: Result of parsing subtract_regression10.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3796,6 +4252,7 @@ description: Result of parsing subtract_regression10.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -3807,6 +4264,7 @@ description: Result of parsing subtract_regression10.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -3817,6 +4275,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -3824,6 +4283,7 @@ description: Result of parsing subtract_regression10.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -3839,6 +4299,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -3846,6 +4307,7 @@ description: Result of parsing subtract_regression10.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -3858,9 +4320,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular3d", "start": 0, "type": "Identifier" @@ -3871,6 +4335,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3878,9 +4343,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "divots", "start": 0, "type": "Identifier" @@ -3891,11 +4358,13 @@ description: Result of parsing subtract_regression10.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -3908,6 +4377,7 @@ description: Result of parsing subtract_regression10.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pistonDiv", "start": 0, "type": "Identifier" @@ -3919,18 +4389,22 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tools", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "union", "start": 0, "type": "Identifier" @@ -3941,6 +4415,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3948,9 +4423,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cutDivots", "start": 0, "type": "Identifier" @@ -3967,9 +4444,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract", "start": 0, "type": "Identifier" @@ -3980,6 +4459,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -3990,9 +4470,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pistonBore", "start": 0, "type": "Identifier" @@ -4004,16 +4486,19 @@ description: Result of parsing subtract_regression10.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -4032,6 +4517,7 @@ description: Result of parsing subtract_regression10.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wristPin", "start": 0, "type": "Identifier" @@ -4039,13 +4525,16 @@ description: Result of parsing subtract_regression10.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -4056,6 +4545,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4063,9 +4553,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -4083,6 +4575,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -4093,6 +4586,7 @@ description: Result of parsing subtract_regression10.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4115,9 +4609,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stroke", "start": 0, "type": "Identifier" @@ -4127,10 +4623,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4144,15 +4642,19 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -4163,6 +4665,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4170,9 +4673,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "crankPos", "start": 0, "type": "Identifier" @@ -4187,15 +4692,19 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sqrt", "start": 0, "type": "Identifier" @@ -4206,6 +4715,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4219,9 +4729,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rodLength", "start": 0, "type": "Identifier" @@ -4231,10 +4743,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "^", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4248,6 +4762,7 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -4262,9 +4777,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stroke", "start": 0, "type": "Identifier" @@ -4274,10 +4791,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4291,15 +4810,19 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -4310,6 +4833,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4317,9 +4841,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "crankPos", "start": 0, "type": "Identifier" @@ -4334,10 +4860,12 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "^", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4362,6 +4890,7 @@ description: Result of parsing subtract_regression10.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4372,6 +4901,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -4383,9 +4913,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pistonHeight", "start": 0, "type": "Identifier" @@ -4395,10 +4927,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -4418,6 +4952,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -4425,6 +4960,7 @@ description: Result of parsing subtract_regression10.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -4436,9 +4972,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -4449,6 +4987,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4461,6 +5000,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -4469,9 +5009,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bore", "start": 0, "type": "Identifier" @@ -4487,6 +5029,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "symmetric", "start": 0, "type": "Identifier" @@ -4494,6 +5037,7 @@ description: Result of parsing subtract_regression10.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -4506,9 +5050,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -4519,6 +5065,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4531,6 +5078,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -4542,9 +5090,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pistonHeight", "start": 0, "type": "Identifier" @@ -4554,10 +5104,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "40", "start": 0, "type": "Literal", @@ -4577,6 +5129,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -4585,13 +5138,16 @@ description: Result of parsing subtract_regression10.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getOppositeEdge", "start": 0, "type": "Identifier" @@ -4602,6 +5158,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4609,9 +5166,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg04", "start": 0, "type": "Identifier" @@ -4626,9 +5185,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg04", "start": 0, "type": "Identifier" @@ -4640,6 +5201,7 @@ description: Result of parsing subtract_regression10.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -4650,9 +5212,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -4663,6 +5227,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4671,12 +5236,14 @@ description: Result of parsing subtract_regression10.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "3": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -4693,11 +5260,13 @@ description: Result of parsing subtract_regression10.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -4715,6 +5284,7 @@ description: Result of parsing subtract_regression10.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pistonSkirt", "start": 0, "type": "Identifier" @@ -4722,13 +5292,16 @@ description: Result of parsing subtract_regression10.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -4739,6 +5312,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4746,9 +5320,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -4766,6 +5342,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -4776,6 +5353,7 @@ description: Result of parsing subtract_regression10.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -4804,9 +5382,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stroke", "start": 0, "type": "Identifier" @@ -4816,10 +5396,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4833,15 +5415,19 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -4852,6 +5438,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4859,9 +5446,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "crankPos", "start": 0, "type": "Identifier" @@ -4876,15 +5465,19 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sqrt", "start": 0, "type": "Identifier" @@ -4895,6 +5488,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -4908,9 +5502,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rodLength", "start": 0, "type": "Identifier" @@ -4920,10 +5516,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "^", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4937,6 +5535,7 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -4951,9 +5550,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stroke", "start": 0, "type": "Identifier" @@ -4963,10 +5564,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -4980,15 +5583,19 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -4999,6 +5606,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5006,9 +5614,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "crankPos", "start": 0, "type": "Identifier" @@ -5023,10 +5633,12 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "^", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5049,14 +5661,17 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pinHeight", "start": 0, "type": "Identifier" @@ -5070,6 +5685,7 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -5078,9 +5694,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pistonHeight", "start": 0, "type": "Identifier" @@ -5090,10 +5708,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.95", "start": 0, "type": "Literal", @@ -5113,6 +5733,7 @@ description: Result of parsing subtract_regression10.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5123,9 +5744,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -5136,6 +5759,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5148,6 +5772,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5155,6 +5780,7 @@ description: Result of parsing subtract_regression10.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".1", "start": 0, "type": "Literal", @@ -5170,9 +5796,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -5183,6 +5811,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5195,6 +5824,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -5212,9 +5842,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bore", "start": 0, "type": "Identifier" @@ -5224,10 +5856,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5241,10 +5875,12 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -5280,9 +5916,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stroke", "start": 0, "type": "Identifier" @@ -5292,10 +5930,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5309,15 +5949,19 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -5328,6 +5972,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5335,9 +5980,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "crankPos", "start": 0, "type": "Identifier" @@ -5352,15 +5999,19 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sqrt", "start": 0, "type": "Identifier" @@ -5371,6 +6022,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5384,9 +6036,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rodLength", "start": 0, "type": "Identifier" @@ -5396,10 +6050,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "^", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5413,6 +6069,7 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -5427,9 +6084,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stroke", "start": 0, "type": "Identifier" @@ -5439,10 +6098,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5456,15 +6117,19 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -5475,6 +6140,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5482,9 +6148,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "crankPos", "start": 0, "type": "Identifier" @@ -5499,10 +6167,12 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "^", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -5525,14 +6195,17 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pinHeight", "start": 0, "type": "Identifier" @@ -5546,14 +6219,17 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pistonHeight", "start": 0, "type": "Identifier" @@ -5567,10 +6243,12 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -5586,6 +6264,7 @@ description: Result of parsing subtract_regression10.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5596,9 +6275,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -5609,6 +6290,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5621,6 +6303,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -5628,6 +6311,7 @@ description: Result of parsing subtract_regression10.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5643,9 +6327,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -5656,6 +6342,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5668,6 +6355,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -5675,6 +6363,7 @@ description: Result of parsing subtract_regression10.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -5690,9 +6379,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -5703,6 +6394,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5715,6 +6407,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -5723,9 +6416,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "Y", "start": 0, "type": "Identifier" @@ -5741,9 +6436,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mirror2d", "start": 0, "type": "Identifier" @@ -5754,19 +6451,23 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -5777,6 +6478,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5789,6 +6491,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -5796,6 +6499,7 @@ description: Result of parsing subtract_regression10.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "314", "start": 0, "type": "Literal", @@ -5811,6 +6515,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "symmetric", "start": 0, "type": "Identifier" @@ -5818,6 +6523,7 @@ description: Result of parsing subtract_regression10.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -5830,9 +6536,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -5843,6 +6551,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5851,12 +6560,14 @@ description: Result of parsing subtract_regression10.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "8": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -5873,11 +6584,13 @@ description: Result of parsing subtract_regression10.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5890,6 +6603,7 @@ description: Result of parsing subtract_regression10.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pistonHead", "start": 0, "type": "Identifier" @@ -5901,6 +6615,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tools", "start": 0, "type": "Identifier" @@ -5912,9 +6627,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pistonSkirt", "start": 0, "type": "Identifier" @@ -5926,6 +6643,7 @@ description: Result of parsing subtract_regression10.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -5936,9 +6654,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract", "start": 0, "type": "Identifier" @@ -5949,6 +6669,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -5959,9 +6680,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pistonDiv", "start": 0, "type": "Identifier" @@ -5973,16 +6696,19 @@ description: Result of parsing subtract_regression10.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -5995,6 +6721,7 @@ description: Result of parsing subtract_regression10.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "connectingRodProfile", "start": 0, "type": "Identifier" @@ -6002,13 +6729,16 @@ description: Result of parsing subtract_regression10.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -6019,6 +6749,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6026,9 +6757,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -6046,6 +6779,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -6057,13 +6791,16 @@ description: Result of parsing subtract_regression10.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndX", "start": 0, "type": "Identifier" @@ -6074,6 +6811,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6081,9 +6819,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -6094,6 +6834,7 @@ description: Result of parsing subtract_regression10.kcl "type": "Name" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -6104,6 +6845,7 @@ description: Result of parsing subtract_regression10.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.25", "start": 0, "type": "Literal", @@ -6113,14 +6855,17 @@ description: Result of parsing subtract_regression10.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "crankRadius", "start": 0, "type": "Identifier" @@ -6134,15 +6879,19 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -6153,17 +6902,21 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -6174,6 +6927,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6181,9 +6935,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -6207,13 +6963,16 @@ description: Result of parsing subtract_regression10.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segEndY", "start": 0, "type": "Identifier" @@ -6224,6 +6983,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6231,9 +6991,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -6244,6 +7006,7 @@ description: Result of parsing subtract_regression10.kcl "type": "Name" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -6254,6 +7017,7 @@ description: Result of parsing subtract_regression10.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.25", "start": 0, "type": "Literal", @@ -6263,14 +7027,17 @@ description: Result of parsing subtract_regression10.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "crankRadius", "start": 0, "type": "Identifier" @@ -6284,15 +7051,19 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -6303,17 +7074,21 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -6324,6 +7099,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6331,9 +7107,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -6355,6 +7133,7 @@ description: Result of parsing subtract_regression10.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -6365,9 +7144,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -6378,6 +7159,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6390,6 +7172,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -6398,13 +7181,16 @@ description: Result of parsing subtract_regression10.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -6415,6 +7201,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6422,9 +7209,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -6435,10 +7224,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -6458,6 +7249,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -6469,9 +7261,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "crankRadius", "start": 0, "type": "Identifier" @@ -6481,10 +7275,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -6504,9 +7300,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -6517,6 +7315,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6529,6 +7328,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -6536,6 +7336,7 @@ description: Result of parsing subtract_regression10.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "45", "start": 0, "type": "Literal", @@ -6551,6 +7352,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -6558,6 +7360,7 @@ description: Result of parsing subtract_regression10.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -6573,9 +7376,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -6586,6 +7391,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6598,6 +7404,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -6606,13 +7413,16 @@ description: Result of parsing subtract_regression10.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -6623,6 +7433,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6630,9 +7441,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -6643,10 +7456,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "45", "start": 0, "type": "Literal", @@ -6666,6 +7481,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -6677,9 +7493,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "crankRadius", "start": 0, "type": "Identifier" @@ -6689,10 +7507,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -6712,9 +7532,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -6725,6 +7547,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6737,6 +7560,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -6745,6 +7569,7 @@ description: Result of parsing subtract_regression10.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "45", "start": 0, "type": "Literal", @@ -6756,6 +7581,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -6767,6 +7593,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -6774,6 +7601,7 @@ description: Result of parsing subtract_regression10.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -6789,9 +7617,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -6802,6 +7632,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6814,6 +7645,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -6822,13 +7654,16 @@ description: Result of parsing subtract_regression10.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -6839,6 +7674,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6846,9 +7682,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -6859,10 +7697,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -6882,6 +7722,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -6893,9 +7734,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "crankRadius", "start": 0, "type": "Identifier" @@ -6905,10 +7748,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -6928,9 +7773,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -6941,6 +7788,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6953,18 +7801,22 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -6975,6 +7827,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -6982,9 +7835,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -7001,6 +7856,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -7012,9 +7868,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "crankRadius", "start": 0, "type": "Identifier" @@ -7024,10 +7882,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.625", "start": 0, "type": "Literal", @@ -7047,9 +7907,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -7060,6 +7922,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7072,6 +7935,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -7080,13 +7944,16 @@ description: Result of parsing subtract_regression10.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -7097,6 +7964,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7104,9 +7972,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -7117,10 +7987,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -7140,6 +8012,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -7151,9 +8024,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "crankRadius", "start": 0, "type": "Identifier" @@ -7163,10 +8038,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -7186,9 +8063,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -7199,6 +8078,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7211,6 +8091,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -7219,6 +8100,7 @@ description: Result of parsing subtract_regression10.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "45", "start": 0, "type": "Literal", @@ -7230,6 +8112,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7241,6 +8124,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -7248,6 +8132,7 @@ description: Result of parsing subtract_regression10.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -7263,9 +8148,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -7276,6 +8163,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7288,6 +8176,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -7296,13 +8185,16 @@ description: Result of parsing subtract_regression10.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -7313,6 +8205,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7320,9 +8213,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -7333,10 +8228,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "45", "start": 0, "type": "Literal", @@ -7356,6 +8253,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -7367,9 +8265,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "crankRadius", "start": 0, "type": "Identifier" @@ -7379,10 +8279,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -7402,9 +8304,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -7415,6 +8319,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7427,6 +8332,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -7435,6 +8341,7 @@ description: Result of parsing subtract_regression10.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "45", "start": 0, "type": "Literal", @@ -7446,6 +8353,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7457,6 +8365,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -7465,9 +8374,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "crankRadius", "start": 0, "type": "Identifier" @@ -7483,9 +8394,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -7496,6 +8409,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7508,18 +8422,22 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -7530,6 +8448,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7537,9 +8456,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -7556,6 +8477,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "intersectTag", "start": 0, "type": "Identifier" @@ -7564,9 +8486,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg03", "start": 0, "type": "Identifier" @@ -7582,6 +8506,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -7594,9 +8519,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "crankRadius", "start": 0, "type": "Identifier" @@ -7608,15 +8535,18 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -7636,9 +8566,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLineThatIntersects", "start": 0, "type": "Identifier" @@ -7649,6 +8581,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7661,6 +8594,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -7669,6 +8603,7 @@ description: Result of parsing subtract_regression10.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "45", "start": 0, "type": "Literal", @@ -7680,6 +8615,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7691,6 +8627,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -7698,6 +8635,7 @@ description: Result of parsing subtract_regression10.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -7713,9 +8651,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -7726,6 +8666,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7738,6 +8679,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -7746,13 +8688,16 @@ description: Result of parsing subtract_regression10.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -7763,6 +8708,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7770,9 +8716,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -7783,10 +8731,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "45", "start": 0, "type": "Literal", @@ -7806,6 +8756,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -7817,9 +8768,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "crankRadius", "start": 0, "type": "Identifier" @@ -7829,10 +8782,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -7852,9 +8807,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -7865,6 +8822,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7877,6 +8835,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -7885,6 +8844,7 @@ description: Result of parsing subtract_regression10.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "45", "start": 0, "type": "Literal", @@ -7896,6 +8856,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -7907,6 +8868,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -7914,6 +8876,7 @@ description: Result of parsing subtract_regression10.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -7929,9 +8892,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -7942,6 +8907,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7954,6 +8920,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -7962,13 +8929,16 @@ description: Result of parsing subtract_regression10.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -7979,6 +8949,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -7986,9 +8957,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -7999,10 +8972,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name" } }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -8022,6 +8997,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -8033,9 +9009,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "crankRadius", "start": 0, "type": "Identifier" @@ -8045,10 +9023,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -8068,9 +9048,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -8081,6 +9063,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8093,18 +9076,22 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -8115,6 +9102,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8122,9 +9110,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -8141,6 +9131,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "intersectTag", "start": 0, "type": "Identifier" @@ -8149,9 +9140,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg03", "start": 0, "type": "Identifier" @@ -8167,6 +9160,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -8178,9 +9172,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "crankRadius", "start": 0, "type": "Identifier" @@ -8190,10 +9186,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -8213,9 +9211,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLineThatIntersects", "start": 0, "type": "Identifier" @@ -8226,6 +9226,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8238,6 +9239,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -8246,13 +9248,16 @@ description: Result of parsing subtract_regression10.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -8263,6 +9268,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8270,9 +9276,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -8283,10 +9291,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "45", "start": 0, "type": "Literal", @@ -8306,6 +9316,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "intersectTag", "start": 0, "type": "Identifier" @@ -8314,9 +9325,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg03", "start": 0, "type": "Identifier" @@ -8332,6 +9345,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "offset", "start": 0, "type": "Identifier" @@ -8343,9 +9357,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "crankRadius", "start": 0, "type": "Identifier" @@ -8355,10 +9371,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -8378,9 +9396,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLineThatIntersects", "start": 0, "type": "Identifier" @@ -8391,6 +9411,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8403,6 +9424,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -8411,13 +9433,16 @@ description: Result of parsing subtract_regression10.kcl "commentStart": 0, "end": 0, "left": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -8428,6 +9453,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8435,9 +9461,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -8448,10 +9476,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -8471,6 +9501,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "intersectTag", "start": 0, "type": "Identifier" @@ -8479,9 +9510,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -8497,9 +9530,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLineThatIntersects", "start": 0, "type": "Identifier" @@ -8510,12 +9545,14 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -8528,6 +9565,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -8536,9 +9574,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -8554,9 +9594,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mirror2d", "start": 0, "type": "Identifier" @@ -8567,19 +9609,23 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -8590,6 +9636,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8602,6 +9649,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -8609,6 +9657,7 @@ description: Result of parsing subtract_regression10.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "54", "start": 0, "type": "Literal", @@ -8624,6 +9673,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "symmetric", "start": 0, "type": "Identifier" @@ -8631,6 +9681,7 @@ description: Result of parsing subtract_regression10.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -8643,9 +9694,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -8656,6 +9709,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8664,12 +9718,14 @@ description: Result of parsing subtract_regression10.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "22": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -8686,11 +9742,13 @@ description: Result of parsing subtract_regression10.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -8708,6 +9766,7 @@ description: Result of parsing subtract_regression10.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "connectingRodPlane", "start": 0, "type": "Identifier" @@ -8715,6 +9774,7 @@ description: Result of parsing subtract_regression10.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "properties": [ { "commentStart": 0, @@ -8722,10 +9782,12 @@ description: Result of parsing subtract_regression10.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "origin", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -8734,6 +9796,7 @@ description: Result of parsing subtract_regression10.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -8746,6 +9809,7 @@ description: Result of parsing subtract_regression10.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -8768,9 +9832,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stroke", "start": 0, "type": "Identifier" @@ -8780,10 +9846,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -8797,15 +9865,19 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -8816,6 +9888,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8823,9 +9896,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "crankPos", "start": 0, "type": "Identifier" @@ -8840,15 +9915,19 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sqrt", "start": 0, "type": "Identifier" @@ -8859,6 +9938,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8872,9 +9952,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rodLength", "start": 0, "type": "Identifier" @@ -8884,10 +9966,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "^", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -8901,6 +9985,7 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -8915,9 +10000,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stroke", "start": 0, "type": "Identifier" @@ -8927,10 +10014,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -8944,15 +10033,19 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -8963,6 +10056,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -8970,9 +10064,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "crankPos", "start": 0, "type": "Identifier" @@ -8987,10 +10083,12 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "^", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -9015,6 +10113,7 @@ description: Result of parsing subtract_regression10.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9026,10 +10125,12 @@ description: Result of parsing subtract_regression10.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -9042,6 +10143,7 @@ description: Result of parsing subtract_regression10.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -9053,20 +10155,25 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -9077,17 +10184,21 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -9098,6 +10209,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9105,9 +10217,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -9126,6 +10240,7 @@ description: Result of parsing subtract_regression10.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -9141,6 +10256,7 @@ description: Result of parsing subtract_regression10.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -9150,15 +10266,19 @@ description: Result of parsing subtract_regression10.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -9169,17 +10289,21 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "segAng", "start": 0, "type": "Identifier" @@ -9190,6 +10314,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9197,9 +10322,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg02", "start": 0, "type": "Identifier" @@ -9217,6 +10344,7 @@ description: Result of parsing subtract_regression10.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9228,10 +10356,12 @@ description: Result of parsing subtract_regression10.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yAxis", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { @@ -9240,6 +10370,7 @@ description: Result of parsing subtract_regression10.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -9252,6 +10383,7 @@ description: Result of parsing subtract_regression10.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.0", "start": 0, "type": "Literal", @@ -9264,6 +10396,7 @@ description: Result of parsing subtract_regression10.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -9275,6 +10408,7 @@ description: Result of parsing subtract_regression10.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9285,11 +10419,13 @@ description: Result of parsing subtract_regression10.kcl "type": "ObjectExpression", "type": "ObjectExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -9302,6 +10438,7 @@ description: Result of parsing subtract_regression10.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "connectingRodShape", "start": 0, "type": "Identifier" @@ -9309,13 +10446,16 @@ description: Result of parsing subtract_regression10.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -9326,6 +10466,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9333,9 +10474,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "connectingRodPlane", "start": 0, "type": "Identifier" @@ -9353,6 +10496,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -9367,9 +10511,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "crankRadius", "start": 0, "type": "Identifier" @@ -9379,10 +10525,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.5", "start": 0, "type": "Literal", @@ -9399,6 +10547,7 @@ description: Result of parsing subtract_regression10.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -9410,6 +10559,7 @@ description: Result of parsing subtract_regression10.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9420,9 +10570,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -9433,6 +10585,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9445,6 +10598,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -9452,6 +10606,7 @@ description: Result of parsing subtract_regression10.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -9467,9 +10622,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -9480,6 +10637,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9492,6 +10650,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -9499,6 +10658,7 @@ description: Result of parsing subtract_regression10.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "80", "start": 0, "type": "Literal", @@ -9514,6 +10674,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -9521,6 +10682,7 @@ description: Result of parsing subtract_regression10.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8", "start": 0, "type": "Literal", @@ -9536,9 +10698,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -9549,6 +10713,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9561,6 +10726,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -9570,13 +10736,16 @@ description: Result of parsing subtract_regression10.kcl "elements": [ { "argument": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lastSegX", "start": 0, "type": "Identifier" @@ -9587,12 +10756,14 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -9600,19 +10771,23 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "lastSegY", "start": 0, "type": "Identifier" @@ -9623,12 +10798,14 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -9636,6 +10813,7 @@ description: Result of parsing subtract_regression10.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -9646,9 +10824,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -9659,6 +10839,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9671,6 +10852,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -9678,6 +10860,7 @@ description: Result of parsing subtract_regression10.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "80", "start": 0, "type": "Literal", @@ -9693,6 +10876,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -9700,6 +10884,7 @@ description: Result of parsing subtract_regression10.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "8", "start": 0, "type": "Literal", @@ -9715,9 +10900,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -9728,6 +10915,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9740,18 +10928,22 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -9762,12 +10954,14 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -9779,9 +10973,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -9792,6 +10988,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9804,6 +11001,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -9812,9 +11010,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "X", "start": 0, "type": "Identifier" @@ -9830,9 +11030,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mirror2d", "start": 0, "type": "Identifier" @@ -9843,19 +11045,23 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -9866,6 +11072,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9878,6 +11085,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -9885,6 +11093,7 @@ description: Result of parsing subtract_regression10.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "554", "start": 0, "type": "Literal", @@ -9900,6 +11109,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "symmetric", "start": 0, "type": "Identifier" @@ -9907,6 +11117,7 @@ description: Result of parsing subtract_regression10.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -9919,9 +11130,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -9932,6 +11145,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9940,15 +11154,18 @@ description: Result of parsing subtract_regression10.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -9966,18 +11183,22 @@ description: Result of parsing subtract_regression10.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "connectingRodShapeSubtract", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "intersect", "start": 0, "type": "Identifier" @@ -9988,6 +11209,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -9998,9 +11220,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "connectingRodProfile", "start": 0, "type": "Identifier" @@ -10014,9 +11238,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "connectingRodShape", "start": 0, "type": "Identifier" @@ -10028,16 +11254,19 @@ description: Result of parsing subtract_regression10.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -10050,18 +11279,22 @@ description: Result of parsing subtract_regression10.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boreHoles", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -10072,6 +11305,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10079,9 +11313,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -10092,11 +11328,13 @@ description: Result of parsing subtract_regression10.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -10115,6 +11353,7 @@ description: Result of parsing subtract_regression10.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "crankBore", "start": 0, "type": "Identifier" @@ -10128,6 +11367,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -10139,6 +11379,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -10147,9 +11388,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "crankPos", "start": 0, "type": "Identifier" @@ -10165,6 +11408,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -10176,9 +11420,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stroke", "start": 0, "type": "Identifier" @@ -10188,10 +11434,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -10211,9 +11459,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "polar", "start": 0, "type": "Identifier" @@ -10224,6 +11474,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10235,6 +11486,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -10243,9 +11495,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "crankRadius", "start": 0, "type": "Identifier" @@ -10261,9 +11515,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -10274,6 +11530,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10281,9 +11538,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boreHoles", "start": 0, "type": "Identifier" @@ -10301,6 +11560,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -10308,6 +11568,7 @@ description: Result of parsing subtract_regression10.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "54", "start": 0, "type": "Literal", @@ -10323,6 +11584,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "symmetric", "start": 0, "type": "Identifier" @@ -10330,6 +11592,7 @@ description: Result of parsing subtract_regression10.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -10342,9 +11605,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -10355,6 +11620,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10363,15 +11629,18 @@ description: Result of parsing subtract_regression10.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -10384,6 +11653,7 @@ description: Result of parsing subtract_regression10.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wristPinHole", "start": 0, "type": "Identifier" @@ -10397,6 +11667,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -10407,6 +11678,7 @@ description: Result of parsing subtract_regression10.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -10429,9 +11701,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stroke", "start": 0, "type": "Identifier" @@ -10441,10 +11715,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -10458,15 +11734,19 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sin", "start": 0, "type": "Identifier" @@ -10477,6 +11757,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10484,9 +11765,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "crankPos", "start": 0, "type": "Identifier" @@ -10501,15 +11784,19 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sqrt", "start": 0, "type": "Identifier" @@ -10520,6 +11807,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10533,9 +11821,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rodLength", "start": 0, "type": "Identifier" @@ -10545,10 +11835,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "^", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -10562,6 +11854,7 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -10576,9 +11869,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "stroke", "start": 0, "type": "Identifier" @@ -10588,10 +11883,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -10605,15 +11902,19 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -10624,6 +11925,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10631,9 +11933,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "crankPos", "start": 0, "type": "Identifier" @@ -10648,10 +11952,12 @@ description: Result of parsing subtract_regression10.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "operator": "^", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -10676,6 +11982,7 @@ description: Result of parsing subtract_regression10.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -10686,6 +11993,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -10697,9 +12005,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pistonHeight", "start": 0, "type": "Identifier" @@ -10709,10 +12019,12 @@ description: Result of parsing subtract_regression10.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -10732,9 +12044,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -10745,6 +12059,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10752,9 +12067,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boreHoles", "start": 0, "type": "Identifier" @@ -10772,6 +12089,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -10779,6 +12097,7 @@ description: Result of parsing subtract_regression10.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "54", "start": 0, "type": "Literal", @@ -10794,6 +12113,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "symmetric", "start": 0, "type": "Identifier" @@ -10801,6 +12121,7 @@ description: Result of parsing subtract_regression10.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -10813,9 +12134,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -10826,6 +12149,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10834,12 +12158,14 @@ description: Result of parsing subtract_regression10.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -10856,11 +12182,13 @@ description: Result of parsing subtract_regression10.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -10873,6 +12201,7 @@ description: Result of parsing subtract_regression10.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "connectingRodBore", "start": 0, "type": "Identifier" @@ -10884,18 +12213,22 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tools", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "union", "start": 0, "type": "Identifier" @@ -10906,6 +12239,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10916,9 +12250,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "wristPinHole", "start": 0, "type": "Identifier" @@ -10932,9 +12268,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "crankBore", "start": 0, "type": "Identifier" @@ -10946,6 +12284,7 @@ description: Result of parsing subtract_regression10.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -10957,9 +12296,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract", "start": 0, "type": "Identifier" @@ -10970,6 +12311,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -10980,9 +12322,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "connectingRodShapeSubtract", "start": 0, "type": "Identifier" @@ -10994,16 +12338,19 @@ description: Result of parsing subtract_regression10.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -11016,6 +12363,7 @@ description: Result of parsing subtract_regression10.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHoles", "start": 0, "type": "Identifier" @@ -11023,13 +12371,16 @@ description: Result of parsing subtract_regression10.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -11040,6 +12391,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11047,9 +12399,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "connectingRodPlane", "start": 0, "type": "Identifier" @@ -11067,6 +12421,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -11077,6 +12432,7 @@ description: Result of parsing subtract_regression10.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "45", "start": 0, "type": "Literal", @@ -11089,6 +12445,7 @@ description: Result of parsing subtract_regression10.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -11100,6 +12457,7 @@ description: Result of parsing subtract_regression10.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -11110,6 +12468,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -11117,6 +12476,7 @@ description: Result of parsing subtract_regression10.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -11132,9 +12492,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -11145,6 +12507,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11157,6 +12520,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -11164,6 +12528,7 @@ description: Result of parsing subtract_regression10.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -11179,6 +12544,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -11189,6 +12555,7 @@ description: Result of parsing subtract_regression10.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -11201,6 +12568,7 @@ description: Result of parsing subtract_regression10.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -11212,6 +12580,7 @@ description: Result of parsing subtract_regression10.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -11222,6 +12591,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arcDegrees", "start": 0, "type": "Identifier" @@ -11229,6 +12599,7 @@ description: Result of parsing subtract_regression10.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -11244,6 +12615,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotateDuplicates", "start": 0, "type": "Identifier" @@ -11251,6 +12623,7 @@ description: Result of parsing subtract_regression10.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "true", "start": 0, "type": "Literal", @@ -11263,9 +12636,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternCircular2d", "start": 0, "type": "Identifier" @@ -11276,6 +12651,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11288,6 +12664,7 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -11295,6 +12672,7 @@ description: Result of parsing subtract_regression10.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "300", "start": 0, "type": "Literal", @@ -11310,9 +12688,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -11323,6 +12703,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11331,15 +12712,18 @@ description: Result of parsing subtract_regression10.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -11357,6 +12741,7 @@ description: Result of parsing subtract_regression10.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "connectingRod", "start": 0, "type": "Identifier" @@ -11368,18 +12753,22 @@ description: Result of parsing subtract_regression10.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tools", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "union", "start": 0, "type": "Identifier" @@ -11390,6 +12779,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11397,9 +12787,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHoles", "start": 0, "type": "Identifier" @@ -11416,9 +12808,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract", "start": 0, "type": "Identifier" @@ -11429,6 +12823,7 @@ description: Result of parsing subtract_regression10.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -11439,9 +12834,11 @@ description: Result of parsing subtract_regression10.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "connectingRodBore", "start": 0, "type": "Identifier" @@ -11453,16 +12850,19 @@ description: Result of parsing subtract_regression10.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -11474,9 +12874,11 @@ description: Result of parsing subtract_regression10.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -11495,19 +12897,23 @@ description: Result of parsing subtract_regression10.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -11523,12 +12929,14 @@ description: Result of parsing subtract_regression10.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "18": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -11540,6 +12948,7 @@ description: Result of parsing subtract_regression10.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -11552,6 +12961,7 @@ description: Result of parsing subtract_regression10.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/subtract_regression10/program_memory.snap b/rust/kcl-lib/tests/subtract_regression10/program_memory.snap index 11e6d5b35..122e88088 100644 --- a/rust/kcl-lib/tests/subtract_regression10/program_memory.snap +++ b/rust/kcl-lib/tests/subtract_regression10/program_memory.snap @@ -5273,6 +5273,7 @@ description: Variables in memory after executing subtract_regression10.kcl "tag": { "commentStart": 2986, "end": 2992, + "moduleId": 0, "start": 2986, "type": "TagDeclarator", "value": "seg04" @@ -5302,6 +5303,7 @@ description: Variables in memory after executing subtract_regression10.kcl "tag": { "commentStart": 2986, "end": 2992, + "moduleId": 0, "start": 2986, "type": "TagDeclarator", "value": "seg04" diff --git a/rust/kcl-lib/tests/subtract_regression11/ast.snap b/rust/kcl-lib/tests/subtract_regression11/ast.snap index c1b07640b..dbfaf3ea9 100644 --- a/rust/kcl-lib/tests/subtract_regression11/ast.snap +++ b/rust/kcl-lib/tests/subtract_regression11/ast.snap @@ -13,18 +13,22 @@ description: Result of parsing subtract_regression11.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -35,6 +39,7 @@ description: Result of parsing subtract_regression11.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -42,9 +47,11 @@ description: Result of parsing subtract_regression11.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -55,11 +62,13 @@ description: Result of parsing subtract_regression11.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -72,6 +81,7 @@ description: Result of parsing subtract_regression11.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001Profile000", "start": 0, "type": "Identifier" @@ -85,6 +95,7 @@ description: Result of parsing subtract_regression11.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -95,6 +106,7 @@ description: Result of parsing subtract_regression11.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -107,6 +119,7 @@ description: Result of parsing subtract_regression11.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -118,6 +131,7 @@ description: Result of parsing subtract_regression11.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -128,9 +142,11 @@ description: Result of parsing subtract_regression11.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -141,6 +157,7 @@ description: Result of parsing subtract_regression11.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -148,9 +165,11 @@ description: Result of parsing subtract_regression11.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -168,6 +187,7 @@ description: Result of parsing subtract_regression11.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -175,6 +195,7 @@ description: Result of parsing subtract_regression11.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.25", "start": 0, "type": "Literal", @@ -190,9 +211,11 @@ description: Result of parsing subtract_regression11.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -203,6 +226,7 @@ description: Result of parsing subtract_regression11.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -215,6 +239,7 @@ description: Result of parsing subtract_regression11.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -225,6 +250,7 @@ description: Result of parsing subtract_regression11.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.75", "start": 0, "type": "Literal", @@ -238,6 +264,7 @@ description: Result of parsing subtract_regression11.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.75", "start": 0, "type": "Literal", @@ -249,6 +276,7 @@ description: Result of parsing subtract_regression11.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -256,6 +284,7 @@ description: Result of parsing subtract_regression11.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -266,9 +295,11 @@ description: Result of parsing subtract_regression11.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -279,6 +310,7 @@ description: Result of parsing subtract_regression11.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -291,6 +323,7 @@ description: Result of parsing subtract_regression11.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -299,6 +332,7 @@ description: Result of parsing subtract_regression11.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "38.5", "start": 0, "type": "Literal", @@ -310,6 +344,7 @@ description: Result of parsing subtract_regression11.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -321,9 +356,11 @@ description: Result of parsing subtract_regression11.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -334,6 +371,7 @@ description: Result of parsing subtract_regression11.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -346,6 +384,7 @@ description: Result of parsing subtract_regression11.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -357,6 +396,7 @@ description: Result of parsing subtract_regression11.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.75", "start": 0, "type": "Literal", @@ -368,6 +408,7 @@ description: Result of parsing subtract_regression11.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -377,6 +418,7 @@ description: Result of parsing subtract_regression11.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.75", "start": 0, "type": "Literal", @@ -388,6 +430,7 @@ description: Result of parsing subtract_regression11.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -395,6 +438,7 @@ description: Result of parsing subtract_regression11.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -405,9 +449,11 @@ description: Result of parsing subtract_regression11.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -418,6 +464,7 @@ description: Result of parsing subtract_regression11.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -430,6 +477,7 @@ description: Result of parsing subtract_regression11.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -438,6 +486,7 @@ description: Result of parsing subtract_regression11.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.25", "start": 0, "type": "Literal", @@ -449,6 +498,7 @@ description: Result of parsing subtract_regression11.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -460,9 +510,11 @@ description: Result of parsing subtract_regression11.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -473,6 +525,7 @@ description: Result of parsing subtract_regression11.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -485,6 +538,7 @@ description: Result of parsing subtract_regression11.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -492,6 +546,7 @@ description: Result of parsing subtract_regression11.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "40", "start": 0, "type": "Literal", @@ -507,9 +562,11 @@ description: Result of parsing subtract_regression11.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -520,19 +577,23 @@ description: Result of parsing subtract_regression11.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -543,6 +604,7 @@ description: Result of parsing subtract_regression11.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -551,15 +613,18 @@ description: Result of parsing subtract_regression11.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -572,6 +637,7 @@ description: Result of parsing subtract_regression11.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve000", "start": 0, "type": "Identifier" @@ -583,6 +649,7 @@ description: Result of parsing subtract_regression11.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -591,9 +658,11 @@ description: Result of parsing subtract_regression11.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "Y", "start": 0, "type": "Identifier" @@ -609,6 +678,7 @@ description: Result of parsing subtract_regression11.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -616,6 +686,7 @@ description: Result of parsing subtract_regression11.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -631,9 +702,11 @@ description: Result of parsing subtract_regression11.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -644,6 +717,7 @@ description: Result of parsing subtract_regression11.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -651,9 +725,11 @@ description: Result of parsing subtract_regression11.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001Profile000", "start": 0, "type": "Identifier" @@ -664,11 +740,13 @@ description: Result of parsing subtract_regression11.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -681,18 +759,22 @@ description: Result of parsing subtract_regression11.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -703,6 +785,7 @@ description: Result of parsing subtract_regression11.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -710,9 +793,11 @@ description: Result of parsing subtract_regression11.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -723,11 +808,13 @@ description: Result of parsing subtract_regression11.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -740,6 +827,7 @@ description: Result of parsing subtract_regression11.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003Profile000", "start": 0, "type": "Identifier" @@ -753,6 +841,7 @@ description: Result of parsing subtract_regression11.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -763,6 +852,7 @@ description: Result of parsing subtract_regression11.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.65", "start": 0, "type": "Literal", @@ -775,6 +865,7 @@ description: Result of parsing subtract_regression11.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20.1", "start": 0, "type": "Literal", @@ -786,6 +877,7 @@ description: Result of parsing subtract_regression11.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -796,9 +888,11 @@ description: Result of parsing subtract_regression11.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -809,6 +903,7 @@ description: Result of parsing subtract_regression11.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -816,9 +911,11 @@ description: Result of parsing subtract_regression11.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003", "start": 0, "type": "Identifier" @@ -836,6 +933,7 @@ description: Result of parsing subtract_regression11.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -844,6 +942,7 @@ description: Result of parsing subtract_regression11.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.5", "start": 0, "type": "Literal", @@ -855,6 +954,7 @@ description: Result of parsing subtract_regression11.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -866,9 +966,11 @@ description: Result of parsing subtract_regression11.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -879,6 +981,7 @@ description: Result of parsing subtract_regression11.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -891,6 +994,7 @@ description: Result of parsing subtract_regression11.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -899,6 +1003,7 @@ description: Result of parsing subtract_regression11.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.1", "start": 0, "type": "Literal", @@ -910,6 +1015,7 @@ description: Result of parsing subtract_regression11.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -921,9 +1027,11 @@ description: Result of parsing subtract_regression11.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -934,6 +1042,7 @@ description: Result of parsing subtract_regression11.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -946,6 +1055,7 @@ description: Result of parsing subtract_regression11.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -953,6 +1063,7 @@ description: Result of parsing subtract_regression11.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.5", "start": 0, "type": "Literal", @@ -968,9 +1079,11 @@ description: Result of parsing subtract_regression11.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -981,6 +1094,7 @@ description: Result of parsing subtract_regression11.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -993,6 +1107,7 @@ description: Result of parsing subtract_regression11.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1000,6 +1115,7 @@ description: Result of parsing subtract_regression11.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.1", "start": 0, "type": "Literal", @@ -1015,9 +1131,11 @@ description: Result of parsing subtract_regression11.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1028,19 +1146,23 @@ description: Result of parsing subtract_regression11.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1051,6 +1173,7 @@ description: Result of parsing subtract_regression11.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1059,15 +1182,18 @@ description: Result of parsing subtract_regression11.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1080,6 +1206,7 @@ description: Result of parsing subtract_regression11.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cut000Extrude", "start": 0, "type": "Identifier" @@ -1091,6 +1218,7 @@ description: Result of parsing subtract_regression11.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1098,6 +1226,7 @@ description: Result of parsing subtract_regression11.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -1113,6 +1242,7 @@ description: Result of parsing subtract_regression11.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bidirectionalLength", "start": 0, "type": "Identifier" @@ -1120,6 +1250,7 @@ description: Result of parsing subtract_regression11.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -1135,9 +1266,11 @@ description: Result of parsing subtract_regression11.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1148,6 +1281,7 @@ description: Result of parsing subtract_regression11.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1158,9 +1292,11 @@ description: Result of parsing subtract_regression11.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch003Profile000", "start": 0, "type": "Identifier" @@ -1172,16 +1308,19 @@ description: Result of parsing subtract_regression11.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1194,6 +1333,7 @@ description: Result of parsing subtract_regression11.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cut000", "start": 0, "type": "Identifier" @@ -1205,6 +1345,7 @@ description: Result of parsing subtract_regression11.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tools", "start": 0, "type": "Identifier" @@ -1213,9 +1354,11 @@ description: Result of parsing subtract_regression11.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cut000Extrude", "start": 0, "type": "Identifier" @@ -1231,9 +1374,11 @@ description: Result of parsing subtract_regression11.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract", "start": 0, "type": "Identifier" @@ -1244,6 +1389,7 @@ description: Result of parsing subtract_regression11.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1251,9 +1397,11 @@ description: Result of parsing subtract_regression11.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve000", "start": 0, "type": "Identifier" @@ -1264,11 +1412,13 @@ description: Result of parsing subtract_regression11.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1280,9 +1430,11 @@ description: Result of parsing subtract_regression11.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -1294,19 +1446,23 @@ description: Result of parsing subtract_regression11.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -1322,12 +1478,14 @@ description: Result of parsing subtract_regression11.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1339,6 +1497,7 @@ description: Result of parsing subtract_regression11.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1350,6 +1509,7 @@ description: Result of parsing subtract_regression11.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1361,6 +1521,7 @@ description: Result of parsing subtract_regression11.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1372,6 +1533,7 @@ description: Result of parsing subtract_regression11.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1383,6 +1545,7 @@ description: Result of parsing subtract_regression11.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1395,6 +1558,7 @@ description: Result of parsing subtract_regression11.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/subtract_regression12/ast.snap b/rust/kcl-lib/tests/subtract_regression12/ast.snap index 1ac48f07e..d3729825e 100644 --- a/rust/kcl-lib/tests/subtract_regression12/ast.snap +++ b/rust/kcl-lib/tests/subtract_regression12/ast.snap @@ -13,18 +13,22 @@ description: Result of parsing subtract_regression12.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch000", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -35,6 +39,7 @@ description: Result of parsing subtract_regression12.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -42,9 +47,11 @@ description: Result of parsing subtract_regression12.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -55,11 +62,13 @@ description: Result of parsing subtract_regression12.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -72,6 +81,7 @@ description: Result of parsing subtract_regression12.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch000Profile000", "start": 0, "type": "Identifier" @@ -85,6 +95,7 @@ description: Result of parsing subtract_regression12.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -95,6 +106,7 @@ description: Result of parsing subtract_regression12.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.22", "start": 0, "type": "Literal", @@ -107,6 +119,7 @@ description: Result of parsing subtract_regression12.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -118,6 +131,7 @@ description: Result of parsing subtract_regression12.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -128,9 +142,11 @@ description: Result of parsing subtract_regression12.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -141,6 +157,7 @@ description: Result of parsing subtract_regression12.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -148,9 +165,11 @@ description: Result of parsing subtract_regression12.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch000", "start": 0, "type": "Identifier" @@ -168,6 +187,7 @@ description: Result of parsing subtract_regression12.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -176,6 +196,7 @@ description: Result of parsing subtract_regression12.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.22", "start": 0, "type": "Literal", @@ -187,6 +208,7 @@ description: Result of parsing subtract_regression12.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -198,9 +220,11 @@ description: Result of parsing subtract_regression12.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -211,6 +235,7 @@ description: Result of parsing subtract_regression12.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -223,6 +248,7 @@ description: Result of parsing subtract_regression12.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -231,6 +257,7 @@ description: Result of parsing subtract_regression12.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -242,6 +269,7 @@ description: Result of parsing subtract_regression12.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -253,9 +281,11 @@ description: Result of parsing subtract_regression12.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -266,6 +296,7 @@ description: Result of parsing subtract_regression12.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -278,6 +309,7 @@ description: Result of parsing subtract_regression12.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -285,6 +317,7 @@ description: Result of parsing subtract_regression12.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -300,9 +333,11 @@ description: Result of parsing subtract_regression12.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -313,6 +348,7 @@ description: Result of parsing subtract_regression12.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -325,6 +361,7 @@ description: Result of parsing subtract_regression12.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -335,6 +372,7 @@ description: Result of parsing subtract_regression12.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.025", "start": 0, "type": "Literal", @@ -347,6 +385,7 @@ description: Result of parsing subtract_regression12.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.1", "start": 0, "type": "Literal", @@ -358,6 +397,7 @@ description: Result of parsing subtract_regression12.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -368,9 +408,11 @@ description: Result of parsing subtract_regression12.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -381,6 +423,7 @@ description: Result of parsing subtract_regression12.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -393,6 +436,7 @@ description: Result of parsing subtract_regression12.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -400,6 +444,7 @@ description: Result of parsing subtract_regression12.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.789", "start": 0, "type": "Literal", @@ -415,9 +460,11 @@ description: Result of parsing subtract_regression12.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -428,6 +475,7 @@ description: Result of parsing subtract_regression12.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -440,6 +488,7 @@ description: Result of parsing subtract_regression12.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -450,6 +499,7 @@ description: Result of parsing subtract_regression12.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.095", "start": 0, "type": "Literal", @@ -462,6 +512,7 @@ description: Result of parsing subtract_regression12.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.111", "start": 0, "type": "Literal", @@ -473,6 +524,7 @@ description: Result of parsing subtract_regression12.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -483,9 +535,11 @@ description: Result of parsing subtract_regression12.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -496,19 +550,23 @@ description: Result of parsing subtract_regression12.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -519,6 +577,7 @@ description: Result of parsing subtract_regression12.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -527,15 +586,18 @@ description: Result of parsing subtract_regression12.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -548,6 +610,7 @@ description: Result of parsing subtract_regression12.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve000", "start": 0, "type": "Identifier" @@ -559,6 +622,7 @@ description: Result of parsing subtract_regression12.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -567,9 +631,11 @@ description: Result of parsing subtract_regression12.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "Y", "start": 0, "type": "Identifier" @@ -585,6 +651,7 @@ description: Result of parsing subtract_regression12.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -592,6 +659,7 @@ description: Result of parsing subtract_regression12.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "360", "start": 0, "type": "Literal", @@ -607,9 +675,11 @@ description: Result of parsing subtract_regression12.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve", "start": 0, "type": "Identifier" @@ -620,6 +690,7 @@ description: Result of parsing subtract_regression12.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -627,9 +698,11 @@ description: Result of parsing subtract_regression12.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch000Profile000", "start": 0, "type": "Identifier" @@ -640,11 +713,13 @@ description: Result of parsing subtract_regression12.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -657,18 +732,22 @@ description: Result of parsing subtract_regression12.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -679,6 +758,7 @@ description: Result of parsing subtract_regression12.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -686,9 +766,11 @@ description: Result of parsing subtract_regression12.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "YZ", "start": 0, "type": "Identifier" @@ -699,11 +781,13 @@ description: Result of parsing subtract_regression12.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -716,6 +800,7 @@ description: Result of parsing subtract_regression12.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002Profile000", "start": 0, "type": "Identifier" @@ -729,6 +814,7 @@ description: Result of parsing subtract_regression12.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -740,6 +826,7 @@ description: Result of parsing subtract_regression12.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.6", "start": 0, "type": "Literal", @@ -751,6 +838,7 @@ description: Result of parsing subtract_regression12.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -759,6 +847,7 @@ description: Result of parsing subtract_regression12.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.02", "start": 0, "type": "Literal", @@ -770,6 +859,7 @@ description: Result of parsing subtract_regression12.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -780,9 +870,11 @@ description: Result of parsing subtract_regression12.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -793,6 +885,7 @@ description: Result of parsing subtract_regression12.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -800,9 +893,11 @@ description: Result of parsing subtract_regression12.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" @@ -820,6 +915,7 @@ description: Result of parsing subtract_regression12.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -828,6 +924,7 @@ description: Result of parsing subtract_regression12.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.04", "start": 0, "type": "Literal", @@ -839,6 +936,7 @@ description: Result of parsing subtract_regression12.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -850,9 +948,11 @@ description: Result of parsing subtract_regression12.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -863,6 +963,7 @@ description: Result of parsing subtract_regression12.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -875,6 +976,7 @@ description: Result of parsing subtract_regression12.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -882,6 +984,7 @@ description: Result of parsing subtract_regression12.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9", "start": 0, "type": "Literal", @@ -897,9 +1000,11 @@ description: Result of parsing subtract_regression12.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -910,6 +1015,7 @@ description: Result of parsing subtract_regression12.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -922,6 +1028,7 @@ description: Result of parsing subtract_regression12.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -929,6 +1036,7 @@ description: Result of parsing subtract_regression12.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.04", "start": 0, "type": "Literal", @@ -944,9 +1052,11 @@ description: Result of parsing subtract_regression12.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -957,6 +1067,7 @@ description: Result of parsing subtract_regression12.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -969,6 +1080,7 @@ description: Result of parsing subtract_regression12.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -977,6 +1089,7 @@ description: Result of parsing subtract_regression12.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.9", "start": 0, "type": "Literal", @@ -988,6 +1101,7 @@ description: Result of parsing subtract_regression12.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -999,9 +1113,11 @@ description: Result of parsing subtract_regression12.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -1012,19 +1128,23 @@ description: Result of parsing subtract_regression12.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1035,6 +1155,7 @@ description: Result of parsing subtract_regression12.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1043,15 +1164,18 @@ description: Result of parsing subtract_regression12.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1064,6 +1188,7 @@ description: Result of parsing subtract_regression12.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cut000Extrude", "start": 0, "type": "Identifier" @@ -1075,6 +1200,7 @@ description: Result of parsing subtract_regression12.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1082,6 +1208,7 @@ description: Result of parsing subtract_regression12.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2", "start": 0, "type": "Literal", @@ -1097,6 +1224,7 @@ description: Result of parsing subtract_regression12.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bidirectionalLength", "start": 0, "type": "Identifier" @@ -1104,6 +1232,7 @@ description: Result of parsing subtract_regression12.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.2", "start": 0, "type": "Literal", @@ -1119,9 +1248,11 @@ description: Result of parsing subtract_regression12.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1132,6 +1263,7 @@ description: Result of parsing subtract_regression12.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1142,9 +1274,11 @@ description: Result of parsing subtract_regression12.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002Profile000", "start": 0, "type": "Identifier" @@ -1156,16 +1290,19 @@ description: Result of parsing subtract_regression12.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1178,6 +1315,7 @@ description: Result of parsing subtract_regression12.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cut000", "start": 0, "type": "Identifier" @@ -1189,6 +1327,7 @@ description: Result of parsing subtract_regression12.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tools", "start": 0, "type": "Identifier" @@ -1197,9 +1336,11 @@ description: Result of parsing subtract_regression12.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cut000Extrude", "start": 0, "type": "Identifier" @@ -1215,9 +1356,11 @@ description: Result of parsing subtract_regression12.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract", "start": 0, "type": "Identifier" @@ -1228,6 +1371,7 @@ description: Result of parsing subtract_regression12.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1235,9 +1379,11 @@ description: Result of parsing subtract_regression12.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "revolve000", "start": 0, "type": "Identifier" @@ -1248,11 +1394,13 @@ description: Result of parsing subtract_regression12.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1264,9 +1412,11 @@ description: Result of parsing subtract_regression12.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -1278,19 +1428,23 @@ description: Result of parsing subtract_regression12.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "in", "start": 0, "type": "Identifier" @@ -1306,12 +1460,14 @@ description: Result of parsing subtract_regression12.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1323,6 +1479,7 @@ description: Result of parsing subtract_regression12.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1334,6 +1491,7 @@ description: Result of parsing subtract_regression12.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1345,6 +1503,7 @@ description: Result of parsing subtract_regression12.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1356,6 +1515,7 @@ description: Result of parsing subtract_regression12.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1367,6 +1527,7 @@ description: Result of parsing subtract_regression12.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1379,6 +1540,7 @@ description: Result of parsing subtract_regression12.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/subtract_with_pattern/ast.snap b/rust/kcl-lib/tests/subtract_with_pattern/ast.snap index b09fa8340..08fad52e6 100644 --- a/rust/kcl-lib/tests/subtract_with_pattern/ast.snap +++ b/rust/kcl-lib/tests/subtract_with_pattern/ast.snap @@ -13,18 +13,22 @@ description: Result of parsing subtract_with_pattern.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -35,6 +39,7 @@ description: Result of parsing subtract_with_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -42,9 +47,11 @@ description: Result of parsing subtract_with_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -55,11 +62,13 @@ description: Result of parsing subtract_with_pattern.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -72,6 +81,7 @@ description: Result of parsing subtract_with_pattern.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile001", "start": 0, "type": "Identifier" @@ -85,6 +95,7 @@ description: Result of parsing subtract_with_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -95,6 +106,7 @@ description: Result of parsing subtract_with_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.65", "start": 0, "type": "Literal", @@ -107,6 +119,7 @@ description: Result of parsing subtract_with_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12.2", "start": 0, "type": "Literal", @@ -118,6 +131,7 @@ description: Result of parsing subtract_with_pattern.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -128,9 +142,11 @@ description: Result of parsing subtract_with_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -141,6 +157,7 @@ description: Result of parsing subtract_with_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -148,9 +165,11 @@ description: Result of parsing subtract_with_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -168,6 +187,7 @@ description: Result of parsing subtract_with_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -175,6 +195,7 @@ description: Result of parsing subtract_with_pattern.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "23.49", "start": 0, "type": "Literal", @@ -190,9 +211,11 @@ description: Result of parsing subtract_with_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -203,6 +226,7 @@ description: Result of parsing subtract_with_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -215,6 +239,7 @@ description: Result of parsing subtract_with_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -223,6 +248,7 @@ description: Result of parsing subtract_with_pattern.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "22.68", "start": 0, "type": "Literal", @@ -234,6 +260,7 @@ description: Result of parsing subtract_with_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -245,9 +272,11 @@ description: Result of parsing subtract_with_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -258,6 +287,7 @@ description: Result of parsing subtract_with_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -270,6 +300,7 @@ description: Result of parsing subtract_with_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -278,6 +309,7 @@ description: Result of parsing subtract_with_pattern.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "24.2", "start": 0, "type": "Literal", @@ -289,6 +321,7 @@ description: Result of parsing subtract_with_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -300,9 +333,11 @@ description: Result of parsing subtract_with_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -313,6 +348,7 @@ description: Result of parsing subtract_with_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -325,6 +361,7 @@ description: Result of parsing subtract_with_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -333,13 +370,16 @@ description: Result of parsing subtract_with_pattern.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -350,25 +390,30 @@ description: Result of parsing subtract_with_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -379,12 +424,14 @@ description: Result of parsing subtract_with_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -392,6 +439,7 @@ description: Result of parsing subtract_with_pattern.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -402,9 +450,11 @@ description: Result of parsing subtract_with_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -415,19 +465,23 @@ description: Result of parsing subtract_with_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -438,6 +492,7 @@ description: Result of parsing subtract_with_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -446,15 +501,18 @@ description: Result of parsing subtract_with_pattern.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -467,6 +525,7 @@ description: Result of parsing subtract_with_pattern.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude001", "start": 0, "type": "Identifier" @@ -478,6 +537,7 @@ description: Result of parsing subtract_with_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -485,6 +545,7 @@ description: Result of parsing subtract_with_pattern.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "500", "start": 0, "type": "Literal", @@ -500,9 +561,11 @@ description: Result of parsing subtract_with_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -513,6 +576,7 @@ description: Result of parsing subtract_with_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -520,9 +584,11 @@ description: Result of parsing subtract_with_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile001", "start": 0, "type": "Identifier" @@ -533,11 +599,13 @@ description: Result of parsing subtract_with_pattern.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -550,18 +618,22 @@ description: Result of parsing subtract_with_pattern.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -572,6 +644,7 @@ description: Result of parsing subtract_with_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -579,9 +652,11 @@ description: Result of parsing subtract_with_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -592,11 +667,13 @@ description: Result of parsing subtract_with_pattern.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -609,6 +686,7 @@ description: Result of parsing subtract_with_pattern.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile002", "start": 0, "type": "Identifier" @@ -620,6 +698,7 @@ description: Result of parsing subtract_with_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -630,6 +709,7 @@ description: Result of parsing subtract_with_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "17.5", "start": 0, "type": "Literal", @@ -642,6 +722,7 @@ description: Result of parsing subtract_with_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "22.02", "start": 0, "type": "Literal", @@ -653,6 +734,7 @@ description: Result of parsing subtract_with_pattern.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -663,6 +745,7 @@ description: Result of parsing subtract_with_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -670,6 +753,7 @@ description: Result of parsing subtract_with_pattern.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10.16", "start": 0, "type": "Literal", @@ -685,9 +769,11 @@ description: Result of parsing subtract_with_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -698,6 +784,7 @@ description: Result of parsing subtract_with_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -705,9 +792,11 @@ description: Result of parsing subtract_with_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" @@ -718,11 +807,13 @@ description: Result of parsing subtract_with_pattern.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -735,6 +826,7 @@ description: Result of parsing subtract_with_pattern.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude002", "start": 0, "type": "Identifier" @@ -746,6 +838,7 @@ description: Result of parsing subtract_with_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -753,6 +846,7 @@ description: Result of parsing subtract_with_pattern.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "50", "start": 0, "type": "Literal", @@ -768,9 +862,11 @@ description: Result of parsing subtract_with_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -781,6 +877,7 @@ description: Result of parsing subtract_with_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -788,9 +885,11 @@ description: Result of parsing subtract_with_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile002", "start": 0, "type": "Identifier" @@ -801,11 +900,13 @@ description: Result of parsing subtract_with_pattern.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -818,6 +919,7 @@ description: Result of parsing subtract_with_pattern.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "myPatterns", "start": 0, "type": "Identifier" @@ -829,6 +931,7 @@ description: Result of parsing subtract_with_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -836,6 +939,7 @@ description: Result of parsing subtract_with_pattern.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -851,6 +955,7 @@ description: Result of parsing subtract_with_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -858,6 +963,7 @@ description: Result of parsing subtract_with_pattern.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -873,6 +979,7 @@ description: Result of parsing subtract_with_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -883,6 +990,7 @@ description: Result of parsing subtract_with_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -895,6 +1003,7 @@ description: Result of parsing subtract_with_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -907,6 +1016,7 @@ description: Result of parsing subtract_with_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -918,6 +1028,7 @@ description: Result of parsing subtract_with_pattern.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -928,9 +1039,11 @@ description: Result of parsing subtract_with_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -941,6 +1054,7 @@ description: Result of parsing subtract_with_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -948,9 +1062,11 @@ description: Result of parsing subtract_with_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude002", "start": 0, "type": "Identifier" @@ -961,11 +1077,13 @@ description: Result of parsing subtract_with_pattern.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -982,6 +1100,7 @@ description: Result of parsing subtract_with_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tools", "start": 0, "type": "Identifier" @@ -993,9 +1112,11 @@ description: Result of parsing subtract_with_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "myPatterns", "start": 0, "type": "Identifier" @@ -1007,6 +1128,7 @@ description: Result of parsing subtract_with_pattern.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1017,9 +1139,11 @@ description: Result of parsing subtract_with_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract", "start": 0, "type": "Identifier" @@ -1030,6 +1154,7 @@ description: Result of parsing subtract_with_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1040,9 +1165,11 @@ description: Result of parsing subtract_with_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude001", "start": 0, "type": "Identifier" @@ -1054,6 +1181,7 @@ description: Result of parsing subtract_with_pattern.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1066,6 +1194,7 @@ description: Result of parsing subtract_with_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1073,6 +1202,7 @@ description: Result of parsing subtract_with_pattern.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -1088,6 +1218,7 @@ description: Result of parsing subtract_with_pattern.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -1098,6 +1229,7 @@ description: Result of parsing subtract_with_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1110,6 +1242,7 @@ description: Result of parsing subtract_with_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1122,6 +1255,7 @@ description: Result of parsing subtract_with_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1133,6 +1267,7 @@ description: Result of parsing subtract_with_pattern.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1143,9 +1278,11 @@ description: Result of parsing subtract_with_pattern.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotate", "start": 0, "type": "Identifier" @@ -1156,6 +1293,7 @@ description: Result of parsing subtract_with_pattern.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1164,12 +1302,14 @@ description: Result of parsing subtract_with_pattern.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1186,6 +1326,7 @@ description: Result of parsing subtract_with_pattern.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -1193,12 +1334,14 @@ description: Result of parsing subtract_with_pattern.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1210,6 +1353,7 @@ description: Result of parsing subtract_with_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1221,6 +1365,7 @@ description: Result of parsing subtract_with_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1232,6 +1377,7 @@ description: Result of parsing subtract_with_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1243,6 +1389,7 @@ description: Result of parsing subtract_with_pattern.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/subtract_with_pattern_cut_thru/ast.snap b/rust/kcl-lib/tests/subtract_with_pattern_cut_thru/ast.snap index acf0cd726..88737fb05 100644 --- a/rust/kcl-lib/tests/subtract_with_pattern_cut_thru/ast.snap +++ b/rust/kcl-lib/tests/subtract_with_pattern_cut_thru/ast.snap @@ -13,18 +13,22 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -35,6 +39,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -42,9 +47,11 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -55,11 +62,13 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -72,6 +81,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile001", "start": 0, "type": "Identifier" @@ -85,6 +95,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -95,6 +106,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.65", "start": 0, "type": "Literal", @@ -107,6 +119,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "12.2", "start": 0, "type": "Literal", @@ -118,6 +131,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -128,9 +142,11 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -141,6 +157,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -148,9 +165,11 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -168,6 +187,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -175,6 +195,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "23.49", "start": 0, "type": "Literal", @@ -190,9 +211,11 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -203,6 +226,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -215,6 +239,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -223,6 +248,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "22.68", "start": 0, "type": "Literal", @@ -234,6 +260,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -245,9 +272,11 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yLine", "start": 0, "type": "Identifier" @@ -258,6 +287,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -270,6 +300,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -278,6 +309,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "24.2", "start": 0, "type": "Literal", @@ -289,6 +321,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -300,9 +333,11 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -313,6 +348,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -325,6 +361,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -333,13 +370,16 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartX", "start": 0, "type": "Identifier" @@ -350,25 +390,30 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" } }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profileStartY", "start": 0, "type": "Identifier" @@ -379,12 +424,14 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -392,6 +439,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -402,9 +450,11 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -415,19 +465,23 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -438,6 +492,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -446,15 +501,18 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -467,6 +525,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude001", "start": 0, "type": "Identifier" @@ -478,6 +537,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -485,6 +545,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "500", "start": 0, "type": "Literal", @@ -500,9 +561,11 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -513,6 +576,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -520,9 +584,11 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile001", "start": 0, "type": "Identifier" @@ -533,11 +599,13 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -550,18 +618,22 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -572,6 +644,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -579,9 +652,11 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -592,11 +667,13 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -609,6 +686,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile002", "start": 0, "type": "Identifier" @@ -620,6 +698,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -630,6 +709,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "17.5", "start": 0, "type": "Literal", @@ -642,6 +722,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "42.02", "start": 0, "type": "Literal", @@ -653,6 +734,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -663,6 +745,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -670,6 +753,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30.16", "start": 0, "type": "Literal", @@ -685,9 +769,11 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -698,6 +784,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -705,9 +792,11 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch002", "start": 0, "type": "Identifier" @@ -718,11 +807,13 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -735,6 +826,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude002", "start": 0, "type": "Identifier" @@ -748,6 +840,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -755,6 +848,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "50", "start": 0, "type": "Literal", @@ -770,9 +864,11 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -783,6 +879,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -790,9 +887,11 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile002", "start": 0, "type": "Identifier" @@ -810,6 +909,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -817,6 +917,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -832,9 +933,11 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -845,6 +948,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -853,15 +957,18 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -874,6 +981,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "myPatterns", "start": 0, "type": "Identifier" @@ -885,6 +993,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "instances", "start": 0, "type": "Identifier" @@ -892,6 +1001,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -907,6 +1017,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "distance", "start": 0, "type": "Identifier" @@ -914,6 +1025,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "80", "start": 0, "type": "Literal", @@ -929,6 +1041,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -939,6 +1052,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -951,6 +1065,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -963,6 +1078,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -974,6 +1090,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -984,9 +1101,11 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "patternLinear3d", "start": 0, "type": "Identifier" @@ -997,6 +1116,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1004,9 +1124,11 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude002", "start": 0, "type": "Identifier" @@ -1017,11 +1139,13 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1034,6 +1158,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "results", "start": 0, "type": "Identifier" @@ -1047,6 +1172,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tools", "start": 0, "type": "Identifier" @@ -1058,9 +1184,11 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "myPatterns", "start": 0, "type": "Identifier" @@ -1072,6 +1200,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1082,9 +1211,11 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "subtract", "start": 0, "type": "Identifier" @@ -1095,6 +1226,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1105,9 +1237,11 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude001", "start": 0, "type": "Identifier" @@ -1119,6 +1253,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1131,6 +1266,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1138,6 +1274,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -1153,6 +1290,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "axis", "start": 0, "type": "Identifier" @@ -1163,6 +1301,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1175,6 +1314,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1187,6 +1327,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1198,6 +1339,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1208,9 +1350,11 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotate", "start": 0, "type": "Identifier" @@ -1221,6 +1365,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1229,12 +1374,14 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1251,11 +1398,13 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1263,12 +1412,14 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1280,6 +1431,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1291,6 +1443,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1302,6 +1455,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1313,6 +1467,7 @@ description: Result of parsing subtract_with_pattern_cut_thru.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/tan_arc_x_line/ast.snap b/rust/kcl-lib/tests/tan_arc_x_line/ast.snap index 0d70f4d60..0768cb9c1 100644 --- a/rust/kcl-lib/tests/tan_arc_x_line/ast.snap +++ b/rust/kcl-lib/tests/tan_arc_x_line/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing tan_arc_x_line.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startX", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing tan_arc_x_line.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing tan_arc_x_line.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -46,6 +50,7 @@ description: Result of parsing tan_arc_x_line.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startY", "start": 0, "type": "Identifier" @@ -53,6 +58,7 @@ description: Result of parsing tan_arc_x_line.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -62,11 +68,13 @@ description: Result of parsing tan_arc_x_line.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -79,6 +87,7 @@ description: Result of parsing tan_arc_x_line.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleOffset", "start": 0, "type": "Identifier" @@ -86,6 +95,7 @@ description: Result of parsing tan_arc_x_line.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "135", "start": 0, "type": "Literal", @@ -95,11 +105,13 @@ description: Result of parsing tan_arc_x_line.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -112,6 +124,7 @@ description: Result of parsing tan_arc_x_line.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r", "start": 0, "type": "Identifier" @@ -119,6 +132,7 @@ description: Result of parsing tan_arc_x_line.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -128,11 +142,13 @@ description: Result of parsing tan_arc_x_line.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -145,6 +161,7 @@ description: Result of parsing tan_arc_x_line.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -152,6 +169,7 @@ description: Result of parsing tan_arc_x_line.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "110", "start": 0, "type": "Literal", @@ -161,11 +179,13 @@ description: Result of parsing tan_arc_x_line.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -176,13 +196,16 @@ description: Result of parsing tan_arc_x_line.kcl "expression": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -193,6 +216,7 @@ description: Result of parsing tan_arc_x_line.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -200,9 +224,11 @@ description: Result of parsing tan_arc_x_line.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -220,6 +246,7 @@ description: Result of parsing tan_arc_x_line.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -231,9 +258,11 @@ description: Result of parsing tan_arc_x_line.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startX", "start": 0, "type": "Identifier" @@ -247,9 +276,11 @@ description: Result of parsing tan_arc_x_line.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startY", "start": 0, "type": "Identifier" @@ -261,6 +292,7 @@ description: Result of parsing tan_arc_x_line.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -271,9 +303,11 @@ description: Result of parsing tan_arc_x_line.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -284,6 +318,7 @@ description: Result of parsing tan_arc_x_line.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -296,6 +331,7 @@ description: Result of parsing tan_arc_x_line.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -304,9 +340,11 @@ description: Result of parsing tan_arc_x_line.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleStart", "start": 0, "type": "Identifier" @@ -322,6 +360,7 @@ description: Result of parsing tan_arc_x_line.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -329,6 +368,7 @@ description: Result of parsing tan_arc_x_line.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".000001", "start": 0, "type": "Literal", @@ -344,9 +384,11 @@ description: Result of parsing tan_arc_x_line.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -357,6 +399,7 @@ description: Result of parsing tan_arc_x_line.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -369,6 +412,7 @@ description: Result of parsing tan_arc_x_line.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -377,9 +421,11 @@ description: Result of parsing tan_arc_x_line.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleOffset", "start": 0, "type": "Identifier" @@ -395,6 +441,7 @@ description: Result of parsing tan_arc_x_line.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -403,9 +450,11 @@ description: Result of parsing tan_arc_x_line.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r", "start": 0, "type": "Identifier" @@ -421,6 +470,7 @@ description: Result of parsing tan_arc_x_line.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -428,6 +478,7 @@ description: Result of parsing tan_arc_x_line.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -439,9 +490,11 @@ description: Result of parsing tan_arc_x_line.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -452,6 +505,7 @@ description: Result of parsing tan_arc_x_line.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -464,6 +518,7 @@ description: Result of parsing tan_arc_x_line.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -472,9 +527,11 @@ description: Result of parsing tan_arc_x_line.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleOffset", "start": 0, "type": "Identifier" @@ -490,6 +547,7 @@ description: Result of parsing tan_arc_x_line.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -500,6 +558,7 @@ description: Result of parsing tan_arc_x_line.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -509,14 +568,17 @@ description: Result of parsing tan_arc_x_line.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r", "start": 0, "type": "Identifier" @@ -536,6 +598,7 @@ description: Result of parsing tan_arc_x_line.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -543,6 +606,7 @@ description: Result of parsing tan_arc_x_line.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -554,9 +618,11 @@ description: Result of parsing tan_arc_x_line.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -567,6 +633,7 @@ description: Result of parsing tan_arc_x_line.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -579,6 +646,7 @@ description: Result of parsing tan_arc_x_line.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -588,9 +656,11 @@ description: Result of parsing tan_arc_x_line.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angleOffset", "start": 0, "type": "Identifier" @@ -602,6 +672,7 @@ description: Result of parsing tan_arc_x_line.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -613,6 +684,7 @@ description: Result of parsing tan_arc_x_line.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -623,6 +695,7 @@ description: Result of parsing tan_arc_x_line.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.5", "start": 0, "type": "Literal", @@ -632,14 +705,17 @@ description: Result of parsing tan_arc_x_line.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "r", "start": 0, "type": "Identifier" @@ -659,6 +735,7 @@ description: Result of parsing tan_arc_x_line.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -666,6 +743,7 @@ description: Result of parsing tan_arc_x_line.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -677,9 +755,11 @@ description: Result of parsing tan_arc_x_line.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -690,6 +770,7 @@ description: Result of parsing tan_arc_x_line.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -702,6 +783,7 @@ description: Result of parsing tan_arc_x_line.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -709,6 +791,7 @@ description: Result of parsing tan_arc_x_line.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -724,9 +807,11 @@ description: Result of parsing tan_arc_x_line.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "xLine", "start": 0, "type": "Identifier" @@ -737,6 +822,7 @@ description: Result of parsing tan_arc_x_line.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -745,10 +831,12 @@ description: Result of parsing tan_arc_x_line.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -756,12 +844,14 @@ description: Result of parsing tan_arc_x_line.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "4": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/tangent_to_3_point_arc/ast.snap b/rust/kcl-lib/tests/tangent_to_3_point_arc/ast.snap index 3ab4a991f..e72655389 100644 --- a/rust/kcl-lib/tests/tangent_to_3_point_arc/ast.snap +++ b/rust/kcl-lib/tests/tangent_to_3_point_arc/ast.snap @@ -13,18 +13,22 @@ description: Result of parsing tangent_to_3_point_arc.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -35,6 +39,7 @@ description: Result of parsing tangent_to_3_point_arc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -42,9 +47,11 @@ description: Result of parsing tangent_to_3_point_arc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -55,11 +62,13 @@ description: Result of parsing tangent_to_3_point_arc.kcl "type": "Name" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -72,6 +81,7 @@ description: Result of parsing tangent_to_3_point_arc.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "profile001", "start": 0, "type": "Identifier" @@ -85,6 +95,7 @@ description: Result of parsing tangent_to_3_point_arc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -95,6 +106,7 @@ description: Result of parsing tangent_to_3_point_arc.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "100.0", "start": 0, "type": "Literal", @@ -107,6 +119,7 @@ description: Result of parsing tangent_to_3_point_arc.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -118,6 +131,7 @@ description: Result of parsing tangent_to_3_point_arc.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -128,9 +142,11 @@ description: Result of parsing tangent_to_3_point_arc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -141,6 +157,7 @@ description: Result of parsing tangent_to_3_point_arc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -148,9 +165,11 @@ description: Result of parsing tangent_to_3_point_arc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -168,6 +187,7 @@ description: Result of parsing tangent_to_3_point_arc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -178,6 +198,7 @@ description: Result of parsing tangent_to_3_point_arc.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.0", "start": 0, "type": "Literal", @@ -190,6 +211,7 @@ description: Result of parsing tangent_to_3_point_arc.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "120.0", "start": 0, "type": "Literal", @@ -201,6 +223,7 @@ description: Result of parsing tangent_to_3_point_arc.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -211,9 +234,11 @@ description: Result of parsing tangent_to_3_point_arc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -224,6 +249,7 @@ description: Result of parsing tangent_to_3_point_arc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -236,6 +262,7 @@ description: Result of parsing tangent_to_3_point_arc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "interiorAbsolute", "start": 0, "type": "Identifier" @@ -246,6 +273,7 @@ description: Result of parsing tangent_to_3_point_arc.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "300.0", "start": 0, "type": "Literal", @@ -258,6 +286,7 @@ description: Result of parsing tangent_to_3_point_arc.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "100.0", "start": 0, "type": "Literal", @@ -269,6 +298,7 @@ description: Result of parsing tangent_to_3_point_arc.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -279,6 +309,7 @@ description: Result of parsing tangent_to_3_point_arc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -289,6 +320,7 @@ description: Result of parsing tangent_to_3_point_arc.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "200.00", "start": 0, "type": "Literal", @@ -302,6 +334,7 @@ description: Result of parsing tangent_to_3_point_arc.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "100.00", "start": 0, "type": "Literal", @@ -313,6 +346,7 @@ description: Result of parsing tangent_to_3_point_arc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -320,6 +354,7 @@ description: Result of parsing tangent_to_3_point_arc.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -330,6 +365,7 @@ description: Result of parsing tangent_to_3_point_arc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -337,6 +373,7 @@ description: Result of parsing tangent_to_3_point_arc.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -348,9 +385,11 @@ description: Result of parsing tangent_to_3_point_arc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "arc", "start": 0, "type": "Identifier" @@ -361,6 +400,7 @@ description: Result of parsing tangent_to_3_point_arc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -373,18 +413,22 @@ description: Result of parsing tangent_to_3_point_arc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" }, "arg": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentToEnd", "start": 0, "type": "Identifier" @@ -395,6 +439,7 @@ description: Result of parsing tangent_to_3_point_arc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -402,9 +447,11 @@ description: Result of parsing tangent_to_3_point_arc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "seg01", "start": 0, "type": "Identifier" @@ -421,6 +468,7 @@ description: Result of parsing tangent_to_3_point_arc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -428,6 +476,7 @@ description: Result of parsing tangent_to_3_point_arc.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "100.00", "start": 0, "type": "Literal", @@ -443,9 +492,11 @@ description: Result of parsing tangent_to_3_point_arc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -456,6 +507,7 @@ description: Result of parsing tangent_to_3_point_arc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -464,15 +516,18 @@ description: Result of parsing tangent_to_3_point_arc.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -480,6 +535,7 @@ description: Result of parsing tangent_to_3_point_arc.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/tangent_to_3_point_arc/program_memory.snap b/rust/kcl-lib/tests/tangent_to_3_point_arc/program_memory.snap index 640bb9977..f2128c8bd 100644 --- a/rust/kcl-lib/tests/tangent_to_3_point_arc/program_memory.snap +++ b/rust/kcl-lib/tests/tangent_to_3_point_arc/program_memory.snap @@ -52,6 +52,7 @@ description: Variables in memory after executing tangent_to_3_point_arc.kcl "tag": { "commentStart": 221, "end": 227, + "moduleId": 0, "start": 221, "type": "TagDeclarator", "value": "seg01" diff --git a/rust/kcl-lib/tests/tangential_arc/ast.snap b/rust/kcl-lib/tests/tangential_arc/ast.snap index e61d00ea4..54f0aa192 100644 --- a/rust/kcl-lib/tests/tangential_arc/ast.snap +++ b/rust/kcl-lib/tests/tangential_arc/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing tangential_arc.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boxSketch", "start": 0, "type": "Identifier" @@ -20,13 +21,16 @@ description: Result of parsing tangential_arc.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -37,6 +41,7 @@ description: Result of parsing tangential_arc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -44,9 +49,11 @@ description: Result of parsing tangential_arc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -64,6 +71,7 @@ description: Result of parsing tangential_arc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -74,6 +82,7 @@ description: Result of parsing tangential_arc.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -86,6 +95,7 @@ description: Result of parsing tangential_arc.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -97,6 +107,7 @@ description: Result of parsing tangential_arc.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -107,9 +118,11 @@ description: Result of parsing tangential_arc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -120,6 +133,7 @@ description: Result of parsing tangential_arc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -132,6 +146,7 @@ description: Result of parsing tangential_arc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -142,6 +157,7 @@ description: Result of parsing tangential_arc.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -154,6 +170,7 @@ description: Result of parsing tangential_arc.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -165,6 +182,7 @@ description: Result of parsing tangential_arc.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -175,9 +193,11 @@ description: Result of parsing tangential_arc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -188,6 +208,7 @@ description: Result of parsing tangential_arc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -200,6 +221,7 @@ description: Result of parsing tangential_arc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -207,6 +229,7 @@ description: Result of parsing tangential_arc.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -222,6 +245,7 @@ description: Result of parsing tangential_arc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -229,6 +253,7 @@ description: Result of parsing tangential_arc.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -244,9 +269,11 @@ description: Result of parsing tangential_arc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tangentialArc", "start": 0, "type": "Identifier" @@ -257,6 +284,7 @@ description: Result of parsing tangential_arc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -269,6 +297,7 @@ description: Result of parsing tangential_arc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -279,6 +308,7 @@ description: Result of parsing tangential_arc.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -292,6 +322,7 @@ description: Result of parsing tangential_arc.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "15", "start": 0, "type": "Literal", @@ -303,6 +334,7 @@ description: Result of parsing tangential_arc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -310,6 +342,7 @@ description: Result of parsing tangential_arc.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -320,9 +353,11 @@ description: Result of parsing tangential_arc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -333,6 +368,7 @@ description: Result of parsing tangential_arc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -345,6 +381,7 @@ description: Result of parsing tangential_arc.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -352,6 +389,7 @@ description: Result of parsing tangential_arc.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -367,9 +405,11 @@ description: Result of parsing tangential_arc.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -380,6 +420,7 @@ description: Result of parsing tangential_arc.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -388,15 +429,18 @@ description: Result of parsing tangential_arc.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -404,6 +448,7 @@ description: Result of parsing tangential_arc.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/translate_after_fillet/ast.snap b/rust/kcl-lib/tests/translate_after_fillet/ast.snap index e98d81045..800d90211 100644 --- a/rust/kcl-lib/tests/translate_after_fillet/ast.snap +++ b/rust/kcl-lib/tests/translate_after_fillet/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing translate_after_fillet.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltDiameter", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing translate_after_fillet.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.625", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing translate_after_fillet.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration", @@ -47,6 +51,7 @@ description: Result of parsing translate_after_fillet.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltLength", "start": 0, "type": "Identifier" @@ -54,6 +59,7 @@ description: Result of parsing translate_after_fillet.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2.500", "start": 0, "type": "Literal", @@ -63,11 +69,13 @@ description: Result of parsing translate_after_fillet.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration", @@ -81,6 +89,7 @@ description: Result of parsing translate_after_fillet.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHeadLength", "start": 0, "type": "Identifier" @@ -89,9 +98,11 @@ description: Result of parsing translate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltDiameter", "start": 0, "type": "Identifier" @@ -101,11 +112,13 @@ description: Result of parsing translate_after_fillet.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration", @@ -119,6 +132,7 @@ description: Result of parsing translate_after_fillet.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHeadDiameter", "start": 0, "type": "Identifier" @@ -126,6 +140,7 @@ description: Result of parsing translate_after_fillet.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.938", "start": 0, "type": "Literal", @@ -135,11 +150,13 @@ description: Result of parsing translate_after_fillet.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration", @@ -153,6 +170,7 @@ description: Result of parsing translate_after_fillet.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHexDrive", "start": 0, "type": "Identifier" @@ -163,6 +181,7 @@ description: Result of parsing translate_after_fillet.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -172,10 +191,12 @@ description: Result of parsing translate_after_fillet.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -189,11 +210,13 @@ description: Result of parsing translate_after_fillet.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration", @@ -207,6 +230,7 @@ description: Result of parsing translate_after_fillet.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHexFlatLength", "start": 0, "type": "Identifier" @@ -218,9 +242,11 @@ description: Result of parsing translate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHexDrive", "start": 0, "type": "Identifier" @@ -230,6 +256,7 @@ description: Result of parsing translate_after_fillet.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, @@ -237,6 +264,7 @@ description: Result of parsing translate_after_fillet.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -246,15 +274,19 @@ description: Result of parsing translate_after_fillet.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cos", "start": 0, "type": "Identifier" @@ -265,12 +297,14 @@ description: Result of parsing translate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30deg", "start": 0, "type": "Literal", @@ -289,11 +323,13 @@ description: Result of parsing translate_after_fillet.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration", @@ -307,6 +343,7 @@ description: Result of parsing translate_after_fillet.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltThreadLength", "start": 0, "type": "Identifier" @@ -314,6 +351,7 @@ description: Result of parsing translate_after_fillet.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1.75", "start": 0, "type": "Literal", @@ -323,11 +361,13 @@ description: Result of parsing translate_after_fillet.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration", @@ -341,6 +381,7 @@ description: Result of parsing translate_after_fillet.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bolt", "start": 0, "type": "Identifier" @@ -356,6 +397,7 @@ description: Result of parsing translate_after_fillet.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHead", "start": 0, "type": "Identifier" @@ -363,13 +405,16 @@ description: Result of parsing translate_after_fillet.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -380,6 +425,7 @@ description: Result of parsing translate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -387,9 +433,11 @@ description: Result of parsing translate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -407,6 +455,7 @@ description: Result of parsing translate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -417,6 +466,7 @@ description: Result of parsing translate_after_fillet.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -429,6 +479,7 @@ description: Result of parsing translate_after_fillet.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -440,6 +491,7 @@ description: Result of parsing translate_after_fillet.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -450,6 +502,7 @@ description: Result of parsing translate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -461,9 +514,11 @@ description: Result of parsing translate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHeadDiameter", "start": 0, "type": "Identifier" @@ -473,10 +528,12 @@ description: Result of parsing translate_after_fillet.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -496,6 +553,7 @@ description: Result of parsing translate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -503,6 +561,7 @@ description: Result of parsing translate_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -514,9 +573,11 @@ description: Result of parsing translate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -527,6 +588,7 @@ description: Result of parsing translate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -539,6 +601,7 @@ description: Result of parsing translate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -548,9 +611,11 @@ description: Result of parsing translate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHeadLength", "start": 0, "type": "Identifier" @@ -562,6 +627,7 @@ description: Result of parsing translate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -573,9 +639,11 @@ description: Result of parsing translate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -586,6 +654,7 @@ description: Result of parsing translate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -598,6 +667,7 @@ description: Result of parsing translate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -605,6 +675,7 @@ description: Result of parsing translate_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.020", "start": 0, "type": "Literal", @@ -620,6 +691,7 @@ description: Result of parsing translate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -631,9 +703,11 @@ description: Result of parsing translate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "topEdge", "start": 0, "type": "Identifier" @@ -644,13 +718,16 @@ description: Result of parsing translate_after_fillet.kcl "type": "Name" }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getOppositeEdge", "start": 0, "type": "Identifier" @@ -661,6 +738,7 @@ description: Result of parsing translate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -668,9 +746,11 @@ description: Result of parsing translate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "topEdge", "start": 0, "type": "Identifier" @@ -683,6 +763,7 @@ description: Result of parsing translate_after_fillet.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -693,9 +774,11 @@ description: Result of parsing translate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -706,6 +789,7 @@ description: Result of parsing translate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -714,12 +798,14 @@ description: Result of parsing translate_after_fillet.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "3": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -736,11 +822,13 @@ description: Result of parsing translate_after_fillet.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Create the head of the cap screw" ], @@ -756,6 +844,7 @@ description: Result of parsing translate_after_fillet.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "hexPatternSketch", "start": 0, "type": "Identifier" @@ -769,6 +858,7 @@ description: Result of parsing translate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -776,6 +866,7 @@ description: Result of parsing translate_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "'start'", "start": 0, "type": "Literal", @@ -788,9 +879,11 @@ description: Result of parsing translate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -801,6 +894,7 @@ description: Result of parsing translate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -808,9 +902,11 @@ description: Result of parsing translate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHead", "start": 0, "type": "Identifier" @@ -828,6 +924,7 @@ description: Result of parsing translate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -842,9 +939,11 @@ description: Result of parsing translate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHexDrive", "start": 0, "type": "Identifier" @@ -854,10 +953,12 @@ description: Result of parsing translate_after_fillet.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -878,9 +979,11 @@ description: Result of parsing translate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHexFlatLength", "start": 0, "type": "Identifier" @@ -890,10 +993,12 @@ description: Result of parsing translate_after_fillet.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -909,6 +1014,7 @@ description: Result of parsing translate_after_fillet.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -919,9 +1025,11 @@ description: Result of parsing translate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -932,6 +1040,7 @@ description: Result of parsing translate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -944,6 +1053,7 @@ description: Result of parsing translate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -951,6 +1061,7 @@ description: Result of parsing translate_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "270", "start": 0, "type": "Literal", @@ -966,6 +1077,7 @@ description: Result of parsing translate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -974,9 +1086,11 @@ description: Result of parsing translate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHexFlatLength", "start": 0, "type": "Identifier" @@ -992,9 +1106,11 @@ description: Result of parsing translate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1005,6 +1121,7 @@ description: Result of parsing translate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1017,6 +1134,7 @@ description: Result of parsing translate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1024,6 +1142,7 @@ description: Result of parsing translate_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "210", "start": 0, "type": "Literal", @@ -1039,6 +1158,7 @@ description: Result of parsing translate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1047,9 +1167,11 @@ description: Result of parsing translate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHexFlatLength", "start": 0, "type": "Identifier" @@ -1065,9 +1187,11 @@ description: Result of parsing translate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1078,6 +1202,7 @@ description: Result of parsing translate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1090,6 +1215,7 @@ description: Result of parsing translate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1097,6 +1223,7 @@ description: Result of parsing translate_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "150", "start": 0, "type": "Literal", @@ -1112,6 +1239,7 @@ description: Result of parsing translate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1120,9 +1248,11 @@ description: Result of parsing translate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHexFlatLength", "start": 0, "type": "Identifier" @@ -1138,9 +1268,11 @@ description: Result of parsing translate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1151,6 +1283,7 @@ description: Result of parsing translate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1163,6 +1296,7 @@ description: Result of parsing translate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1170,6 +1304,7 @@ description: Result of parsing translate_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -1185,6 +1320,7 @@ description: Result of parsing translate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1193,9 +1329,11 @@ description: Result of parsing translate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHexFlatLength", "start": 0, "type": "Identifier" @@ -1211,9 +1349,11 @@ description: Result of parsing translate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1224,6 +1364,7 @@ description: Result of parsing translate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1236,6 +1377,7 @@ description: Result of parsing translate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angle", "start": 0, "type": "Identifier" @@ -1243,6 +1385,7 @@ description: Result of parsing translate_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -1258,6 +1401,7 @@ description: Result of parsing translate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1266,9 +1410,11 @@ description: Result of parsing translate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHexFlatLength", "start": 0, "type": "Identifier" @@ -1284,9 +1430,11 @@ description: Result of parsing translate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "angledLine", "start": 0, "type": "Identifier" @@ -1297,19 +1445,23 @@ description: Result of parsing translate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1320,6 +1472,7 @@ description: Result of parsing translate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1332,6 +1485,7 @@ description: Result of parsing translate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1344,9 +1498,11 @@ description: Result of parsing translate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHeadLength", "start": 0, "type": "Identifier" @@ -1358,15 +1514,18 @@ description: Result of parsing translate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "*", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0.75", "start": 0, "type": "Literal", @@ -1386,9 +1545,11 @@ description: Result of parsing translate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1399,6 +1560,7 @@ description: Result of parsing translate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1407,15 +1569,18 @@ description: Result of parsing translate_after_fillet.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1428,6 +1593,7 @@ description: Result of parsing translate_after_fillet.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltBody", "start": 0, "type": "Identifier" @@ -1441,6 +1607,7 @@ description: Result of parsing translate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "face", "start": 0, "type": "Identifier" @@ -1448,6 +1615,7 @@ description: Result of parsing translate_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "'end'", "start": 0, "type": "Literal", @@ -1460,9 +1628,11 @@ description: Result of parsing translate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1473,6 +1643,7 @@ description: Result of parsing translate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1480,9 +1651,11 @@ description: Result of parsing translate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltHead", "start": 0, "type": "Identifier" @@ -1500,6 +1673,7 @@ description: Result of parsing translate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1510,6 +1684,7 @@ description: Result of parsing translate_after_fillet.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1522,6 +1697,7 @@ description: Result of parsing translate_after_fillet.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1533,6 +1709,7 @@ description: Result of parsing translate_after_fillet.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1543,6 +1720,7 @@ description: Result of parsing translate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1554,9 +1732,11 @@ description: Result of parsing translate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltDiameter", "start": 0, "type": "Identifier" @@ -1566,10 +1746,12 @@ description: Result of parsing translate_after_fillet.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1589,6 +1771,7 @@ description: Result of parsing translate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1596,6 +1779,7 @@ description: Result of parsing translate_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1607,9 +1791,11 @@ description: Result of parsing translate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "circle", "start": 0, "type": "Identifier" @@ -1620,6 +1806,7 @@ description: Result of parsing translate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1632,6 +1819,7 @@ description: Result of parsing translate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1640,9 +1828,11 @@ description: Result of parsing translate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltLength", "start": 0, "type": "Identifier" @@ -1658,9 +1848,11 @@ description: Result of parsing translate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1671,6 +1863,7 @@ description: Result of parsing translate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1683,6 +1876,7 @@ description: Result of parsing translate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "radius", "start": 0, "type": "Identifier" @@ -1690,6 +1884,7 @@ description: Result of parsing translate_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": ".020", "start": 0, "type": "Literal", @@ -1705,6 +1900,7 @@ description: Result of parsing translate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tags", "start": 0, "type": "Identifier" @@ -1713,13 +1909,16 @@ description: Result of parsing translate_after_fillet.kcl "commentStart": 0, "elements": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "getOppositeEdge", "start": 0, "type": "Identifier" @@ -1730,6 +1929,7 @@ description: Result of parsing translate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1737,9 +1937,11 @@ description: Result of parsing translate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "filletEdge", "start": 0, "type": "Identifier" @@ -1752,6 +1954,7 @@ description: Result of parsing translate_after_fillet.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1762,9 +1965,11 @@ description: Result of parsing translate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fillet", "start": 0, "type": "Identifier" @@ -1775,6 +1980,7 @@ description: Result of parsing translate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1787,6 +1993,7 @@ description: Result of parsing translate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "color", "start": 0, "type": "Identifier" @@ -1794,6 +2001,7 @@ description: Result of parsing translate_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "\"#4dd043\"", "start": 0, "type": "Literal", @@ -1806,6 +2014,7 @@ description: Result of parsing translate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "metalness", "start": 0, "type": "Identifier" @@ -1813,6 +2022,7 @@ description: Result of parsing translate_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -1828,6 +2038,7 @@ description: Result of parsing translate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "roughness", "start": 0, "type": "Identifier" @@ -1835,6 +2046,7 @@ description: Result of parsing translate_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "90", "start": 0, "type": "Literal", @@ -1850,9 +2062,11 @@ description: Result of parsing translate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "appearance", "start": 0, "type": "Identifier" @@ -1863,6 +2077,7 @@ description: Result of parsing translate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1871,15 +2086,18 @@ description: Result of parsing translate_after_fillet.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1889,9 +2107,11 @@ description: Result of parsing translate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "boltBody", "start": 0, "type": "Identifier" @@ -1903,6 +2123,7 @@ description: Result of parsing translate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -1910,12 +2131,14 @@ description: Result of parsing translate_after_fillet.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1927,6 +2150,7 @@ description: Result of parsing translate_after_fillet.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1941,16 +2165,19 @@ description: Result of parsing translate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [], "start": 0, "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration", @@ -1962,13 +2189,16 @@ description: Result of parsing translate_after_fillet.kcl "expression": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "bolt", "start": 0, "type": "Identifier" @@ -1979,6 +2209,7 @@ description: Result of parsing translate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1991,6 +2222,7 @@ description: Result of parsing translate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -1998,6 +2230,7 @@ description: Result of parsing translate_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -2013,6 +2246,7 @@ description: Result of parsing translate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -2020,6 +2254,7 @@ description: Result of parsing translate_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2035,6 +2270,7 @@ description: Result of parsing translate_after_fillet.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -2042,6 +2278,7 @@ description: Result of parsing translate_after_fillet.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2057,9 +2294,11 @@ description: Result of parsing translate_after_fillet.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -2070,6 +2309,7 @@ description: Result of parsing translate_after_fillet.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2078,12 +2318,14 @@ description: Result of parsing translate_after_fillet.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "1": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2100,6 +2342,7 @@ description: Result of parsing translate_after_fillet.kcl "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "ExpressionStatement", "type": "ExpressionStatement" @@ -2107,12 +2350,14 @@ description: Result of parsing translate_after_fillet.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "6": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2124,6 +2369,7 @@ description: Result of parsing translate_after_fillet.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/union_cubes/ast.snap b/rust/kcl-lib/tests/union_cubes/ast.snap index 8324a7c72..9c387d1ce 100644 --- a/rust/kcl-lib/tests/union_cubes/ast.snap +++ b/rust/kcl-lib/tests/union_cubes/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing union_cubes.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cube", "start": 0, "type": "Identifier" @@ -24,13 +25,16 @@ description: Result of parsing union_cubes.kcl "argument": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -41,6 +45,7 @@ description: Result of parsing union_cubes.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -48,9 +53,11 @@ description: Result of parsing union_cubes.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -68,6 +75,7 @@ description: Result of parsing union_cubes.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -82,13 +90,16 @@ description: Result of parsing union_cubes.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pos", "start": 0, "type": "Identifier" @@ -101,6 +112,7 @@ description: Result of parsing union_cubes.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -114,14 +126,17 @@ description: Result of parsing union_cubes.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -142,13 +157,16 @@ description: Result of parsing union_cubes.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pos", "start": 0, "type": "Identifier" @@ -161,6 +179,7 @@ description: Result of parsing union_cubes.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -174,14 +193,17 @@ description: Result of parsing union_cubes.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -197,6 +219,7 @@ description: Result of parsing union_cubes.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -207,9 +230,11 @@ description: Result of parsing union_cubes.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -220,6 +245,7 @@ description: Result of parsing union_cubes.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -232,6 +258,7 @@ description: Result of parsing union_cubes.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -246,13 +273,16 @@ description: Result of parsing union_cubes.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pos", "start": 0, "type": "Identifier" @@ -265,6 +295,7 @@ description: Result of parsing union_cubes.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -278,14 +309,17 @@ description: Result of parsing union_cubes.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -306,13 +340,16 @@ description: Result of parsing union_cubes.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pos", "start": 0, "type": "Identifier" @@ -325,6 +362,7 @@ description: Result of parsing union_cubes.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -338,14 +376,17 @@ description: Result of parsing union_cubes.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -361,6 +402,7 @@ description: Result of parsing union_cubes.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -371,9 +413,11 @@ description: Result of parsing union_cubes.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -384,6 +428,7 @@ description: Result of parsing union_cubes.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -396,6 +441,7 @@ description: Result of parsing union_cubes.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -410,13 +456,16 @@ description: Result of parsing union_cubes.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pos", "start": 0, "type": "Identifier" @@ -429,6 +478,7 @@ description: Result of parsing union_cubes.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -442,14 +492,17 @@ description: Result of parsing union_cubes.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -470,13 +523,16 @@ description: Result of parsing union_cubes.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pos", "start": 0, "type": "Identifier" @@ -489,6 +545,7 @@ description: Result of parsing union_cubes.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -502,14 +559,17 @@ description: Result of parsing union_cubes.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -525,6 +585,7 @@ description: Result of parsing union_cubes.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -535,9 +596,11 @@ description: Result of parsing union_cubes.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -548,6 +611,7 @@ description: Result of parsing union_cubes.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -560,6 +624,7 @@ description: Result of parsing union_cubes.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -574,13 +639,16 @@ description: Result of parsing union_cubes.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pos", "start": 0, "type": "Identifier" @@ -593,6 +661,7 @@ description: Result of parsing union_cubes.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -606,14 +675,17 @@ description: Result of parsing union_cubes.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "-", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -634,13 +706,16 @@ description: Result of parsing union_cubes.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pos", "start": 0, "type": "Identifier" @@ -653,6 +728,7 @@ description: Result of parsing union_cubes.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -666,14 +742,17 @@ description: Result of parsing union_cubes.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "+", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -689,6 +768,7 @@ description: Result of parsing union_cubes.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -699,9 +779,11 @@ description: Result of parsing union_cubes.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -712,19 +794,23 @@ description: Result of parsing union_cubes.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -735,6 +821,7 @@ description: Result of parsing union_cubes.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -747,6 +834,7 @@ description: Result of parsing union_cubes.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -757,6 +845,7 @@ description: Result of parsing union_cubes.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -766,14 +855,17 @@ description: Result of parsing union_cubes.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "*", "right": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -793,9 +885,11 @@ description: Result of parsing union_cubes.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -806,6 +900,7 @@ description: Result of parsing union_cubes.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -814,12 +909,14 @@ description: Result of parsing union_cubes.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -827,16 +924,19 @@ description: Result of parsing union_cubes.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pos", "start": 0, "type": "Identifier" @@ -847,6 +947,7 @@ description: Result of parsing union_cubes.kcl "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -857,11 +958,13 @@ description: Result of parsing union_cubes.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -874,6 +977,7 @@ description: Result of parsing union_cubes.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part001", "start": 0, "type": "Identifier" @@ -885,6 +989,7 @@ description: Result of parsing union_cubes.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pos", "start": 0, "type": "Identifier" @@ -895,6 +1000,7 @@ description: Result of parsing union_cubes.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -907,6 +1013,7 @@ description: Result of parsing union_cubes.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -918,6 +1025,7 @@ description: Result of parsing union_cubes.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -928,6 +1036,7 @@ description: Result of parsing union_cubes.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -935,6 +1044,7 @@ description: Result of parsing union_cubes.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "10", "start": 0, "type": "Literal", @@ -950,9 +1060,11 @@ description: Result of parsing union_cubes.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cube", "start": 0, "type": "Identifier" @@ -963,16 +1075,19 @@ description: Result of parsing union_cubes.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -985,6 +1100,7 @@ description: Result of parsing union_cubes.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part002", "start": 0, "type": "Identifier" @@ -998,6 +1114,7 @@ description: Result of parsing union_cubes.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pos", "start": 0, "type": "Identifier" @@ -1008,6 +1125,7 @@ description: Result of parsing union_cubes.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7", "start": 0, "type": "Literal", @@ -1020,6 +1138,7 @@ description: Result of parsing union_cubes.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -1031,6 +1150,7 @@ description: Result of parsing union_cubes.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1041,6 +1161,7 @@ description: Result of parsing union_cubes.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "scale", "start": 0, "type": "Identifier" @@ -1048,6 +1169,7 @@ description: Result of parsing union_cubes.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -1063,9 +1185,11 @@ description: Result of parsing union_cubes.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cube", "start": 0, "type": "Identifier" @@ -1076,6 +1200,7 @@ description: Result of parsing union_cubes.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1088,6 +1213,7 @@ description: Result of parsing union_cubes.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -1095,6 +1221,7 @@ description: Result of parsing union_cubes.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1110,9 +1237,11 @@ description: Result of parsing union_cubes.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -1123,6 +1252,7 @@ description: Result of parsing union_cubes.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1131,15 +1261,18 @@ description: Result of parsing union_cubes.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1152,18 +1285,22 @@ description: Result of parsing union_cubes.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "fullPart", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "union", "start": 0, "type": "Identifier" @@ -1174,6 +1311,7 @@ description: Result of parsing union_cubes.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1184,9 +1322,11 @@ description: Result of parsing union_cubes.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part001", "start": 0, "type": "Identifier" @@ -1200,9 +1340,11 @@ description: Result of parsing union_cubes.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part002", "start": 0, "type": "Identifier" @@ -1214,16 +1356,19 @@ description: Result of parsing union_cubes.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1231,12 +1376,14 @@ description: Result of parsing union_cubes.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -1248,6 +1395,7 @@ description: Result of parsing union_cubes.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/user_reported_union_2_bug/ast.snap b/rust/kcl-lib/tests/user_reported_union_2_bug/ast.snap index cdf74edf0..067083260 100644 --- a/rust/kcl-lib/tests/user_reported_union_2_bug/ast.snap +++ b/rust/kcl-lib/tests/user_reported_union_2_bug/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "triangleSide", "start": 0, "type": "Identifier" @@ -20,6 +21,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "140", "start": 0, "type": "Literal", @@ -29,11 +31,13 @@ description: Result of parsing user_reported_union_2_bug.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// Define dimensions" ], @@ -49,6 +53,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "triangleHeight", "start": 0, "type": "Identifier" @@ -56,6 +61,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "60", "start": 0, "type": "Literal", @@ -65,11 +71,13 @@ description: Result of parsing user_reported_union_2_bug.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -82,6 +90,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "triangleFilletRadius", "start": 0, "type": "Identifier" @@ -89,6 +98,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -98,11 +108,13 @@ description: Result of parsing user_reported_union_2_bug.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -115,6 +127,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "delta", "start": 0, "type": "Identifier" @@ -122,6 +135,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -131,11 +145,13 @@ description: Result of parsing user_reported_union_2_bug.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -148,6 +164,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeSize", "start": 0, "type": "Identifier" @@ -155,6 +172,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -164,11 +182,13 @@ description: Result of parsing user_reported_union_2_bug.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -181,6 +201,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeLength", "start": 0, "type": "Identifier" @@ -188,6 +209,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "45", "start": 0, "type": "Literal", @@ -197,11 +219,13 @@ description: Result of parsing user_reported_union_2_bug.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -214,6 +238,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeSpacing", "start": 0, "type": "Identifier" @@ -221,6 +246,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "30", "start": 0, "type": "Literal", @@ -230,11 +256,13 @@ description: Result of parsing user_reported_union_2_bug.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -247,6 +275,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "createCube", "start": 0, "type": "Identifier" @@ -262,6 +291,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeSketch", "start": 0, "type": "Identifier" @@ -269,13 +299,16 @@ description: Result of parsing user_reported_union_2_bug.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -286,6 +319,7 @@ description: Result of parsing user_reported_union_2_bug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -293,9 +327,11 @@ description: Result of parsing user_reported_union_2_bug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -313,6 +349,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -327,13 +364,16 @@ description: Result of parsing user_reported_union_2_bug.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -346,6 +386,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -359,6 +400,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -367,9 +409,11 @@ description: Result of parsing user_reported_union_2_bug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeSize", "start": 0, "type": "Identifier" @@ -379,10 +423,12 @@ description: Result of parsing user_reported_union_2_bug.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -407,13 +453,16 @@ description: Result of parsing user_reported_union_2_bug.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -426,6 +475,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -439,6 +489,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -447,9 +498,11 @@ description: Result of parsing user_reported_union_2_bug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeLength", "start": 0, "type": "Identifier" @@ -459,10 +512,12 @@ description: Result of parsing user_reported_union_2_bug.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -482,6 +537,7 @@ description: Result of parsing user_reported_union_2_bug.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -492,9 +548,11 @@ description: Result of parsing user_reported_union_2_bug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -505,6 +563,7 @@ description: Result of parsing user_reported_union_2_bug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -517,6 +576,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -531,13 +591,16 @@ description: Result of parsing user_reported_union_2_bug.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -550,6 +613,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -563,6 +627,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -571,9 +636,11 @@ description: Result of parsing user_reported_union_2_bug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeSize", "start": 0, "type": "Identifier" @@ -583,10 +650,12 @@ description: Result of parsing user_reported_union_2_bug.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -611,13 +680,16 @@ description: Result of parsing user_reported_union_2_bug.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -630,6 +702,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -643,6 +716,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -651,9 +725,11 @@ description: Result of parsing user_reported_union_2_bug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeLength", "start": 0, "type": "Identifier" @@ -663,10 +739,12 @@ description: Result of parsing user_reported_union_2_bug.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -686,6 +764,7 @@ description: Result of parsing user_reported_union_2_bug.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -696,9 +775,11 @@ description: Result of parsing user_reported_union_2_bug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -709,6 +790,7 @@ description: Result of parsing user_reported_union_2_bug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -721,6 +803,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -735,13 +818,16 @@ description: Result of parsing user_reported_union_2_bug.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -754,6 +840,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -767,6 +854,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -775,9 +863,11 @@ description: Result of parsing user_reported_union_2_bug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeSize", "start": 0, "type": "Identifier" @@ -787,10 +877,12 @@ description: Result of parsing user_reported_union_2_bug.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -815,13 +907,16 @@ description: Result of parsing user_reported_union_2_bug.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -834,6 +929,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -847,6 +943,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -855,9 +952,11 @@ description: Result of parsing user_reported_union_2_bug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeLength", "start": 0, "type": "Identifier" @@ -867,10 +966,12 @@ description: Result of parsing user_reported_union_2_bug.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -890,6 +991,7 @@ description: Result of parsing user_reported_union_2_bug.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -900,9 +1002,11 @@ description: Result of parsing user_reported_union_2_bug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -913,6 +1017,7 @@ description: Result of parsing user_reported_union_2_bug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -925,6 +1030,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -939,13 +1045,16 @@ description: Result of parsing user_reported_union_2_bug.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -958,6 +1067,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -971,6 +1081,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "-", "right": { "commentStart": 0, @@ -979,9 +1090,11 @@ description: Result of parsing user_reported_union_2_bug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeSize", "start": 0, "type": "Identifier" @@ -991,10 +1104,12 @@ description: Result of parsing user_reported_union_2_bug.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1019,13 +1134,16 @@ description: Result of parsing user_reported_union_2_bug.kcl "commentStart": 0, "computed": false, "end": 0, + "moduleId": 0, "object": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1038,6 +1156,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "property": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "1", "start": 0, "type": "Literal", @@ -1051,6 +1170,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "type": "MemberExpression", "type": "MemberExpression" }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, @@ -1059,9 +1179,11 @@ description: Result of parsing user_reported_union_2_bug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeLength", "start": 0, "type": "Identifier" @@ -1071,10 +1193,12 @@ description: Result of parsing user_reported_union_2_bug.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1094,6 +1218,7 @@ description: Result of parsing user_reported_union_2_bug.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1104,9 +1229,11 @@ description: Result of parsing user_reported_union_2_bug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1117,19 +1244,23 @@ description: Result of parsing user_reported_union_2_bug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1140,6 +1271,7 @@ description: Result of parsing user_reported_union_2_bug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1152,6 +1284,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -1159,6 +1292,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1174,6 +1308,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "y", "start": 0, "type": "Identifier" @@ -1186,9 +1321,11 @@ description: Result of parsing user_reported_union_2_bug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeLength", "start": 0, "type": "Identifier" @@ -1200,15 +1337,18 @@ description: Result of parsing user_reported_union_2_bug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1228,6 +1368,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "z", "start": 0, "type": "Identifier" @@ -1235,6 +1376,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1250,9 +1392,11 @@ description: Result of parsing user_reported_union_2_bug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "translate", "start": 0, "type": "Identifier" @@ -1263,6 +1407,7 @@ description: Result of parsing user_reported_union_2_bug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1271,15 +1416,18 @@ description: Result of parsing user_reported_union_2_bug.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -1292,6 +1440,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1300,9 +1449,11 @@ description: Result of parsing user_reported_union_2_bug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeSize", "start": 0, "type": "Identifier" @@ -1318,9 +1469,11 @@ description: Result of parsing user_reported_union_2_bug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -1331,6 +1484,7 @@ description: Result of parsing user_reported_union_2_bug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1338,9 +1492,11 @@ description: Result of parsing user_reported_union_2_bug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeSketch", "start": 0, "type": "Identifier" @@ -1353,6 +1509,7 @@ description: Result of parsing user_reported_union_2_bug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -1360,16 +1517,19 @@ description: Result of parsing user_reported_union_2_bug.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [ { "type": "Parameter", "identifier": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1380,11 +1540,13 @@ description: Result of parsing user_reported_union_2_bug.kcl "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "preComments": [ "", "", @@ -1402,6 +1564,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cube1", "start": 0, "type": "Identifier" @@ -1413,6 +1576,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "center", "start": 0, "type": "Identifier" @@ -1427,9 +1591,11 @@ description: Result of parsing user_reported_union_2_bug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cubeSpacing", "start": 0, "type": "Identifier" @@ -1439,10 +1605,12 @@ description: Result of parsing user_reported_union_2_bug.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1460,9 +1628,11 @@ description: Result of parsing user_reported_union_2_bug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "delta", "start": 0, "type": "Identifier" @@ -1474,6 +1644,7 @@ description: Result of parsing user_reported_union_2_bug.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1484,9 +1655,11 @@ description: Result of parsing user_reported_union_2_bug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "createCube", "start": 0, "type": "Identifier" @@ -1497,16 +1670,19 @@ description: Result of parsing user_reported_union_2_bug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1524,6 +1700,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "triangleSketch", "start": 0, "type": "Identifier" @@ -1531,13 +1708,16 @@ description: Result of parsing user_reported_union_2_bug.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -1548,6 +1728,7 @@ description: Result of parsing user_reported_union_2_bug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1555,9 +1736,11 @@ description: Result of parsing user_reported_union_2_bug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -1575,6 +1758,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -1590,9 +1774,11 @@ description: Result of parsing user_reported_union_2_bug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "triangleSide", "start": 0, "type": "Identifier" @@ -1604,15 +1790,18 @@ description: Result of parsing user_reported_union_2_bug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -1629,6 +1818,7 @@ description: Result of parsing user_reported_union_2_bug.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1640,6 +1830,7 @@ description: Result of parsing user_reported_union_2_bug.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1650,9 +1841,11 @@ description: Result of parsing user_reported_union_2_bug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -1663,6 +1856,7 @@ description: Result of parsing user_reported_union_2_bug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1675,6 +1869,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1689,9 +1884,11 @@ description: Result of parsing user_reported_union_2_bug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "triangleSide", "start": 0, "type": "Identifier" @@ -1701,10 +1898,12 @@ description: Result of parsing user_reported_union_2_bug.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "2", "start": 0, "type": "Literal", @@ -1721,6 +1920,7 @@ description: Result of parsing user_reported_union_2_bug.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -1732,6 +1932,7 @@ description: Result of parsing user_reported_union_2_bug.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1742,6 +1943,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1749,6 +1951,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1760,9 +1963,11 @@ description: Result of parsing user_reported_union_2_bug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1773,6 +1978,7 @@ description: Result of parsing user_reported_union_2_bug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1785,6 +1991,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "end", "start": 0, "type": "Identifier" @@ -1800,9 +2007,11 @@ description: Result of parsing user_reported_union_2_bug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "triangleSide", "start": 0, "type": "Identifier" @@ -1814,15 +2023,18 @@ description: Result of parsing user_reported_union_2_bug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", "type": "UnaryExpression" }, + "moduleId": 0, "operator": "/", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "4", "start": 0, "type": "Literal", @@ -1840,9 +2052,11 @@ description: Result of parsing user_reported_union_2_bug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "triangleHeight", "start": 0, "type": "Identifier" @@ -1854,6 +2068,7 @@ description: Result of parsing user_reported_union_2_bug.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -1864,6 +2079,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1871,6 +2087,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1882,9 +2099,11 @@ description: Result of parsing user_reported_union_2_bug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -1895,6 +2114,7 @@ description: Result of parsing user_reported_union_2_bug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1907,6 +2127,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "tag", "start": 0, "type": "Identifier" @@ -1914,6 +2135,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "TagDeclarator", "type": "TagDeclarator", @@ -1925,9 +2147,11 @@ description: Result of parsing user_reported_union_2_bug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -1938,6 +2162,7 @@ description: Result of parsing user_reported_union_2_bug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -1946,15 +2171,18 @@ description: Result of parsing user_reported_union_2_bug.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "", "", @@ -1972,6 +2200,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "roundedTriangle", "start": 0, "type": "Identifier" @@ -1985,6 +2214,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -1992,6 +2222,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -2007,9 +2238,11 @@ description: Result of parsing user_reported_union_2_bug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -2020,6 +2253,7 @@ description: Result of parsing user_reported_union_2_bug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2027,9 +2261,11 @@ description: Result of parsing user_reported_union_2_bug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "triangleSketch", "start": 0, "type": "Identifier" @@ -2047,6 +2283,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "roll", "start": 0, "type": "Identifier" @@ -2054,6 +2291,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "3", "start": 0, "type": "Literal", @@ -2069,6 +2307,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "pitch", "start": 0, "type": "Identifier" @@ -2076,6 +2315,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2091,6 +2331,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "yaw", "start": 0, "type": "Identifier" @@ -2098,6 +2339,7 @@ description: Result of parsing user_reported_union_2_bug.kcl "arg": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -2113,9 +2355,11 @@ description: Result of parsing user_reported_union_2_bug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "rotate", "start": 0, "type": "Identifier" @@ -2126,6 +2370,7 @@ description: Result of parsing user_reported_union_2_bug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2134,15 +2379,18 @@ description: Result of parsing user_reported_union_2_bug.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2155,18 +2403,22 @@ description: Result of parsing user_reported_union_2_bug.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "intermediateUnion1", "start": 0, "type": "Identifier" }, "init": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "union", "start": 0, "type": "Identifier" @@ -2177,6 +2429,7 @@ description: Result of parsing user_reported_union_2_bug.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -2187,9 +2440,11 @@ description: Result of parsing user_reported_union_2_bug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "roundedTriangle", "start": 0, "type": "Identifier" @@ -2203,9 +2458,11 @@ description: Result of parsing user_reported_union_2_bug.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "cube1", "start": 0, "type": "Identifier" @@ -2217,16 +2474,19 @@ description: Result of parsing user_reported_union_2_bug.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -2238,9 +2498,11 @@ description: Result of parsing user_reported_union_2_bug.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "settings", "start": 0, "type": "Identifier" @@ -2252,19 +2514,23 @@ description: Result of parsing user_reported_union_2_bug.kcl "key": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "defaultLengthUnit", "start": 0, "type": "Identifier" }, + "moduleId": 0, "start": 0, "type": "ObjectProperty", "value": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "mm", "start": 0, "type": "Identifier" @@ -2280,12 +2546,14 @@ description: Result of parsing user_reported_union_2_bug.kcl "type": "Annotation" } ], + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "3": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2297,6 +2565,7 @@ description: Result of parsing user_reported_union_2_bug.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2308,6 +2577,7 @@ description: Result of parsing user_reported_union_2_bug.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2320,6 +2590,7 @@ description: Result of parsing user_reported_union_2_bug.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2331,6 +2602,7 @@ description: Result of parsing user_reported_union_2_bug.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2342,6 +2614,7 @@ description: Result of parsing user_reported_union_2_bug.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2353,6 +2626,7 @@ description: Result of parsing user_reported_union_2_bug.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { @@ -2362,6 +2636,7 @@ description: Result of parsing user_reported_union_2_bug.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/var_ref_in_own_def/ast.snap b/rust/kcl-lib/tests/var_ref_in_own_def/ast.snap index eb3b2ced8..227e6ec91 100644 --- a/rust/kcl-lib/tests/var_ref_in_own_def/ast.snap +++ b/rust/kcl-lib/tests/var_ref_in_own_def/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing var_ref_in_own_def.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -20,13 +21,16 @@ description: Result of parsing var_ref_in_own_def.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -37,6 +41,7 @@ description: Result of parsing var_ref_in_own_def.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -44,9 +49,11 @@ description: Result of parsing var_ref_in_own_def.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XY", "start": 0, "type": "Identifier" @@ -66,9 +73,11 @@ description: Result of parsing var_ref_in_own_def.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "sketch001", "start": 0, "type": "Identifier" @@ -84,9 +93,11 @@ description: Result of parsing var_ref_in_own_def.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfileAt", "start": 0, "type": "Identifier" @@ -97,6 +108,7 @@ description: Result of parsing var_ref_in_own_def.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -106,6 +118,7 @@ description: Result of parsing var_ref_in_own_def.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -119,6 +132,7 @@ description: Result of parsing var_ref_in_own_def.kcl "argument": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "20", "start": 0, "type": "Literal", @@ -130,6 +144,7 @@ description: Result of parsing var_ref_in_own_def.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "operator": "-", "start": 0, "type": "UnaryExpression", @@ -137,6 +152,7 @@ description: Result of parsing var_ref_in_own_def.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -145,15 +161,18 @@ description: Result of parsing var_ref_in_own_def.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "preComments": [ "// This won't work, because `sketch001` is being referenced in its own definition." ], @@ -164,6 +183,7 @@ description: Result of parsing var_ref_in_own_def.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/rust/kcl-lib/tests/var_ref_in_own_def_decl/ast.snap b/rust/kcl-lib/tests/var_ref_in_own_def_decl/ast.snap index f39f611aa..def025ee0 100644 --- a/rust/kcl-lib/tests/var_ref_in_own_def_decl/ast.snap +++ b/rust/kcl-lib/tests/var_ref_in_own_def_decl/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing var_ref_in_own_def_decl.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "declare", "start": 0, "type": "Identifier" @@ -28,6 +29,7 @@ description: Result of parsing var_ref_in_own_def_decl.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -35,6 +37,7 @@ description: Result of parsing var_ref_in_own_def_decl.kcl "init": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -44,11 +47,13 @@ description: Result of parsing var_ref_in_own_def_decl.kcl "suffix": "None" } }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -58,9 +63,11 @@ description: Result of parsing var_ref_in_own_def_decl.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -72,6 +79,7 @@ description: Result of parsing var_ref_in_own_def_decl.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "ReturnStatement", "type": "ReturnStatement" @@ -79,20 +87,24 @@ description: Result of parsing var_ref_in_own_def_decl.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 }, "commentStart": 0, "end": 0, + "moduleId": 0, "params": [], "start": 0, "type": "FunctionExpression", "type": "FunctionExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "fn", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -105,6 +117,7 @@ description: Result of parsing var_ref_in_own_def_decl.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -116,9 +129,11 @@ description: Result of parsing var_ref_in_own_def_decl.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "x", "start": 0, "type": "Identifier" @@ -128,15 +143,19 @@ description: Result of parsing var_ref_in_own_def_decl.kcl "type": "Name", "type": "Name" }, + "moduleId": 0, "operator": "+", "right": { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "declare", "start": 0, "type": "Identifier" @@ -147,6 +166,7 @@ description: Result of parsing var_ref_in_own_def_decl.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -156,11 +176,13 @@ description: Result of parsing var_ref_in_own_def_decl.kcl "type": "BinaryExpression", "type": "BinaryExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -168,12 +190,14 @@ description: Result of parsing var_ref_in_own_def_decl.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "nonCodeMeta": { "nonCodeNodes": { "0": [ { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "NonCodeNode", "value": { diff --git a/rust/kcl-lib/tests/xz_plane/ast.snap b/rust/kcl-lib/tests/xz_plane/ast.snap index dae6d6370..b9d6e3518 100644 --- a/rust/kcl-lib/tests/xz_plane/ast.snap +++ b/rust/kcl-lib/tests/xz_plane/ast.snap @@ -13,6 +13,7 @@ description: Result of parsing xz_plane.kcl "id": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "part001", "start": 0, "type": "Identifier" @@ -20,13 +21,16 @@ description: Result of parsing xz_plane.kcl "init": { "body": [ { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startSketchOn", "start": 0, "type": "Identifier" @@ -37,6 +41,7 @@ description: Result of parsing xz_plane.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -44,9 +49,11 @@ description: Result of parsing xz_plane.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "XZ", "start": 0, "type": "Identifier" @@ -64,6 +71,7 @@ description: Result of parsing xz_plane.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "at", "start": 0, "type": "Identifier" @@ -74,6 +82,7 @@ description: Result of parsing xz_plane.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -86,6 +95,7 @@ description: Result of parsing xz_plane.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -97,6 +107,7 @@ description: Result of parsing xz_plane.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -107,9 +118,11 @@ description: Result of parsing xz_plane.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "startProfile", "start": 0, "type": "Identifier" @@ -120,6 +133,7 @@ description: Result of parsing xz_plane.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -132,6 +146,7 @@ description: Result of parsing xz_plane.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -142,6 +157,7 @@ description: Result of parsing xz_plane.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "100", "start": 0, "type": "Literal", @@ -154,6 +170,7 @@ description: Result of parsing xz_plane.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "100", "start": 0, "type": "Literal", @@ -165,6 +182,7 @@ description: Result of parsing xz_plane.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -175,9 +193,11 @@ description: Result of parsing xz_plane.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -188,6 +208,7 @@ description: Result of parsing xz_plane.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -200,6 +221,7 @@ description: Result of parsing xz_plane.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "endAbsolute", "start": 0, "type": "Identifier" @@ -210,6 +232,7 @@ description: Result of parsing xz_plane.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "100", "start": 0, "type": "Literal", @@ -222,6 +245,7 @@ description: Result of parsing xz_plane.kcl { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "0", "start": 0, "type": "Literal", @@ -233,6 +257,7 @@ description: Result of parsing xz_plane.kcl } ], "end": 0, + "moduleId": 0, "start": 0, "type": "ArrayExpression", "type": "ArrayExpression" @@ -243,9 +268,11 @@ description: Result of parsing xz_plane.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "line", "start": 0, "type": "Identifier" @@ -256,19 +283,23 @@ description: Result of parsing xz_plane.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": null }, { + "arguments": [], "callee": { "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "close", "start": 0, "type": "Identifier" @@ -279,12 +310,14 @@ description: Result of parsing xz_plane.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", "unlabeled": { "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeSubstitution", "type": "PipeSubstitution" @@ -297,6 +330,7 @@ description: Result of parsing xz_plane.kcl "label": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "length", "start": 0, "type": "Identifier" @@ -307,6 +341,7 @@ description: Result of parsing xz_plane.kcl "left": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "5", "start": 0, "type": "Literal", @@ -316,10 +351,12 @@ description: Result of parsing xz_plane.kcl "suffix": "None" } }, + "moduleId": 0, "operator": "+", "right": { "commentStart": 0, "end": 0, + "moduleId": 0, "raw": "7", "start": 0, "type": "Literal", @@ -339,9 +376,11 @@ description: Result of parsing xz_plane.kcl "abs_path": false, "commentStart": 0, "end": 0, + "moduleId": 0, "name": { "commentStart": 0, "end": 0, + "moduleId": 0, "name": "extrude", "start": 0, "type": "Identifier" @@ -352,6 +391,7 @@ description: Result of parsing xz_plane.kcl }, "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "CallExpressionKw", "type": "CallExpressionKw", @@ -360,15 +400,18 @@ description: Result of parsing xz_plane.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0, "type": "PipeExpression", "type": "PipeExpression" }, + "moduleId": 0, "start": 0, "type": "VariableDeclarator" }, "end": 0, "kind": "const", + "moduleId": 0, "start": 0, "type": "VariableDeclaration", "type": "VariableDeclaration" @@ -376,6 +419,7 @@ description: Result of parsing xz_plane.kcl ], "commentStart": 0, "end": 0, + "moduleId": 0, "start": 0 } } diff --git a/src/lang/artifact.test.ts b/src/lang/artifact.test.ts index c6fcfe822..fc41f33d7 100644 --- a/src/lang/artifact.test.ts +++ b/src/lang/artifact.test.ts @@ -191,6 +191,7 @@ sk2 = startSketchOn(XY) tag: { end: 132, start: 130, + moduleId: expect.any(Number), commentStart: expect.any(Number), type: 'TagDeclarator', value: 'p', @@ -242,6 +243,7 @@ sk2 = startSketchOn(XY) tag: { end: expect.any(Number), start: expect.any(Number), + moduleId: expect.any(Number), commentStart: expect.any(Number), type: 'TagDeclarator', value: 'p', @@ -293,6 +295,7 @@ sk2 = startSketchOn(XY) tag: { end: expect.any(Number), start: expect.any(Number), + moduleId: expect.any(Number), commentStart: expect.any(Number), type: 'TagDeclarator', value: 'o', @@ -344,6 +347,7 @@ sk2 = startSketchOn(XY) tag: { end: expect.any(Number), start: expect.any(Number), + moduleId: expect.any(Number), commentStart: expect.any(Number), type: 'TagDeclarator', value: 'o', diff --git a/src/lang/executor.test.ts b/src/lang/executor.test.ts index 05d296644..f03578c27 100644 --- a/src/lang/executor.test.ts +++ b/src/lang/executor.test.ts @@ -75,6 +75,7 @@ newVar = myVar + 1` tag: { end: 103, start: 96, + moduleId: 0, commentStart: expect.any(Number), type: 'TagDeclarator', value: 'myPath', @@ -103,6 +104,7 @@ newVar = myVar + 1` tag: { end: 184, start: 174, + moduleId: 0, commentStart: expect.any(Number), type: 'TagDeclarator', value: 'rightPath', @@ -202,6 +204,7 @@ newVar = myVar + 1` tag: { end: 132, start: 125, + moduleId: 0, commentStart: expect.any(Number), type: 'TagDeclarator', value: 'myPath', diff --git a/src/lang/modifyAst/boolean.ts b/src/lang/modifyAst/boolean.ts index 6a9907fb5..1f5b38a4d 100644 --- a/src/lang/modifyAst/boolean.ts +++ b/src/lang/modifyAst/boolean.ts @@ -186,19 +186,17 @@ export function findAllChildrenAndOrderByPlaceInCode( const pushToSomething = ( resultId: string, - childrenIdOrIds: null | string | string[] + childrenIdOrIds: string | string[] | null | undefined ) => { if (isArray(childrenIdOrIds)) { if (childrenIdOrIds.length) { stack.push(...childrenIdOrIds) result.push(resultId) - } else { } } else { if (childrenIdOrIds) { stack.push(childrenIdOrIds) result.push(resultId) - } else { } } } diff --git a/src/lang/queryAst/getIdentifiersInProgram.test.ts b/src/lang/queryAst/getIdentifiersInProgram.test.ts index f6ae67c3c..86eb69483 100644 --- a/src/lang/queryAst/getIdentifiersInProgram.test.ts +++ b/src/lang/queryAst/getIdentifiersInProgram.test.ts @@ -7,6 +7,7 @@ function identifier(name: string, start: number, end: number) { type: 'Name', start, end, + moduleId: 0, commentStart: start, abs_path: false, @@ -14,6 +15,7 @@ function identifier(name: string, start: number, end: number) { name: { start, end, + moduleId: 0, commentStart: start, type: 'Identifier', name, diff --git a/src/lang/queryAst/getTagDeclaratorsInProgram.test.ts b/src/lang/queryAst/getTagDeclaratorsInProgram.test.ts index de8e54a6f..dd9f32ab2 100644 --- a/src/lang/queryAst/getTagDeclaratorsInProgram.test.ts +++ b/src/lang/queryAst/getTagDeclaratorsInProgram.test.ts @@ -14,6 +14,7 @@ function tagDeclaratorWithIndex( value, start, end, + moduleId: 0, commentStart: start, }, bodyIndex, diff --git a/src/lib/desktop.ts b/src/lib/desktop.ts index 5899710bc..3cdba649d 100644 --- a/src/lib/desktop.ts +++ b/src/lib/desktop.ts @@ -618,7 +618,7 @@ export const readProjectSettingsFile = async ( export const readAppSettingsFile = async () => { let settingsPath = await getAppSettingsFilePath() const initialProjectDirConfig: DeepPartial< - Configuration['settings']['project'] + NonNullable['settings']['project']> > = { directory: await getInitialDefaultDir() } // The file exists, read it and parse it.